Tech Support Websites

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Sunday, 29 September 2013

TWIL - Week #25

Posted on 03:44 by Unknown
This Week I Learned:

Azure

  • Previously, Azure Virtual Machines deployed in suspended subscriptions would be deleted when the spending limit was passed (the data drives would be preserved – but the VM instances themselves would be deleted). Now when a subscription is disabled, VMs deployed inside it will simply move into the stopped de-provision state that was recently introduced (which allows a VM to stop without incurring any billing).

JavaScript 

  • Editing JavaScript code in real time is possible in Chrome and Chromium based browsers. After loading a web page completely, press the F12 key to open Developer Tools, then open the 'Sources' tab. Now open any JavaScript file loaded on the browser and you can directly edit it by clicking anywhere in that file. After making modifications press Ctrl+S to save the changes. The browser will automatically take in the new code. If there are some syntax errors in your code then it will display them in the console. So keep an eye on the console whenever you apply changes. If the part of code you modify is going to be executed by future events then you can see the effect of the modification. There is no point in changing the code that is not going to be executed in future events on that web page. For example, the code that is getting executed while the page is loading and making modifications to that code has no effect.

Browsers

  • To view the source of a web page directly you can use the view-source URI scheme in Chrome, Firefox (but not IE): view-source:somedomain.com
  • Netscape Plugin Application Programming Interface (NPAPI) is a cross-platform plugin architecture used by many web browsers. Internet Explorer dropped supported for NPAPI in version 5.5 SP2. Starting in January 2014, Chrome will block webpage-instantiated NPAPI plug-ins as per an announcement by Justin Schuh, Security Engineer and Plug-in Retirement Planner. However, the built-in Flash plug-in and PDF viewer will be unaffected because they don’t use NPAPI.

India

  • The Apollo Clinic lets you view your diagnostic reports online which is nice. Wonder if there are privacy standards defined for health records in India and if the website maintains those standards.

Trivia

  • Ernest Hemingway, author of The Old and the Sea and Nobel Prize winner in Literature (1954) committed suicide in 1961 after a long battle with depression. 
  • Many writers of the popular The Simpsons animated comedy series have a background in mathematics and they have injected math references that are not so easy to catch.

Everything else

  • ZXX, a typeface by designer Sang Mun, includes 4 different font styles designed to thwart optical character recognition.
  • In order to squeeze as much life out of your lithium-polymer battery, once your laptop hits 100 percent, unplug it. In fact, you should unplug it before that. Battery University states that a battery charged to 100 percent will have only 300-500 discharge cycles, while a battery charged to 70 percent will get 1,200-2,000 discharge cycles. So  ideally charge batteries to 80 percent then let them drain to about 40 percent. (Source: Wired)
  • The EFF has a series of free articles as part of the The Surveillance Self-Defense Project which teaches people how to remain anonymous on the Internet and in the physical world. While you can have security without privacy, you cannot have privacy without security.
  • Microsoft spent $1.2 billion last year to acquire Yammer, which lets companies create private networks among their employees through an interface that looks almost exactly like Facebook.
Read More
Posted in TWIL | No comments

Saturday, 28 September 2013

Finding social media stressful? Outsource their maintenance

Posted on 05:38 by Unknown
Here are a few examples of services that can manage social media on your behalf:

The Kit Kat Social Break desktop widget can automatically Like, Re-tweet, Share posts from your contacts on Facebook, Twitter and LinkedIn.

For a fee, HeadHonchos offers to manage & possibly furbish your LinkedIn Profile


The times we live in!


Read More
Posted in Tools | No comments

Thursday, 26 September 2013

10 Free Security Apps for Android phones

Posted on 03:23 by Unknown

Top 10 Free Security Apps for Android phones as rated by Right Choice magazine:

  1. McAfee Antivirus & Security
  2. Avast Mobile Security & Antivirus
  3. BitDefender Antivirus
  4. Lookout Security & Antivirus 
  5. Norton Security Antivirus
  6. ESET Mobile Security
  7. Trend Micro Mobile Security & Antivirus
  8. TrustGo Antivirus & Mobile Security
  9. Kaspersky Mobile Security
  10. Dr.Web Antivirus

Some of the features provided by these apps include blocking spam text messages, backing up your data, remote locking and remote deletion (you can wipe data on your phone or SD card remotely)
Read More
Posted in Mobile, Tools | No comments

Sunday, 22 September 2013

TWIL - Week #24

Posted on 02:45 by Unknown
This Week I Learned:

Tools & Services:

  • DbVisualizer generates better database diagrams than SQL Server Management Studio. It also lets you export the diagram to JPG, GIF, PNG, SVG & PDF format files.
  • You can take any bit.ly link and add a + symbol to the end to see stats and details about the link.
  • draw.io is an online diagramming application built using the mxGraph JavaScript library
  • Site44 turns Dropbox folders into websites. You can edit your HTML locally, and your website will always be up-to-date. With their Starter plan, they offer free hosting for one free website with a data transfer limit of 100MB/month


Health:
  • 35 million people worldwide live with Alzheimer's disease. The onset of the disease is most likely to occur after the age of 60 years. While age is generally considered to be the primary reason, stroke that leads to vascular dementia is the second major known contributor to the disease. (Source: Times of India)
  • Dentists suggest brushing twice a day, for two minutes each time. If you can only do it once, bedtime is best, since that is when your mouth salivates less, allowing cavity-causing substances to take hold. Rinsing after sipping sugary drinks is always a good idea. (Source: WSJ) 

India:
  • The power of the Internet to build public opinion is making Governments frame new laws to keep their countrymen under control. A new law in China stipulates that a person would be punished if a rumour posted by him/her is retweeted more than 500 times on the Twitter-like Sina Weibo site. Section 66A of India's Information Technology [IT] Act is sweeping in its powers - it can send a person to jail for three years for sending an email or other electronic message that "causes annoyance or inconvenience". It is controversial as "the phraseology of Section 66A is so wide and vague and incapable of being judged on objective standards that it is susceptible to wanton abuse". Section 66A makes certain kinds of speech-activities ("causing annoyance") illegal if communicated online, but legal if that same speech-activity is published in a newspaper. 
  • Despite having the third largest coal reserves in the world, India has currently become a massive coal importer.
  • Film critic, Khalid Mohammed calls The Lunchbox a "tasteful take on an ageless metropolis malaise: coping with loneliness in a crowd." 
Read More
Posted in TWIL | No comments

Wednesday, 18 September 2013

What do the colors within the horizontal bars in Web Performance HTTP Waterfall Charts indicate?

Posted on 11:26 by Unknown

A HTTP Waterfall chart can provide a quick visualization of what is wrong with a slow loading website.


Chapter 3 of Stoyan Stefanov's Book of Speed has a nice explanation of what the colors in the a bar of Waterfall view (of twitter.com) generated by WebPageTest, mean:

Dark green represents the time taken to perform a DNS lookup. DNS (Domain Name Service) lookup is the process of matching the friendly domain name twitter.com to an IP address (such as 128.242.240.20), which the browser needs in order to know how to get in touch with the server. Think of the DNS lookup as being like a phone book: your browser knows the name (twitter.com) but needs the number (the IP address).
You can see on the waterfall chart on Figure 3.2. that a separate DNS lookup needs to be done for every domain (twitter.com, a1.twimg.com, a3.twimg.com, s.twimg.com) because sub-domains may live on a different server with a different IP address. 


Orange is the time to establish a connection between the server and the browser. 

Light green is the time-to-first byte (TTFB) when the browser waits for the very first piece of information to be sent by the server. In the case of dynamic HTML pages this is the time spent to assemble the whole page on the server. If you're busy optimizing databases and server-side code, you'll actually be optimizing the TTFB of the page. As you can see, in the grand scheme of things, this is not where you should be focusing because it has relatively low impact (unless, of course, there's something seriously wrong on the server-side)

Blue is the time spent actually downloading the component 

As Steve Souders has rightly pointed out, different Web Performance tools & the Dev Tools within browsers use different colors in the horizontal bars in Waterfall Charts and that makes it a little difficult for web developers to interpret a waterfall chart which is different from what they typically use.
Table from Steve Souder's blog showing inconsistency in colors used in horizontal bar within HTTP Waterfall chart
Zoompf found that websites with the top search rankings had TTFB as low as 350 ms. They recommend that ideal targets for your initial HTML page load should be:

  • Time to First Byte of 500 ms or less
  • Roundtrip network latency of 100 ms or less
  • Back-end processing of 400 ms or less

TTFB has 3 components: the time it takes for your request to propagate to the web server; the time it takes for the web server to process the request and generate the response; and the time it takes for the response to propagate back to your browser. Latency captures the first and third components of TTFB, and can be measured effectively through tools like WebPageTest and ping. Server processing time is simply the overall TTFB time minus the latency.


Read More
Posted in Browsers, Performance | No comments

Saturday, 14 September 2013

TWIL - Week #23

Posted on 05:30 by Unknown

This Week I Learned:

Azure

+ If you own a MSDN subscription you can use up to your monthly Windows Azure credits at no charge. If you exceed your monthly credits, your service will be disabled for that month. I found out the hard way that the 10 "free" Azure Web Sites that you get will be disabled too if you exceed the limits of any of feature categories. For testing, if you activate the Azure SQL Reporting feature that comes as a MSDN benefit, make sure you stop it after you finish testing or else it will count towards your quota limit.

+ A Windows Azure CDN customer's traffic may not be served out of the physically "closest" node; many factors are involved including routing and peering, Internet "weather", and node capacity and availability.

Web Development

+ With the Emulation tool in Internet Explorer 11 F12 developer tools you can simulate a GPS receiver and enter GPS coordinates to test location-aware features in a webpage.

+ conditioner.js is a JS library for loading and unloading behavior based on environment conditions

+ HTML 5 web app vs Native mobile apps - HTML5 does give you some access to your phone's sensors, such as Geolocation (GPS) support; and some access to your phone's operating system, such as Web Storage. But the bottom line is, there's far more denied to you than made available to you. And we should point out, the most innovative mobile apps tend to take advantage of the phone's hardware and operating system.

+ Taking advantage of the fact that Rovio uses HTML5′s LocalStorage to cache game files, web developer Wes Bos hacked the Chrome version of Angry Birds to gain access to all of the levels. LocalStorage is editable by the user, it's similar to the cookies.


+ basket.js supports locally caching scripts in any browser with localStorage capabilities.
Tools

+ Chrome Sniffer is a Chrome extension that is capable of identifying more than 100 popular content management systems and JavaScript libraries  running on a website that is being accessed in the browser.

+ VLC Media Player can convert MP4, FLV files to MP3 as well as handle conversion between many other formats

Health

+ There hasn’t been any conclusive research on whether cracking one’s own neck is dangerous or contributes to long term health problems; however, given the risks associated with having a professional perform the procedure, it seems that self-neck manipulation is to be avoided. Having your neck cracked by a professional is called cervical spine manipulation. It can be dangerous because it involves a small risk of compressing one of the major arteries bringing blood to the brain, leading to stroke. Someone who gets their neck cracked is 3.6 times more likely to have a stroke than someone who doesn’t. (Source: Go Ask Alice)

Science
+ The Feynman Lectures on Physics: Online Edition

Quotes
+ Tell me, I'll forget. Show me, I'll remember. Involve me, I'll understand - Benjamin Franklin
Read More
Posted in Azure, HTML5, TWIL | No comments

Thursday, 12 September 2013

Review: Microsoft Visual C# 2012 Step by Step by John Sharp

Posted on 11:28 by Unknown
Microsoft Visual C# 2012 Step by Step is a good book for beginners. It covers a considerable breadth of the C# language in 800 odd pages while showing how to program with the language using Visual Studio, the most commonly used IDE. As with other books in the Step by Step series, the explanations are pretty detailed but never boring.

The coverage of Visual Studio features while explaining C# programming topics is interesting. There are tables & illustrations to make the content engaging. The Quick Reference at the end of each chapter with brief C# snippets is a valuable addition.

I guess there is no other IDE as full fledged as Visual Studio for coding with C#. Considering there are free Express editions of Visual Studio, I wonder if the vast majority of C# programmers use anything other than Visual Studio for building real-world application. Therefore I found it unusual that C# in the book's title should be referred as Visual C#. MSDN informs that Visual C# is the official term for the implementation of the C# language by Microsoft but it is uncommon to hear C# being called Visual C#.

Though the code examples in the book are well explained, they aren't really practical and may only help beginners to get started. Several chapters of the book have examples on Windows 8 Store Apps, a Windows 8 specific application format that hasn't taken off as much as it was envisaged. If your operating system isn't Windows 8 or if you don't have any interest in building Windows 8 Store Apps, some chapters of this book will be unusable.

I rate this book 4 out of 5 for its presentation.

I received a ebook copy of this book via the O'Reilly Blogger Review Program.
Read More
Posted in Book Review, C# | No comments

Wednesday, 11 September 2013

Transparent overlay image to introduce web site features/elements

Posted on 11:29 by Unknown
The transparent overlay image to introduce web site features/elements is an interesting UI Pattern to do more with less - a visual explanation is better than reams of notes.

Don't know if Gmail was the first popular website to use this idea but I now see a lot of other websites use this kind of an overlay to visually explain new UI elements or features that are added.


Gmail used this overlay idea earlier to show Gmail keyboard shortcuts with the "?" keyboard shortcut.
Read More
Posted in GMail | No comments

Monday, 9 September 2013

HOW TO view historical data of Sensex & Nifty indices with Google Docs Spreadsheet

Posted on 11:24 by Unknown
The GoogleFinance function can be used to fetch historical data for a specified time period.

Try these to get historical data of Sensex & Nifty indices for the first 9 days of September 2013:
=GoogleFinance("BSESN", "close", "09/01/2013" , "09/09/2013", "DAILY")
=GoogleFinance("NSEI", "close", "09/01/2013" , "09/09/2013", "DAILY")


You can even go back in time. The Sensex was at 4031.55 this day in 1997!
Read More
Posted in Google Docs, HOWTO | No comments

Sunday, 8 September 2013

JavaScript Pocket Reference by David Flanagan; O'Reilly

Posted on 11:20 by Unknown
JavaScript Pocket Reference isn't really a dictionary styled reference that I imagined it to be. This book reads more like a O’Reilly book in the Nutshell series than a Reference. It should have been called JavaScript in a Nutshell for this is a distilled & condensed version of the author's immensely popular JavaScript: The Definitive Guide. It is however a well-written book that covers the important parts of JavaScript and the essentials of ECMAScript 5 in less than 300 pages.

This book is like a quick tour of the modern-day JavaScript landscape by an expert guide. The author fills the discourse with interesting facts:
Division by zero is not an error in JavaScript: it simply returns infinity or negative infinity.
...and explains relevant details concisely:
"use strict" does not involve any JavaScript keywords: it is simply a JavaScript string literal expression, and is ignored by ECMAScript 3 interpreters. When placed at the beginning of a script or of a function body, however, it has special meaning to an ECMAScript 5 interpreter.

This is a book that serious JavaScript developers should have handy so that they don't have to be distracted jumping off to look up things in online references.

This review is based on the ebook I received through the O'Reilly Blogger Review Program.

Related:

  • JavaScript: The Good Parts - photo gag
  • Free JavaScript & jQuery learning resources


Read More
Posted in Book Review, Javascript | No comments

Saturday, 7 September 2013

TWIL - Week #22

Posted on 10:19 by Unknown
This Week I Learned:
  • Bing and Google Search make extensive use of localStorage for stashing SCRIPT blocks that are used on subsequent page views. localStorage is a HTML5 API within modern browsers to allow web developers to store small amounts of data within the user's browser.
  • To view list of Chrome URLs: chrome://chrome-urls/ & to see what's stored in your the Chrome cache: chrome://view-http-cache/
  • PC Maintenance Tip - Use System Restore: You can create a System Restore Point to save current settings and revert to those settings if your computer begins having problems. This can happen after installing a new program or driver for hardware.
  • URL shortening website Bit.ly’s URLs are case-sensitive. http://bit.ly/YFTTDo leads to different page while http://bit.ly/yfttdo takes you to another.
  • Your age, gender and interests as determined by Google based on what websites you visit. See what Google knows about you  (Source: Labnol)
  • Google has done away with the notorious brain teaser component of its interviews after statistics showed the ability to ace them had no correlation with success at the company. On average, Google takes about 45 days to hire. (Source: The Washington Post)
  • The development of general anaesthesia has transformed surgery from a horrific ordeal into a gentle slumber. It is one of the commonest medical procedures in the world, yet we still don't know how the drugs work. Perhaps this isn't surprising: we still don't understand consciousness, so how can we comprehend its disappearance?
  • According to one estimate, 65% of India’s 860m mobile subscribers prefer it to a quick call. The Philippines is considered the SMS capital of the world.
  • India imported crude oil worth $170 bn and gold worth $60 bn last year 
Read More
Posted in TWIL | No comments

Thursday, 5 September 2013

Book Review: Windows Azure SQL Reporting Succinctly by Stacia Misner

Posted on 11:19 by Unknown
Windows Azure SQL Reporting Succinctly is a freely downloadable 100-paged (90 without the pleasantries) e-book (available in Amazon Kindle and PDF formats) from Syncfusion.

The ebook provides a great overview of Windows Azure SQL Reporting that will be helpful to developers and architects. It starts with a comparison of SQL Reporting and SSRS & takes the user through Report Development, Report Management, Report Parts, Security & Report Access.

I feel the major failing of the book is that it doesn't provide any examples to follow along with the theory that it explains. As such this book is better read after you've tried out a few things with Windows Azure SQL Reporting. This 13-minute video from a 21-part series on Channel 9 provides a quick introduction.Both the book and the video reference the AdventureWorks database that you can get from this CodePlex location.

The Windows Azure Management Portal keeps changing so I noticed a few of the points in the book aren't true anymore. For instance, the geo-replication option that persists data in multiple locations was available at no additional cost earlier but there is a charge now for geo-replicated storage.To access the Silverlight portal earlier, you had to click on your user name in the top right corner of the Windows Azure Management Portal and select Previous Portal but that's gone now. Considering these dynamic portal changes, future books on Azure that explain techniques and new features step by step may have to be produced as an online Wiki.

Related: Windows Azure - Learning Resources
Read More
Posted in Azure, Azure SQL Database, Book Review | No comments

Wednesday, 4 September 2013

HOW TO make emails that land in Promotions go to the Primary tab in Gmail

Posted on 09:47 by Unknown
An enterprising supermarket I go to is concerned that I may not be checking the promotional offers that they send to my Gmail account. They sent me steps on how to force Gmail to show emails they send always under the Primary category:


To disable the Tabbed Inbox feature click on the settings cog in the upper right-hand corner, go to "Configure Inbox," and uncheck everything except "Primary." This will remove the tabs and bring you back to the old, familiar, one-inboxed interface.

To see total count of unread messages (and not just the newest unread emails) click the More link in the left sidebar and you will see all your categories. The categories name will list the number of unread emails beside it.



Read More
Posted in GMail, HOWTO | No comments

Sunday, 1 September 2013

TWIL - Week #21

Posted on 11:19 by Unknown
This Week I Learned:
  • You can track Indian Stock Exchanges Sensex and Nifty indices using these formulas in Google Spreadsheet - =GoogleFinance("BSESN","price") and =GoogleFinance("NSEI","price") respectively. It is possible to have Google Docs send updates about changing values as a text message.
  • Amazon Web Services & Microsoft Azure aren't the only places where you can host a Cloud-based .NET application. There are atleast 4 other .NET PaaS-like providers. 
  • The learnings of one experienced developer:
    • There is no "right way" in software development
    • Reading a book cover-to-cover is not the best way to learn -  You don’t really learn a technology until you’ve solved real problems with it.
    • Learning particular technologies in-depth is a waste of time
    • Community is extremely important in your software development career
    • Always have a side project
  • HTML5 does not use a Document Type Definition (DTD). Instead, it uses the Document Object Model (DOM, the "tree" formed by a document's structure) as its basis rather than a particular set of syntax rules. It also differs from previous recommendations in that it includes instructions for how browsers should handle malformed and legacy markup - from HTML5 Pocket Reference
  • Google Suggest was built by Kevin Gibbs in his 20% time. Though it was launched in 2004 as a Google Labs feature it was finally made default on Google.com as well as mobile, maps and browsers in 2008
  • Capitalist Individualism means becoming brilliant at something that people need, so that they pay you lots of money to do it.
  • All that is necessary for the triumph of evil, is that good men do nothing - Edmund Burkes, Irish political thinker 
Read More
Posted in TWIL | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Windows 8 keyboard shortcuts
    Win + X   - context menu to access common features like Control Panel, Task Manager, File Explorer, Programs & Features, Run, Search etc...
  • What is the difference between Browser Mode & Document Mode in IE
    If you're a web developer and your job actively involves building web pages that work the same in all browsers including the last three ...
  • My 30-day personal project - watch 100 hours of Pluralsight videos
    Inspired by Matt Cutts' 30-day challenges , I plan to watch 100 hours of Pluralsight online videos to get up-to-date with current ...
  • Archive tweets & favorites with Google Reader
    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 ...
  • TWIL - Week #3
    This Week I Learned: New Azure VM Image Templates include SQL Server, BizTalk Server, and SharePoint Server (2013?) images . This can be han...
  • Dashboard-like info with Browser tabs, Windows 7 Taskbar tabs
    Browser tabs & Windows 7 Taskbar tabs are turning self-aware.  This is how my browser looked the other day: I had the summary of all tha...
  • The State Of HTML5 Video
    Key points from the  The State Of HTML5 Video  report by LongTailVideo (last updated on April 19, 2012): 75% of the desktop & mobile bro...
  • Azure in Pictures - overview of Windows Azure Features, Services and Common Uses
    Download the Windows Azure Poster in PDF format (1.1MB)
  • Indian comparison shopping sites
    Did you know, India has 120 million Internet users & the Indian e-commerce market is worth $7 billion ?  Travel accounts for over 80 per...
  • Things to consider before settling on a JavaScript Library or jQuery plugin for your project
    In the article, Which JavaScript Library Should I Pick? , Pamela Fox has listed some practical points to consider before you settle on a Jav...

Categories

  • AJAX
  • Android
  • APIs
  • App
  • ASP
  • ASP.NET
  • ASP.NET-MVC
  • Azure
  • Azure SQL Database
  • AzureInPictures
  • Bing
  • Book Review
  • Bookmarklet
  • Browsers
  • C#
  • chart
  • Chrome
  • Cloud
  • CSS
  • CSS3
  • DidYouKnow
  • E-Commerce
  • Excel
  • FB
  • Fiddler
  • Firefox
  • Gadgets
  • GeoLocation
  • GMail
  • Google
  • Google Docs
  • Google Reader
  • Health
  • Hotmail
  • HOWTO
  • HTML
  • HTML/CSS
  • HTML5
  • Humor
  • Hyderabad
  • IE
  • IIS
  • India
  • Internet
  • IT
  • Javascript
  • jQuery
  • JSON
  • JSONP
  • Laptop
  • Learning Resources
  • Lists
  • Map
  • Metrics
  • Microsoft
  • miscellaneous
  • Mobile
  • NAPA
  • Office365
  • Opera
  • PDF
  • Performance
  • Personal
  • PHP
  • PM
  • PowerShell
  • Privacy
  • Programming
  • Rant
  • Safari
  • Science
  • Search Engines
  • SearchEngines
  • Security
  • SEO
  • Sharepoint
  • SharePoint2013
  • Silverlight
  • Software Engineering
  • Solutions
  • SQL Azure
  • SQL Server
  • TFS
  • Tip
  • Tips
  • Tools
  • Tools/Utilities
  • Trivia
  • TWIL
  • Twitter
  • UX
  • VM
  • VS.NET
  • VS2010
  • VS2012
  • WCF
  • WebApps
  • Websites
  • WF
  • Windows Phone
  • Windows7
  • Windows8
  • Word
  • WP7
  • WPF

Blog Archive

  • ▼  2013 (112)
    • ►  October (16)
    • ▼  September (14)
      • TWIL - Week #25
      • Finding social media stressful? Outsource their ma...
      • 10 Free Security Apps for Android phones
      • TWIL - Week #24
      • What do the colors within the horizontal bars in W...
      • TWIL - Week #23
      • Review: Microsoft Visual C# 2012 Step by Step by J...
      • Transparent overlay image to introduce web site fe...
      • HOW TO view historical data of Sensex & Nifty indi...
      • JavaScript Pocket Reference by David Flanagan; O'R...
      • TWIL - Week #22
      • Book Review: Windows Azure SQL Reporting Succinctl...
      • HOW TO make emails that land in Promotions go to t...
      • TWIL - Week #21
    • ►  August (8)
    • ►  July (8)
    • ►  June (13)
    • ►  May (12)
    • ►  April (12)
    • ►  March (8)
    • ►  February (15)
    • ►  January (6)
  • ►  2012 (127)
    • ►  December (11)
    • ►  November (14)
    • ►  October (13)
    • ►  September (14)
    • ►  August (16)
    • ►  July (16)
    • ►  June (6)
    • ►  May (5)
    • ►  April (11)
    • ►  March (12)
    • ►  February (7)
    • ►  January (2)
  • ►  2011 (98)
    • ►  December (5)
    • ►  November (2)
    • ►  October (5)
    • ►  September (7)
    • ►  August (7)
    • ►  July (15)
    • ►  June (10)
    • ►  May (7)
    • ►  April (8)
    • ►  March (10)
    • ►  February (11)
    • ►  January (11)
  • ►  2010 (163)
    • ►  December (14)
    • ►  November (19)
    • ►  October (19)
    • ►  September (15)
    • ►  August (18)
    • ►  July (17)
    • ►  June (20)
    • ►  May (17)
    • ►  April (19)
    • ►  March (5)
Powered by Blogger.

About Me

Unknown
View my complete profile