Published by Zaheer
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 [...]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
. Dec 08, 2007
Filed under: CSS
Tags: CSS, CSS best pratices, stylesheet design
Published by Zaheer
A nice little tool to create rounded boxes for your website.
You can choose the background color for your box. The tool will generate the CSS code and a sample HTML page. Generating rounded-box has never been easier.
CSS Rounded Box Generator
/*
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and [...]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
. Nov 19, 2007
Filed under: CSS
Tags: CSS rounded corners, rounded-box, rounded-corners
Published by Zaheer
Sometimes it is nice to jazz up your website by giving text some graphical looks without actually using images.
The CSS2 text-shadow property allows you to create shadow for your text. Unfortunately so far the only browser that supports this property is Safari. You can find tutorials on the web that show you how to [...]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
. Nov 14, 2007
Filed under: CSS
Tags: CCS text shadow, text-shadow
Published by Zaheer
.codeText{color:blue;font-weight:normal;width:100%;} .subhead{color:gray;font-weight:bold;text-decoration:underline;}
CSS, combined with little JavaScript, offers great flexibility to web designers. For instance, let say you want to allow visitors to change text size on your website. Now how do you do it? Using CSS is the easiest solution.
All you need is few style sheets and a JS script to [...]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
. Nov 06, 2007
Filed under: CSS
Tags: change text size, dynamic CSS, dynamic text size, resize text
Published by Zaheer
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
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover [...]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
. Oct 26, 2007
Filed under: CSS
Tags: cascading_style_sheet, Cheatsheet, CSS
Published by Zaheer
A very good article explaining how to load JavaScript and CSS files asynchronously and on demand.
Dynamically loading an external JavaScript or CSS file
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
. Oct 26, 2007
Filed under: Ajax, CSS, Javascript
Tags: , asynchronous loading, CSS, Dynamically load JS, Javascript