Posts Tagged: css
-
Nov 30, 2010
Comments OffPrevent Your CSS and JavaScript Files From Being Cached
Some websites use highly volatile, oft-changing CSS and JavaScript files. In the case of these files, it’s important that the developer prevent browsers from caching them. How do we do that? By using a phantom querystring, of course. We’ll use PHP to tack the current time onto the file reference. The PHP <link href=”/stylesheet.css?<?php echo...
-
Nov 10, 2010
Comments OffTop Floating message box using jQuery
I’ve shown you how to create a alert box using jQuery. This time, I’ve come up with another tutorial to show you how to display floating message box in the top of the browser using jQuery. The message box always get displayed at the top of the browser although you move across the document with...
-
Mar 19, 2010
Comments OffHow to make rounded corner textbox using css
In this post,...
-
Mar 19, 2010
Comments OffAnimated content navigation effect using jquery
I always get bored with the same stuffs. And, I see same kind of content navigation to the different websites. Click a link,...
-
Mar 19, 2010
Comments OffHow to control the case of characters using CSS?
How are you controlling the case of the characters in your project. Talking about me, I was using ucwords() function of PHP to control the case of the characters when required. Today, I come to...
-
Mar 19, 2010
Comments OffTop Floating message box using jQuery
Last time,...
-
Mar 19, 2010
Comments OffMaking dashed or dotted link using CSS
Today, one of the friend of my office asked me how to make dotted or dashsed link as he was looking...
-
Mar 19, 2010
Comments OffGet the book
Are you a web developer ? Are you a web designer? The you must not leave this offer. I...
-
Mar 19, 2010
Comments Off