add
Category Archives: CSS
Inline Images with Data URLs
Inline images use the data URI scheme to embed images directly within web pages. As defined by RFC 2397, data URIs are designed to embed small data items as "immediate" data, as if they were referenced externally. Using inline images saves HTTP requests over externally referenced objects.
Pinterest Dynamic Grid Layout and Design Inspirations
Dynamic Grid is one of the hottest page layout we can easily seen in web industry. As you can see, this phenomena is caused by the rising star – Pinterest which allow us to pin our favourite photo and share it in our pinboard. The whole sharing process is painless and pretty fast.
Facebook Timeline Design using JQuery and CSS.
I know what my readers are expecting from 9lessons blog, after long time I’m going to discuss about Jquery usage. Facebook timeline design makes big revolution in social networking world and it gives new feel to the user profile pages. In this post I want to explain how simple I had implemented this design with …
Continue reading “Facebook Timeline Design using JQuery and CSS.”
Everything you always wanted to know about touch icons
Touch icons” are the favicons of mobile devices and tablets. Adding them to your web page is easy, and I’m sure you already know how this works using HTML:
sizzlejs
A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.