<?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 Tips and Tricks @ Poremsky.com</title>
	<atom:link href="http://www.poremsky.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.poremsky.com</link>
	<description>Favorite tips and tricks for Windows, Blackberry, Web design</description>
	<lastBuildDate>Sat, 17 Dec 2011 09:18:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Places Bar Customizations by Joyce</title>
		<link>http://www.poremsky.com/windows/places-bar-customizations/#comment-240</link>
		<dc:creator>Joyce</dc:creator>
		<pubDate>Sat, 17 Dec 2011 09:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.poremsky.com/?p=74#comment-240</guid>
		<description>A pfecret reply! Thanks for taking the trouble.</description>
		<content:encoded><![CDATA[<p>A pfecret reply! Thanks for taking the trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Help! My Favorites are Missing! by Diane Poremsky</title>
		<link>http://www.poremsky.com/windows/help-my-favorites-are-missing/#comment-139</link>
		<dc:creator>Diane Poremsky</dc:creator>
		<pubDate>Thu, 20 Oct 2011 17:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.poremsky.com/?p=3#comment-139</guid>
		<description>If you lost the Windows 7 Favorites, you can either create the links yourself or type 
shell:links

in the Start menu&#039;s Search field.</description>
		<content:encoded><![CDATA[<p>If you lost the Windows 7 Favorites, you can either create the links yourself or type<br />
shell:links</p>
<p>in the Start menu&#8217;s Search field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Help! My Favorites are Missing! by LLOYD CASSEL</title>
		<link>http://www.poremsky.com/windows/help-my-favorites-are-missing/#comment-126</link>
		<dc:creator>LLOYD CASSEL</dc:creator>
		<pubDate>Fri, 14 Oct 2011 12:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.poremsky.com/?p=3#comment-126</guid>
		<description>HI THERE ! I;VE  lost my FAVORITES SOME HOW . HOW DO I RESTORE THEM GAIN ?? Thank you  LLOYD CASSEL</description>
		<content:encoded><![CDATA[<p>HI THERE ! I;VE  lost my FAVORITES SOME HOW . HOW DO I RESTORE THEM GAIN ?? Thank you  LLOYD CASSEL</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Going Nuts&#8230; WordPress and VBA Code Samples by Diane Poremsky</title>
		<link>http://www.poremsky.com/wordpress/going-nuts-wordpress-and-vba-code-samples/#comment-86</link>
		<dc:creator>Diane Poremsky</dc:creator>
		<pubDate>Fri, 23 Sep 2011 16:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.poremsky.com/?p=445#comment-86</guid>
		<description>Thanks guys... will definitely try wpuntexturize and check out the other plugins. 

I like the copy buttons on code on wordpress.com site - as long as it doesn&#039;t copy line numbers. (There are more than a few sites where the code samples are useless because copy includes line numbers.)

Noticed some stealth update plugins at the site with wpuntexturize - they might solve another annoyance. :)</description>
		<content:encoded><![CDATA[<p>Thanks guys&#8230; will definitely try wpuntexturize and check out the other plugins. </p>
<p>I like the copy buttons on code on wordpress.com site &#8211; as long as it doesn&#8217;t copy line numbers. (There are more than a few sites where the code samples are useless because copy includes line numbers.)</p>
<p>Noticed some stealth update plugins at the site with wpuntexturize &#8211; they might solve another annoyance. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Going Nuts&#8230; WordPress and VBA Code Samples by TJ</title>
		<link>http://www.poremsky.com/wordpress/going-nuts-wordpress-and-vba-code-samples/#comment-85</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Fri, 23 Sep 2011 16:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.poremsky.com/?p=445#comment-85</guid>
		<description>I like this for code highlighting - 
http://wordpress.org/extend/plugins/syntaxhighlighter/ 

To get the little copy toolbar, I think you need to use v.2 in the settings. 

wpuntexturize will solve a lot of code problems too. Without it, commented code can get screwed up.</description>
		<content:encoded><![CDATA[<p>I like this for code highlighting &#8211;<br />
<a href="http://wordpress.org/extend/plugins/syntaxhighlighter/" rel="nofollow">http://wordpress.org/extend/plugins/syntaxhighlighter/</a> </p>
<p>To get the little copy toolbar, I think you need to use v.2 in the settings. </p>
<p>wpuntexturize will solve a lot of code problems too. Without it, commented code can get screwed up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Going Nuts&#8230; WordPress and VBA Code Samples by JP</title>
		<link>http://www.poremsky.com/wordpress/going-nuts-wordpress-and-vba-code-samples/#comment-78</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Wed, 21 Sep 2011 17:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.poremsky.com/?p=445#comment-78</guid>
		<description>I use wpuntexturize to stop WordPress from reformatting straight quotes into &quot;smart&quot; quotes, and CodeColorer for syntax highlighting. Just put your code between the code tags and everything just works. It cut and pastes beautifully and even works on code posted inside comments.</description>
		<content:encoded><![CDATA[<p>I use wpuntexturize to stop WordPress from reformatting straight quotes into &#8220;smart&#8221; quotes, and CodeColorer for syntax highlighting. Just put your code between the code tags and everything just works. It cut and pastes beautifully and even works on code posted inside comments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

