Latest news and updates...

Responsive Web Design - CSS for mobile devices >>
Article in progress... will contain resources of how to write CSS/markup for mobile devices using media types and a concept called Responsive Web Design.
Added by richard on Tue January 10 2012 at 12:31:00
HTML5 tag-support for Internet Explorer 6, 7 and 8 >>
HTML5 has many new structural tags (for example header, nav, article, section, aside, footer and nav) that are very useful for semantically annotating your markup, and these tags should really be used to replace all your old div-tags whenever possible. The only problem is that older browser, especially IE 6-8, won't recognize these tags and will just display them like inline elementes instead of block elements. The consequence is that your layout will suffer.
Added by richard on Wed December 28 2011 at 08:37:00
MODx application/xhtml+xml >>
This simple plugin makes your pages proper xhtml by setting the correct MIME-type for your MODX documents.
Added by richard on Tue August 02 2011 at 13:25:00
MODx plugins >>
Some plugins I have created for MODx.
Added by richard on Tue August 02 2011 at 13:24:00
Recommended HTML meta tags >>
Meta tags may not be the most sexy or exciting topic around, but it's still quite important as far as Web development is concerned. It can be hard for novices to understand the use of meta tags, and it is my impression that many new Web developers and designers are unsure about the use of meta tags at least once during their career. That is why I in this short article I will try to give an explanation of which meta elements you should try include on your XHTML page, why you should include them, as well as which tags you can safely ignore.
Added by richard on Tue August 02 2011 at 13:20:00
The importance of validation >>
This article will give an introduction to what HTML and CSS validation is, explain why it is considered a good practice writing markup code that conforms to the standards set by The World Wide Web Consortium, as well as giving some motivational hints to why this is advantageous for you and your site.
Added by richard on Tue August 02 2011 at 13:19:00
Last updated Fri May 27 2011 at 12:39:19