Designing List using CSS is not a big thing. Generally I need to use few lines for simple setting of List (<li>). One things that creates problem every time is IE6 and IE7. I always see by surprise why why so much padding/margin IE6 and IE7 getting whereas IE8 and… READ MORE
In recent two consecutive months, IE has gained market share whereas Firefox and Chrome browser has lost market share in web browser usage world wide. This seems unrealistic considering Chrome and Firefox hype about fastness, secure and other features among youngsters. For Internet Explorer, June and July, 2010 has been… READ MORE
Firefox does not display broken image. If image has alt attribute set then Firefox will display alt text otherwise if will not display anything. IE display cross marked image when image is broken, when image cannot be found at the source. Firefox does it all for making the web page… READ MORE
Here is an article for – How to clear your browser cache? It is not a question for most of you but I am writing it for all those who are reaching at How to Delete Cached File on Client Side ? when they just want to delete his own… READ MORE
Here is another hurriedly written post but have some meaning to share with you. I got a promo mock up and there was a check mark (tick mark) symbol that is generally available in MS word. For that list items, I need image to use with CSS (list-style-image:url();). and that… READ MORE
Here are some stats about browser usages by visitors on my blog (Web Scripting). Data and graph presents are from my cPanel application Awstats and Google Analytics.
Here is a Browser Usage stats from March 1 to 6. Data taken from Google Analytics.
As visible from the statistics, techie has… READ MORE
Getting error “Firefox has detected that the server is redirecting the request for this address in a way that will never complete” can be very disturbing for a web developer when he has tried to modify something. This can left you clueless about what need to be done! I got… READ MORE
Internet Explorer is really strange browser. It was showing me blank page when my <title> tag was not properly closed. I need to change the title tag, and some other HTML tag, dynamically for a cached page. In the script, instead of using variable for closing <title> tag, I pasted… READ MORE