There are numerous ways to archive tweets but rather than use yet another tool, I prefer using Google Reader to preserve the tweets I mark as favorite on Twitter. Google Reader can preserve your tweets, favorites or those of others from the time you subscribe to a corresponding Feed. You can access any individual public users timeline or their favorites in RSS, ATOM, XML and JSON formats:https://twitter.com/statuses/user_timeline/<username>.rsshttps://twitter.com/favorites/<username>.rssReplace the username in...
Saturday, 28 April 2012
Thursday, 26 April 2012
Cloud Computing - Questions & Answers
Posted on 11:45 by Unknown

Compiled from multiple resources that I've gone through over the last few months:* What is Cloud computing?Cloud computing is Internet-based computing, whereby shared resources, software and information are provided to computers and other devices on-demand, like electricity.* What are the key features of Cloud computing?Pooled resources - Available to any subscribing usersVirtualization - High utilization of hardware assetsElasticity - Dynamic...
Tuesday, 17 April 2012
Browser Developer Tools - Tips, Tricks, Documentation
Posted on 08:48 by Unknown
These days all popular browsers - IE, Firefox, Chrome, Opera, Safari, come with Developer Tools that help web developers debug HTML, JavaScript & CSS issues & build better web pages.It's probably the Netscape browser that first started helping developers with the Error Console option that would specify on which line a script error occurred & the possible cause. Firefox inherited that option while Firebug, the Firefox add-on, extended debugging facilities within Firefox to a different level. Firebug's feature-set is so comprehensive,...
Thursday, 12 April 2012
Iframe facts
Posted on 19:45 by Unknown
Key takeaways from Chapter 13: Using Iframes Sparingly of "Even Faster Websites", a guide for performance vigilantes -Relative URLs inside the iframe are resolved relative to the iframe’s base URI, not the parent’s.JavaScript included in the iframe has limited access to the parent. An iframe from a different domain can’t access the parent’s cookies.Iframes are one to two orders of magnitude more expensive to create than other types of DOM elements.An alternative way to insert ads with better performance would be for the main page to create...
Wednesday, 11 April 2012
Hotmail's sign-up page uses...Google's ReCAPTCHA service...whose images are sometimes unreadable
Posted on 11:23 by Unknown

CAPTCHA or Completely Automated Public Turing Test To Tell Computers and Humans Apart, is a technique to to stop bots from signing up for online accounts or automatically filling up forms. It works on the assumption that Humans can understand distorted text presented in a CAPTCHA image but not bots which may have a basic training in OCR (Optical Character Recognition)Hotmail's sign-up page uses Google's ReCAPTCHA service -I found the words in the...
Sunday, 8 April 2012
Google Mobilizer Bookmarklet - view just text of web pages
Posted on 00:10 by Unknown
You can use Google Mobilizer application, when you need a mobile-friendly version of webpage. If you are on a low-bandwith Internet connection, Google Mobilizer can be used on a PC or laptop to view just the text (and optionally images).When I'm on Twitter, I don't have a good feeling about clicking URL shortened links as they don't reveal the domain name and can lead you to spam. Ocassionally, I'm directed to web pages that have more ads than content....
Friday, 6 April 2012
Get the ATVM card if you are a frequent traveller on Hyderabad MMTS
Posted on 22:07 by Unknown

The local trains in Hyderabad, also referred as MMTS (Multi-Modal Transport System), are one of the best modes of transport within the city. There are often long queues for the tickets. I noticed that though the Automatic Ticket Vending Machines (ATVM) are present at almost all local stations (introduced in February, 2010), they are not patronized due to lack of awareness and inadequate advertising.ATVM Smart Cards can be used to purchase...
Thursday, 5 April 2012
JavaScript Performance tips
Posted on 19:15 by Unknown
Excerpted from "Chapter 7: Writing Efficient JavaScript" of the book "Even Faster Websites":Performance .. is not just about how long it takes for the page to load, but also about how it responds as it’s being used.Out-of-scope variables take longer to access than local variables.A very common mistake that leads to performance issues is to omit the var keyword when assigning a variable’s value for the first time. If an array item or object property is used more than once, store it in a local variable to speed up access to the value.Generally...
Getting started with SQL Server Reporting Services (SSRS)
Posted on 10:46 by Unknown
Notes on SSRS from the Pluralsight course SQL Server Business Intelligence Overview and other online resources -* SSRS is a server based reporting platform* When you install SSRS it creates Report Server Databases in your SQL Server Instance. These databases are ReportServer and ReportServerTempDB* Features:Can report from a variety of data sources - Relational databases, XML files & feeds, multidimenstional data (OLAP), any ODBC or OLE-DB compliant sourceVisualize data into a variety of formats - Tabular, matrix & free form reports, Charting...
Wednesday, 4 April 2012
Low bandwidth? Try mobile version of popular websites on PC/laptop
Posted on 09:06 by Unknown
There may be times when you have to make do with a low bandwidth internet connection. Don't despair for that may be a good time to discover how fast & clutter-free the mobile version of popular sites are on your PC/laptop.Here is a list of such mobile sites:Popular:YouTubeWikipediaYahooSlideshareSocial media:TwitterFacebookSearch Engines:Bing (~4.3KB)WolframAlphaUtility:GMail (login page 1.3KB, Inbox 4.2KB)Google Reader (~8.3KB)Google Mobilizer - converts websites to mobile-friendly formatIRCTCNewspapers:The...
Tuesday, 3 April 2012
There is an app for that?
Posted on 06:47 by Unknown
All these days I've been thinking of writing a location-aware app that would tell me about interesting sights & news-worthy facts about places that fall in the way of a train journey.It turns out @codepo8 already has a sample app on something similar WITH source that I can adapt.There are also a host of other demos of the Geolocation API, with source, on the Mozilla Demo Studio site.Related links:12 Cool HTML5 Geolocation IdeasMSDN: How...
Subscribe to:
Posts (Atom)