<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://srtsolutions.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Coding with Great Hair</title><link>http://srtsolutions.com/blogs/charliesears/default.aspx</link><description>The ultimate synergy of hair gel and .Net</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>Prime number generation with the Sieve of Eratosthenes</title><link>http://srtsolutions.com/blogs/charliesears/archive/2009/12/21/prime-number-generation-with-the-sieve-of-eratosthenes.aspx</link><pubDate>Mon, 21 Dec 2009 20:39:00 GMT</pubDate><guid isPermaLink="false">727bb5a1-3d8b-4cbc-a411-ac1a71136f7d:32434</guid><dc:creator>cmsears</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srtsolutions.com/blogs/charliesears/rsscomments.aspx?PostID=32434</wfw:commentRss><comments>http://srtsolutions.com/blogs/charliesears/archive/2009/12/21/prime-number-generation-with-the-sieve-of-eratosthenes.aspx#comments</comments><description>Recently I have been getting back into Project Euler problems. One of the most common things I found I needed in my PE tool bag was a method to generate primes quickly, and to determine primality quickly...(&lt;a href="http://srtsolutions.com/blogs/charliesears/archive/2009/12/21/prime-number-generation-with-the-sieve-of-eratosthenes.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://srtsolutions.com/aggbug.aspx?PostID=32434" width="1" height="1"&gt;</description><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/Project+Euler/default.aspx">Project Euler</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/Sieve+of+Eratosthenes/default.aspx">Sieve of Eratosthenes</category></item><item><title>Retrieving All Blog Posts from Kentico CMS's API</title><link>http://srtsolutions.com/blogs/charliesears/archive/2009/05/27/retrieving-all-blog-posts-from-kentico-cms-s-api.aspx</link><pubDate>Wed, 27 May 2009 10:31:00 GMT</pubDate><guid isPermaLink="false">727bb5a1-3d8b-4cbc-a411-ac1a71136f7d:11075</guid><dc:creator>cmsears</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srtsolutions.com/blogs/charliesears/rsscomments.aspx?PostID=11075</wfw:commentRss><comments>http://srtsolutions.com/blogs/charliesears/archive/2009/05/27/retrieving-all-blog-posts-from-kentico-cms-s-api.aspx#comments</comments><description>Kentico CMS is a powerful web content solution, highly customizable though a web interface. My personal favorite feature is its open API allowing you to create your own .Net based controls, modules and...(&lt;a href="http://srtsolutions.com/blogs/charliesears/archive/2009/05/27/retrieving-all-blog-posts-from-kentico-cms-s-api.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://srtsolutions.com/aggbug.aspx?PostID=11075" width="1" height="1"&gt;</description><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/Kentico+CMS/default.aspx">Kentico CMS</category></item><item><title>My New Blog Theme Released!</title><link>http://srtsolutions.com/blogs/charliesears/archive/2009/04/20/my-new-blog-theme-released.aspx</link><pubDate>Mon, 20 Apr 2009 16:34:00 GMT</pubDate><guid isPermaLink="false">727bb5a1-3d8b-4cbc-a411-ac1a71136f7d:9031</guid><dc:creator>cmsears</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srtsolutions.com/blogs/charliesears/rsscomments.aspx?PostID=9031</wfw:commentRss><comments>http://srtsolutions.com/blogs/charliesears/archive/2009/04/20/my-new-blog-theme-released.aspx#comments</comments><description>Ive finally finished my blog theme, it has some quirks, but those will be worked out. So you probably want to get to customizing the theme for yourself right away, to make it your own. First, open your...(&lt;a href="http://srtsolutions.com/blogs/charliesears/archive/2009/04/20/my-new-blog-theme-released.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://srtsolutions.com/aggbug.aspx?PostID=9031" width="1" height="1"&gt;</description><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/Community+Server/default.aspx">Community Server</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/Blog/default.aspx">Blog</category></item><item><title>Multithreading in C#</title><link>http://srtsolutions.com/blogs/charliesears/archive/2008/07/23/multithreading-in-c.aspx</link><pubDate>Wed, 23 Jul 2008 18:58:00 GMT</pubDate><guid isPermaLink="false">727bb5a1-3d8b-4cbc-a411-ac1a71136f7d:4005</guid><dc:creator>cmsears</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srtsolutions.com/blogs/charliesears/rsscomments.aspx?PostID=4005</wfw:commentRss><comments>http://srtsolutions.com/blogs/charliesears/archive/2008/07/23/multithreading-in-c.aspx#comments</comments><description>Multithreading is something that seems to keep popping up on me when I am coding. My applications either need to do some crazy calculation (and not return 42) or a function will be waiting for a while...(&lt;a href="http://srtsolutions.com/blogs/charliesears/archive/2008/07/23/multithreading-in-c.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://srtsolutions.com/aggbug.aspx?PostID=4005" width="1" height="1"&gt;</description><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/Multithreading/default.aspx">Multithreading</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/Threading/default.aspx">Threading</category></item><item><title>Why I’m not buying a 3G iPhone</title><link>http://srtsolutions.com/blogs/charliesears/archive/2008/06/30/why-i-m-not-buying-a-3g-iphone.aspx</link><pubDate>Mon, 30 Jun 2008 14:59:55 GMT</pubDate><guid isPermaLink="false">727bb5a1-3d8b-4cbc-a411-ac1a71136f7d:3756</guid><dc:creator>cmsears</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srtsolutions.com/blogs/charliesears/rsscomments.aspx?PostID=3756</wfw:commentRss><comments>http://srtsolutions.com/blogs/charliesears/archive/2008/06/30/why-i-m-not-buying-a-3g-iphone.aspx#comments</comments><description>Since the iPhone 3G was announced at WWDC&amp;#39;08 it seems like it&amp;#39;s the new phone everyone has to have. So many features have been added and hardware upgrades as well. I have a 2.5G iPhone and many...(&lt;a href="http://srtsolutions.com/blogs/charliesears/archive/2008/06/30/why-i-m-not-buying-a-3g-iphone.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://srtsolutions.com/aggbug.aspx?PostID=3756" width="1" height="1"&gt;</description><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/Orb/default.aspx">Orb</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/ATT/default.aspx">ATT</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/3G/default.aspx">3G</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/GPS/default.aspx">GPS</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/iPhone/default.aspx">iPhone</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/MTU/default.aspx">MTU</category></item><item><title>Charlie who?</title><link>http://srtsolutions.com/blogs/charliesears/archive/2008/06/23/charlie-who.aspx</link><pubDate>Mon, 23 Jun 2008 19:47:00 GMT</pubDate><guid isPermaLink="false">727bb5a1-3d8b-4cbc-a411-ac1a71136f7d:3656</guid><dc:creator>cmsears</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srtsolutions.com/blogs/charliesears/rsscomments.aspx?PostID=3656</wfw:commentRss><comments>http://srtsolutions.com/blogs/charliesears/archive/2008/06/23/charlie-who.aspx#comments</comments><description>I did it, I started a blog. And I’ve gotta say, these first blog posts are pretty hard. There is the tried and true “about me” blog post, and there is the tactic of just writing a blog post like it’s a...(&lt;a href="http://srtsolutions.com/blogs/charliesears/archive/2008/06/23/charlie-who.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://srtsolutions.com/aggbug.aspx?PostID=3656" width="1" height="1"&gt;</description><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/Video+games/default.aspx">Video games</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/me/default.aspx">me</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/F_2300_/default.aspx">F#</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://srtsolutions.com/blogs/charliesears/archive/tags/.Net/default.aspx">.Net</category></item></channel></rss>