<?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>Shamasis Bhattacharya &#187; tips</title>
	<atom:link href="http://www.shamasis.net/tags/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shamasis.net</link>
	<description>All you need to know what I know</description>
	<lastBuildDate>Sun, 06 Jun 2010 06:21:37 +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>String Reversing Algorithm Performance In JavaScript</title>
		<link>http://www.shamasis.net/2009/09/javascript-string-reversing-algorithm-performance/</link>
		<comments>http://www.shamasis.net/2009/09/javascript-string-reversing-algorithm-performance/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 21:57:45 +0000</pubDate>
		<dc:creator>Shamasis Bhattacharya</dc:creator>
				<category><![CDATA[Technical Publications]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.shamasis.net/?p=1050</guid>
		<description><![CDATA[Wherever performance is the key factor, choosing the right algorithm, (in a very unbiased fashion,) is a very crucial factor. And generally for reversing string in JavaScript applications, I endorse this petite string reversal algorithm using Array.reverse() method. We often see developers having the choice of multiple information paths and multiple algorithms for a particular [...]]]></description>
		<wfw:commentRss>http://www.shamasis.net/2009/09/javascript-string-reversing-algorithm-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clearing Print Queue in Windows</title>
		<link>http://www.shamasis.net/2009/05/clearing-print-queue-in-windows/</link>
		<comments>http://www.shamasis.net/2009/05/clearing-print-queue-in-windows/#comments</comments>
		<pubDate>Wed, 06 May 2009 19:31:51 +0000</pubDate>
		<dc:creator>Shamasis Bhattacharya</dc:creator>
				<category><![CDATA[Technical Publications]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.shamasis.net/?p=585</guid>
		<description><![CDATA[It has happened with me a number of times that documents got stuck in my print queue like super-glue! Perhaps it was the wrong document or maybe the wrong printer chosen. In any case, going to printer options and cancelling/deleting the print would result in all but the last document being stuck at “deleting…” state [...]]]></description>
		<wfw:commentRss>http://www.shamasis.net/2009/05/clearing-print-queue-in-windows/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
