<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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" version="2.0">

<channel>
	<title>Troidus</title>
	
	<link>http://www.troidus.com</link>
	<description>Infrequent ramblings on various subjects</description>
	<pubDate>Sat, 15 Nov 2008 13:06:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/troidus" type="application/rss+xml" /><item>
		<title>How many blogs?</title>
		<link>http://www.troidus.com/2008/11/how-many-blogs/</link>
		<comments>http://www.troidus.com/2008/11/how-many-blogs/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 12:53:53 +0000</pubDate>
		<dc:creator>Indranil</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.troidus.com/?p=27</guid>
		<description><![CDATA[If you have one company/studio, one upcoming product, and one or more personal domains, and you want to speak about the upcoming product, the company, and tidbits and links and life in general, how many blogs do you really need?
I&#8217;m thinking, one for the app and one for everything else.
]]></description>
			<content:encoded><![CDATA[<p>If you have one company/studio, one upcoming product, and one or more personal domains, and you want to speak about the upcoming product, the company, and tidbits and links and life in general, how many blogs do you really need?</p>
<p>I&#8217;m thinking, one for the app and one for everything else.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/troidus?a=zUAGn"><img src="http://feeds.feedburner.com/~f/troidus?i=zUAGn" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.troidus.com/2008/11/how-many-blogs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP variable printing method</title>
		<link>http://www.troidus.com/2008/11/php-variable-printing-method/</link>
		<comments>http://www.troidus.com/2008/11/php-variable-printing-method/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 14:36:55 +0000</pubDate>
		<dc:creator>Indranil</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[code share]]></category>

		<category><![CDATA[dump]]></category>

		<category><![CDATA[garble]]></category>

		<category><![CDATA[print_r]]></category>

		<guid isPermaLink="false">http://www.troidus.com/?p=23</guid>
		<description><![CDATA[At this last project, I kept having to use the print_r function to check the millions variables floating around. So, instead of always writing 3 to 4 lines filled with &#60;pre&#62; and print_r, I finally gave in and wrote a small function to easily replicate the dumping. Here it is :

function garble( $ar, $ondie = [...]]]></description>
			<content:encoded><![CDATA[<p>At this last project, I kept having to use the <code>print_r</code> function to check the millions variables floating around. So, instead of always writing 3 to 4 lines filled with &lt;pre&gt; and <code>print_r</code>, I finally gave in and wrote a small function to easily replicate the dumping. Here it is :</p>
<pre name="code" class="php">
function garble( $ar, $ondie = FALSE) {
    echo &#039; &lt;pre&gt;&#039;;
    print_r($ar);
    echo &#039;&lt;/pre&gt; &#039;;
    if($ondie)
        die();
}
</pre>
<p>So then, if you want the function to die after outputting the variable, just add <code>TRUE</code> to the call.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/troidus?a=cEjdn"><img src="http://feeds.feedburner.com/~f/troidus?i=cEjdn" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.troidus.com/2008/11/php-variable-printing-method/feed/</wfw:commentRss>
		</item>
		<item>
		<title>National Novel Writing Month</title>
		<link>http://www.troidus.com/2008/11/national-novel-writing-month/</link>
		<comments>http://www.troidus.com/2008/11/national-novel-writing-month/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 12:53:48 +0000</pubDate>
		<dc:creator>Indranil</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[NaNoWriMo]]></category>

		<category><![CDATA[novel]]></category>

		<category><![CDATA[november]]></category>

		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.troidus.com/?p=21</guid>
		<description><![CDATA[Yup, I signed up for it today. Yup, I know I&#8217;m 10 days late, and have to write almost 2.5k words per day. And yes, I know I suck at writing. But it looks like fun. 
]]></description>
			<content:encoded><![CDATA[<p>Yup, I signed up for it today. Yup, I know I&#8217;m 10 days late, and have to write almost 2.5k words per day. And yes, I know I suck at writing. But it looks like fun. <img src='http://www.troidus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/troidus?a=ovG1n"><img src="http://feeds.feedburner.com/~f/troidus?i=ovG1n" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.troidus.com/2008/11/national-novel-writing-month/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The US elections.</title>
		<link>http://www.troidus.com/2008/11/the-us-elections/</link>
		<comments>http://www.troidus.com/2008/11/the-us-elections/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 16:41:00 +0000</pubDate>
		<dc:creator>Indranil</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[India]]></category>

		<category><![CDATA[Obama]]></category>

		<category><![CDATA[outsourcing]]></category>

		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.troidus.com/?p=19</guid>
		<description><![CDATA[So, Obama won. Which, in itself is a great thing! But what&#8217;s even greater is the amount of hope the whole World seems to have put behind him.
After a disastrous 8 years, where the US single handedly kind of tore the world apart for no particular reason, now, people see hope of one being rebuilt [...]]]></description>
			<content:encoded><![CDATA[<p>So, Obama won. Which, in itself is a great thing! But what&#8217;s even greater is the amount of hope the whole World seems to have put behind him.</p>
<p>After a disastrous 8 years, where the US single handedly kind of tore the world apart for no particular reason, now, people see hope of one being rebuilt with trust and hope.</p>
<p>And while as an Indian, I&#8217;m not supposed to like Obama because he doesn&#8217;t support outsourcing, I think it&#8217;s brilliant! Now is the chance for us, for nations like us who&#8217;re so dependant on the scourge of the US to actually wake up and realise that we too should aim for the sky.</p>
<p>GObama! <img src='http://www.troidus.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/troidus?a=GTP6n"><img src="http://feeds.feedburner.com/~f/troidus?i=GTP6n" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.troidus.com/2008/11/the-us-elections/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Domainr</title>
		<link>http://www.troidus.com/2008/11/domainr/</link>
		<comments>http://www.troidus.com/2008/11/domainr/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 04:37:23 +0000</pubDate>
		<dc:creator>Indranil</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[domain hacks]]></category>

		<category><![CDATA[domain search]]></category>

		<category><![CDATA[domainr]]></category>

		<guid isPermaLink="false">http://www.troidus.com/?p=15</guid>
		<description><![CDATA[A very lovely domain search tool and domain hack suggester, with a slick, if somewhat erratic Ajax UI. Helped me bag a brilliant domain! (via Garrett)
]]></description>
			<content:encoded><![CDATA[<p>A very lovely domain search tool and domain hack suggester, with a slick, if somewhat erratic Ajax UI. Helped me bag a brilliant domain! <em>(via <a href="http://maniacalrage.net" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://maniacalrage.net');">Garrett</a>)</em></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/troidus?a=Nv1on"><img src="http://feeds.feedburner.com/~f/troidus?i=Nv1on" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.troidus.com/2008/11/domainr/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The wordpress app for the iphone</title>
		<link>http://www.troidus.com/2008/10/the-wordpress-app-for-the-iphone/</link>
		<comments>http://www.troidus.com/2008/10/the-wordpress-app-for-the-iphone/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 19:11:45 +0000</pubDate>
		<dc:creator>Indranil</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[impression]]></category>

		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.troidus.com/?p=5</guid>
		<description><![CDATA[To be quite honest, the most convincing reason to come back to wordpress was the WordPress iPhone app I had been dying to try out.
After getting to play around with it for a while, it comes off as a very solid and well made application. Though mostly I think that it is made for posting [...]]]></description>
			<content:encoded><![CDATA[<p>To be quite honest, the most convincing reason to come back to wordpress was the <a href="http://iphone.wordpress.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://iphone.wordpress.org');">WordPress iPhone app</a> I had been dying to try out.</p>
<p>After getting to play around with it for a while, it comes off as a very solid and well made application. Though mostly I think that it is made for posting pictures taken with the iPhone, it&#8217;s actually quite fun to play around with, and maybe even write a short post when you&#8217;re commuting or suchlike. That is, of course, if you&#8217;re comfortable typing on a glass screen. It&#8217;s great for uploading pictures taken with the iPhone though!</p>
<p>Now, if only Flickr would release an app for uploading pics!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/troidus?a=bUghm"><img src="http://feeds.feedburner.com/~f/troidus?i=bUghm" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.troidus.com/2008/10/the-wordpress-app-for-the-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Take it easy</title>
		<link>http://www.troidus.com/2008/10/take-it-easy/</link>
		<comments>http://www.troidus.com/2008/10/take-it-easy/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 16:49:54 +0000</pubDate>
		<dc:creator>Indranil</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Troidus]]></category>

		<category><![CDATA[blog]]></category>

		<category><![CDATA[lapses]]></category>

		<guid isPermaLink="false">http://www.troidus.com/?p=3</guid>
		<description><![CDATA[The thing with my on-again, off-again, on-yet-again blogging spree has, I believe, a lot to do with my personality. I&#8217;m kind of an introvert, a loner who&#8217;s way to happy to be by himself. Yet, there are times when I crave recognition, to be heard, and to be acknowledged. Troidus, for what it&#8217;s all worth, [...]]]></description>
			<content:encoded><![CDATA[<p>The thing with my on-again, off-again, on-yet-again blogging spree has, I believe, a lot to do with my personality. I&#8217;m kind of an introvert, a loner who&#8217;s way to happy to be by himself. Yet, there are times when I crave recognition, to be heard, and to be acknowledged. Troidus, for what it&#8217;s all worth, has meant more to me than any other website, project or anything else I&#8217;ve done online, till date.</p>
<p>And one thing about myself I figured out recently. I grow different very fast. I mean, at times, I&#8217;m all for WordPress, next month, I&#8217;m loathing it. It&#8217;s got nothing to do with peer pressure or anything. It&#8217;s just the way I am.</p>
<p>I&#8217;ve had this blog since 2004, and it&#8217;s a shame that I&#8217;ve only got archives going back to 2006. That&#8217;s half of what it should&#8217;ve been. And half the time, I haven&#8217;t even blogged.</p>
<p>This time, I think I&#8217;ll let it brew. People stagnate blogs to come back to it later. So, if at any time, I find myself getting uninterested, I&#8217;ll let it be, take it easy, and come back when I find it appealing again.</p>
<p>So, with that as a lame excuse for any lapses, let me start Troidus.com again! <img src='http://www.troidus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/troidus?a=qV4rm"><img src="http://feeds.feedburner.com/~f/troidus?i=qV4rm" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.troidus.com/2008/10/take-it-easy/feed/</wfw:commentRss>
		</item>
	<feedburner:awareness xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://api.feedburner.com/awareness/1.0/GetFeedData?uri=troidus</feedburner:awareness></channel>
</rss>
