<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments for Velu&#039;s Blog</title>
	<atom:link href="http://gdmig-ksankaran.com/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gdmig-ksankaran.com/wp</link>
	<description>Problems &#38; Solutions. or just how-to.</description>
	<lastBuildDate>Wed, 21 May 2014 05:24:42 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.36</generator>
	<item>
		<title>Comment on Image Loading Techniques by Velu Sankaran</title>
		<link>http://gdmig-ksankaran.com/wp/2013/06/05/image-loading-techniques/#comment-290</link>
		<dc:creator><![CDATA[Velu Sankaran]]></dc:creator>
		<pubDate>Wed, 21 May 2014 05:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://ksankaran.com/wp/?p=187#comment-290</guid>
		<description><![CDATA[Hmmm, there are multiple things to be done here. For one, the image which is showing as 15 seconds on your machine is actually going 404 in mine and that is basically because you don&#039;t have ng-src on your img element in /partials/property-details.html.
https://www.evernote.com/shard/s56/sh/b2d9c5c2-16a2-4ee8-bd2c-c71245125734/30874426a6ae80a20c9ae0fc0bf7a2bb

The same in /partials/home.html:
https://www.evernote.com/shard/s56/sh/f7a5c46f-7c00-4e4b-ad4b-377b31a8a87f/b241d74da429bac14bfd93dc6dbd0f2d]]></description>
		<content:encoded><![CDATA[<p>Hmmm, there are multiple things to be done here. For one, the image which is showing as 15 seconds on your machine is actually going 404 in mine and that is basically because you don&#8217;t have ng-src on your img element in /partials/property-details.html.<br />
<a href="https://www.evernote.com/shard/s56/sh/b2d9c5c2-16a2-4ee8-bd2c-c71245125734/30874426a6ae80a20c9ae0fc0bf7a2bb" rel="nofollow">https://www.evernote.com/shard/s56/sh/b2d9c5c2-16a2-4ee8-bd2c-c71245125734/30874426a6ae80a20c9ae0fc0bf7a2bb</a></p>
<p>The same in /partials/home.html:<br />
<a href="https://www.evernote.com/shard/s56/sh/f7a5c46f-7c00-4e4b-ad4b-377b31a8a87f/b241d74da429bac14bfd93dc6dbd0f2d" rel="nofollow">https://www.evernote.com/shard/s56/sh/f7a5c46f-7c00-4e4b-ad4b-377b31a8a87f/b241d74da429bac14bfd93dc6dbd0f2d</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Loading Techniques by Sanjeev</title>
		<link>http://gdmig-ksankaran.com/wp/2013/06/05/image-loading-techniques/#comment-289</link>
		<dc:creator><![CDATA[Sanjeev]]></dc:creator>
		<pubDate>Tue, 20 May 2014 11:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://ksankaran.com/wp/?p=187#comment-289</guid>
		<description><![CDATA[Actually the page loads because of the api calls. 

https://dl.dropboxusercontent.com/u/22139226/valueaddrealty_pagetime.png

Initially the api call takes more than 50s to return. Why so? Am i doing any wrong?]]></description>
		<content:encoded><![CDATA[<p>Actually the page loads because of the api calls. </p>
<p><a href="https://dl.dropboxusercontent.com/u/22139226/valueaddrealty_pagetime.png" rel="nofollow">https://dl.dropboxusercontent.com/u/22139226/valueaddrealty_pagetime.png</a></p>
<p>Initially the api call takes more than 50s to return. Why so? Am i doing any wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Loading Techniques by Sanjeev</title>
		<link>http://gdmig-ksankaran.com/wp/2013/06/05/image-loading-techniques/#comment-288</link>
		<dc:creator><![CDATA[Sanjeev]]></dc:creator>
		<pubDate>Tue, 20 May 2014 11:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://ksankaran.com/wp/?p=187#comment-288</guid>
		<description><![CDATA[whenever we add a new properties to the DB, i am uploading a cover image to the DB itself as a base64 data.

once the property is clicked, there is a image carousel where the images will be rendered from a file location and the location path is saved in the DB.]]></description>
		<content:encoded><![CDATA[<p>whenever we add a new properties to the DB, i am uploading a cover image to the DB itself as a base64 data.</p>
<p>once the property is clicked, there is a image carousel where the images will be rendered from a file location and the location path is saved in the DB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 1-Player Tic Tac Toe in AngularJS by Velu Sankaran</title>
		<link>http://gdmig-ksankaran.com/wp/2013/04/16/tic-tac-toe-in-angularjs/#comment-287</link>
		<dc:creator><![CDATA[Velu Sankaran]]></dc:creator>
		<pubDate>Sun, 18 May 2014 14:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://mystupidposts.wordpress.com/?p=63#comment-287</guid>
		<description><![CDATA[Awesome, please do.]]></description>
		<content:encoded><![CDATA[<p>Awesome, please do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Loading Techniques by Velu Sankaran</title>
		<link>http://gdmig-ksankaran.com/wp/2013/06/05/image-loading-techniques/#comment-286</link>
		<dc:creator><![CDATA[Velu Sankaran]]></dc:creator>
		<pubDate>Sun, 18 May 2014 14:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://ksankaran.com/wp/?p=187#comment-286</guid>
		<description><![CDATA[I took a look at your website and based on the page loads, I see the following problems:
1) Some of your JS files are not minified (angular.js).
2) I don&#039;t think, the base64 ones are actually causing the delay but the other images are:
https://www.evernote.com/shard/s56/sh/6d28f1b7-61f9-428b-90a5-e8a62f06f07f/db3512e0edddf6d3e1e656578371cbe7
These images are taking 2+ seconds to load. I see you load them asynchronously but I don&#039;t see any particular delays with base64 ones.
How do you get the base64 images?]]></description>
		<content:encoded><![CDATA[<p>I took a look at your website and based on the page loads, I see the following problems:<br />
1) Some of your JS files are not minified (angular.js).<br />
2) I don&#8217;t think, the base64 ones are actually causing the delay but the other images are:<br />
<a href="https://www.evernote.com/shard/s56/sh/6d28f1b7-61f9-428b-90a5-e8a62f06f07f/db3512e0edddf6d3e1e656578371cbe7" rel="nofollow">https://www.evernote.com/shard/s56/sh/6d28f1b7-61f9-428b-90a5-e8a62f06f07f/db3512e0edddf6d3e1e656578371cbe7</a><br />
These images are taking 2+ seconds to load. I see you load them asynchronously but I don&#8217;t see any particular delays with base64 ones.<br />
How do you get the base64 images?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Website Offline Processing / Speed Up Page Load by Velu Sankaran</title>
		<link>http://gdmig-ksankaran.com/wp/2013/10/03/website-offline-processing-speed-page-load/#comment-285</link>
		<dc:creator><![CDATA[Velu Sankaran]]></dc:creator>
		<pubDate>Sun, 18 May 2014 14:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://ksankaran.com/wp/?p=335#comment-285</guid>
		<description><![CDATA[Sorry about the delay but FB doesn&#039;t store any anonymous information. Why do you store in your DB and write your own service (using JSON) to get them?]]></description>
		<content:encoded><![CDATA[<p>Sorry about the delay but FB doesn&#8217;t store any anonymous information. Why do you store in your DB and write your own service (using JSON) to get them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Loading Techniques by Sanjeev</title>
		<link>http://gdmig-ksankaran.com/wp/2013/06/05/image-loading-techniques/#comment-284</link>
		<dc:creator><![CDATA[Sanjeev]]></dc:creator>
		<pubDate>Sun, 18 May 2014 04:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://ksankaran.com/wp/?p=187#comment-284</guid>
		<description><![CDATA[Hi Velu,

I am working on my brother&#039;s website which uses angular js and php slim framework. i used to have a base64 image (a single image) loaded in the DB itself for the initial or cover image of the property. BTW, the site is about property. (www.valueaddrealty.in). How can i use the progressive image rendering? as the data comes as a binary and not from a URL.

How can i make the site work fast than it is now. It is pretty much slow now.

Any ideas will be helpful for me.

Thanks,
Sanjeev]]></description>
		<content:encoded><![CDATA[<p>Hi Velu,</p>
<p>I am working on my brother&#8217;s website which uses angular js and php slim framework. i used to have a base64 image (a single image) loaded in the DB itself for the initial or cover image of the property. BTW, the site is about property. (www.valueaddrealty.in). How can i use the progressive image rendering? as the data comes as a binary and not from a URL.</p>
<p>How can i make the site work fast than it is now. It is pretty much slow now.</p>
<p>Any ideas will be helpful for me.</p>
<p>Thanks,<br />
Sanjeev</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Website Offline Processing / Speed Up Page Load by Narendra</title>
		<link>http://gdmig-ksankaran.com/wp/2013/10/03/website-offline-processing-speed-page-load/#comment-282</link>
		<dc:creator><![CDATA[Narendra]]></dc:creator>
		<pubDate>Wed, 19 Feb 2014 04:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://ksankaran.com/wp/?p=335#comment-282</guid>
		<description><![CDATA[Hello Velu,

Your blog is very informative! Thanks for sharing your knowledge. I have one requirement and I would like to know if it is feasible or not.

I added a tab with static HTML content to my facebook page. It is a simple form with couple of input fields and a submit button. Does FB store this form data anywhere? Is there any way to read this data using graph API/FQL? I know that we can easily access it using Javascript right away but I want to access this data at a later point of time using HTTP calls.]]></description>
		<content:encoded><![CDATA[<p>Hello Velu,</p>
<p>Your blog is very informative! Thanks for sharing your knowledge. I have one requirement and I would like to know if it is feasible or not.</p>
<p>I added a tab with static HTML content to my facebook page. It is a simple form with couple of input fields and a submit button. Does FB store this form data anywhere? Is there any way to read this data using graph API/FQL? I know that we can easily access it using Javascript right away but I want to access this data at a later point of time using HTTP calls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 1-Player Tic Tac Toe in AngularJS by Dain</title>
		<link>http://gdmig-ksankaran.com/wp/2013/04/16/tic-tac-toe-in-angularjs/#comment-281</link>
		<dc:creator><![CDATA[Dain]]></dc:creator>
		<pubDate>Wed, 08 Jan 2014 00:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://mystupidposts.wordpress.com/?p=63#comment-281</guid>
		<description><![CDATA[Hello:

I&#039;ve been referencing this building my own version. I realized I could beat your algo with the following and thought you may want to know.

Me: Top Left
CPU: Middle
Me: Bottom Right
CPU: Top Right
Me: Bottom Left (At this point I have a &#039;fork&#039;)
CPU: Middle Left (Block)
Me: Middle Bottom (FTW)

Just wanted to give you a heads up. I&#039;ll be fixing this logic in my version and would be happy to share the end result.]]></description>
		<content:encoded><![CDATA[<p>Hello:</p>
<p>I&#8217;ve been referencing this building my own version. I realized I could beat your algo with the following and thought you may want to know.</p>
<p>Me: Top Left<br />
CPU: Middle<br />
Me: Bottom Right<br />
CPU: Top Right<br />
Me: Bottom Left (At this point I have a &#8216;fork&#8217;)<br />
CPU: Middle Left (Block)<br />
Me: Middle Bottom (FTW)</p>
<p>Just wanted to give you a heads up. I&#8217;ll be fixing this logic in my version and would be happy to share the end result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a OG Action, Submit and get Approval by Velu Sankaran</title>
		<link>http://gdmig-ksankaran.com/wp/2013/05/20/create-og-action-submit-approval/#comment-206</link>
		<dc:creator><![CDATA[Velu Sankaran]]></dc:creator>
		<pubDate>Wed, 05 Jun 2013 16:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://ksankaran.com/wp/?p=153#comment-206</guid>
		<description><![CDATA[Thanks Ganesh. :)]]></description>
		<content:encoded><![CDATA[<p>Thanks Ganesh. <img src="http://gdmig-ksankaran.com/wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
