<?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"
	>
<channel>
	<title>Comments on: DotNetKicks with WordPress</title>
	<atom:link href="http://blog.dmbcllc.com/2007/12/20/dotnetkicks-with-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dmbcllc.com/2007/12/20/dotnetkicks-with-wordpress/</link>
	<description>ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.</description>
	<pubDate>Thu, 16 Oct 2008 01:17:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Joel Cochran</title>
		<link>http://blog.dmbcllc.com/2007/12/20/dotnetkicks-with-wordpress/#comment-574</link>
		<dc:creator>Joel Cochran</dc:creator>
		<pubDate>Thu, 12 Jun 2008 19:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2007/12/20/dotnetkicks-with-wordpress/#comment-574</guid>
		<description>Also, if you want a custom colorization, you do not have to modify your CSS.  Instead, go to the Dot Net Kicks site and use the tool there to generate the button the way you want it.  Then, you can simply copy the stylings from the IMG tag and append them in the above code immediately following the call to get_permalink().

Thanks!</description>
		<content:encoded><![CDATA[<p>Also, if you want a custom colorization, you do not have to modify your CSS.  Instead, go to the Dot Net Kicks site and use the tool there to generate the button the way you want it.  Then, you can simply copy the stylings from the IMG tag and append them in the above code immediately following the call to get_permalink().</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon von Gillern</title>
		<link>http://blog.dmbcllc.com/2007/12/20/dotnetkicks-with-wordpress/#comment-38</link>
		<dc:creator>Jon von Gillern</dc:creator>
		<pubDate>Fri, 28 Dec 2007 21:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2007/12/20/dotnetkicks-with-wordpress/#comment-38</guid>
		<description>You can do the same thing in DasBlog very easily:

http://www.vonsharp.net/HowToEasilyAddADotNetKicksButtonToDasBlog.aspx</description>
		<content:encoded><![CDATA[<p>You can do the same thing in DasBlog very easily:</p>
<p><a href="http://www.vonsharp.net/HowToEasilyAddADotNetKicksButtonToDasBlog.aspx" >http://www.vonsharp.net/HowToEasilyAddADotNetKicksButtonToDasBlog.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Lerch</title>
		<link>http://blog.dmbcllc.com/2007/12/20/dotnetkicks-with-wordpress/#comment-35</link>
		<dc:creator>Aaron Lerch</dc:creator>
		<pubDate>Fri, 28 Dec 2007 20:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2007/12/20/dotnetkicks-with-wordpress/#comment-35</guid>
		<description>@Rob - wouldn't Jon's technique only work if you were viewing the actual post itself, and not via feed readers, aggregated views, or category views? (To name a few)
Still a great solution if you aren't allowed to edit the theme. :)</description>
		<content:encoded><![CDATA[<p>@Rob - wouldn&#8217;t Jon&#8217;s technique only work if you were viewing the actual post itself, and not via feed readers, aggregated views, or category views? (To name a few)<br />
Still a great solution if you aren&#8217;t allowed to edit the theme. <img src='http://blog.dmbcllc.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Conery</title>
		<link>http://blog.dmbcllc.com/2007/12/20/dotnetkicks-with-wordpress/#comment-34</link>
		<dc:creator>Rob Conery</dc:creator>
		<pubDate>Fri, 28 Dec 2007 17:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2007/12/20/dotnetkicks-with-wordpress/#comment-34</guid>
		<description>Jon Galloway wrote a neat article about this using Javascript alone:

http://weblogs.asp.net/jgalloway/archive/2007/03/08/adding-a-dotnetkicks-image-via-javascript.aspx

This is a nice way to do it and you can just edit your Post page. The code is also completely transferable since it's javascript :).</description>
		<content:encoded><![CDATA[<p>Jon Galloway wrote a neat article about this using Javascript alone:</p>
<p><a href="http://weblogs.asp.net/jgalloway/archive/2007/03/08/adding-a-dotnetkicks-image-via-javascript.aspx" >http://weblogs.asp.net/jgalloway/archive/2007/03/08/adding-a-dotnetkicks-image-via-javascript.aspx</a></p>
<p>This is a nice way to do it and you can just edit your Post page. The code is also completely transferable since it&#8217;s javascript :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DevTopics</title>
		<link>http://blog.dmbcllc.com/2007/12/20/dotnetkicks-with-wordpress/#comment-33</link>
		<dc:creator>DevTopics</dc:creator>
		<pubDate>Fri, 28 Dec 2007 14:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2007/12/20/dotnetkicks-with-wordpress/#comment-33</guid>
		<description>Terrific job, thank you for figuring this out!

Note that if you copy your sample above and paste it directly into WordPress, it will not work, because the double quotes appear as forward/back quotes in your blog.  If you manually change them back to double quotes in the WordPress theme editor, your sample works great.

Note this issue will affect any source code that appears in your blog.  Fortunately, there is a WordPress “Untexturize” plug-in that will prevent WordPress from making these unwanted quote character substitutions.  For more information:

http://www.devtopics.com/blogging-tips-for-developers/</description>
		<content:encoded><![CDATA[<p>Terrific job, thank you for figuring this out!</p>
<p>Note that if you copy your sample above and paste it directly into WordPress, it will not work, because the double quotes appear as forward/back quotes in your blog.  If you manually change them back to double quotes in the WordPress theme editor, your sample works great.</p>
<p>Note this issue will affect any source code that appears in your blog.  Fortunately, there is a WordPress “Untexturize” plug-in that will prevent WordPress from making these unwanted quote character substitutions.  For more information:</p>
<p><a href="http://www.devtopics.com/blogging-tips-for-developers/" >http://www.devtopics.com/blogging-tips-for-developers/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
