Category Archives: HTML

15 Useful Resources to Get Clued Up on HTML5 | line25

HTML5 this, HTML5 that! There’s been plenty of HTML5 talk around the blogging world recently. It’s no longer a tiny spec on the horizon, it’s due to arrive soon! Some have already embraced it and are using it on their … Continue reading

Posted in HTML | Leave a comment

Coding Clean and Semantic Templates | webdesignerwall

“If you are the guy who uses <div> tag for everything, this post is for you. It focuses on how you can write clean HTML code by using semantic markups and minimize the use of <div> tag. Have you ever … Continue reading

Posted in CSS, HTML | Tagged , , , | Leave a comment

Declaring Languages in HTML 5

Web Development is infinitely more troublesome when you have documents in languages other than American English. The onus is on us web developers and server administrators to make sure browsers and search engines can detect the right language. Here is … Continue reading

Posted in HTML | Tagged | Leave a comment

Browser support for CSS3 and HTML5 | deepbluesky

For now though I thought people mind find it useful to know the state of support in the current browser market. I’ve taken all the A-Grade browsers and tested them one-by-one for their feature support . Needless to say it’s … Continue reading

Posted in CSS3, HTML | Tagged , , | Leave a comment

TinyScroller JavaScript Scrollable Div

TinyScroller is a basic scrollable div script at only 1.7KB. It can be used with any HTML and degrades gracefully. The styling is completely customizable through the simple CSS. More features will be coming soon. I have redesigned leigeber.com and … Continue reading

Posted in CSS, HTML, JavaScript | Tagged | Leave a comment

Ultimate IE6 Cheatsheet: How To Fix 25+ Internet Explorer 6 Bugs

“The best strategy for dealing with Internet Explorer 6 is not to support it. Stop. Ok, I feel your frustration. You’re a web developer and you’re ready to tear your hair out because you have to support Internet Explorer 6, … Continue reading

Posted in CSS, HTML, JavaScript | Tagged , | Leave a comment

HTML lists: what’s new in HTML 5?

There is a big and justified interest from the web community about the changes introduced in HTML 5 and in the last weeks I’m frequently receiving a lot of questions and requests about this topic. In this post I want … Continue reading

Posted in HTML | Leave a comment

FINALLY a new CSS only dropdwon menu – NO hacks, NO conditional comments, NO tables and NO javascript.

Stu has impressed me … again Finally a working dropdown that uses no extra markup, no hacks, no conditional comments, no tables, is valid html/css, no javascript of any kind, works in IE6, and supports tabbing. Visit Source

Posted in CSS, HTML | Leave a comment