28 Feb, 2007
Posted by: eisabai In: Google| WWW
Were you out and about at one of the following places on Australia Day 07? If you were, you might find yourself in google maps.
Australia Day is over, but the hi-resolution photography we took in Sydney Harbour during the celebrations is now live on our site. As you may know, Sydney was [...]
27 Feb, 2007
Posted by: eisabai In: WordPress
Golden Green WordPress Theme (pic above) is now available for download.
Features:
Links to all pages with an excerpt
Advertisement spot (Leaderboard) in the header of all pages
A matching favicon
An image logo
Links to 10 recent posts on the homepage
Links to random posts at the footer – You will need to install Random Posts plugin for [...]
26 Feb, 2007
Posted by: eisabai In: WWW
How weird!
Technorati Tags: tags, technorati, weird, screenshot
26 Feb, 2007
Posted by: eisabai In: WordPress
What do you think of my new wordpress theme – Golden Green?
Technorati Tags: golden green, theme, design, web design, blog, redesign, wordpress, designs, layout
26 Feb, 2007
Posted by: eisabai In: Snippets
UPDATE `tablename`
SET `columnname` =
TRIM(LEADING ‘THE CHARACTER YOU WANT TO REMOVE, eg: A’ FROM `columnname`);
TRIM([{BOTH | LEADING | TRAILING} [remstr] FROM] str), TRIM([remstr FROM] str)
Returns the string str with all remstr prefixes or suffixes removed. If none of the specifiers BOTH, LEADING, or TRAILING is given, BOTH is assumed. remstr is optional and, if [...]