Web Development
WebDev Archives
- April 2012 (2)
- March 2012 (2)
- December 2011 (8)
- November 2011 (1)
- September 2011 (16)
- August 2011 (22)
WebDev Categories
- ASP (1)
- CSS (2)
- General (33)
- HTML (3)
- JavaScript (4)
- mySQL (1)
- PHP (10)
- Snippet Library (7)
Iain's Tweets
- Manifesto for Agile Software Development http://t.co/qi4j58Hw 2012-04-07
- IE does not trap events on transparent elements! http://t.co/FMuZi26D 2012-04-07
- Pragmatic Programmer - WebDev http://t.co/7YlU250z 2012-03-31
- More updates...
Posting tweet...
Powered by Twitter Tools
WebDev Post Views
- ABBR vs ACRONYM HTML tags - 1,485 views
- Prevent Skype from formatting phone numbers - 538 views
- PHP Timeline - 440 views
- Fieldset border with hidden Legend bug in IE8 - 404 views
- The Father of JavaScript - 317 views
- Nested lists a common mistake - 306 views
- Herding Cats - 280 views
- WebDev from PC Soft - 276 views
- XBox Avatar - 241 views
- Drupal 7: Redirect after login - 224 views
WebDev Poll
Loading ...-
Recent WebDev Posts
Iain's Links
WebDev Blog Meta
Tag Archives: HTML
Aug
19
My online profile site www.whiteinternet.com/iain/ is XHTML 1.0 strict and CSS level 2.1 valid. My pages display the appropriate icons on the pages of this site, but I know that many developers frown on displaying these icons. Some Developers think … Continue reading
Aug
13
When you add an image to a web site you should specify its dimensions. E.g. <img src=”logo.gif” width=”70” height=”80” alt=”Logo” /> If the image is given dimensions then the Browser will allocate it ‘layout space’ when it first renders the … Continue reading
Aug
5
There is some confusion about the difference between ABBR and ACRONYM tags, on the surface they appear to do the same thing. From an English language perspective an abbreviation and an acronym are both shortened forms of a word, phrase … Continue reading

