Posts tagged as:

code snippet

Eliminating Page Shift

March 6, 2010
Thumbnail image for Eliminating Page Shift

Page shift in designs that are centered can drive a poor web designer to drink. Here’s a CSS code snippet that will eliminate it for the non-IE users out there.

Read the full article →

PHP Snippet: Display Last X Characters of a URL

February 26, 2010
Thumbnail image for PHP Snippet: Display Last X Characters of a URL

PHP code snippet to return the last X number of characters from a URL string. From client request, but shared in case it’s of use to others.

Read the full article →