Tag archive for ‘css’
My CSS Reboot
As you can see, Wired Vision has a new design! This is inline with my CSS Reboot. The new design uses web standards instead of the old table based layout. There might be a few small issues (list items for example) that I still need to work out, but overall it should display fine in [...]
Tagged as css, web standards + Categorized as Web Design
CSS Reboot
I’ve decided to take part in CSS Reboot Spring 2006. The reason being that the current design uses tables (please don’t heckle me ) and it’s about time I designed a web-standards style. As a matter of fact, I have already created one (screen shot), but it’s just not doing it for me. So, I’m [...]
Tagged as css + Categorized as Web Design
The Most Satisfaction?
While I enjoy most aspects of creating a website, the one part I enjoy the most is creating the initial design. I love tinkering about in Photoshop trying different colours, fonts, filters, and the likes. I always feel good after I’ve completed a new design. I can’t say the same about coding. After I’m done [...]
Tagged as css, html, search engine + Categorized as Web Design, Web Programming
CSS, PHP & Mod_Rewrite Cheat Sheets
Links worth bookmarking: CSS Cheat Sheet PHP Cheat Sheet Mod_Rewrite Cheat Sheet
Tagged as css, php + Categorized as Web Design, 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