Filed under Web Technology
Sunday, November 09, 2008
If you give your web page a doctype, then you can make use of a validator to see that the markup is in good condition.
Smarten up your act. Validate your web pages so that web browsers know what they are getting and can interpret your HTML correctly.
Validation is an important part of web site implementation because if a page validates it means that the main browsers will be getting well formed markup and (in theory) should be able to render your design as expected.
Continue reading
Posted on 09 Nov 2008 around 10pm •
Tagged with:
Ideas |
Web Technology also: validation doctype www3
Discuss this |
Permanent link to this article
Thursday, June 21, 2007
Been away from posting up here for a bit. Two reasons:
We had a great holiday in Mallorca and I had a lot of catching up to do. Also I have been busy getting started on the rebuild of the school (within our university) home page. Loads more to do on the layouts across the site.
I thought I would share some of the CSS / XHTML issues that have come up. This has been a case of taking other folks work and building on it and making a few changes that seem important to me.
Continue reading
Sunday, April 15, 2007
Late to the party as usual but ...
I am using Twitter to log my every day activities. When the mood strikes me though!
You can see the results on my own site here using a Plug-in for ExpressionEngine.
Friday, March 23, 2007
Great article over at Read/WriteWeb
Web 2.0 has brought us a flock of APIs and the wonderful new concept of a Web mashup. Thanks to apps like Google Maps,
del.icio.us and Flickr, we have started to think a lot about remixing the web.
Sourced at Read/WriteWeb
Friday, February 16, 2007
We must be grateful to Kerri Hicks for this article (PHP and XML Sitting in a Tree) over at Digital Web
Kerry points out that with PHP 5 we can use a new function called SimpleXML that makes it very easy to extract data from an XML file and display on a web page. She has some interesting examples including getting book data from the ISBN database. Just one problem - you must have PHP5. Right now I don’t have this here, so time to get in touch with my hosts!
Sourced at Digital Web: Latest Articles