<?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>Fri, 18 Nov 2011 12:58:16 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="search"
href="http://www.shamasis.net/opensearch"
type="application/opensearchdescription+xml"
title="Content Search" /> <item><title>Quick Validating JavaScript Function Before Call</title><link>http://www.shamasis.net/2011/11/quick-validating-javascript-function-before-call/</link> <comments>http://www.shamasis.net/2011/11/quick-validating-javascript-function-before-call/#comments</comments> <pubDate>Fri, 18 Nov 2011 12:31:54 +0000</pubDate> <dc:creator>Shamasis Bhattacharya</dc:creator> <category><![CDATA[Technical Publications]]></category> <category><![CDATA[compact-codes]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[tips]]></category> <guid
isPermaLink="false">http://www.shamasis.net/?p=1500</guid> <description><![CDATA[There are many instances where we have to execute a function where we have no idea whether it actually exists or not. Let&#8217;s say for example, a function expects another function passed to it as parameter, which would later be executed as callback. A very common usage would be the callback function sent to AJAX [...]]]></description> <wfw:commentRss>http://www.shamasis.net/2011/11/quick-validating-javascript-function-before-call/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Setting Default Variable Value in JavaScript</title><link>http://www.shamasis.net/2011/09/setting-default-variable-value-in-javascript/</link> <comments>http://www.shamasis.net/2011/09/setting-default-variable-value-in-javascript/#comments</comments> <pubDate>Fri, 09 Sep 2011 19:20:15 +0000</pubDate> <dc:creator>Shamasis Bhattacharya</dc:creator> <category><![CDATA[Technical Publications]]></category> <category><![CDATA[compact-codes]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[tips]]></category> <guid
isPermaLink="false">http://www.shamasis.net/?p=1492</guid> <description><![CDATA[Often, there are conditions where we need to provide a default value of a variable if it is undefined. As a case study, we will take up the situation, where we are passing a Boolean value to function and if the input is true, some action has to be taken. In case someone does not [...]]]></description> <wfw:commentRss>http://www.shamasis.net/2011/09/setting-default-variable-value-in-javascript/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <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>7</slash:comments> </item> </channel> </rss>
