Gmail Labs 2 new useful features – Mark as Read, Label Auto Suggest
Gmail Labs constantly introduces new features that make using Gmail much more productive. Recently they introduced 2 new features – Mark as Read button and Auto suggest for label search which I find extremely useful. Mark as read is really useful since I use it often to get to inbox zero. I am obsessed with […]
SQL Queries from Excel
Often when you are working on 2 incompatible systems and try to import data from one to another, excel can be a handy tool. I have used excel plenty of times to generate SQL insert / update statements which I could later execute on the database console. Here is a tutorial if you ever have […]
Web Page Monitor using Google Docs
My guest post on monitoring web page changes using google docs is posted in Digital Inspiration – one of the most popular technology blogs. Do read it to learn a little bit about using XPATH, RSS Feeds, Google Spreadsheet import() functions. Here is a summary of the technique: First go to the web page which […]
Quickly process text using split() spreadsheet function in google docs
Google docs spreadsheet app is going mainstream with each passing day. Recently they have introduced split() formula to divide text in to multiple cells using a user specified delimiter. The syntax for this function is =split(text value, delimeter), for eg. =split(“pointy haired dilbert”, ” “) would result in 3 individual cells with “pointy”, “haired” and […]
Switch between firefox tabs using mouse scroll wheel
Firefox 3 has a ton of extremely useful productivity features and as I keep using it, I discover more and more of them. Here is one I found extremely useful and simple: When you have lots of tabs open, in order to switch between the tabs, place mouse pointer on any of the tab titles […]
Search restaurants by cuisine – Google maps
This is another wow feature in Google maps that I started seeing last week. You can search restaurants by cuisine, how simple yet how effective .. 🙂 Click here to see all the Pizza places near Empire State Building in New York. Earlier on Gmaps: Get directions by public transport, See 3D building outlines in […]
Analyze your blog post’s readability with Google docs
How can you ensure that your blog post, term report or business case is readable without spending a lot of time getting beta reviews from others? Thanks to google docs, you can do that with one click. Just upload your word document / txt file to google docs. Once inside, goto menu > tools > […]