<?xml version="1.0" encoding="utf-8"?>
<feed
    xmlns="http://www.w3.org/2005/Atom"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xml:lang="en">
    <title>Renaissance Programmer</title>
    <link rel="self" type="application/atom+xml" title="Renaissance Programmer (Atom)" href="http://jcoehoorn.vox.com/library/posts/page/1/atom.xml" />
    <link rel="alternate" type="text/html" title="Renaissance Programmer" href="http://jcoehoorn.vox.com/library/posts/page/1/"/> 
    <link rel="service.post" type="application/atom+xml" title="Renaissance Programmer" href="http://www.vox.com/services/atom/svc=post/collection_id=6a00c22525ad91604a00c22525ade7549d" /> 
    <link rel="service.subscribe" type="application/atom+xml" title="Renaissance Programmer" href="http://jcoehoorn.vox.com/library/posts/atom.xml" />    
    <link rel="next" type="application/atom+xml" title="Renaissance Programmer" href="http://jcoehoorn.vox.com/library/posts/page/2/atom.xml" /> 
    <link rel="last" type="application/atom+xml" title="Renaissance Programmer" href="http://jcoehoorn.vox.com/library/posts/page/13/atom.xml" />  
    <generator uri="http://www.vox.com/">Vox</generator>
    <updated>2008-07-22T19:25:20Z</updated> 
    <author>
        <name>jcoehoorn</name>
        <uri>http://jcoehoorn.vox.com/?_c=feed-atom</uri>
    </author> 
    <id>tag:vox.com,2006:6p00c22525ad91604a/</id>  
    
    <entry>
        <title>Idea for Simple Multi-threaded Software</title>   
        <link rel="alternate" type="text/html" title="Idea for Simple Multi-threaded Software" href="http://jcoehoorn.vox.com/library/post/idea-for-simple-multi-threaded-software.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Idea for Simple Multi-threaded Software" href="http://jcoehoorn.vox.com/library/post/idea-for-simple-multi-threaded-software.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Idea for Simple Multi-threaded Software" href="http://www.vox.com/atom/svc=post/asset_id=6a00c22525ad91604a00fad69bbb680005" />          <id>tag:vox.com,2008-07-21:asset-6a00c22525ad91604a00fad69bbb680005</id>
        <published>2008-07-21T16:25:14Z</published>
        <updated>2008-07-22T19:25:20Z</updated>
    
        <author>
            <name>jcoehoorn</name>
            <uri>http://jcoehoorn.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://jcoehoorn.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         As multi-core CPUs become more and more common, the ability to write quality software that takes advantage of them will become more important.  The tools currently available are not adequate to this task.  We are seeing a few things emerge to help...   <p style="clear:both;"> 
    <a href="http://jcoehoorn.vox.com/library/post/idea-for-simple-multi-threaded-software.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c22525ad91604a00fad69bbb680005?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    </entry> 
    
    <entry>
        <title>VB.Net vs C#, Round 2: Partial Namespaces</title>   
        <link rel="alternate" type="text/html" title="VB.Net vs C#, Round 2: Partial Namespaces" href="http://jcoehoorn.vox.com/library/post/vbnet-vs-c-round-2-partial-namespaces.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="VB.Net vs C#, Round 2: Partial Namespaces" href="http://jcoehoorn.vox.com/library/post/vbnet-vs-c-round-2-partial-namespaces.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="VB.Net vs C#, Round 2: Partial Namespaces" href="http://www.vox.com/atom/svc=post/asset_id=6a00c22525ad91604a00fae8cce237000b" />          <id>tag:vox.com,2008-07-17:asset-6a00c22525ad91604a00fae8cce237000b</id>
        <published>2008-07-17T17:31:25Z</published>
        <updated>2008-07-20T03:22:15Z</updated>
    
        <author>
            <name>jcoehoorn</name>
            <uri>http://jcoehoorn.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://jcoehoorn.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         I&#39;ve talked about this before, and I don&#39;t want to go over the same issues a second time.  However, I recently had a project where I finally spent a few weeks in C#, with no VB work at all.  At last, I had a chance to develop a deeper familiarity ...   <p style="clear:both;"> 
    <a href="http://jcoehoorn.vox.com/library/post/vbnet-vs-c-round-2-partial-namespaces.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c22525ad91604a00fae8cce237000b?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    </entry> 
    
    <entry>
        <title>Make your Code as Useful as Possible</title>   
        <link rel="alternate" type="text/html" title="Make your Code as Useful as Possible" href="http://jcoehoorn.vox.com/library/post/make-your-code-as-useful-as-possible.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Make your Code as Useful as Possible" href="http://jcoehoorn.vox.com/library/post/make-your-code-as-useful-as-possible.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Make your Code as Useful as Possible" href="http://www.vox.com/atom/svc=post/asset_id=6a00c22525ad91604a00fad69a3d7d0005" />          <id>tag:vox.com,2008-07-16:asset-6a00c22525ad91604a00fad69a3d7d0005</id>
        <published>2008-07-16T17:35:23Z</published>
        <updated>2008-07-16T20:23:39Z</updated>
    
        <author>
            <name>jcoehoorn</name>
            <uri>http://jcoehoorn.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://jcoehoorn.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         I don&#39;t know how many times I&#39;ve seen code similar to the following on programming help forums:  Function MyMethod(ByVal InputParameter() As String) As String()     &#39;Do Stuff here that returns a different string array End Function That&#39;s okay.  We...   <p style="clear:both;"> 
    <a href="http://jcoehoorn.vox.com/library/post/make-your-code-as-useful-as-possible.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c22525ad91604a00fad69a3d7d0005?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    </entry> 
    
    <entry>
        <title>The Power of Declarative Code in ASP.Net</title>   
        <link rel="alternate" type="text/html" title="The Power of Declarative Code in ASP.Net" href="http://jcoehoorn.vox.com/library/post/the-power-of-declarative-code-in-aspnet.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="The Power of Declarative Code in ASP.Net" href="http://jcoehoorn.vox.com/library/post/the-power-of-declarative-code-in-aspnet.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="The Power of Declarative Code in ASP.Net" href="http://www.vox.com/atom/svc=post/asset_id=6a00c22525ad91604a00fad69997260004" />          <id>tag:vox.com,2008-07-11:asset-6a00c22525ad91604a00fad69997260004</id>
        <published>2008-07-11T15:55:55Z</published>
        <updated>2008-07-11T19:58:09Z</updated>
    
        <author>
            <name>jcoehoorn</name>
            <uri>http://jcoehoorn.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://jcoehoorn.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         ASP.Net is often mistaken for a simple update to Classic ASP.  Just take ASP, throw in some .Net classes, and you&#39;re done.  You get a better IDE and you might get a small performance boost from using pre-compiled code, but not much else.  Of cours...   <p style="clear:both;"> 
    <a href="http://jcoehoorn.vox.com/library/post/the-power-of-declarative-code-in-aspnet.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c22525ad91604a00fad69997260004?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    </entry> 
    
    <entry>
        <title>SQL Injection, Part 2</title>   
        <link rel="alternate" type="text/html" title="SQL Injection, Part 2" href="http://jcoehoorn.vox.com/library/post/sql-injection-part-2.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="SQL Injection, Part 2" href="http://jcoehoorn.vox.com/library/post/sql-injection-part-2.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="SQL Injection, Part 2" href="http://www.vox.com/atom/svc=post/asset_id=6a00c22525ad91604a00fad694856d0004" />          <id>tag:vox.com,2008-06-24:asset-6a00c22525ad91604a00fad694856d0004</id>
        <published>2008-06-24T22:37:46Z</published>
        <updated>2008-07-22T20:35:09Z</updated>
    
        <author>
            <name>jcoehoorn</name>
            <uri>http://jcoehoorn.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://jcoehoorn.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         I first wrote about an SQL Injection attack way back in April.  It died down for a while, but that attack is still going on.  It broadened in scope to even hit some php and ASP.Net sites, and this week I&#39;ve noticed several new requests for assista...   <p style="clear:both;"> 
    <a href="http://jcoehoorn.vox.com/library/post/sql-injection-part-2.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c22525ad91604a00fad694856d0004?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    </entry> 
    
    <entry>
        <title>Firefox</title>   
        <link rel="alternate" type="text/html" title="Firefox" href="http://jcoehoorn.vox.com/library/post/firefox.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Firefox" href="http://jcoehoorn.vox.com/library/post/firefox.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Firefox" href="http://www.vox.com/atom/svc=post/asset_id=6a00c22525ad91604a00fae8c3d337000b" />          <id>tag:vox.com,2008-06-17:asset-6a00c22525ad91604a00fae8c3d337000b</id>
        <published>2008-06-17T18:51:48Z</published>
        <updated>2008-06-17T19:05:30Z</updated>
    
        <author>
            <name>jcoehoorn</name>
            <uri>http://jcoehoorn.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://jcoehoorn.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         Don&#39;t forget to download the new Firefox today.   ... if you can, that is.  It seems that the folks over at Mozilla vastly underestimated the amount of traffic their world-record try would bring.  At least, the server isn&#39;t responding at the momen...   <p style="clear:both;"> 
    <a href="http://jcoehoorn.vox.com/library/post/firefox.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c22525ad91604a00fae8c3d337000b?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    </entry> 
    
    <entry>
        <title>Excel Column Names</title>   
        <link rel="alternate" type="text/html" title="Excel Column Names" href="http://jcoehoorn.vox.com/library/post/excel-column-names.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Excel Column Names" href="http://jcoehoorn.vox.com/library/post/excel-column-names.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Excel Column Names" href="http://www.vox.com/atom/svc=post/asset_id=6a00c22525ad91604a00fad690d4e60004" />          <id>tag:vox.com,2008-06-12:asset-6a00c22525ad91604a00fad690d4e60004</id>
        <published>2008-06-12T20:51:53Z</published>
        <updated>2008-06-13T13:35:04Z</updated>
    
        <author>
            <name>jcoehoorn</name>
            <uri>http://jcoehoorn.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://jcoehoorn.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         I ran across a request in a forum today to create an Excel column name from an index.  It sounds simple, but it&#39;s harder than it looks. The obvious solution here is to think about a column name as a base 26 number, with A-Z for digits.  Unfortunat...   <p style="clear:both;"> 
    <a href="http://jcoehoorn.vox.com/library/post/excel-column-names.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c22525ad91604a00fad690d4e60004?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    </entry> 
    
    <entry>
        <title>Oops</title>   
        <link rel="alternate" type="text/html" title="Oops" href="http://jcoehoorn.vox.com/library/post/oops.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Oops" href="http://jcoehoorn.vox.com/library/post/oops.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Oops" href="http://www.vox.com/atom/svc=post/asset_id=6a00c22525ad91604a00fad68ff2900005" />          <id>tag:vox.com,2008-06-12:asset-6a00c22525ad91604a00fad68ff2900005</id>
        <published>2008-06-12T20:12:33Z</published>
        <updated>2008-06-12T20:12:33Z</updated>
    
        <author>
            <name>jcoehoorn</name>
            <uri>http://jcoehoorn.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://jcoehoorn.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         So it&#39;s been a while since my last update.  In truth, I just haven&#39;t felt like writing.  It never fails that the same time I put the update schedule in the title is when I finally cave- though I did make it for several months.  Anyway, I do have a...   <p style="clear:both;"> 
    <a href="http://jcoehoorn.vox.com/library/post/oops.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c22525ad91604a00fad68ff2900005?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    </entry> 
    
    <entry>
        <title>Screen Scraping ASP.Net</title>   
        <link rel="alternate" type="text/html" title="Screen Scraping ASP.Net" href="http://jcoehoorn.vox.com/library/post/screen-scraping-aspnet.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="Screen Scraping ASP.Net" href="http://jcoehoorn.vox.com/library/post/screen-scraping-aspnet.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="Screen Scraping ASP.Net" href="http://www.vox.com/atom/svc=post/asset_id=6a00c22525ad91604a00fa967556ea0003" />          <id>tag:vox.com,2008-05-14:asset-6a00c22525ad91604a00fa967556ea0003</id>
        <published>2008-05-14T14:47:00Z</published>
        <updated>2008-05-14T14:47:00Z</updated>
    
        <author>
            <name>jcoehoorn</name>
            <uri>http://jcoehoorn.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://jcoehoorn.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         I consider myself to be pretty good at scraping web sites.  I&#39;ve been able to get into sites others thought where impossible.  I&#39;ve even made it through some pretty tricky login verification.  My tool of choice to accomplish this is VB.Net and a s...   <p style="clear:both;"> 
    <a href="http://jcoehoorn.vox.com/library/post/screen-scraping-aspnet.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c22525ad91604a00fa967556ea0003?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    </entry> 
    
    <entry>
        <title>The End is Near</title>   
        <link rel="alternate" type="text/html" title="The End is Near" href="http://jcoehoorn.vox.com/library/post/the-end-is-near.html?_c=feed-atom" />  
        <link rel="service.post" type="application/atom+xml" title="The End is Near" href="http://jcoehoorn.vox.com/library/post/the-end-is-near.html?_c=feed-atom#comments" /> 
        <link rel="service.edit" type="application/atom+xml" title="The End is Near" href="http://www.vox.com/atom/svc=post/asset_id=6a00c22525ad91604a00f48d13e0d80001" />          <id>tag:vox.com,2008-05-05:asset-6a00c22525ad91604a00f48d13e0d80001</id>
        <published>2008-05-05T19:28:11Z</published>
        <updated>2008-05-05T19:34:08Z</updated>
    
        <author>
            <name>jcoehoorn</name>
            <uri>http://jcoehoorn.vox.com/?_c=feed-atom</uri>
        </author>
    
        
        <content type="html" xml:base="http://jcoehoorn.vox.com/?_c=feed-atom">
            <![CDATA[
                <div xmlns="http://www.w3.org/1999/xhtml" xmlns:at="http://www.sixapart.com/ns/at">
         Get out your tinfoil hats.  It turns out that a small part of Windows was written by a machine.  You have to read through most of a rather boring post to see what I&#39;m talking about, and if you blink you might even miss it, but it&#39;s there.  This is...   <p style="clear:both;"> 
    <a href="http://jcoehoorn.vox.com/library/post/the-end-is-near.html?_c=feed-atom#comments">Read and post comments</a>   |   
    <a href="http://www.vox.com/share/6a00c22525ad91604a00f48d13e0d80001?_c=feed-atom">Send to a friend</a> 
</p>

                </div>
            ]]>
        </content> 
    </entry> 
</feed>


