<?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 sholsinger.com</title>
	<atom:link href="http://sholsinger.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sholsinger.com</link>
	<description>Stephen Holsinger&#039;s blog about the web, OS X, Linux, CSS, PHP, and more</description>
	<lastBuildDate>Sat, 21 Apr 2012 19:01:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Twitter Tools Doesn&#8217;t Display Recent Tweets by sam2933</title>
		<link>http://sholsinger.com/archive/2009/03/twitter-tools-does-not-display-recent-tweets/comment-page-1/#comment-1886</link>
		<dc:creator>sam2933</dc:creator>
		<pubDate>Sat, 21 Apr 2012 19:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://sholsinger.com/?p=176#comment-1886</guid>
		<description>Hello, thank you for this useful tips but it doesn&#039;t work for me. Either I update or Reset Tweets nothing appears...
I update Twitter Tools but there isn&#039;t a record in MYSQL table...</description>
		<content:encoded><![CDATA[<p>Hello, thank you for this useful tips but it doesn&#8217;t work for me. Either I update or Reset Tweets nothing appears&#8230;<br />
I update Twitter Tools but there isn&#8217;t a record in MYSQL table&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Classic ASP TextMate Bundle by Kevin S</title>
		<link>http://sholsinger.com/archive/2011/08/updated-classic-asp-textmate-bundle/comment-page-1/#comment-1885</link>
		<dc:creator>Kevin S</dc:creator>
		<pubDate>Fri, 20 Apr 2012 20:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://sholsinger.com/?p=413#comment-1885</guid>
		<description>Heh.
Found a small bug in my revised code, where a single quote on a line with no characters following wasn&#039;t marked as a comment

Revised version:
&lt;pre class=&quot;prettyprint&quot;&gt;&lt;code&gt;{
	name = &#039;comment.line.apostrophe.asp&#039;;
	match = &quot;(&#039;)(.(?!(%&gt;&#124;\n&#124;\r\n&#124;$)))*.?&quot;;
	captures = { 1 = { name = &#039;punctuation.definition.comment.asp&#039;; }; };
},&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Heh.<br />
Found a small bug in my revised code, where a single quote on a line with no characters following wasn&#8217;t marked as a comment</p>
<p>Revised version:</p>
<pre class="prettyprint"><code>{
	name = 'comment.line.apostrophe.asp';
	match = "(')(.(?!(%&gt;|\n|\r\n|$)))*.?";
	captures = { 1 = { name = 'punctuation.definition.comment.asp'; }; };
},</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Classic ASP TextMate Bundle by Kevin S</title>
		<link>http://sholsinger.com/archive/2011/08/updated-classic-asp-textmate-bundle/comment-page-1/#comment-1884</link>
		<dc:creator>Kevin S</dc:creator>
		<pubDate>Fri, 20 Apr 2012 00:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://sholsinger.com/?p=413#comment-1884</guid>
		<description>Whoops, It seems my HTML was stripped out.

I meant a line like:
‘ foo = “&lt;br /&gt;”</description>
		<content:encoded><![CDATA[<p>Whoops, It seems my HTML was stripped out.</p>
<p>I meant a line like:<br />
‘ foo = “&lt;br /&gt;”</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Classic ASP TextMate Bundle by Kevin S</title>
		<link>http://sholsinger.com/archive/2011/08/updated-classic-asp-textmate-bundle/comment-page-1/#comment-1883</link>
		<dc:creator>Kevin S</dc:creator>
		<pubDate>Thu, 19 Apr 2012 23:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://sholsinger.com/?p=413#comment-1883</guid>
		<description>I found a bug with the way you&#039;re detecting comments in this bundle
Specifically a line like:

&#039; foo = &quot;&quot;

Is not flagged as a comment, since it contains the character &gt;.

Here&#039;s an updated entry for the comments which fixes this issue:

{	name = &#039;comment.line.apostrophe.asp&#039;;
	match = &quot;(&#039;)(.(?!(%&gt;&#124;\n&#124;\r\n&#124;$)))*.&quot;;
	captures = { 1 = { name = &#039;punctuation.definition.comment.asp&#039;; }; };
},

It was bugging me a lot that the syntax highlighting was broken, while trying to comment out lines that contained HTML, or expressions comparing numbers.

Thanks for the bundle!</description>
		<content:encoded><![CDATA[<p>I found a bug with the way you&#8217;re detecting comments in this bundle<br />
Specifically a line like:</p>
<p>&#8216; foo = &#8220;&#8221;</p>
<p>Is not flagged as a comment, since it contains the character &gt;.</p>
<p>Here&#8217;s an updated entry for the comments which fixes this issue:</p>
<p>{	name = &#8216;comment.line.apostrophe.asp&#8217;;<br />
	match = &#8220;(&#8216;)(.(?!(%&gt;|\n|\r\n|$)))*.&#8221;;<br />
	captures = { 1 = { name = &#8216;punctuation.definition.comment.asp&#8217;; }; };<br />
},</p>
<p>It was bugging me a lot that the syntax highlighting was broken, while trying to comment out lines that contained HTML, or expressions comparing numbers.</p>
<p>Thanks for the bundle!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Basic Cryptography With PHP &#8211; shift and unshift by Mohamed Jafer Ali</title>
		<link>http://sholsinger.com/archive/2009/04/basic-cryptography-with-php-shift-and-unshift/comment-page-1/#comment-1879</link>
		<dc:creator>Mohamed Jafer Ali</dc:creator>
		<pubDate>Wed, 18 Apr 2012 10:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://sholsinger.com/?p=190#comment-1879</guid>
		<description>Nice dude. After reading your article i have a clear idea about my process...Thank you</description>
		<content:encoded><![CDATA[<p>Nice dude. After reading your article i have a clear idea about my process&#8230;Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

