Showroom
In this section, I’d like to present you works that I have done as a Web Developer. Please feel free to check out the items listed in the sidebar to get more information about the respective work.
Web Standards
I first discovered Web Standards while attending a study course at my university in 2003. I was a bit suspicious at first, but soon I found out that developing web sites with semantics in mind makes perfect sense. So I started learning how to build web sites adhering to Web Standards, meaning
- XHTML for markup,
- CSS for presentation and
- JavaScript for behavior.
So I embraced Web Standards and see no reason to go back to the old days where we used to build web sites with non-semantic tables. If you are into Web Development, I tell you man, Web Standards are the way to go.
“But why?”, you ask. “Can you give me reasons why I should care about Web Standards?”. I can. Using Web Standards in Web Development leads to the following:
- less markup, therefore less page weight and load time as well as less bandwidth usage
- with Web Standards you have complete control over design using CSS
- through semantic markup, your page gets SEO friendly
- using Web Standards makes the site device independent and better portable to different types of devices (e.g. mobile devices, screenreaders). “write once, publish everywhere”
- higher accessibility
- no separate versions for different browsers/devices
- no separate printer-friendly version (can be done using CSS)
- future-proof: Web Standards ensure that the site works in todays and tomorrows browsers
- backward-compatible: Web Standards ensure that your site performs acceptable in older browsers
- better maintenance
Categories
- California (3)
- Cars (1)
- Cologne (3)
- Cycling (7)
- Design (1)
- Events (10)
- Gadgets (1)
- Hockey (1)
- Job (12)
- Life in General (19)
- London (7)
- Mobile (8)
- Music (3)
- Guitar (3)
- NYC (11)
- Programming (6)
- Radio (1)
- Shopping (1)
- Travel (21)
- Uncategorized (1)
- Video (1)
- Web (56)
- Coding (37)
- Agent YUI (6)
- Performance (5)
- Design (2)
- Coding (37)
Blogroll
- Drew McLellan
- Ben Ward
- David Dorward
- Tom Hughes-Croucher
- Stuart Colville
- Wolfgang Bartelme
- Mike Davies
- Simon Jobling
- Neil Crosby
- Cathy Ma
Recent Posts
- Boost the performance of your mobile web app using YUI Compressor
- Cycling through Death Valley, powered by REI
- Bike ride up (and down) a volcano
- Text to speech functionality in web applications using the iSpeech API
- Search along a route with CloudMade’s Local Search API