Archive for the 'PHP' Category



This PHP script came up in a discussion I had today with Jon Whitlock, who’s from the other side of the pond (U.K.) It’s a nifty little regular expression that converts an American date (12/31/2006) into a European date (31/12/2006). It struck me as a neat little snippet that others could probably use.

$date=’12/31/2006’;

print ereg_replace(“([0-9]+)/([0-9]+)/([0-9]+)”,\\2/\\1/\\3,$date); [...]

I am working on a new page and needed to install the XML_RSS PEAR script yesterday on my Dreamhost Account. I tried the customer support and went to their twiki. Dreamhost supplies a basic set of PEAR functions and you have to create a new folder and upload any extras that you’d like to use. [...]

Comfort - the death of creativity

I had an art teacher, Walt Cotten, that would remind us to not get comfortable with our medium. As soon as that happened, our images would become stale and our creativity would plummet. He’d encourage us to throw our existing styles to the wind and try something completely different.
I’ve gotten comfortable with CSS. It’s like [...]

Latest releases

I’ve been a busy camper this year. Sometimes it seems like I’m so deep in code that I can’t enjoy the fun, creative aspects of web development. However, I have seen a couple sites launch that I’ve had the pleasure of working on.
Yahoo! Food
When I heard Yahoo! was building a food site, I [...]




About

You are currently browsing the Advanced CSS Design Resources - last-child.com weblog archives for the 'PHP' category.

Longer entries are truncated. Click the headline of an entry to read it in its entirety.