http://mail.google.com/support/bin/answer.py?answer=32608&hl=en
Finally, Google acknowledges that even with constantly growing storage, there are e-mails that are obviously not worth keeping, and we can now delete them easily.
![]()
Thank you!
http://mail.google.com/support/bin/answer.py?answer=32608&hl=en
Finally, Google acknowledges that even with constantly growing storage, there are e-mails that are obviously not worth keeping, and we can now delete them easily.
![]()
Thank you!
Google’s just given me an extra 6 months of Norton, so I gladly installed the Google Pack, since most of its contents were already on my computers. The more puzzling is the screen saver – unless I’m mistaken, there isn’t anything here that’s earth shattering. I wish for a strong integration with Picasa.
Bigthisle comments on how to use Google’s translation service as a free proxy: Google free proxy!
Another method is to use Google’s mobile phone gateway and compressor. The page format is lost, but the content maintained:
http://www.google.com/gwt/n?u=www.oreilly.com
(insert your own URL after the u parameter)
See Bigthisles’ post on Google Mobile:
http://www.google.com/gwt/n?u=http://www.oreillynet.com/pub/h/4807
For once, let’s talk about the usual application of the term “web analytics”: the analysis of web site traffic data. If the web site you’re analyzing is your own, and you have access to its traffic data, understanding how your site is used and visited is essential. Since this is turning into a platitude, and the topic is exhaustively documented, here are the two most appealing tool options for this task:
PDA Browser Spoofing
One effective technique for basic PDA smoke testing is to use browser spoofing, in effect making a desktop browser lie about its identity to the server and thereby requesting a PDA version of a page.
Spoofing Advantages & Disadvantages
Spoofing is useful to look at pages and track basic functionality, but it is not subsitute for device or emulator testing, becaus spoofing will not necessarily render the page as intended for the target device.
On the other hand, spoofing has its advantages:
How to spoof using Firefox
Many hours are lost by the analyst trying to figure out what color(s) is used in a Web site. To simplify this task, I recommend two different tools:
This is a little bit of a foundational post, but one crucial tool of the web analyst is firefox. Several of the tools referenced here require firefox, so get firefox now!
Microsoft’s Internet Explorer is also foundational, but the assumption is that you already use it. It is also extensible, but few have bothered to create free useful tools for Web analysts.
There are many fine free text/code editors out there. I recommend “Crimson Editor,” which is a richly featured tool to view code and edit it.
Update: after some additional research, I also recommend PSPad.
With this Windows tweak, you can use your new favorite tool as the viewer for “View Source” in Internet explorer.
How many times do you hear that somebody can’t view a Photoshop file because they don’t have Photoshop installed?
The solution is Irfanview, a freeware graphics viewer. Have them install it, and they’ll be able to take a quick peek at the file (but not manipulate it).
A frequent question the web analyst has to answer is “what is in my site?” If you have access to the developer or the site’s server, you can easily create an outline of the site’s content.
Often, however, you’ll be limited to analyzing the site from a visitor’s standpoint. That’s where spider software comes in.
There are many good spiders available, but the most reliable and helpful is “Xenu Link Sleuth.” Despite the odd name, Xenu is a solid tool that spiders the whole site and creates useful reports for site structure and errors.
Tip: the report in HTML can take a long time to write and load in a browser (for large sites). I usually skip this step, and export as csv instead. Then I manipulate the csv results in Excel.