Wired Vision

Home to Keith McLaughlin, Freelance Web Developer from Dublin, Ireland.

Post archive for ‘Web Programming’

Seperating code from content?

Many people have talked about seperating style from content (2, 3, 4), but for those of us who also code, what about seperating code from content? At present I’m in the process of coding a backend for a new site, but because I’m only at the intermediate stage of my PHP learning curve I’m still [...]


Tagged as , , + Categorized as Web Programming

Automated Style Switcher

With the Christmas period upon us, I got to thinking… wouldn’t it be cool to be able to change the style of your site automatically depending on the time of the year? Well with PHP it’s easy! 1 2 3 4 5 6 7 8 9 10 11 12 $today = date(′d/m′); echo "<style type="text/css">"; [...]


Tagged as , , , , , , , , , , , , + Categorized as Web Programming

The Joys of AMP on WinXP SP2

So what’s AMP? Apache, MySQL & PHP. Why so joyous? Because it’s soooooo easy to upgrade them that even a kid could do it! I’ll leave the decision of whether or not their is a hint of sarcasm in that statement up to you Honestly…. I don’t care what anyone says… it’s not all gravy. [...]


Tagged as , , , + Categorized as Technology, Web Programming