Google Page Speed Tool as a Firebug Add-on Similiar to Yslow

I just found a gr8 tool to measure page loading speed which is an important aspect for any website. initially google used to use this plugin for the internal measurement but now its open to all and i think every web developer should use it.

I just installed it and found that its similiar to Yslow. Here is the detail as per the google page speed site

What is Page Speed?

Page Speed is an open-source Firefox/Firebug Add-on. Webmasters and web developers can use Page Speed to evaluate the performance of their web pages and to get suggestions on how to improve them.

How does Page Speed work?

Page Speed performs several tests on a site’s web server configuration and front-end code. These tests are based on a set of best practices known to enhance web page performance. Webmasters who run Page Speed on their pages get a set of scores for each page, as well as helpful suggestions on how to improve its performance.

Why should you use Page Speed?

By using Page Speed, you can:

  • Make your site faster.
  • Keep Internet users engaged with your site.
  • Reduce your bandwidth and hosting costs.
  • Improve the web!

Looks a gr8 and a promising tool. Inorder to try it visit http://code.google.com/speed/page-speed/download.html and njoy

Be Sociable, Share!

Tough times ahead – ITs WORLD RECESSION

Every where people are just talking about recession in US economy . Where ever on what ever sites you go people are just posting negative comments about companies which used to be favorites just few months back

The buzz words are seeing a slow down. Some of the examples that I came across on some of the articles I read

1) iPod dying? It’s already dead

2)11 troubled Web companies: The next Kozmos? where people are talking about twitter, skype and other big names which were used to be widely used all over are now getting some cause of worry

3)Open-source innovation in a recession

4) Week in review: Tech stocks tumble
tech stocks falling like a pack of cards every where there is a slow down no matter which country you see.

5) Chip forecasts head south

6) Micron to cut workforce by 15 percent, slash flash output

7) The tech downturn: How long and how bad?

While dollar appreciating was a bit of a support for some of the IT biggies, but on the other hand default payments is affecting the revenues. They are forced to reduce number of employees

companies are not getting big contracts like before. People have reduced spendings.

So everyone is just waiting and watching WHAT WILL HAPPEN NEXT ? No one knows actually.. Lets see wats the road ahead especially for IT companies

Be Sociable, Share!

Improve your productivity using firefox extensions – Top 10 addons

Hi all

If you are into web development here are some of the tools you must make use of to improve the productivity.

  1. FireBugEdit, debug, and monitor CSS, HTML, and JavaScript live in any web page.
  2. Web Developer Toolbar – Adds a menu and a toolbar with various web developer tools. I used this add-on for a long time prior to Firefox 2.0. I found its pixel measuring tool to be useful and back when I did table design I used its outlining/bordering tool to help me adjust that flow-based layouts. I’ll have to relearn how to use this sucker for the new methodologies I use for client-end design.
  3. Seoquake – Seoquake is one of the most powerful tools available for analyzing your website’s Search Engine Optimization results. It will help you determine what your Google PageRank score is, how many pages on your site are indexed, how many external sites link to yours, similar statistics for Yahoo and Live.com, your Alexa ranking, your del.icio.us vote count (for specific pages), and mountains of other data. I’m still finding out more and more about this tool, but I think this is by far and large one of the most powerful extensions available to web developers.
  4. ColorZilla – Have you ever seen a really interesting color on a website and try to find out what it is? ColorZilla gives you the ability to simple use a “color picker” to mouse over the desired color and capture it’s hex value. This extension has proved to a real time saver and I’ve used it longer than any of the other extensions or plug-ins on this list (since late 2004).
  5. Alexa Sparky – Another traffic analysis tool, brought to you by Alexa, Amazon.com’s traffic ranking service. I like this plugin simply because of the trend graph that it places in the bottom right corner of your browser window, but it also has some helpful features, such as determining what sites are similar to yours.
  6. Session Manager – I keep many tabs open on my Firefox sessions at all times, and if my computer has to restart or if something crashes I can lose potentially valuable information if I am unable to find those pages again. Session manager automatically saves your sessions and in the event of a crash or a reboot it can restore all of the tabs in the session for you.
  7. IE View Lite – There are a lot of developers out there who wish Internet Explorer would either accept the W3C standards or just go away, but unfortunately a large portion of Internet users are Internet Explorer users. IE View Lite allows you to right click on any given page and gives you the option to view this page in a new Internet Explorer window. IE View Lite is a powerful tool for cross-browser testing and validation. I prefer using IE View over IE Tab, which runs Internet Explorer within a tab in Firefox, simply because IE tab has some quirks (i.e. it reverts back to Firefox if you press Firefox’s reload button while focused on an IE Tab) and you don’t get full access to all of IE’s options with IE Tab.
  8. FireFTP – FireFTP is simply an FTP client built into the Firefox browser. It’s free, it’s simple, it’s reliable, and I can flip to FireFTP just like any other tab on the browser.
  9. Greasemonkey – Greasemonkey is arguably the most powerful Firefox extension. Greasemonkey allows you to apply custom JavaScripts to pages within your browser; for instance there are scripts to declutter your Facebook homepage, hide Gmail lables, and hide Netflix reviews. I use Greasemonkey to make it easier to navigate social network sites when promoting my blog. You can view the directory of Greasemonkey scripts at Userscripts.org.
  10. Download Status Bar – When I download WordPress plug-ins for my blog, I usually do so in intervals of 3-5 plug-ins at a time. I use Download status bar to give me instant access to my completed downloads without having to hunt them down using Windows Explorer. I try to save time in every way possible.
  11. StumbleUpon – While I don’t believe in spamming social tagging sites in everyway possible, I always make sure I am the first to submit my own articles to StumbleUpon. Why? Because the first StumbleUpon review is crucial to getting the correct demographic to view your site, since the categorization of the “stumble” occurs during the first review instance. It’s better that you, the author of the site, write the first review and categorize it accordingly, rather than put it in the hands of someone who may be viewing your site for the first time. In addition StumbleUpon sends more users to your site on average than Digg does, according to ProBlogger.
  12. Extended Cookie Manager and Cache Status – I use the Extended Cookie Manager and the Extended Cache Manager to help me debug my site when I’m running into connectivity issues, such as the trouble I ran into with my MySQL connection bombing out in IIS.
Be Sociable, Share!