Homer Simpson in pure CSS.

OK developers here is your next software project. Create a web page that will display Homer Simpson’s image on the screen. Too easy for you? Here is the catch. You cannot use any image. Yes that is correct you will need to draw Simpson’s image without using any graphics. Sounds impossible? If  you think this [...]

Make your stylesheet a work of art.

Jina Bolton at Vitamin.com has an excellent post for all CSS developers. She described how you can write well structured stylesheets which are more efficient and easy to maintain. Some of the tips may look intuitive but many times we all need reminder to get the basics right. In my experience lot of [...]

Cascading Style Sheet Cheatsheet

If you need quick reference CSS guide, look no further. This CSS cheat sheet is a comprehensive list of all CSS properties. Accompanying brief explanation adds value to this cheat sheet. You may want to bookmark this page.
Cascading Style Cheatsheet
If you enjoyed this post, make sure you subscribe to my RSS feed!

Dynamically loading an external JavaScript or CSS file

A very good article explaining how to load JavaScript and CSS files asynchronously and on demand.

Dynamically loading an external JavaScript or CSS file
If you enjoyed this post, make sure you subscribe to my RSS feed!