<?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; javascript</title>
	<atom:link href="http://www.shamasis.net/tags/javascript/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>Dynamically Update FusionCharts XML Attributes</title>
		<link>http://www.shamasis.net/2010/05/dynamically-update-fusioncharts-xml-attributes/</link>
		<comments>http://www.shamasis.net/2010/05/dynamically-update-fusioncharts-xml-attributes/#comments</comments>
		<pubDate>Sat, 29 May 2010 19:53:52 +0000</pubDate>
		<dc:creator>Shamasis Bhattacharya</dc:creator>
				<category><![CDATA[FusionCharts]]></category>
		<category><![CDATA[Technical Publications]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[regular expression]]></category>

		<guid isPermaLink="false">http://www.shamasis.net/?p=1377</guid>
		<description><![CDATA[This snippet of code adds the functionality to dynamically update FusionCharts DataXML root attributes (also known as "chart attributes") on-the-fly using JavaScript. In case user requires to update chart cosmetics like turn off animation or change chart caption, this script will allow developers to do that in one line of code! See Live Demo &#124; [...]]]></description>
		<wfw:commentRss>http://www.shamasis.net/2010/05/dynamically-update-fusioncharts-xml-attributes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making FusionCharts Occupy 100% Width and Height of Container</title>
		<link>http://www.shamasis.net/2010/03/making-fusioncharts-occupy-100-width-and-height-of-container/</link>
		<comments>http://www.shamasis.net/2010/03/making-fusioncharts-occupy-100-width-and-height-of-container/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 06:32:31 +0000</pubDate>
		<dc:creator>Shamasis Bhattacharya</dc:creator>
				<category><![CDATA[FusionCharts]]></category>
		<category><![CDATA[Technical Publications]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.shamasis.net/?p=1323</guid>
		<description><![CDATA[Under certain circumstances, one may want FusionCharts to occupy 100% (or a certain percentage) width and height of the container element. This can be achieved using two methods using the jQuery Plugin for FusionCharts. Using percentage value for width or height If you set width: &#34;100%&#34; and/or height: &#34;100%&#34;, it sets the HTML width and [...]]]></description>
		<wfw:commentRss>http://www.shamasis.net/2010/03/making-fusioncharts-occupy-100-width-and-height-of-container/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Transpose An Array In JavaScript and jQuery</title>
		<link>http://www.shamasis.net/2010/02/transpose-an-array-in-javascript-and-jquery/</link>
		<comments>http://www.shamasis.net/2010/02/transpose-an-array-in-javascript-and-jquery/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 17:00:51 +0000</pubDate>
		<dc:creator>Shamasis Bhattacharya</dc:creator>
				<category><![CDATA[Technical Publications]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.shamasis.net/?p=1256</guid>
		<description><![CDATA[This JavaScript code adds the functionality to transpose a two-dimensional JavaScript array (array within array). Transposing, in simple terms, is to interchange rows and columns of a matrix (two-dimensional array). It also extends jQuery to allow transposing of arrays using common jQuery syntax. The logic behind the code is extremely simple and it is coded [...]]]></description>
		<wfw:commentRss>http://www.shamasis.net/2010/02/transpose-an-array-in-javascript-and-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Executing jQuery Within FusionCharts Link Attribute</title>
		<link>http://www.shamasis.net/2010/02/executing-jquery-within-fusioncharts-link-attribute/</link>
		<comments>http://www.shamasis.net/2010/02/executing-jquery-within-fusioncharts-link-attribute/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 05:22:45 +0000</pubDate>
		<dc:creator>Shamasis Bhattacharya</dc:creator>
				<category><![CDATA[FusionCharts]]></category>
		<category><![CDATA[Technical Publications]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.shamasis.net/2010/02/executing-jquery-within-fusioncharts-link-attribute/</guid>
		<description><![CDATA[FusionCharts Flash charting suite has an amazing integration with JavaScript. It allows charts to be created using JavaScript, raises appropriate JavaScript events, allows charts to be updated using its simple JavaScript API and a lot more. There is a blog post on FusionCharts blog, describing the same. When it comes to JavaScript, we can never [...]]]></description>
		<wfw:commentRss>http://www.shamasis.net/2010/02/executing-jquery-within-fusioncharts-link-attribute/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Chart Type Aliases for FusionCharts DOM</title>
		<link>http://www.shamasis.net/2009/12/chart-type-aliases-for-fusioncharts-dom/</link>
		<comments>http://www.shamasis.net/2009/12/chart-type-aliases-for-fusioncharts-dom/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 05:13:14 +0000</pubDate>
		<dc:creator>Shamasis Bhattacharya</dc:creator>
				<category><![CDATA[FusionCharts]]></category>
		<category><![CDATA[Technical Publications]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.shamasis.net/?p=1174</guid>
		<description><![CDATA[FusionCharts DOM uses an alias, instead of SWF file names, for every chart type. This is done to address certain issues in order to improve usability: This standardizes chart names for various versions/releases of FusionCharts. The internal codes do the dirty work of looking up what would be the actual file name for a particular [...]]]></description>
		<wfw:commentRss>http://www.shamasis.net/2009/12/chart-type-aliases-for-fusioncharts-dom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Optimization &#8211; Destructive Vs Indexed Array Iteration</title>
		<link>http://www.shamasis.net/2009/11/javascript-optimization-destructive-vs-indexed-array-iteration/</link>
		<comments>http://www.shamasis.net/2009/11/javascript-optimization-destructive-vs-indexed-array-iteration/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 05:59:49 +0000</pubDate>
		<dc:creator>Shamasis Bhattacharya</dc:creator>
				<category><![CDATA[Technical Publications]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.shamasis.net/?p=1161</guid>
		<description><![CDATA[In number of JavaScript applications, developers are found to use destructive array iteration for the sake of readability and simplicity of codes. However, usage of the same is not always conducive towards the performance of the code. An example of destructive array iteration: var test, &#160; &#160;arr = &#91;&#34;item1&#34;, &#34;item2&#34;, &#34;item3&#34;, &#34;item4&#34;, &#34;item5&#34;&#93;;  &#160; while&#40;arr.length&#41; [...]]]></description>
		<wfw:commentRss>http://www.shamasis.net/2009/11/javascript-optimization-destructive-vs-indexed-array-iteration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Convert FusionCharts Data-XML To JavaScript Array</title>
		<link>http://www.shamasis.net/2009/11/convert-fusioncharts-data-xml-to-javascript-array/</link>
		<comments>http://www.shamasis.net/2009/11/convert-fusioncharts-data-xml-to-javascript-array/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 19:29:45 +0000</pubDate>
		<dc:creator>Shamasis Bhattacharya</dc:creator>
				<category><![CDATA[FusionCharts]]></category>
		<category><![CDATA[Technical Publications]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.shamasis.net/?p=1127</guid>
		<description><![CDATA[This is a snippet of JavaScript that would allow you to easily retrieve all “set” values from a FusionCharts data-XML in form of an Array. One can use it to perform various mathematical or visual operations by retrieving the data-XML from FusionCharts object using the getXMLData() method and then passing on the same to this [...]]]></description>
		<wfw:commentRss>http://www.shamasis.net/2009/11/convert-fusioncharts-data-xml-to-javascript-array/feed/</wfw:commentRss>
		<slash:comments>0</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>Fast Algorithm To Find Unique Items in JavaScript Array</title>
		<link>http://www.shamasis.net/2009/09/fast-algorithm-to-find-unique-items-in-javascript-array/</link>
		<comments>http://www.shamasis.net/2009/09/fast-algorithm-to-find-unique-items-in-javascript-array/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 23:47:23 +0000</pubDate>
		<dc:creator>Shamasis Bhattacharya</dc:creator>
				<category><![CDATA[Technical Publications]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.shamasis.net/?p=976</guid>
		<description><![CDATA[When I had the requirement to remove duplicate items from a very large array, I found out that the classic method to be not optimized as it took a pretty long time than desired. So, I devised this new algorithm that can sort a large array in a fraction of the original time. The fastest [...]]]></description>
		<wfw:commentRss>http://www.shamasis.net/2009/09/fast-algorithm-to-find-unique-items-in-javascript-array/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Generating Pareto Chart Data for FusionCharts</title>
		<link>http://www.shamasis.net/2009/08/generating-pareto-chart-data-for-fusioncharts/</link>
		<comments>http://www.shamasis.net/2009/08/generating-pareto-chart-data-for-fusioncharts/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 19:02:40 +0000</pubDate>
		<dc:creator>Shamasis Bhattacharya</dc:creator>
				<category><![CDATA[FusionCharts]]></category>
		<category><![CDATA[Technical Publications]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.shamasis.net/?p=934</guid>
		<description><![CDATA[As soon as I read about Pareto Charts on FusionCharts blog and how it uses cumulative percentage on a dual-y axes graph to allow users to summarize data into segments, I realized that a simple script to generate the FusionCharts XML would help users generate such graphs. For those who do not know what is [...]]]></description>
		<wfw:commentRss>http://www.shamasis.net/2009/08/generating-pareto-chart-data-for-fusioncharts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
