scriptygoddess

Archive for September, 2004

24 Sep, 2004

Yet another color tool

Posted by: Jennifer In: Color Tool Bookmarks

There's so many different kinds of these color tools that I have a whole subcategory for them! Color synthAxis I didn't immediately get how it works – definitely need to at least glance at the instructions for this one. [via web-graphics]

22 Sep, 2004

Expression values

Posted by: Jennifer In: Bookmarks

PHP type comparison tables For example if $x=""; what will empty($x) return? or is_null($x)? Or the even more surprising one: $x = "0" will return TRUE on empty() even though it is considered a string.

21 Sep, 2004

PHP: Remove an element from an array

Posted by: Jennifer In: Lessons learned

Found on this thread I needed to remove elements from an array that were either blank, nothing but a space, or null. foreach($array as $key => $value) { if($value == "" || $value == " " || is_null($value)) { unset($array[$key]); } } /* and if you want to create a new array with the keys […]

20 Sep, 2004

UI Patterns and Techniques

Posted by: Jennifer In: Bookmarks

I spotted this on del.icio.us. Could be useful for UI inspiration, when you need some ideas about when & how to use some standard visual "techniques" based on what kind of information you need to present. UI Patterns and Techniques

Comments Off on UI Patterns and Techniques

18 Sep, 2004

Click Counter

Posted by: Jennifer In: WordPress Bookmarks to Plugins

Now this is something that I have been longing for! Ever since the link from this post kind of disappeared. Click Counter for WordPress Plugin Will let you know you know how many people click on your links (Looks as if there's a lot of configuration settings you can do as well) Can't wait to […]

14 Sep, 2004

Nested/ Threaded Comments

Posted by: Jennifer In: WordPress Bookmarks to Plugins

This has made the rounds, but I'll attribute credit to the last place I saw it, which was Blogging Pro Brian Meidell's nested (or threaded) comments Just a side note: there was an error when using that with subscribe to comments, but I've updated subscribe to comments so that the error should no longer exist.

14 Sep, 2004

Online Tutorials

Posted by: Jennifer In: Bookmarks

I'm in the process of training someone at work in the ways of all things web. LOL! So I've been trying to collect free online tutorials for them to walk through, as well as some good all-around beginner info sites they can look at when they have time. Here's a few I got: W3Schools Lot […]

11 Sep, 2004

Special Alt Characters

Posted by: Jennifer In: Bookmarks

Special Alt Characters In case you ever need to know how to type an — or é (To do them in HTML though you'd probably want to see something like this)

10 Sep, 2004

iTunes link maker

Posted by: Jennifer In: Bookmarks

Awhile back I wanted to link to a song on iTunes, and Wendell a reader on one of my other blogs gave me this link to do it with: iTunes Link Maker (Wendell if you'd like to me to link a blog from your name – let me know)

Comments Off on iTunes link maker

07 Sep, 2004

Favicon inspiration

Posted by: Jennifer In: Bookmarks

A gallery of Favicons to inspire you. [link via planetOzh]


Featured Sponsors

Genesis Framework for WordPress

Advertise Here


  • Scott: Just moved changed the site URL as WP's installed in a subfolder. Cookie clearance worked for me. Thanks!
  • Stephen Lareau: Hi great blog thanks. Just thought I would add that it helps to put target = like this:1-800-555-1212 and
  • Cord Blomquist: Jennifer, you may want to check out tp2wp.com, a new service my company just launched that converts TypePad and Movable Type export files into WordPre

About


Advertisements