<?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 Jaspreet Chahal&#039;s Blog </title>
	<atom:link href="http://jaspreetchahal.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaspreetchahal.org</link>
	<description>Imagination is more important than knowledge</description>
	<lastBuildDate>Wed, 22 May 2013 06:41:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on .htaccess redirect all traffic to maintenance page except my IP address by lite16</title>
		<link>http://jaspreetchahal.org/htaccess-redirect-all-traffic-to-maintenance-page-except-my-ip-address/comment-page-1/#comment-1761</link>
		<dc:creator>lite16</dc:creator>
		<pubDate>Sun, 19 May 2013 11:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=1664#comment-1761</guid>
		<description><![CDATA[This is a very nice article on htaccess redirect, i like your article.]]></description>
		<content:encoded><![CDATA[<p>This is a very nice article on htaccess redirect, i like your article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extjs 4 JSONP requests by afsoon</title>
		<link>http://jaspreetchahal.org/extjs-4-jsonp-requests/comment-page-1/#comment-1759</link>
		<dc:creator>afsoon</dc:creator>
		<pubDate>Fri, 17 May 2013 18:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=1327#comment-1759</guid>
		<description><![CDATA[thanks! very helpful..gave me a perfect concept of stores and readers!]]></description>
		<content:encoded><![CDATA[<p>thanks! very helpful..gave me a perfect concept of stores and readers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery mousewheel easing horizontal scrolling by Gary</title>
		<link>http://jaspreetchahal.org/jquery-mousewheel-easing-horizontal-scrolling/comment-page-1/#comment-1758</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Fri, 17 May 2013 14:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=3757#comment-1758</guid>
		<description><![CDATA[Under &quot;External Resources&quot; on the left hand side]]></description>
		<content:encoded><![CDATA[<p>Under &#8220;External Resources&#8221; on the left hand side</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on php script function to Ping, Update Google, Bing, Yahoo, Ask.com about Sitemap change by Topheur</title>
		<link>http://jaspreetchahal.org/php-script-function-to-ping-update-google-bing-yahoo-ask-com-about-sitemap-change/comment-page-1/#comment-1756</link>
		<dc:creator>Topheur</dc:creator>
		<pubDate>Thu, 16 May 2013 07:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=1547#comment-1756</guid>
		<description><![CDATA[Hello,
Thank you for this handy script.
Just a question.
What is the variable $ IsActive as it is said nowhere and after the php doc it should refer to a flag?
thank you]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thank you for this handy script.<br />
Just a question.<br />
What is the variable $ IsActive as it is said nowhere and after the php doc it should refer to a flag?<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5 desktop notifications by Reggie Escobar</title>
		<link>http://jaspreetchahal.org/html5-desktop-notifications/comment-page-1/#comment-1755</link>
		<dc:creator>Reggie Escobar</dc:creator>
		<pubDate>Wed, 15 May 2013 02:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=3649#comment-1755</guid>
		<description><![CDATA[This is awesome...thanks very much for this. It is exactly what i was looking for.]]></description>
		<content:encoded><![CDATA[<p>This is awesome&#8230;thanks very much for this. It is exactly what i was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to create Flex mobile List RSS feed by naveed</title>
		<link>http://jaspreetchahal.org/how-to-create-flex-mobile-list-rss-feed/comment-page-1/#comment-1753</link>
		<dc:creator>naveed</dc:creator>
		<pubDate>Tue, 14 May 2013 06:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=944#comment-1753</guid>
		<description><![CDATA[Hello jaspreet, I have to open a test.html in flex app. I have tried with stagewebview that you have suggest: I have copied code her. It works fine on my PC, but when I deployed it on ipad it does not show anything.

protected var swv:StageWebView = null;
private var url:String = new String(stringnaveed.text);
protected function view1_creationCompleteHandler(event:FlexEvent):void
        {
        // TODO Auto-generated method stub
        if(StageWebView.isSupported == true)
        {                   
            swv = new StageWebView();
            swv.viewPort = new Rectangle(0,80,600,600);
            swv.stage = this.stage;
            swv.loadURL(url);
        }
    }




Can you provide your few minutes to solve this issue?]]></description>
		<content:encoded><![CDATA[<p>Hello jaspreet, I have to open a test.html in flex app. I have tried with stagewebview that you have suggest: I have copied code her. It works fine on my PC, but when I deployed it on ipad it does not show anything.</p>
<p>protected var swv:StageWebView = null;<br />
private var url:String = new String(stringnaveed.text);<br />
protected function view1_creationCompleteHandler(event:FlexEvent):void<br />
        {<br />
        // TODO Auto-generated method stub<br />
        if(StageWebView.isSupported == true)<br />
        {<br />
            swv = new StageWebView();<br />
            swv.viewPort = new Rectangle(0,80,600,600);<br />
            swv.stage = this.stage;<br />
            swv.loadURL(url);<br />
        }<br />
    }</p>
<p>Can you provide your few minutes to solve this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin for disabling right mouse click, text selection and document save by Jaspreet Chahal</title>
		<link>http://jaspreetchahal.org/jquery-plugin-for-disabling-right-mouse-click-text-selection-and-document-save/comment-page-1/#comment-1748</link>
		<dc:creator>Jaspreet Chahal</dc:creator>
		<pubDate>Mon, 13 May 2013 20:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=3180#comment-1748</guid>
		<description><![CDATA[There is no way to protect your content fully. This plugin is for users who do not understand concept of developer tools, lynx etc.
cheers,]]></description>
		<content:encoded><![CDATA[<p>There is no way to protect your content fully. This plugin is for users who do not understand concept of developer tools, lynx etc.<br />
cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin for disabling right mouse click, text selection and document save by Ravi</title>
		<link>http://jaspreetchahal.org/jquery-plugin-for-disabling-right-mouse-click-text-selection-and-document-save/comment-page-1/#comment-1747</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Mon, 13 May 2013 09:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=3180#comment-1747</guid>
		<description><![CDATA[The example works for a normal user, but we can still copy text from firebug. I don&#039;t think hacker won&#039;t be that dumb.]]></description>
		<content:encoded><![CDATA[<p>The example works for a normal user, but we can still copy text from firebug. I don&#8217;t think hacker won&#8217;t be that dumb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery text highlighter and filter Plugin by Chandu</title>
		<link>http://jaspreetchahal.org/jquery-text-highlighter-and-filter-plugin/comment-page-1/#comment-1746</link>
		<dc:creator>Chandu</dc:creator>
		<pubDate>Sat, 11 May 2013 05:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=2748#comment-1746</guid>
		<description><![CDATA[Hi jaspreet,

First of of I would like to say thanks regarding this plugin. Its really awesome. I found the exact solution what i was looking for. 

Just one thing i need to ask you could you please help me in modifying the plugin in such a way that it should not show any s while page loads.  It should show results when we search. 

I tried but unable to succeed as i was new to jquery. 

Hope you will reply. Thank you once again.]]></description>
		<content:encoded><![CDATA[<p>Hi jaspreet,</p>
<p>First of of I would like to say thanks regarding this plugin. Its really awesome. I found the exact solution what i was looking for. </p>
<p>Just one thing i need to ask you could you please help me in modifying the plugin in such a way that it should not show any s while page loads.  It should show results when we search. </p>
<p>I tried but unable to succeed as i was new to jquery. </p>
<p>Hope you will reply. Thank you once again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CKEditor convert selected text to Uppercase or lowercase by Önder Ceylan</title>
		<link>http://jaspreetchahal.org/ckeditor-convert-selected-text-to-uppercase-or-lowercase/comment-page-1/#comment-1745</link>
		<dc:creator>Önder Ceylan</dc:creator>
		<pubDate>Fri, 10 May 2013 13:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=3719#comment-1745</guid>
		<description><![CDATA[There is a ready to use plugin that accomplish what you are looking for:
http://ckeditor.com/forums/Plugins/Text-Transform-plugin-for-CKeditor]]></description>
		<content:encoded><![CDATA[<p>There is a ready to use plugin that accomplish what you are looking for:<br />
<a href="http://ckeditor.com/forums/Plugins/Text-Transform-plugin-for-CKeditor" rel="nofollow">http://ckeditor.com/forums/Plugins/Text-Transform-plugin-for-CKeditor</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExtJS 4 get Form Field Values by subramani</title>
		<link>http://jaspreetchahal.org/extjs-4-get-form-field-values/comment-page-1/#comment-1731</link>
		<dc:creator>subramani</dc:creator>
		<pubDate>Mon, 06 May 2013 04:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=2322#comment-1731</guid>
		<description><![CDATA[hi,

how to pass the form values to server for inserting ?]]></description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>how to pass the form values to server for inserting ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mySQL CSV to Database Table using SQLYOG by Tom Anderson</title>
		<link>http://jaspreetchahal.org/mysql-csv-to-database-table-using-sqlyog/comment-page-1/#comment-1727</link>
		<dc:creator>Tom Anderson</dc:creator>
		<pubDate>Fri, 03 May 2013 09:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=2028#comment-1727</guid>
		<description><![CDATA[Take a look on free tool Valentina Studio, is the best way to transform your data into meaningful information; create, administer, query and explore Valentina DB, MySQL, Postgre and SQLite databases for free on 32/64 bit Windows, Linux and Mac OS X. www.valentina-db.com/en/valentina-studio-overview]]></description>
		<content:encoded><![CDATA[<p>Take a look on free tool Valentina Studio, is the best way to transform your data into meaningful information; create, administer, query and explore Valentina DB, MySQL, Postgre and SQLite databases for free on 32/64 bit Windows, Linux and Mac OS X. <a href="http://www.valentina-db.com/en/valentina-studio-overview" rel="nofollow">http://www.valentina-db.com/en/valentina-studio-overview</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on the ipad could not be synced because the sync session failed to start ios5 by Mark</title>
		<link>http://jaspreetchahal.org/the-ipad-could-not-be-synced-because-the-sync-session-failed-to-start-ios5/comment-page-2/#comment-1723</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 02 May 2013 00:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=1135#comment-1723</guid>
		<description><![CDATA[Worked great with iOS 6.1.3

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Worked great with iOS 6.1.3</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on wordpress youtube channel embed plugin by guiz</title>
		<link>http://jaspreetchahal.org/wordpress-youtube-channel-embed-plugin/comment-page-1/#comment-1722</link>
		<dc:creator>guiz</dc:creator>
		<pubDate>Wed, 01 May 2013 19:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=3395#comment-1722</guid>
		<description><![CDATA[Nice plugin, exactly what I was looking for !

Expect one thing, missing calling php function to call directly the plugin in template page :/]]></description>
		<content:encoded><![CDATA[<p>Nice plugin, exactly what I was looking for !</p>
<p>Expect one thing, missing calling php function to call directly the plugin in template page :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin Custom YouTube Channel Embed by Mike</title>
		<link>http://jaspreetchahal.org/jquery-plugin-custom-youtube-channel-embed/comment-page-1/#comment-1721</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 01 May 2013 16:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=3290#comment-1721</guid>
		<description><![CDATA[Hey, great plugin, worked straight out the box unlike so many. Only issue I am having is that no matter what option i pass on Flash objects are being rendered. I really need mobile friendly iframes. Even your demo pages are rendering flash.. Is this something I am doing or the plugin?]]></description>
		<content:encoded><![CDATA[<p>Hey, great plugin, worked straight out the box unlike so many. Only issue I am having is that no matter what option i pass on Flash objects are being rendered. I really need mobile friendly iframes. Even your demo pages are rendering flash.. Is this something I am doing or the plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Drive How to change destination folder location by Seb</title>
		<link>http://jaspreetchahal.org/google-drive-how-to-change-destination-folder-location/comment-page-2/#comment-1720</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Wed, 01 May 2013 11:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=2143#comment-1720</guid>
		<description><![CDATA[Same error. Can&#039;t really do second option - 80gigs of backup...]]></description>
		<content:encoded><![CDATA[<p>Same error. Can&#8217;t really do second option &#8211; 80gigs of backup&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Bit.ly API v3 Shorten and expand URLs tutorial by Craig</title>
		<link>http://jaspreetchahal.org/bit-ly-short-urls-with-php-v3-tutorial/comment-page-1/#comment-1719</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 01 May 2013 09:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=3538#comment-1719</guid>
		<description><![CDATA[Thanks for the article, nice piece of code. Using it with a twitter script I wrote.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the article, nice piece of code. Using it with a twitter script I wrote.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQueryBar &#8211; A jQuery Notification bar plugin by Bertrand</title>
		<link>http://jaspreetchahal.org/jquerybar-a-jquery-notification-bar-plugin/comment-page-1/#comment-1710</link>
		<dc:creator>Bertrand</dc:creator>
		<pubDate>Wed, 24 Apr 2013 12:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=4451#comment-1710</guid>
		<description><![CDATA[hey Jaspreet,

Great job with Jquery bar, I like how flexible your script is! We developed a similar notification bar plugin, but with a bit less flexibility. I especially like your slider option, it&#039;s very innovative.

I have &quot;+1ed&quot; you, 

All the best,
Bertrand]]></description>
		<content:encoded><![CDATA[<p>hey Jaspreet,</p>
<p>Great job with Jquery bar, I like how flexible your script is! We developed a similar notification bar plugin, but with a bit less flexibility. I especially like your slider option, it&#8217;s very innovative.</p>
<p>I have &#8220;+1ed&#8221; you, </p>
<p>All the best,<br />
Bertrand</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Australian Street Names, Suburb, State Database with Longitude and Latitude GEO Data by New Zealand Street Names Database along with Suburb, Postcode, District, Longitude and Latitude value</title>
		<link>http://jaspreetchahal.org/australian-street-names-suburb-state-database-with-longitude-and-latitude-geo-data/comment-page-1/#comment-1709</link>
		<dc:creator>New Zealand Street Names Database along with Suburb, Postcode, District, Longitude and Latitude value</dc:creator>
		<pubDate>Wed, 24 Apr 2013 03:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=1815#comment-1709</guid>
		<description><![CDATA[[...] Do you have an Australian Street database as well? Yes, it has over 230,000+ (and adding) rows. More details here [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Do you have an Australian Street database as well? Yes, it has over 230,000+ (and adding) rows. More details here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Coupon Plugin by Jaspreet Chahal</title>
		<link>http://jaspreetchahal.org/wordpress-coupon-plugin-jc-coupon-revealer-pro/comment-page-1/#comment-1708</link>
		<dc:creator>Jaspreet Chahal</dc:creator>
		<pubDate>Fri, 19 Apr 2013 21:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://jaspreetchahal.org/?p=2429#comment-1708</guid>
		<description><![CDATA[There you go. Use marper15 to get 15% off (Expires 23rd Apr 2013) on Unlimited License. Please direct your future queries through contact me form. :)]]></description>
		<content:encoded><![CDATA[<p>There you go. Use marper15 to get 15% off (Expires 23rd Apr 2013) on Unlimited License. Please direct your future queries through contact me form. <img src='http://jaspreetchahal.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
