<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   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/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Forum One Tech Blog Comments</title>
    <link>http://tech.forumone.com/</link>
    <description>Comments from Insight on Technology Trends from Forum One</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.0.3 - http://www.s9y.org/</generator>
    <pubDate>Sun, 06 Jul 2008 02:52:57 GMT</pubDate>

    <image>
        <url>http://tech.forumone.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Forum One Tech Blog Comments - Comments from Insight on Technology Trends from Forum One</title>
        <link>http://tech.forumone.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Dan Crowder: Temporary Tables, SubQueries and Removing Duplicate Records - MySQL 5</title>
    <link>http://tech.forumone.com/archives/110-Temporary-Tables,-SubQueries-and-Removing-Duplicate-Records-MySQL-5.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/110-Temporary-Tables,-SubQueries-and-Removing-Duplicate-Records-MySQL-5.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=110</wfw:comment>

    

    <author>nospam@example.com (Dan Crowder)</author>
    <content:encoded>
    Dan,&lt;br /&gt;
&lt;br /&gt;
You are absolutely correct and I should have stated this within my post; the described steps within the post SHOULD NOT be performed on a database used in production or even remotely.&lt;br /&gt;
&lt;br /&gt;
If working remotely, please make a backup of your table or database and make sure that the connection to your server is a reliable one.&lt;br /&gt;
&lt;br /&gt;
If you are hesitant about the connection dropping export your table and import it locally onto your own server. make your updates, export and import back into your db. This is the approach that I STRONGLY RECOMMEND. 
    </content:encoded>

    <pubDate>Tue, 01 Jul 2008 11:30:14 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/110-guid.html#c270</guid>
    
</item>
<item>
    <title>Dan Miahiu: Temporary Tables, SubQueries and Removing Duplicate Records - MySQL 5</title>
    <link>http://tech.forumone.com/archives/110-Temporary-Tables,-SubQueries-and-Removing-Duplicate-Records-MySQL-5.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/110-Temporary-Tables,-SubQueries-and-Removing-Duplicate-Records-MySQL-5.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=110</wfw:comment>

    

    <author>nospam@example.com (Dan Miahiu)</author>
    <content:encoded>
    i wouldnt recomand this at all, because if something happens and the conection is lost u will have your data lost if the event happens after deletion from your main table 
    </content:encoded>

    <pubDate>Mon, 30 Jun 2008 09:45:04 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/110-guid.html#c269</guid>
    
</item>
<item>
    <title>Owen: HOWTO: Use Eclipse PDT with Subversion in 13 Easy Steps</title>
    <link>http://tech.forumone.com/archives/29-HOWTO-Use-Eclipse-PDT-with-Subversion-in-13-Easy-Steps.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/29-HOWTO-Use-Eclipse-PDT-with-Subversion-in-13-Easy-Steps.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=29</wfw:comment>

    

    <author>nospam@example.com (Owen)</author>
    <content:encoded>
    PDT syntax highlighting support does not seem to work when subclipse is installed, any one else had this problem? 
    </content:encoded>

    <pubDate>Mon, 09 Jun 2008 13:42:54 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/29-guid.html#c267</guid>
    
</item>
<item>
    <title>Oscar Merida: Something To Do Before You Unit Test</title>
    <link>http://tech.forumone.com/archives/105-Something-To-Do-Before-You-Unit-Test.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/105-Something-To-Do-Before-You-Unit-Test.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=105</wfw:comment>

    

    <author>nospam@example.com (Oscar Merida)</author>
    <content:encoded>
    I didn&#039;t mean to imply that you were bashing unit tests. 
    </content:encoded>

    <pubDate>Mon, 09 Jun 2008 11:56:12 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/105-guid.html#c266</guid>
    
</item>
<item>
    <title>Sandy: Something To Do Before You Unit Test</title>
    <link>http://tech.forumone.com/archives/105-Something-To-Do-Before-You-Unit-Test.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/105-Something-To-Do-Before-You-Unit-Test.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=105</wfw:comment>

    

    <author>nospam@example.com (Sandy)</author>
    <content:encoded>
    My point isn&#039;t to bash unit tests, but rather to say there are a bunch of things you should be doing before you get around to writing your unit tests. It&#039;s a maturity model for PHP: at some point you&#039;re writing test-first, fully documented code with peer review, version control, and a rabbi&#039;s blessing. But before you get there, you should be doing basic things like sanity checking all your input and testing for errors. And if you skip those basic things, you&#039;re not going to have the right frame of mind to write the kinds of tests that will save you down the line. 
    </content:encoded>

    <pubDate>Mon, 09 Jun 2008 11:52:06 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/105-guid.html#c265</guid>
    
</item>
<item>
    <title>Oscar Merida: Something To Do Before You Unit Test</title>
    <link>http://tech.forumone.com/archives/105-Something-To-Do-Before-You-Unit-Test.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/105-Something-To-Do-Before-You-Unit-Test.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=105</wfw:comment>

    

    <author>nospam@example.com (Oscar Merida)</author>
    <content:encoded>
    I agree with, what I think is, the gist of your argument.  That is, if you don&#039;t write code that anticipates failure, you&#039;re not going to write good unit tests either.&lt;br /&gt;
&lt;br /&gt;
Unit tests help in making you think about the design of your code and its components, promotes coupling items loosely, and requires adding new tests when new bugs are found or features added. 
    </content:encoded>

    <pubDate>Mon, 09 Jun 2008 11:43:46 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/105-guid.html#c264</guid>
    
</item>
<item>
    <title>William: An easy improvement to your site's usability</title>
    <link>http://tech.forumone.com/archives/104-An-easy-improvement-to-your-sites-usability.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/104-An-easy-improvement-to-your-sites-usability.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=104</wfw:comment>

    

    <author>nospam@example.com (William)</author>
    <content:encoded>
    Navigation links should fill their container to ensure ease of selection.  A good method for that is to make them display: block in CSS. 
    </content:encoded>

    <pubDate>Tue, 27 May 2008 12:17:52 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/104-guid.html#c262</guid>
    
</item>
<item>
    <title>Matt: On Choosing to Program Well</title>
    <link>http://tech.forumone.com/archives/100-On-Choosing-to-Program-Well.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/100-On-Choosing-to-Program-Well.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=100</wfw:comment>

    

    <author>nospam@example.com (Matt)</author>
    <content:encoded>
    One of the better comments I&#039;ve seen in a while: &quot;Although I like PHP, I agree the language is only as good as the person that writes the code.&quot;&lt;br /&gt;
&lt;br /&gt;
If Jeff Atwood wanted tons of page views by posting such a raging post, then mission accomplished. Many of the &quot;PHP sucks&quot; references (e.g. http://www.bitstorm.org/edwin/en/php/) are horribly out of date. He clearly wanted the controversy part to take precedence over the whole, &quot;it doesn&#039;t matter because PHP gets the job done&quot; part.&lt;br /&gt;
&lt;br /&gt;
There has been and will always be bad PHP code written by inexperienced coders. Like with life in general, more power and flexibility means greater potential for bad things to happen. &lt;br /&gt;
&lt;br /&gt;
PHP isn&#039;t a perfect language. It has its flaws, just like every other language, but at the end of the day, I feel as though the language is on my side (and not working against me)... and that&#039;s all I could ask for. 
    </content:encoded>

    <pubDate>Thu, 22 May 2008 10:35:42 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/100-guid.html#c258</guid>
    
</item>
<item>
    <title>Matt: Calais: Worth the Hype?</title>
    <link>http://tech.forumone.com/archives/97-Calais-Worth-the-Hype.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/97-Calais-Worth-the-Hype.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=97</wfw:comment>

    

    <author>nospam@example.com (Matt)</author>
    <content:encoded>
    Oscar,&lt;br /&gt;
&lt;br /&gt;
Yahoo&#039;s Term Extraction service takes an entire article and returns a few of (what it thinks are) the most important terms.&lt;br /&gt;
&lt;br /&gt;
As Tom mentioned, Calais goes above and beyond by figuring out and adding term metadata (entity, fact, event) based on the term&#039;s value AND how that term fits with the rest of the text. 
    </content:encoded>

    <pubDate>Tue, 20 May 2008 14:03:22 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/97-guid.html#c257</guid>
    
</item>
<item>
    <title>Tom Tague: Calais: Worth the Hype?</title>
    <link>http://tech.forumone.com/archives/97-Calais-Worth-the-Hype.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/97-Calais-Worth-the-Hype.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=97</wfw:comment>

    

    <author>nospam@example.com (Tom Tague)</author>
    <content:encoded>
    Hi, Tom Tague from Calais here. &lt;br /&gt;
&lt;br /&gt;
First, thanks for taking note of Calais. And integrating an example right within the article is very cool. &lt;br /&gt;
&lt;br /&gt;
A couple of expansions to your note. &lt;br /&gt;
Calais is all about extracting semantic metadata from your text. By semantic metadata we mean entities (people, places, things) facts (like the fact that Bush is the President extracted from your example) and events (An event of type “Natural Disaster” of type “Landslide” occurred at place x at time y). &lt;br /&gt;
&lt;br /&gt;
Given that Calais is based on a sophisticated natural language processing engine – it will always do better when enough content is provided for it to do a thorough analysis. For example – a short news article or a blog posting.&lt;br /&gt;
 &lt;br /&gt;
One other key point - Calais does named entity extraction – meaning it knows that a “thing” is a person, company, etc. This allows you to do very sophisticated work beyond just tagging. A simple example: if you had a body of news articles, processed them with Calais and put them in something like SAS or Excel you could ask a question like “Who are the top 10 CEOs mentioned in context of articles about a merger or acquisition?” You can’t do that with search or basic entity extraction. &lt;br /&gt;
&lt;br /&gt;
Again, thanks for the notice and cool demonstration. 
    </content:encoded>

    <pubDate>Tue, 20 May 2008 13:13:54 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/97-guid.html#c256</guid>
    
</item>
<item>
    <title>Oscar: Calais: Worth the Hype?</title>
    <link>http://tech.forumone.com/archives/97-Calais-Worth-the-Hype.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/97-Calais-Worth-the-Hype.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=97</wfw:comment>

    

    <author>nospam@example.com (Oscar)</author>
    <content:encoded>
    How does this compare to Yahoo!&#039;s Term Extraction Service? 
    </content:encoded>

    <pubDate>Tue, 20 May 2008 13:03:24 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/97-guid.html#c255</guid>
    
</item>
<item>
    <title>Sandy: HOWTO: Use Eclipse PDT with Subversion in 13 Easy Steps</title>
    <link>http://tech.forumone.com/archives/29-HOWTO-Use-Eclipse-PDT-with-Subversion-in-13-Easy-Steps.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/29-HOWTO-Use-Eclipse-PDT-with-Subversion-in-13-Easy-Steps.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=29</wfw:comment>

    

    <author>nospam@example.com (Sandy)</author>
    <content:encoded>
    Hi Vikram--&lt;br /&gt;
&lt;br /&gt;
Have you set up your repository in Subversive and successfully connected? 
    </content:encoded>

    <pubDate>Mon, 21 Apr 2008 13:43:31 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/29-guid.html#c251</guid>
    
</item>
<item>
    <title>vikram: HOWTO: Use Eclipse PDT with Subversion in 13 Easy Steps</title>
    <link>http://tech.forumone.com/archives/29-HOWTO-Use-Eclipse-PDT-with-Subversion-in-13-Easy-Steps.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/29-HOWTO-Use-Eclipse-PDT-with-Subversion-in-13-Easy-Steps.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=29</wfw:comment>

    

    <author>nospam@example.com (vikram)</author>
    <content:encoded>
    On checkout as.. dialog you asked to choose &quot;Check out as a project configured using the New Project Wizard.&quot; That option and one below that is grayed out for me. I have subversive installed. 
    </content:encoded>

    <pubDate>Mon, 21 Apr 2008 12:56:40 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/29-guid.html#c250</guid>
    
</item>
<item>
    <title>Mark: HOWTO: Use Eclipse PDT with Subversion in 13 Easy Steps</title>
    <link>http://tech.forumone.com/archives/29-HOWTO-Use-Eclipse-PDT-with-Subversion-in-13-Easy-Steps.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/29-HOWTO-Use-Eclipse-PDT-with-Subversion-in-13-Easy-Steps.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=29</wfw:comment>

    

    <author>nospam@example.com (Mark)</author>
    <content:encoded>
    Excellent post, very detailed and I especially like the images.&lt;br /&gt;
&lt;br /&gt;
It helped me a lot with my set up. 
    </content:encoded>

    <pubDate>Fri, 11 Apr 2008 06:06:19 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/29-guid.html#c249</guid>
    
</item>
<item>
    <title>Lawrence Licaros: Terms of Service - not an April Fool's Joke</title>
    <link>http://tech.forumone.com/archives/85-Terms-of-Service-not-an-April-Fools-Joke.html</link>
            <category></category>
    
    <comments>http://tech.forumone.com/archives/85-Terms-of-Service-not-an-April-Fools-Joke.html#comments</comments>
    <wfw:comment>http://tech.forumone.com/wfwcomment.php?cid=85</wfw:comment>

    

    <author>nospam@example.com (Lawrence Licaros)</author>
    <content:encoded>
    How can they say that they&#039;re &quot;not responsible&quot; for &quot;death, personal injury, or severe property or environmental damage&quot;???&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;______________________________&lt;/u&gt;&lt;br /&gt;
LJ Licaros&lt;br /&gt;
A team of successful entrepreneurs credited for  www.SelectWealthSystem.com &lt;br /&gt;
A new home-based-business marketing system that provides the strategic high ground for internet marketing.&lt;br /&gt;
Pro Team Marketing uses an automated marketing system that is currently promoting a cutting-edge young company, entering the early growth stage, that targets the largest consumer base in the United States with their financial educational products.&lt;br /&gt;
  &lt;a href=&quot;http://www.SelectWealthSystem.com&quot;&gt;www.SelectWealthSystem.com&lt;/a&gt; 
    </content:encoded>

    <pubDate>Thu, 03 Apr 2008 01:55:53 -0400</pubDate>
    <guid isPermaLink="false">http://tech.forumone.com/archives/85-guid.html#c246</guid>
    
</item>

</channel>
</rss>