<?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>from the desk of aniketh</title>
	<atom:link href="http://aniketh.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://aniketh.in</link>
	<description>code and ideas</description>
	<lastBuildDate>Tue, 02 Feb 2010 21:27:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Post your Gtalk/Jabber Status Automatically on Twitter</title>
		<link>http://aniketh.in/2010/02/post-your-gtalkjabber-status-automatically-on-twitter/</link>
		<comments>http://aniketh.in/2010/02/post-your-gtalkjabber-status-automatically-on-twitter/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 20:44:27 +0000</pubDate>
		<dc:creator>aniketh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aniketh.in/?p=23</guid>
		<description><![CDATA[If you need to post you google talk, or for that matter any jabber service, automatically to twitter, then have a look at my code over at http://github.com/aniketh/jabber-global-status The list of commands that the server supports are : add - this command adds the users twitter credentials to the server start - starts auto-tweeting of [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to post you google talk, or for that matter any jabber service, automatically to twitter, then have a look at my code over at <a href="http://github.com/aniketh/jabber-global-status">http://github.com/aniketh/jabber-global-status</a></p>
<p>The list of commands that the server supports are :<br />
<strong>add <username>
<password></strong><br />
- this command adds the users twitter credentials to the server</p>
<p><strong>start</strong><br />
- starts auto-tweeting of users IM status message</p>
<p><strong>stop</strong><br />
- stops auto-tweeting of users IM status message</p>
<p><strong>tweet <message></strong><br />
- posts the message as a twitter update</p>
<p><strong>del</strong><br />
- deletes user twitter credentials from the system</p>
<p>This code is basically just a combination of the xmpp php library and a twitter class for php. The biyly url shortening service has also been tied in just for completeness.</p>
]]></content:encoded>
			<wfw:commentRss>http://aniketh.in/2010/02/post-your-gtalkjabber-status-automatically-on-twitter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cheaper Domain Names</title>
		<link>http://aniketh.in/2010/01/on-the-hunt-for-cheap-domains/</link>
		<comments>http://aniketh.in/2010/01/on-the-hunt-for-cheap-domains/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 19:48:32 +0000</pubDate>
		<dc:creator>aniketh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aniketh.in/?p=22</guid>
		<description><![CDATA[I&#8217;ve finally decided to get myself a reseller account for all my domains. This way, the prices I get are really cheap, and as a lot of providers already use the orderbox interface, there is nothing I need to do or implement to start using the site. The benefits are sort of immediate, with reseller-cost [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally decided to get myself a reseller account for all my domains. This way, the prices I get are really cheap, and as a lot of providers already use the orderbox interface, there is nothing I need to do or implement to start using the site.</p>
<p>The benefits are sort of immediate, with reseller-cost domains available at ~8USD when providers normally charge ~10USD. </p>
<p>Now, even if these domains are resold at near cost price, providing just a service, it would be possible to get the costs down even more. Expect more on this&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://aniketh.in/2010/01/on-the-hunt-for-cheap-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download files from a 4chan post</title>
		<link>http://aniketh.in/2010/01/download-files-from-a-4chan-post/</link>
		<comments>http://aniketh.in/2010/01/download-files-from-a-4chan-post/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 19:04:18 +0000</pubDate>
		<dc:creator>aniketh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aniketh.in/?p=8</guid>
		<description><![CDATA[If you need to download all images (or files) from a 4chan post, then here is a quick script to do it. You can run it using PHP on the command line. Saves a lot of time when you see interesting wallpapers and things like that. Once you save the file, make it executable by [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to download all images (or files) from a 4chan post, then here is a quick script to do it. You can run it using PHP on the command line. Saves a lot of time when you see interesting wallpapers and things like that.</p>
<script src="http://gist.github.com/275478.js"></script>
<p>Once you save the file, make it executable by using</p>
<pre>chmod a+x download-4chan.php</pre>
<p>and then you can start downloading all the images using something like</p>
<pre>./download-4chan.php http://boards.4chan.org/wg/res/2508871</pre>
]]></content:encoded>
			<wfw:commentRss>http://aniketh.in/2010/01/download-files-from-a-4chan-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shorten URLs in strings with bit.ly</title>
		<link>http://aniketh.in/2010/01/shorten-urls-in-strings-with-bit-ly/</link>
		<comments>http://aniketh.in/2010/01/shorten-urls-in-strings-with-bit-ly/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 15:23:00 +0000</pubDate>
		<dc:creator>aniketh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aniketh.in/?p=5</guid>
		<description><![CDATA[Here is a simple class that shortens the URLs within a string using the bit.ly shortening service. Example is at the bottom of the file. If you only need to shorten a list of URLs (not within the string), then use the &#8220;shorten&#8221; function. Bitly api documentation is at http://code.google.com/p/bitly-api/wiki/ApiDocumentation .]]></description>
			<content:encoded><![CDATA[<p>Here is a simple class that shortens the URLs within a string using the bit.ly shortening service. Example is at the bottom of the file.</p>
<script src="http://gist.github.com/274306.js"></script>
<p>If you only need to shorten a list of URLs (not within the string), then use the &#8220;shorten&#8221; function. Bitly api documentation is at http://code.google.com/p/bitly-api/wiki/ApiDocumentation .</p>
]]></content:encoded>
			<wfw:commentRss>http://aniketh.in/2010/01/shorten-urls-in-strings-with-bit-ly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://aniketh.in/2010/01/hello-world/</link>
		<comments>http://aniketh.in/2010/01/hello-world/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 07:07:43 +0000</pubDate>
		<dc:creator>aniketh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aniketh.in/?p=1</guid>
		<description><![CDATA[Everything important should begin with a &#8220;Hello World&#8221;. After this, the journey can begin&#8230;]]></description>
			<content:encoded><![CDATA[<p>Everything important should begin with a &#8220;Hello World&#8221;. After this, the journey can begin&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://aniketh.in/2010/01/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
