Thursday, August 13, 2009
Mozilla Firefox and Microsoft Internet Explorer web browsers descended from Netscape Navigator?
Saturday, July 11, 2009
How to make your IE be fast like other browsers?
Wednesday, June 24, 2009
How to make your websites run faster
You'll learn how to optimize CSS declarations, how to optimize JavaScript code and avoid memory leaks, how to use the best image format and prefetch resources.
Google also released a Firebug plug-in for Firefox that evaluates web pages and provides suggestions to improve them. Here are the suggestions provided for this blog's homepage:

* There is 58.8kB worth of JavaScript. Minifying could save 15.7kB (26.7% reduction). Google provides the minified versions of all the inline blocks and external files.
* The following cacheable resources have a short freshness lifetime. Specify an expiration at least one month in the future for the following resources: [list of resources].
* The following domains only serve one resource each. If possible, avoid the extra DNS lookups by serving these resources from existing domains.
* An inline script block was found in the head between an external CSS file and another resource. To allow parallel downloading, move the inline script before the external CSS file, or after the next resource.
* A width and height should be specified for all images in order to speed up page display.
* Serve the following static resources from a domain that doesn't set cookies: [list of resources].
Thursday, June 18, 2009
Firefinder For Firebug
Firefinder is an extension to Firebug (in Firefox) and offers the functionality to, in a quick way, find HTML elements matching chosen CSS selector(s) or XPath expression. It allows you to instantly test your CSS selectors in the page while seeing the content at the same time, and matching elements will be highlighted.
It also offers you a count of how many matches there are - good for checking, for instance, the number of heading elements - and it also lists all the matching in a collapsible list in the Firefinder panel in Firebug. When you hover each item in that list, the corresponding element in the web page will be highlighted so you see which one it is.
If you are in a web page and want to quickly use Firefinder, just press Ctrl + Shift + V on PC/Linux,Command + Shift + V on Macs, and the Firefinder panel will become visible and you can type away immediately.
Download
Download Firefinder for Firebug and get started!
Saturday, May 23, 2009
How to Dowload/Upgrade Google Chrome 2.0 Pre Beta
2. Download and run the Google Chrome Channel Changer
3. Now run Google Chrome Chnnel Changer chromechannel-2.0.exe, and check "Beta: More Stable releases (~Monthly Updates)"
4. Now Start your Google Chrome and Go to Settings->About and Click Update Now and it will start updating your Google Chrome 1.0.154.36 to Google Chrome 2.0156.1.
You need to wait for some time to get Offline Google Chrome Installer.
Google Chrome 2.0 - Better, Faster, Stronger
"Making the web faster continues to be the main area of focus. A new version of WebKit and an update to JavaScript engine, V8, interactive web pages will run even faster. Also it is made sure that JavaScript keeps running fast even when you have lots of tabs open," reveals Google Chrome's blog.
Google's own benchmark shows that the new version runs 30% faster than Chrome 1.0, but it's probably a better idea to test the application for yourself.
I have Chrome 2, and I feel it is faster than any other browsers