<?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 pukkared</title>
	<atom:link href="http://www.pukkared.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.pukkared.com</link>
	<description>Web Design &#38; Development</description>
	<lastBuildDate>Sat, 04 Sep 2010 12:48:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Creating a Twitter style character counter with jQuery by Jazzgumpy</title>
		<link>http://www.pukkared.com/?p=873&#038;cpage=1#comment-1156</link>
		<dc:creator>Jazzgumpy</dc:creator>
		<pubDate>Sat, 04 Sep 2010 12:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pukkared.com/?p=873#comment-1156</guid>
		<description>Hi.

I used your code and edited it a little.

Inside the whenkeydown function I changed the keyup() to keypress(function). This way you also count characters when the user holds down a key. Not just when she releases it.
The old way the count happend after letting go of the key. If you pressed it for a certain amount of time, you ended up with a lot of chars which might be too many.

Thanks for sharing that, was of great help.</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I used your code and edited it a little.</p>
<p>Inside the whenkeydown function I changed the keyup() to keypress(function). This way you also count characters when the user holds down a key. Not just when she releases it.<br />
The old way the count happend after letting go of the key. If you pressed it for a certain amount of time, you ended up with a lot of chars which might be too many.</p>
<p>Thanks for sharing that, was of great help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Showing line numbers in Visual C# 2010 Express by Stark</title>
		<link>http://www.pukkared.com/?p=909&#038;cpage=1#comment-1154</link>
		<dc:creator>Stark</dc:creator>
		<pubDate>Mon, 30 Aug 2010 18:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.pukkared.com/?p=909#comment-1154</guid>
		<description>Ops !! 

ShowlineNumbers , here the value at the file CurrentSettings.vssettings , 

there are many values ( ShowlineNumbers ) 

I was changing them all</description>
		<content:encoded><![CDATA[<p>Ops !! </p>
<p>ShowlineNumbers , here the value at the file CurrentSettings.vssettings , </p>
<p>there are many values ( ShowlineNumbers ) </p>
<p>I was changing them all</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Showing line numbers in Visual C# 2010 Express by Stark</title>
		<link>http://www.pukkared.com/?p=909&#038;cpage=1#comment-1153</link>
		<dc:creator>Stark</dc:creator>
		<pubDate>Mon, 30 Aug 2010 18:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pukkared.com/?p=909#comment-1153</guid>
		<description>Thank you for this info , 

I was doing it the long way , by changing the following file manually

C:\Users\username\Documents\Visual Studio 2010\Settings\C# Express\CurrentSettings.vssettings

I changed this value 
true 


thank you , for saving my time</description>
		<content:encoded><![CDATA[<p>Thank you for this info , </p>
<p>I was doing it the long way , by changing the following file manually</p>
<p>C:\Users\username\Documents\Visual Studio 2010\Settings\C# Express\CurrentSettings.vssettings</p>
<p>I changed this value<br />
true </p>
<p>thank you , for saving my time</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Twitter style character counter with jQuery by inginer</title>
		<link>http://www.pukkared.com/?p=873&#038;cpage=1#comment-1150</link>
		<dc:creator>inginer</dc:creator>
		<pubDate>Wed, 28 Jul 2010 22:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pukkared.com/?p=873#comment-1150</guid>
		<description>Thank for lesson !</description>
		<content:encoded><![CDATA[<p>Thank for lesson !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Showing line numbers in Visual C# 2010 Express by Matthew Cook</title>
		<link>http://www.pukkared.com/?p=909&#038;cpage=1#comment-1142</link>
		<dc:creator>Matthew Cook</dc:creator>
		<pubDate>Sat, 17 Jul 2010 00:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.pukkared.com/?p=909#comment-1142</guid>
		<description>No problem, and I hear you.  I think the lines should just be on by default :)</description>
		<content:encoded><![CDATA[<p>No problem, and I hear you.  I think the lines should just be on by default <img src='http://www.pukkared.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Showing line numbers in Visual C# 2010 Express by Darryl</title>
		<link>http://www.pukkared.com/?p=909&#038;cpage=1#comment-1141</link>
		<dc:creator>Darryl</dc:creator>
		<pubDate>Sat, 17 Jul 2010 00:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pukkared.com/?p=909#comment-1141</guid>
		<description>I&#039;ve been using visual express products for years and I didn&#039;t even know you could display line numbers until i read it in a C# book. Even that didn&#039;t tell me how to turn it on.   The checklist &quot;Show all settings&quot; should be on as default. Thank you for sharing this info.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using visual express products for years and I didn&#8217;t even know you could display line numbers until i read it in a C# book. Even that didn&#8217;t tell me how to turn it on.   The checklist &#8220;Show all settings&#8221; should be on as default. Thank you for sharing this info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting to the MailChimp API with Coldfusion by Agustufus</title>
		<link>http://www.pukkared.com/?p=885&#038;cpage=1#comment-1138</link>
		<dc:creator>Agustufus</dc:creator>
		<pubDate>Fri, 09 Jul 2010 19:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pukkared.com/?p=885#comment-1138</guid>
		<description>Just starting to mess with it as well. Thanks.</description>
		<content:encoded><![CDATA[<p>Just starting to mess with it as well. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Paypal Express example with Coldfusion 8 by Kevin Guto</title>
		<link>http://www.pukkared.com/?p=120&#038;cpage=1#comment-1137</link>
		<dc:creator>Kevin Guto</dc:creator>
		<pubDate>Thu, 01 Jul 2010 12:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pukkared.com/?p=120#comment-1137</guid>
		<description>My friend, you are God Sent. Great Job !</description>
		<content:encoded><![CDATA[<p>My friend, you are God Sent. Great Job !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Twitter style character counter with jQuery by Jason Dittmer</title>
		<link>http://www.pukkared.com/?p=873&#038;cpage=1#comment-1136</link>
		<dc:creator>Jason Dittmer</dc:creator>
		<pubDate>Fri, 18 Jun 2010 12:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pukkared.com/?p=873#comment-1136</guid>
		<description>Great post. What do I do if I have multiple textareas on the same page that I need to use this with?</description>
		<content:encoded><![CDATA[<p>Great post. What do I do if I have multiple textareas on the same page that I need to use this with?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Paypal Express example with Coldfusion 8 by Peter Pham</title>
		<link>http://www.pukkared.com/?p=120&#038;cpage=1#comment-1135</link>
		<dc:creator>Peter Pham</dc:creator>
		<pubDate>Tue, 15 Jun 2010 08:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pukkared.com/?p=120#comment-1135</guid>
		<description>I followed your sample code. Everything works so far till step 4 (setExpressCheckout). I was able to retrieve the token and redirect customer to Paypal login. 
However, I wonder why the total amount does not show up on Paypal.</description>
		<content:encoded><![CDATA[<p>I followed your sample code. Everything works so far till step 4 (setExpressCheckout). I was able to retrieve the token and redirect customer to Paypal login.<br />
However, I wonder why the total amount does not show up on Paypal.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
