<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ColoursAlive &#187; Web</title>
	<atom:link href="http://www.coloursalive.net/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coloursalive.net</link>
	<description>Thoughts, Pictures, more...</description>
	<lastBuildDate>Fri, 18 Feb 2011 11:54:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>College Culturals Time</title>
		<link>http://www.coloursalive.net/2011/02/18/college-culturals-time/</link>
		<comments>http://www.coloursalive.net/2011/02/18/college-culturals-time/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 11:54:03 +0000</pubDate>
		<dc:creator>Susheel Chandradhas</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.coloursalive.net/?p=134</guid>
		<description><![CDATA[Recently ChennaiParkour was invited to create a Parkour workshop for IIT-M, and even though that did not work out as planned, it has made me notice that this seems to be the time of year for college culturals. One that I&#8217;d like to point out to you, and bring your notice to is LIBA&#8217;s Chrysalis. [...]]]></description>
			<content:encoded><![CDATA[<p>Recently <a href="http://www.chennaiparkour.com">ChennaiParkour was invited to create a Parkour workshop</a> for IIT-M, and even though that did not work out as planned, it has made me notice that this seems to be the time of year for college culturals. One that I&#8217;d like to point out to you, and bring your notice to is <a href="http://www.libachrysalis.com/">LIBA&#8217;s Chrysalis</a>. Of course, we bring it to your attention because we worked on the website. <img src='http://www.coloursalive.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.coloursalive.net/2011/02/18/college-culturals-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal: Installing multiple contrib modules &#8211; the easiest way</title>
		<link>http://www.coloursalive.net/2010/12/30/drupal-installing-multiple-contrib-modules-the-easiest-way/</link>
		<comments>http://www.coloursalive.net/2010/12/30/drupal-installing-multiple-contrib-modules-the-easiest-way/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 19:54:29 +0000</pubDate>
		<dc:creator>Susheel Chandradhas</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[shell hosting]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[site admin]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[untar]]></category>
		<category><![CDATA[webhosting]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.coloursalive.net/?p=121</guid>
		<description><![CDATA[Here&#8217;s how to quickly extract multiple tar.gz files in a folder using &#8220;find&#8221; or a loop. It&#8217;s easy, it&#8217;s simple, and it gets your drupal install up and running in less time than it takes to say &#8220;Upload via FTP&#8221;. If you want the solution right away, scroll down to the bottom if this post. [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to quickly extract multiple tar.gz files in a folder using &#8220;find&#8221; or a loop. It&#8217;s easy, it&#8217;s simple, and it gets your drupal install up and running in less time than it takes to say &#8220;Upload via FTP&#8221;. If you want the solution right away, scroll down to the bottom if this post.</p>
<p>I&#8217;ve recently had to install drupal a number of times in a span of a few days. The way I usually do it &#8211; download tarballs, extract, create file structure, upload via ftp &#8211; was just too slow. Fortunately I have shell access to <a href="http://www.dreamhost.com/r.cgi?317352" target="_blank">my shared hosting account on DreamHost</a>, so here&#8217;s what I&#8217;ve been doing recently.</p>
<ol>
<li>Fire up a terminal window in Mac OS and SSH to my wonderful DreamHost linux webserver (you can do the same in Linux, but you <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">need some software SSH in windows</a>) &#8211; Here&#8217;s the command I use:<br />
<code>ssh username@servername.com</code><br />
and enter the password when the server asks you for it. Do note that the characters that you type in for your password may not appear on the screen, but they&#8217;re still being entered.</li>
<li>Change to the directory that you&#8217;re going to install drupal into. Alongside this, navigate over to <a href="http://www.drupal.org">drupal.org</a>, and to their <a href="http://drupal.org/download">download page</a>. At the time of writing this, Drupal 6.20 is the latest version, so the path to the .tar.gz file looks like this: <code>http://ftp.drupal.org/files/projects/drupal-6.20.tar.gz</code> I just right click in Firefox and select &#8220;Copy Link Location&#8221;.</li>
<li>Now, skip back over to the terminal window. Remember, I&#8217;ve navigated to the folder I want to install drupal to. Then type in <code>wget http://ftp.drupal.org/files/projects/drupal-6.20.tar.gz</code>. This downloads the drupal core tarball to the server directly.</li>
<li>Extract it using <code>tar -xzvf drupal-6.20.tar.gz</code>. You&#8217;ll see a screen ful of paths as the files are extracted to a folder called <code>drupal-6.20</code>.</li>
<li>I go ahead and start off the install in a browser, and get the settings file renamed and database hooked up, and everything else until it becomes time to get the contrib modules installed.</li>
<li>On any given install  of drupal, I usually have atleast 10 or so contrib modules installed, and very often it goes up quite a bit. Like I said before, FTP just does not cut it for this, so, like our drupal core tar.gz file, I find the paths to every single contrib module that I want installed. And here&#8217;s a little secret &#8211; They&#8217;re all at the <a href="http://drupal.org/project/modules">Modules page of Drupal.org</a>!!! and happily listed in descending order of the modules most used. This is a quick process. I <code>wget</code> them to the <code>sites/all/modules/</code> folder, so that I have about 20 GZipped Tar files; and that&#8217;s where I hit a snag.</li>
<li>You see, the tar command does not use wildcards happily. In fact it does not use wildcards. &#8211; (period) So I had to find an alternative, to get all these .tar.gz files extracted without having to repeat the same command again and again manually. I found a solution. In fact, I found two solutions</li>
<li><code>find -name '*.tar.gz' -exec tar -xzvf '{}' ';'</code> &#8211; This piece of code extracts all .tar.gz files in the current folder, and all subfolders, making it ideal if you have all the tar files ready and waiting extraction in the <code>sites/all/modules/</code> <code>sites/all/themes/</code> and <code>sites/all/libraries/</code> folders. Just run it in the <code>sites/all/</code> folder, and then run back and <code>rm -R *.tar.gz</code> each folder to remove the tar files.</li>
<li><code>for i in *.tar.gz; do tar -xzvf $i; done</code> &#8211; This piece of code extracts all .tar.gz files in the current folder. Leaving you to cleanup all the tar.gz files in the directory with a simple <code>rm -R *.tar.gz</code></li>
<li>That&#8217;s it, done! Head over to <code>http://yoursite.com/admin/build/modules</code> and tick the check box next to the names of all the contrib modules you want to activate, save, and they&#8217;re ready to do your bidding!</li>
</ol>
<p>I hope you find this time saving shortcut useful. The code is not mine. I found it on WebHostingTalk.com in a thread titled <a href=" http://www.webhostingtalk.com/showthread.php?t=672543">How do you untar multiple .tar.gz files?</a> I was also helped along by a good friend who does not want to be named. Experiment and see what works best for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coloursalive.net/2010/12/30/drupal-installing-multiple-contrib-modules-the-easiest-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s your Talisman?</title>
		<link>http://www.coloursalive.net/2010/10/05/whats-your-talisman/</link>
		<comments>http://www.coloursalive.net/2010/10/05/whats-your-talisman/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 17:06:07 +0000</pubDate>
		<dc:creator>Susheel Chandradhas</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.coloursalive.net/?p=114</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><span style="float:left;"<a href="http://www.talismantattoos.in"><img title="Talisman Logo" src="http://www.coloursalive.net/wp-content/uploads/2010/10/talisman-social-media-logo-300x300.gif" alt="Talisman Tattoos Logo" width="240" height="240" /></a></span><a href="http://www.talismantattoos.in/" target="_blank">Talisman Tattoos</a> is a cool place to hang out at&#8230; New Shop, but with Chennai&#8217;s first professional tattoo artists. Amar and Nisha have been around for ages, first tattooing at Irezumi and now in their very own all-new-boutique, Talisman. Both Amar and Nisha are respected for their talent and have tattooed a number of celebrities (though they&#8217;re not at liberty to say who), and have clients who regularly visit them from far of parts of the country: even from Mumbai and Delhi.</p>
<p>Talisman has a promo offer happening till the 8th of October. If you <a href="http://www.talismantattoos.in/contact/">book an appointment</a> before then, <a href="http://www.talismantattoos.in/discounts-and-offers/">you can get a sweet 20% off on your tattoo</a>!</p>
<p><a href="http://www.talismantattoos.in/gallery/" target="_blank">Talisman Tattoos Gallery</a><br />
<a href="http://www.facebook.com/talismantattoos">Talisman on Facebook</a><br />
<a href="http://twitter.com/talismantattoos">Talisman on Twitter</a><br />
<a href="http://foursquare.com/venue/4429391">Talisman on FourSquare</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coloursalive.net/2010/10/05/whats-your-talisman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chennai Metereological Department</title>
		<link>http://www.coloursalive.net/2010/05/19/chennai-metereological-department/</link>
		<comments>http://www.coloursalive.net/2010/05/19/chennai-metereological-department/#comments</comments>
		<pubDate>Wed, 19 May 2010 05:21:22 +0000</pubDate>
		<dc:creator>Susheel Chandradhas</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[govt]]></category>
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://www.coloursalive.net/?p=104</guid>
		<description><![CDATA[This is what they have on their website&#8230; Satellite Imaginery??? I thought this was science, not fiction!]]></description>
			<content:encoded><![CDATA[<p>This is what they have on their website&#8230; Satellite Imaginery??? I thought this was science, not fiction!</p>
<p><img class="aligncenter" title="Satellite Imaginery" src="http://img.skitch.com/20100519-87xwpcsryx7kuphfc1ta93rads.jpg" alt="" width="1315" height="565" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coloursalive.net/2010/05/19/chennai-metereological-department/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ms in your skynets, lollings aways ats yours futiles attempts ats contrllings ours internets</title>
		<link>http://www.coloursalive.net/2010/05/19/ims-in-your-skynets-lollings-aways-ats-yours-futiles-attempts-ats-contrllings-ours-internets/</link>
		<comments>http://www.coloursalive.net/2010/05/19/ims-in-your-skynets-lollings-aways-ats-yours-futiles-attempts-ats-contrllings-ours-internets/#comments</comments>
		<pubDate>Tue, 18 May 2010 19:30:28 +0000</pubDate>
		<dc:creator>Susheel Chandradhas</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.coloursalive.net/?p=101</guid>
		<description><![CDATA[PLZ LEARN: TPB CANT BE SHUT DOWN LOL! AS U MITE HAS READ OR NOTICD, PEEPS ONCE AGAIN R TRYIN 2 SHUT US DOWN. DIS WILL NOT SUCCED, LOL. OURS RLY NICE WEBHOST WUZ THREATEND WIF RLY HUGE FINE, SO WE DECIDD 2 MOOV TEH SIET SO DAT THEY DIDNT GOT INTO TROUBLE, LOL. TEH [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thepiratebay.org/blog"><img class="aligncenter" title="The Pirate Bay" src="http://img.skitch.com/20100518-dm5ehxit9serkt41nj58qjs153.jpg" alt="" width="871" height="650" /></a></p>
<p>PLZ LEARN: TPB CANT BE SHUT DOWN</p>
<p>LOL!</p>
<p>AS U MITE HAS READ OR NOTICD, PEEPS ONCE AGAIN R TRYIN 2 SHUT US DOWN. DIS WILL NOT SUCCED, LOL. OURS RLY NICE WEBHOST WUZ THREATEND WIF RLY HUGE FINE, SO WE DECIDD 2 MOOV TEH SIET SO DAT THEY DIDNT GOT INTO TROUBLE, LOL. TEH DECISHUN 2 MOOV WUZ TAKEN BY US, TEH PIRATE BAY, LOL.</p>
<p>TEH PIRATE BAY IZ AN UNSINKABLE SHIP. IT WILL SAIL TEH INTERWEBS 4 AS LONG AS WE WANTS IT 2. REMEMBR DAT, K THX.</p>
<p>TPB, ONLY IN IT 4 TEH LULZ SINCE 2003</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coloursalive.net/2010/05/19/ims-in-your-skynets-lollings-aways-ats-yours-futiles-attempts-ats-contrllings-ours-internets/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Two New Websites from the ColoursAlive.com workshop</title>
		<link>http://www.coloursalive.net/2010/05/09/two-new-websites-from-the-coloursalive-com-workshop/</link>
		<comments>http://www.coloursalive.net/2010/05/09/two-new-websites-from-the-coloursalive-com-workshop/#comments</comments>
		<pubDate>Sat, 08 May 2010 23:03:17 +0000</pubDate>
		<dc:creator>Susheel Chandradhas</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[chennai]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[storytelling]]></category>
		<category><![CDATA[tattoo]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.coloursalive.net/?p=99</guid>
		<description><![CDATA[Heya Everyone! ColoursAlive is proud to announce that we&#8217;ve got two more websites out of our design workshop and into the wild for your viewing pleasure. JeevaRaghunath.com is the website of acclaimed storyteller and childrens&#8217; book writer, Jeeva Raghunath. She&#8217;s a bundle of energy when telling stories to kids. They just can&#8217;t get enough of [...]]]></description>
			<content:encoded><![CDATA[<p>Heya Everyone!</p>
<p><a href="http://www.ColoursAlive.com">ColoursAlive</a> is proud to announce that we&#8217;ve got two more websites out of our design workshop and into the wild for your viewing pleasure.</p>
<p><a title="Website of Renowned Storyteller - Jeeva Raghunath" href="http://www.JeevaRaghunath.com">JeevaRaghunath.com</a> is the website of acclaimed <a href="http://www.jeevaraghunath.com/published-work/">storyteller and childrens&#8217; book writer</a>, Jeeva Raghunath. She&#8217;s a bundle of energy when telling stories to kids. They just can&#8217;t get enough of her stories!</p>
<p><a href="http://www.TalismanTattoos.in">TalismanTattoos.in</a> is the website of Chennai&#8217;s first Tattoo Artists, Amar and Nisha. They&#8217;ve recently started off their own tattoo boutique called Talisman, and are to <a href="http://www.talismantattoos.in/take-our-tattoo-classes/">teach interested students who are really interested, how to Tattoo</a>.</p>
<p>Check out the websites and let us know what you think. Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coloursalive.net/2010/05/09/two-new-websites-from-the-coloursalive-com-workshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColoursAlive.com, now alive and kicking</title>
		<link>http://www.coloursalive.net/2010/03/04/coloursalive-com-now-alive-and-kicking/</link>
		<comments>http://www.coloursalive.net/2010/03/04/coloursalive-com-now-alive-and-kicking/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 05:26:49 +0000</pubDate>
		<dc:creator>Susheel Chandradhas</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[coloursalive]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.coloursalive.net/?p=89</guid>
		<description><![CDATA[We finally got around to doing it&#8230; We&#8217;ve got the http://www.coloursalive.com/ website up and running. It is still a work in progress, but the good news is that it is up, and we&#8217;ll be modifying it often. Please keep coming back, you&#8217;re sure to see something new each time. Feel free to write in to [...]]]></description>
			<content:encoded><![CDATA[<p>We finally got around to doing it&#8230; We&#8217;ve got the <a href="http://www.coloursalive.com/">http://www.coloursalive.com/</a> website up and running. It is still a work in progress, but the good news is that it is up, and we&#8217;ll be modifying it often. Please keep coming back, you&#8217;re sure to see something new each time.</p>
<p>Feel free to <a title="Contact ColoursAlive" href="http://www.coloursalive.com/contact-us.html">write in to us</a>, and let us know whether you like our simple approach, or whether you totally hate it. We&#8217;d love to hear from you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coloursalive.net/2010/03/04/coloursalive-com-now-alive-and-kicking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google set to kill-off IE6. Long overdue.</title>
		<link>http://www.coloursalive.net/2010/02/03/google-set-to-kill-off-ie6-long-overdue/</link>
		<comments>http://www.coloursalive.net/2010/02/03/google-set-to-kill-off-ie6-long-overdue/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 08:24:02 +0000</pubDate>
		<dc:creator>Susheel Chandradhas</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[browser wars]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.coloursalive.net/?p=85</guid>
		<description><![CDATA[This is a day that should go down in history. The long overdue demise of IE6 has begun in earnest&#8230; Google today mailed Google Apps admins stating that they would be phasing out support for legacy browsers, including Internet Explorer 6 in order to provide quicker and more sophisticated services to their users. Dear Google [...]]]></description>
			<content:encoded><![CDATA[<p>This is a day that should go down in history.</p>
<p>The long overdue demise of IE6 has begun in earnest&#8230; Google today mailed Google Apps admins stating that they would be phasing out support for legacy browsers, including Internet Explorer 6 in order to provide quicker and more sophisticated services to their users.</p>
<blockquote><p>Dear Google Apps admin,</p>
<p>In order to continue to improve our products and deliver more sophisticated features and performance, we are harnessing some of the latest improvements in web browser technology.  This includes faster JavaScript processing and new standards like HTML5.  As a result, over the course of 2010, we will be phasing out support for Microsoft Internet Explorer 6.0 ​as well as other older browsers that are not supported by their own manufacturers.</p>
<p>We plan to begin phasing out support of these older browsers on the Google Docs suite and the Google Sites editor on March 1, 2010.  After that point, certain functionality within these applications may have higher latency and may not work correctly in these older browsers. Later in 2010, we will start to phase out support for these browsers for Google Mail and Google Calendar.</p>
<p>Google Apps will continue to support Internet Explorer 7.0 and above, Firefox 3.0 and above, Google Chrome 4.0 and above, and Safari 3.0 and above.</p>
<p>Starting this week, users on these older browsers will see a message in Google Docs and the Google Sites editor explaining this change and asking them to upgrade their browser.  We will also alert you again closer to March 1 to remind you of this change.</p>
<p>In 2009, the Google Apps team delivered more than 100 improvements to enhance your product experience.  We are aiming to beat that in 2010 and continue to deliver the best and most innovative collaboration products for businesses.</p>
<p>Thank you for your continued support!</p></blockquote>
<p>I believe that this is a long-overdue step, and would be thrilled to see other service providers such as <a href="http://www.hotmail.com/" target="_blank">hotmail</a>, <a href="http://mail.yahoo.com" target="_blank">yahoo</a> and (in India) <a href="http://www.rediffmail.com" target="_blank">rediff</a> begin phasing out support for legacy browsers, giving the internet a shove in the right direction.</p>
<p>This would mean that web developers can look forward to implementing more advanced features and styling of their websites without going through all the trouble of creating a scaled down, and bug fixed version for older, more buggy browsers.</p>
<p>If you&#8217;re wondering what browser to use instead of IE6, you could try <a href="http://www.mozilla.com/" target="_self">Firefox</a>, <a href="http://www.google.com/chrome" target="_blank">Chrome</a>, <a href="http://www.opera.com/">Opera</a>, <a href="http://www.apple.com/safari/download/">Safari</a> or even <a href="http://www.microsoft.com/Windows/internet-explorer/" target="_blank">Internet Explorer 8</a>.</p>
<p>Go ahead and exercise your right to choose.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coloursalive.net/2010/02/03/google-set-to-kill-off-ie6-long-overdue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One of those darn &#8216;tags&#8217;</title>
		<link>http://www.coloursalive.net/2009/11/27/one-of-those-darn-tags/</link>
		<comments>http://www.coloursalive.net/2009/11/27/one-of-those-darn-tags/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 10:20:40 +0000</pubDate>
		<dc:creator>Susheel Chandradhas</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.coloursalive.net/?p=83</guid>
		<description><![CDATA[Yes&#8230; It had to happen&#8230; This would eventually stop expansion in some regions and cause them to start to recollapse. As they were collapsing, the gravitational pull of the collapsing region got smaller, it would spin faster &#8211; just as skaters spinning on ice spin faster as they draw in their arms. Eventually, when the [...]]]></description>
			<content:encoded><![CDATA[<p>Yes&#8230; It had to happen&#8230;</p>
<blockquote><p>This would eventually stop expansion in some regions and cause them to start to recollapse. As they were collapsing, the gravitational pull of the collapsing region got smaller, it would spin faster &#8211; just as skaters spinning on ice spin faster as they draw in their arms. Eventually, when the region got small enough, it would be spinning fast enough to balance the attraction of gravity, and in this way disklike rotating galaxies are born.</p></blockquote>
<p>From <em><strong>A Brief History of Time</strong> &#8211; The updated and expanded tenth anniversary edition</em> by <strong>Stephen Hawking</strong>.</p>
<p>Why this passage? Because the &#8216;tag&#8217; mentioned that I have to:</p>
<ul>
<li>Grab the nearest book and go to Page 123</li>
<li>Skip the first 5 sentences</li>
<li>Post the next 3 sentences</li>
<li>Tag more people &#8211; Which I will gladly skip because the people I know would TArGet me (in a bad way) if I did such things to them&#8230;</li>
<li>And <a href="http://edward-paiva.blogspot.com/2008/11/tagged.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+OfThingsImaginedOrMaybeReal+%28Of+things+imagined...+or+maybe+real%29&amp;utm_content=Google+Reader" target="_blank">mention the person who inflicted this &#8216;thing&#8217; upon me</a>&#8230;</li>
</ul>
<p>I must admit&#8230; I did not expect the lines to make much sense&#8230; but they did. Thankfully so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coloursalive.net/2009/11/27/one-of-those-darn-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vandalur Zoo (aka. Arignar Anna Zoological Park)</title>
		<link>http://www.coloursalive.net/2009/07/26/vandalur-zoo-aka-arignar-anna-zoological-park/</link>
		<comments>http://www.coloursalive.net/2009/07/26/vandalur-zoo-aka-arignar-anna-zoological-park/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 07:36:27 +0000</pubDate>
		<dc:creator>Susheel Chandradhas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[zoo]]></category>

		<guid isPermaLink="false">http://www.coloursalive.net/?p=81</guid>
		<description><![CDATA[Who woulda thunk it? The Vandalur Zoo has a website.]]></description>
			<content:encoded><![CDATA[<p>Who woulda thunk it? The <a title="Vandalur Zoo Website" href="http://www.aazoopark.gov.in/">Vandalur Zoo has a website</a>. Admittedly, a pretty boring one, with limited information about their new features, such as the night safari (which I wanted info about).</p>
<p>If you&#8217;re wondering how to navigate the website and understand all that it has to offer, the best way would be to <a title="Vandalur Zoo Sitemap" href="http://www.aazoopark.gov.in/sitemap.html" target="_blank">visit the zoo&#8217;s sitemap</a>. The best bits about the website are the cryptic url (<a href="http://www.aazoopark.gov.in/" target="_blank">http://www.aazoopark.gov.in/</a>) and the yahoomail contact address (<a href="mailto:aazp@yahoo.com">aazp@yahoo.com</a>).</p>
<p>Really, the Indian Government and it&#8217;s agencies should go to advertising / marketing workshops.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coloursalive.net/2009/07/26/vandalur-zoo-aka-arignar-anna-zoological-park/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

