<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://tompeer.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Latest News from Tom Peer</title>
 <link>http://tompeer.sys-con.com/</link>
 <description>Latest News from Tom Peer</description>
 <language>en</language>
 <copyright>Copyright 2009 Ulitzer.com</copyright>
 <generator>Ulitzer.com</generator>
 <lastBuildDate>Fri, 27 Nov 2009 08:34:09 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>360</ttl>
<item>
 <title>Thinking Outside the Table PART 2</title>
 <link>http://tompeer.sys-con.com/node/47448</link>
 <description>A two-part series looks at techniques for shifting workload away from the application server and onto the database by using &#039;extra&#039; database tables. It&#039;s just an average search - three full text indexes, ten subselects on many-to-many joins, and a bit of Pythagoras - to find results within 2km using latitude and longitude.&lt;p&gt;&lt;a href=&quot;http://tompeer.sys-con.com/node/47448&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 14 Dec 2004 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://tompeer.sys-con.com/node/47448</guid>
 <comments>http://tompeer.sys-con.com/node/47448#feedback</comments>
</item>
<item>
 <title>Thinking Outside the Table PART 1</title>
 <link>http://tompeer.sys-con.com/node/47204</link>
 <description>A two-part series looks at techniques for shifting workload away from the application server onto the database by using &#039;extra&#039; database tables. Most ColdFusion programmers understand that when it comes to bulk inserting into a database, it isn&#039;t good practice to loop over text files one line at a time with a .&lt;p&gt;&lt;a href=&quot;http://tompeer.sys-con.com/node/47204&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 24 Nov 2004 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://tompeer.sys-con.com/node/47204</guid>
 <comments>http://tompeer.sys-con.com/node/47204#feedback</comments>
</item>
<item>
 <title>Why I Don&#039;t Use Flash</title>
 <link>http://tompeer.sys-con.com/node/41615</link>
 <description>When I started I was using Macromedia&#039;s Director. It was the most productive and definitely the most enjoyable stage of my career - we had a great tool to build great products. Sadly the CD-ROM market bombed as the novelty wore off, and as business began eyeing the Web with dollar signs in its eyes, I decided to get involved.--&gt;&lt;p&gt;&lt;a href=&quot;http://tompeer.sys-con.com/node/41615&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 30 Jan 2004 07:27:07 EST</pubDate>
 <guid isPermaLink="true">http://tompeer.sys-con.com/node/41615</guid>
 <comments>http://tompeer.sys-con.com/node/41615#feedback</comments>
</item>
<item>
 <title>JavaScript Without the Headaches</title>
 <link>http://tompeer.sys-con.com/node/42052</link>
 <description>Coding ColdFusion and coding JavaScript are about as far apart on the productivity spectrum as it&#039;s possible to be. CF tags are neat, easy to read, tolerant, and fun to write. JavaScript is none of that. It has all the drawbacks of traditional languages, with the added disadvantage of sitting somewhat awkwardly within the HTML document model.&lt;p&gt;&lt;a href=&quot;http://tompeer.sys-con.com/node/42052&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 11 Jul 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://tompeer.sys-con.com/node/42052</guid>
 <comments>http://tompeer.sys-con.com/node/42052#feedback</comments>
</item>
<item>
 <title>Building SQL Front Ends with Article Manager</title>
 <link>http://tompeer.sys-con.com/node/41681</link>
 <description>Given the number of applications available for developing database front ends, it might seem strange that the most popular method of doing it is using HTML and an application server. It&#039;s become apparent, however, that the Web offers something in terms of simplicity and familiarity that users value more than the added functionality that dedicated packages can bring.&lt;p&gt;&lt;a href=&quot;http://tompeer.sys-con.com/node/41681&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 22 Oct 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://tompeer.sys-con.com/node/41681</guid>
 <comments>http://tompeer.sys-con.com/node/41681#feedback</comments>
</item>
<item>
 <title>Beyond CFMAIL</title>
 <link>http://tompeer.sys-con.com/node/41634</link>
 <description>One of the reasons I was first drawn to ColdFusion was the built-in functionality for such things as sending e-mail, making HTTP requests, FTP uploads - all the myriad subsidiary functions you inevitably find yourself using when you build and manage large sites.&lt;p&gt;&lt;a href=&quot;http://tompeer.sys-con.com/node/41634&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 28 Jun 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://tompeer.sys-con.com/node/41634</guid>
 <comments>http://tompeer.sys-con.com/node/41634#feedback</comments>
</item>
<item>
 <title>Back to Basics: When sites run into trouble, it&#039;s usually the database that&#039;s the problem, not ColdFusion</title>
 <link>http://tompeer.sys-con.com/node/41740</link>
 <description>Cutting ColdFusion code is fun, and therein lies ColdFusion&#039;s biggest problem. It&#039;s too easy to get carried away writing code to do things that should be happening in the database itself - or often shouldn&#039;t be happening at all. It&#039;s also just too easy to use. You can get up and running far too quickly, and get into trouble even quicker. Sometimes experienced developers get carried away trying to do too much; beginners often start to run before they can walk.&lt;p&gt;&lt;a href=&quot;http://tompeer.sys-con.com/node/41740&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 08 Apr 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://tompeer.sys-con.com/node/41740</guid>
 <comments>http://tompeer.sys-con.com/node/41740#feedback</comments>
</item>
</channel>
</rss>
