Internet

Disable Google Instant Previews

November 17, 2010 20:46 pm by Jal

Disable Google Instant PreviewsFor Firefox and Chrome

Google Instant PreviewsJust a week ago Google quietly slipped out Instant Previews whereby you can see a small screenshot of the web-page by clicking a magnifying glass icon beside every search result. I personally hated it because it is of almost no use to me. Infact it turned out to be quite distracting and so I decided to search for ways to disable it altogether. I found a cool Greasemonkey script that disables the instant previews.

1) Install Greasemonkey addon for Firefox. If you are using Chrome, go to step 2 directly.

2) Go to this userscript page:  Hide Google Instant Previews and install the script.

You’re done. No more annoying Instant Previews.

Welcome the new Yahoo! Mail!

October 28, 2010 0:52 am by Jal

Welcome the new Yahoo! Mail!About a month ago we (quite exclusively and way early) did a post on the upcoming new avatar of Yahoo! Mail. Well, it’s here now. Yahoo! has just launched a revamped version of Y! Mail with better social media integration.

Users who visit Yahoo! Mail Beta are greeted with a fresh interface and a link to try the new Yahoo! Mail. Major new features include the integration of the social networking sites like Facebook and Twitter within the email inbox. Multimedia content from YouTube, Flickr, Picasa, etc. will now get adorned by slick ‘within-the-inbox’ auto-slideshows. Yahoo’s been already providing unlimited storage so that’s an added plus. Email search has been optimized as well.

New Yahoo! Mail

The official video:

 

It’s very clear that Yahoo knows that it’s a make or break situation for the email service and (if i may say, Yahoo as a whole). World is changing fast and so better to work ‘with’ the competitors than working ‘against’. Smart move by Yahoo! and pretty decent UI well. It all rests on users whether they are willing to go back to Yahoo! Mail or will they just use it as a tool to auto-forward their emails to Gmail. ;)

Running out of space in GMail? FindBigMail can delete unnecessary mailsGmailIn spite of not providing unlimited storage space like Yahoo! Mail or Hotmail, Gmail is the favorite choice for most of us. It is a primary email service provider for most people and hence the problem of running out of space in Gmail bound to happen for most of us, sooner or later. The only thing one can do is to remove the emails that take up lot of space. These are mostly forwards with lots of multimedia attachments. You don’t want that. But the problem is, there is no easy way to sort emails according to size in Gmail (this was my favorite feature when I used Yahoo! Mail back in the day). So it becomes rather impossible to hand-pick the larger ones.

However, there is a cool service called FindBigMail which is nothing short of a bliss. As the name suggests, it scans your Gmail account and separates out mail with large attachments.

FindBigMail for Gmail

Once the scan completes, you need to login to your Gmail account and look for labels marked ‘My Big Mail‘, ‘My Really Big Mail‘, ‘My Ultra Big Mail‘. This is where you can easily select the large emails and delete them.

Gmail labels

The service also sends an email with stats about how much space your can recover by deleting those emails. Try it now.

How to: Convert JPEG, PNG, BMP to WebP image formatRequirements: Linux

Yesterday Google introduced the new image format – WebP which aims to go head-on with JPEG with 40% smaller file size. We also did a visual comparison of the two formats which clearly showed the efficiency of WebP. Today we bring you a small tutorial on how to convert any JPEG, PNG or a BMP into a WebP image file.

Two important things:

1) The tutorial requires Linux installed on your computer because the only converter available as of now supports only Linux. Moreover, you need to know basic terminal commands. (Don’t worry though, we’ll help you)

2) The WebP images that you will be able to generate after following this tutorial will be utterly useless. Atleast for now. That’s because there are no WebP image viewer software available. So, to deal with this issue, we’ll convert the WebP image into a lossless PNG. That way, we’ll be able to ‘actually see’ what WebP conversion looks like. Let’s begin.

Convert JPEG, PNG or BMP to WebP

1) Boot into your Linux computer and open up your favorite web-browser. Download ‘webpconv‘ file from this page.

2) Store the ‘webpconv‘ file in the home folder and then open up the ‘Terminal’.

3) Type the below command and press enter:

chmod a+x webpconv

4) ‘webpconv‘ has now turned into an executable file. To simplify things, put your JPEG, PNG or BMP image also into the home folder.

5) Run the following command in the ‘Terminal’ and press enter:

./webpconv <YOUR_IMAGE>.jpg

6) Voila! A new WebP image filw will be generated in the same folder which is surprisingly smaller than the original JPEG, PNG or BMP file.

To view WebP files:

As I said earlier, due to the complete lack of WebP image viewers as of now, we will convert the WebP image in to a PNG equivalent. PNG is a lossless conversion method preserving 100% image quality.

Run the following command in the ‘Terminal’:

./webpconv -format PNG <YOUR_WEBP_FILE>.webp

The above code will generate the exact PNG rendition of the WebP file. Compare the images.

Options:

There are two options which you can specify for WebP conversion – Format and Quality. If you are converting a JPEG, PNG or BMP into WebP, you don’t need to specify the ‘Format’. As for the quality, you can specify it in the range from 1 to 100. Here’s the syntax:

./webpconv -format JPG -quality 85 <YOUR_WEBP_FILE>.webp

This tutorial is the only way to convert JPEGs, PNGs and BMPs to WebP until someone comes up with a decent GUI based tool along with support for other platforms too.

If you liked the tutorial, do us a little favor by sharing this post :)

Visual comparison: JPEG vs. WebP (Google’s new image format for the web)JPEG is currently the most widely used image format in the world. It is a lossy compression method used since over a decade and has been working great. "Not exactly" thinks Google and decides to rewrite a completely new image format for the web which it claims to generate 40% smaller image files than JPEGS with undistinguishable difference in the quality of the image. Google calls it ‘WebP’ (file extension .webp).

According to Google, 65% of the data floating on the internet at any given time is actually an image. And about 80% of these images are JPEGS. With the new WebP format, based on the VP8 codec that Google introduced in May 2010, Google expects faster image transfers over the internet. Even though WebP is a lossy compression method, it fares really well when it comes to file size without affecting much of the quality. Look for yourself:

Original JPEG Image                       WebP Image

JPEG imageWebP image

Impressed? Here’s a small tutorial to convert JPEG, PNG or BMP files to WebP format: VIEW TUTORIAL

Now before you smart people jump on me let me clarify that the image on the right is a lossless and exact PNG rendition of the original WebP image. Because WebP is an extremely new image format, your computer won’t display it. Nor there are any WebP image viewers available at the moment. PNG is a lossless image format which preserves 100% image quality and hence it is used to display what the WebP conversion looks like.

In case you’re curious, here is the WebP image file: WebP-Dance.webp [Right click > Save Target As…]

Size of the original JPEG file: 114KB

Size of the WebP converted image: 37.2KB 

Difference: 67.3% smaller

Now imagine all the images on the web shrinks down by that percentage. Amazing isn’t it. The best part is, you can control the output image format and quality. While converting any image format to WebP, you can provide the desired image quality in the range from 1 to 100.

On a serious note though, it’s one hell of a herculean task to steal JPEG’s thunder. WebP conversion takes about 8 times longer than JPEG conversion. And Google knows it’s not going to be as easy as making WebM the defacto standard for web videos. WebM’s story is completely different because Google has YouTube on its side and thus can mould the web video standards the way it wishes. When it comes to images however, what Google can atmost do is to provide native WebP support in Chrome. This means that other webkit browsers like Safari can also support the format. That way, it can atleast start spreading the format in the mainstream.

Shifting mass attention to a new format is no joke, especially when the competitor is a reigning champion since 18 years. But when something is backed by innovation, cutting edge performance and the internet giant himself, you never know.

Facebook Status Update won’t submit (Ajax issues) [Troubleshooting]Quick-Tip

FacebookFacebook uses a lot of Javascript and Ajax to deliver real-time dynamic content. This has secretly played a great role in the success of the social network because technologies like Javascript and Ajax manage data requests very efficiently without page refresh, thereby not disrupting the browsing experience.

However, there are a few downsides of these technologies too. Ajax data requests are much more complicated and susceptible to minor network fluctuations compared to conventional HTTP requests involving page refresh. The most common and highly irritating issue with Facebook is that, at times, the Status Update just don’t work. The status just won’t submit after you click the ‘Share’ button. Facebook handles status update using Ajax and as I said earlier, a minor network glitch can break the functionality. In such cases, HTTP data request can be helpful but the normal version of Facebook do not have any secondary option (besides Ajax submit) to update Status.

So we let our common-sense run wild and use the mobile version of Facebook to update status. The mobile version uses conventional HTTP requests which is quite awesome.

1) Just login to the mobile version of Facebook: http://m.facebook.com

2) Write your status and click ‘Share’. The status will be submitted successfully followed by a page refresh.

Quite a simple trick but many wouldn’t have guessed it. So please share this post.

alt
Google New – One place to find everything new from GoogleGoogle NewAt the time of this writing, Google offers 26 different products which are free and directly accessible by all users across the globe. And behind every product, there’s a huge team working round the clock to deliver new features and optimize its performance. Apparently, Google felt the need for a standardized platform where users can know about the new features being incorporated into any Google product without visiting individual product page.

At Google New, you can find the latest advancements, new features and latest releases of not only the widely popular Google services like Gmail, Chrome and Docs but also the lesser known products like Google Enterprise, Google Finance, Picasa, Orkut, Adwords, Google Checkout, Google Webmaster Tools, etc.

Google New - Product Updates

I liked Google New. It’s definitely a time saver as it enlists updates pertaining to each Google product on a single web-page. Perhaps you’d like to see what Google has to say about its new service. Official Google New introductory video:

httpv://www.youtube.com/watch?v=ql7jGchLAWE