Blog

  • Multiple email addresses for one gmail account

    Let’s say that I have a gmail address: prasu@gmail.com

    Now if I am signing up for a newsletter at XYZ Corp. I can register with the email address prasu+xyz@gmail.com You can put in any extra alphanumeric information after the plus sign and it still gets delivered to prasu@gmail.com. Furthermore you can apply a filter in Gmail to process the email a certain way based on the email address that you signed you for (prasu+xyz@gmail.com).

    One handy use of this feature is to track where emails are coming from so if you started to get spammed for instance you will know which address was passed onto a third party.

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

  • Google Thinks Twitter Is…

    So…Google thinks Twitter is…retarded? over capacity? down? useless? lame? pointless? slow? a waste of time?What do you think Twitter is?

    Google thinks twitter is . . .

    Copied from here.

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

  • Google Labs: Closure Tools

    Google

    Web applications have evolved from simple HTML pages into rich, interactive applications that provide a great user experience. Today’s web apps pose a challenge for developers, however: how do you create and maintain efficient JavaScript code that downloads quickly and works across different browsers?

    The Closure tools help developers to build rich web applications with JavaScript that is both powerful and efficient. The Closure tools include:

    A JavaScript optimizer

    The Closure Compiler compiles JavaScript into compact, high-performance code. The compiler removes dead code and rewrites and minimizes what’s left so that it downloads and runs quickly.

    A comprehensive JavaScript library

    The Closure Library is a broad, well-tested, modular, and cross-browser JavaScript library. You can pull just what you need from a large set of reusable UI widgets and controls, and from lower-level utilities for DOM manipulation, server communication, animation, data structures, unit testing, rich-text editing, and more.

    An easy template’s system for both Java & JavaScript

    Closure Templates simplify the task of dynamically generating HTML. They have a simple syntax that is natural for programmers.

    Closure Templates are implemented for both JavaScript and Java, so that you can use the same templates on both the server and client side. For the client side, Closure Templates are precompiled into efficient JavaScript.

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.