Browsing articles for: March, 2009

Permalink to Using HTML to Liven Up Your Zazzle Gallery Home Page

Using HTML to Liven Up Your Zazzle Gallery Home Page

On 03.29.2009 by | 14 comments

You’ve just opened an account with Zazzle. You’ve created a few products, uploaded a spiffy header, added a few product lines and wrote a nice [...]

Permalink to ZStore Helper WordPress Plugin For Zazzle Store Builder

ZStore Helper WordPress Plugin For Zazzle Store Builder

On 03.23.2009 by | 492 comments

Update: 6/11/2011 Now includes all the currently available products as of the date above. Fixed a blocking bug. Thank you to Webgrrl for reporting it. [...]

Permalink to Confused.com Style jQuery Row Highlighter

Confused.com Style jQuery Row Highlighter

On 03.20.2009 by | no comments

So that website Confused.com has a new feature that they have coined the highlighter, very original. It is quite impressive though. It allows you to [...]

Permalink to PHP Tip #4: Type Casting

PHP Tip #4: Type Casting

On 03.18.2009 by | 5 comments

I kinda touched on Type Casting in the second PHP tip about is_numeric(). The basic idea is that you can force a variable’s value to [...]

Permalink to Adding Annotation To Cropped Thumbnails Using ImageMagick

Adding Annotation To Cropped Thumbnails Using ImageMagick

On 03.16.2009 by | no comments

You’ve probably seen them before, generally done by imagehosters. Yep, that’s them. The little thumbnails with the resolution & file size written in them. Well [...]

Permalink to PHP Tip #3: The Ternary Operator

PHP Tip #3: The Ternary Operator

On 03.14.2009 by | 2 comments

This is probably one of my favorite PHP features. It can be a little complicated to get used to at first, but it really saves [...]

Permalink to PHP Tip #2: Is_Numeric() Is A Very Useful Thing

PHP Tip #2: Is_Numeric() Is A Very Useful Thing

On 03.13.2009 by | 4 comments

The second in my series of PHP tips is to do with the extremely handy is_numeric(). When allowing user input it’s extremely important to check [...]

Permalink to PHP Tip #1: Formating Array & Object Output When Debugging

PHP Tip #1: Formating Array & Object Output When Debugging

On 03.09.2009 by | 2 comments

This is the first in a series of posts I’m doing on small tips which help when coding with PHP. The first is a one [...]

Permalink to Deleting Files In A Directory Older Than Today Every Week With PHP

Deleting Files In A Directory Older Than Today Every Week With PHP

On 03.09.2009 by | 11 comments

A few days ago, before the hacking malarky, I needed a script that I could run via Cron to delete the contents of a folder [...]