Random Elements in PHP
March 31st, 2008 | PHP | No Comments »
I’ve developed a couple really simple random elements for my web-site, one currently in use (my random header) and one not (random stylesheet). I show how I accomplish both.

I’ve developed a couple really simple random elements for my web-site, one currently in use (my random header) and one not (random stylesheet). I show how I accomplish both.
I’ve recently changed my ways, and made my Tabs example modular, by making a class out of it. Now, you can find my MGFX.Tabs class as a plug-in for Mootools.
Sometimes it feels like such a contradiction being a web designer. The combination of 2 totally different fields: creativity and logic. Though perhaps that’s more because I’m a solo freelancer, but regardless. Programming definately is the easier of the two for me. One common tool designers use is JavaScript, and thanks […]