<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss" xmlns:media="http://search.yahoo.com/mrss/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>poeticcode</title>
	<atom:link href="https://poeticcode.wordpress.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://poeticcode.wordpress.com</link>
	<description>About Software</description>
	<lastBuildDate>Mon, 03 Dec 2012 07:32:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">213441</site><cloud domain="poeticcode.wordpress.com" path="/?rsscloud=notify" port="80" protocol="http-post" registerProcedure=""/>
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>poeticcode</title>
		<link>https://poeticcode.wordpress.com</link>
	</image>
	<atom:link href="https://poeticcode.wordpress.com/osd.xml" rel="search" title="poeticcode" type="application/opensearchdescription+xml"/>
	<atom:link href="https://poeticcode.wordpress.com/?pushpress=hub" rel="hub"/>
	<xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item>
		<title>Unexpected token error when parsing JSON data</title>
		<link>https://poeticcode.wordpress.com/2012/12/02/unexpected-token-error-when-parsing-json-data/</link>
					<comments>https://poeticcode.wordpress.com/2012/12/02/unexpected-token-error-when-parsing-json-data/#comments</comments>
		
		<dc:creator><![CDATA[S]]></dc:creator>
		<pubDate>Mon, 03 Dec 2012 07:32:11 +0000</pubDate>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Node.js]]></category>
		<guid isPermaLink="false">http://poeticcode.wordpress.com/?p=517</guid>

					<description><![CDATA[I have a bunch of files each having a json object. I wanted to write some server side javascript code to process this data. The files can be very large (can be as big as 10 MB) and so initially &#8230; <a href="https://poeticcode.wordpress.com/2012/12/02/unexpected-token-error-when-parsing-json-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://poeticcode.wordpress.com/2012/12/02/unexpected-token-error-when-parsing-json-data/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">517</post-id>
		<media:content medium="image" url="https://0.gravatar.com/avatar/f2ef7607faff241ee4498399ee61469fec62aa76e6da95d49949cbb7106661ea?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">S</media:title>
		</media:content>
	</item>
		<item>
		<title>Moving from Prototype/Scriptaculous to JQuery</title>
		<link>https://poeticcode.wordpress.com/2012/09/05/moving-from-prototypescriptaculous-to-jquery/</link>
					<comments>https://poeticcode.wordpress.com/2012/09/05/moving-from-prototypescriptaculous-to-jquery/#respond</comments>
		
		<dc:creator><![CDATA[S]]></dc:creator>
		<pubDate>Thu, 06 Sep 2012 01:09:11 +0000</pubDate>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[prototype.js]]></category>
		<guid isPermaLink="false">http://poeticcode.wordpress.com/?p=513</guid>

					<description><![CDATA[Recently I had to do the migration of some javascript code written using Prototype and Scriptaculous to JQuery. The process wasn&#8217;t straightforward but wasn&#8217;t very difficult either. I jotted down a bunch of differences I had to deal with and &#8230; <a href="https://poeticcode.wordpress.com/2012/09/05/moving-from-prototypescriptaculous-to-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://poeticcode.wordpress.com/2012/09/05/moving-from-prototypescriptaculous-to-jquery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">513</post-id>
		<media:content medium="image" url="https://0.gravatar.com/avatar/f2ef7607faff241ee4498399ee61469fec62aa76e6da95d49949cbb7106661ea?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">S</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting Access Is Denied with JQuery Ajax in IE 9</title>
		<link>https://poeticcode.wordpress.com/2012/08/28/getting-access-is-denied-with-jquery-ajax-in-ie-9/</link>
					<comments>https://poeticcode.wordpress.com/2012/08/28/getting-access-is-denied-with-jquery-ajax-in-ie-9/#comments</comments>
		
		<dc:creator><![CDATA[S]]></dc:creator>
		<pubDate>Wed, 29 Aug 2012 05:25:16 +0000</pubDate>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JQuery]]></category>
		<guid isPermaLink="false">http://poeticcode.wordpress.com/?p=509</guid>

					<description><![CDATA[I recently moved from Prototype and Scriptaculous to JQuery. The transition is not very smooth but wasn&#8217;t very painful either. Actually much of it is straightforward except for Drag and Drop. Anyway, everything was done and it worked fine in &#8230; <a href="https://poeticcode.wordpress.com/2012/08/28/getting-access-is-denied-with-jquery-ajax-in-ie-9/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://poeticcode.wordpress.com/2012/08/28/getting-access-is-denied-with-jquery-ajax-in-ie-9/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">509</post-id>
		<media:content medium="image" url="https://0.gravatar.com/avatar/f2ef7607faff241ee4498399ee61469fec62aa76e6da95d49949cbb7106661ea?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">S</media:title>
		</media:content>
	</item>
		<item>
		<title>Taking Advantage Of Free Upgrade And Getting A Discount</title>
		<link>https://poeticcode.wordpress.com/2012/08/28/taking-advantage-of-free-upgrade-and-getting-a-discount/</link>
					<comments>https://poeticcode.wordpress.com/2012/08/28/taking-advantage-of-free-upgrade-and-getting-a-discount/#respond</comments>
		
		<dc:creator><![CDATA[S]]></dc:creator>
		<pubDate>Wed, 29 Aug 2012 02:58:49 +0000</pubDate>
				<category><![CDATA[virtualization]]></category>
		<category><![CDATA[VMWare Fusion 5]]></category>
		<guid isPermaLink="false">http://poeticcode.wordpress.com/?p=506</guid>

					<description><![CDATA[After upgrading to Mountain Lion from Snow Leopard, I realized I can&#8217;t run the old PowerPC based programs any longer since the Rosetta technology is no longer supported from Lion itself. Luckily all my old software are for both PowerPC &#8230; <a href="https://poeticcode.wordpress.com/2012/08/28/taking-advantage-of-free-upgrade-and-getting-a-discount/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://poeticcode.wordpress.com/2012/08/28/taking-advantage-of-free-upgrade-and-getting-a-discount/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">506</post-id>
		<media:content medium="image" url="https://0.gravatar.com/avatar/f2ef7607faff241ee4498399ee61469fec62aa76e6da95d49949cbb7106661ea?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">S</media:title>
		</media:content>
	</item>
		<item>
		<title>How I got 18 boxes of a snack</title>
		<link>https://poeticcode.wordpress.com/2012/04/17/how-i-got-18-boxes-of-a-snack/</link>
					<comments>https://poeticcode.wordpress.com/2012/04/17/how-i-got-18-boxes-of-a-snack/#respond</comments>
		
		<dc:creator><![CDATA[S]]></dc:creator>
		<pubDate>Wed, 18 Apr 2012 06:40:29 +0000</pubDate>
				<category><![CDATA[Amazon.com]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[Walmart.com]]></category>
		<guid isPermaLink="false">http://poeticcode.wordpress.com/?p=498</guid>

					<description><![CDATA[Last week I was looking for buying a snack in bulk. Amazon was offering a pack of 8 at 0.24 cents/oz and with subscription it even comes down to 0.23 cents/oz. Being a prime member, it was almost a no &#8230; <a href="https://poeticcode.wordpress.com/2012/04/17/how-i-got-18-boxes-of-a-snack/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://poeticcode.wordpress.com/2012/04/17/how-i-got-18-boxes-of-a-snack/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">498</post-id>
		<media:content medium="image" url="https://0.gravatar.com/avatar/f2ef7607faff241ee4498399ee61469fec62aa76e6da95d49949cbb7106661ea?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">S</media:title>
		</media:content>
	</item>
		<item>
		<title>Desktop Web Application</title>
		<link>https://poeticcode.wordpress.com/2011/10/18/desktop-web-application/</link>
					<comments>https://poeticcode.wordpress.com/2011/10/18/desktop-web-application/#comments</comments>
		
		<dc:creator><![CDATA[S]]></dc:creator>
		<pubDate>Wed, 19 Oct 2011 06:00:46 +0000</pubDate>
				<category><![CDATA[Desktop Application]]></category>
		<category><![CDATA[Python]]></category>
		<guid isPermaLink="false">http://poeticcode.wordpress.com/?p=485</guid>

					<description><![CDATA[Are you frowning reading the title of this post? I recently finalized on developing my next commercial application. These days everyone is jumping to SAAS but my application has to be a desktop app running on the users machine. It &#8230; <a href="https://poeticcode.wordpress.com/2011/10/18/desktop-web-application/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://poeticcode.wordpress.com/2011/10/18/desktop-web-application/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">485</post-id>
		<media:content medium="image" url="https://0.gravatar.com/avatar/f2ef7607faff241ee4498399ee61469fec62aa76e6da95d49949cbb7106661ea?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">S</media:title>
		</media:content>
	</item>
		<item>
		<title>How I Miss Google’s Login To Multiple App Domains Simultaneously</title>
		<link>https://poeticcode.wordpress.com/2011/10/13/how-i-miss-googles-login-to-multiple-app-domains-simultaneously/</link>
					<comments>https://poeticcode.wordpress.com/2011/10/13/how-i-miss-googles-login-to-multiple-app-domains-simultaneously/#respond</comments>
		
		<dc:creator><![CDATA[S]]></dc:creator>
		<pubDate>Fri, 14 Oct 2011 01:54:56 +0000</pubDate>
				<category><![CDATA[Google Apps]]></category>
		<guid isPermaLink="false">http://poeticcode.wordpress.com/?p=481</guid>

					<description><![CDATA[Over the last few years, I ended up with multiple domains all registered with Google Apps. One of the things that I was amused with Google Apps was their ability to allow me to sign-in simultaneously to more than one &#8230; <a href="https://poeticcode.wordpress.com/2011/10/13/how-i-miss-googles-login-to-multiple-app-domains-simultaneously/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://poeticcode.wordpress.com/2011/10/13/how-i-miss-googles-login-to-multiple-app-domains-simultaneously/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">481</post-id>
		<media:content medium="image" url="https://0.gravatar.com/avatar/f2ef7607faff241ee4498399ee61469fec62aa76e6da95d49949cbb7106661ea?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">S</media:title>
		</media:content>
	</item>
		<item>
		<title>In Online Realestate Websites We Trust</title>
		<link>https://poeticcode.wordpress.com/2011/10/12/in-online-realestate-websites-we-trust/</link>
					<comments>https://poeticcode.wordpress.com/2011/10/12/in-online-realestate-websites-we-trust/#comments</comments>
		
		<dc:creator><![CDATA[S]]></dc:creator>
		<pubDate>Thu, 13 Oct 2011 05:41:10 +0000</pubDate>
				<category><![CDATA[Realestate]]></category>
		<guid isPermaLink="false">http://poeticcode.wordpress.com/?p=477</guid>

					<description><![CDATA[Last few months I have been very closely following the listings of each home put up within our zipcode. There are some things I like about Redfin and there are some I like about Zillow. It&#8217;s always like that, isn&#8217;t &#8230; <a href="https://poeticcode.wordpress.com/2011/10/12/in-online-realestate-websites-we-trust/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://poeticcode.wordpress.com/2011/10/12/in-online-realestate-websites-we-trust/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">477</post-id>
		<media:content medium="image" url="https://0.gravatar.com/avatar/f2ef7607faff241ee4498399ee61469fec62aa76e6da95d49949cbb7106661ea?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">S</media:title>
		</media:content>
	</item>
		<item>
		<title>Smart Phone Without (Unlimited) Data Plan</title>
		<link>https://poeticcode.wordpress.com/2011/10/10/smart-phone-without-unlimited-data-plan/</link>
					<comments>https://poeticcode.wordpress.com/2011/10/10/smart-phone-without-unlimited-data-plan/#respond</comments>
		
		<dc:creator><![CDATA[S]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 05:17:51 +0000</pubDate>
				<category><![CDATA[Smart Phones]]></category>
		<guid isPermaLink="false">http://poeticcode.wordpress.com/?p=474</guid>

					<description><![CDATA[This is based on a recent conversation I had with someone from India. On an Indian festival day this person bought an Android based Samsung Galaxy 3 phone. She wasn&#8217;t exactly sure how the smart phone works, just wanted it &#8230; <a href="https://poeticcode.wordpress.com/2011/10/10/smart-phone-without-unlimited-data-plan/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://poeticcode.wordpress.com/2011/10/10/smart-phone-without-unlimited-data-plan/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">474</post-id>
		<media:content medium="image" url="https://0.gravatar.com/avatar/f2ef7607faff241ee4498399ee61469fec62aa76e6da95d49949cbb7106661ea?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">S</media:title>
		</media:content>
	</item>
		<item>
		<title>With Social Plus Comes Social Minus</title>
		<link>https://poeticcode.wordpress.com/2011/09/29/with-social-plus-comes-social-minus/</link>
					<comments>https://poeticcode.wordpress.com/2011/09/29/with-social-plus-comes-social-minus/#respond</comments>
		
		<dc:creator><![CDATA[S]]></dc:creator>
		<pubDate>Thu, 29 Sep 2011 08:44:44 +0000</pubDate>
				<category><![CDATA[social networking]]></category>
		<guid isPermaLink="false">http://poeticcode.wordpress.com/?p=468</guid>

					<description><![CDATA[Recently I mentioned about CodeEval. I have been observing them since then and I just saw something interesting on LinkedIn. I know they have been aggressively marketing their services via multiple social networking channels. Here is an image of the &#8230; <a href="https://poeticcode.wordpress.com/2011/09/29/with-social-plus-comes-social-minus/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://poeticcode.wordpress.com/2011/09/29/with-social-plus-comes-social-minus/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">468</post-id>
		<media:content medium="image" url="https://0.gravatar.com/avatar/f2ef7607faff241ee4498399ee61469fec62aa76e6da95d49949cbb7106661ea?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">S</media:title>
		</media:content>

		<media:content medium="image" url="https://poeticcode.wordpress.com/wp-content/uploads/2011/09/social-marketing.png">
			<media:title type="html">social-marketing</media:title>
		</media:content>
	</item>
	</channel>
</rss>