↧
Removing a browsers default CSS settings
I found an article a while ago by Adrian Senior called CSS: Getting Into Good Coding Habits. This is an excellent article, but the part I have found very useful is where he discusses removing the...
View ArticleFlash “Click to Active and Use Control”
I quite like Flash when used sparingly, but over the past few months I noticed that within IE I now have to click a Flash control before using it. This is a small thing but is annoying and hence...
View ArticleHTML Checked, Disabled and Selected attributes
Checked, Disabled and Selected are common HTML Boolean attributes. So what’s the correct way to specify these (and any other similar Boolean attributes) in your HTML markup? From the HTML 5 specs we...
View Article