Tag archive for ‘php’
A HTML-Kit feature I never knew about!
While working on a site in HTML-Kit today I accidentally came across a feature that I really wish I knew about a long time ago. I was happily coding away (oddly enough) in PHP and had highlighted a few lines of code that I wanted to move. Before I had the chance to move them [...]
Tagged as code, html, HTML-Kit, php, tab button + Categorized as Web Design, Web Programming
Advanced Bells & Whistles
Remember back to when you first learnt how to design web sites? Remember adding all those bells & whistles? I certainly do. Why did I add them? Because it seemed cool at the time. The thing is… I’m still adding bells & whistles! Only now they’re more advanced bells & whistles. Now that I know [...]
Tagged as html, php, search engine + Categorized as Web Design
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 php, web coding, Web Programming + 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 CDATA, christmas period, code, css, css style, date function, elseif, html, import url, php, style css, stylesheet, Switcher + 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 apache, mysql, php, windows + Categorized as Technology, Web Programming