<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://coldfusion.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Tips &amp; Tricks</title>
 <link>http://coldfusion.sys-con.com/</link>
 <description>Latest articles from Tips &amp; Tricks</description>
 <language>en</language>
 <copyright>Copyright 2008 SYS-CON Media</copyright>
 <generator>SYS-CON Media</generator>
 <lastBuildDate>Tue, 19 Aug 2008 22:31:28 EDT</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>10</ttl>
<item>
 <title>ColdFusion to the Rescue</title>
 <link>http://coldfusion.sys-con.com/node/279864</link>
 <description>In the 21st century business environment, companies live and die by their fat and bogus enterprise applications. New mega-industry groups have been created not only to develop these applications, but deploy, support, and train.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/279864&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 06 Oct 2006 12:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/279864</guid>
</item>
<item>
 <title>Parse RSS del.icio.us Using ColdFusion</title>
 <link>http://coldfusion.sys-con.com/node/230515</link>
 <description>Using RSS as a means to create automatic dynamic content with minimal work fascinates me. Most bloggers probably create feeds on a regular basis - most likely at least a Flickr feed, and possibly del.icio.us. These provide JavaScript services to parse the feed into your site; however, with the prevalence of server-side scripting, why not have fun and parse the feed into your blog yourself?&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/230515&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 19 Jul 2006 19:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/230515</guid>
</item>
<item>
 <title>Macromedia ColdFusion - MX to iSeries Demystified</title>
 <link>http://coldfusion.sys-con.com/node/42109</link>
 <description>In this article, I&#039;ll show you how to connect ColdFusion MX to an IBM iSeries (formerly AS/400) DB2 database. I&#039;ll describe your connectivity options and give you configuration examples.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/42109&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 12 Apr 2006 12:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/42109</guid>
</item>
<item>
 <title>Building a Zip Code Proximity Search with ColdFusion</title>
 <link>http://coldfusion.sys-con.com/node/154258</link>
 <description>Recently I was tasked with improving our Web site&#039;s Reseller Locator application. This tool helps potential customers in the U.S. find a product reseller in their state. By choosing a state from a drop-down box, a listing of all resellers located in that state is displayed.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/154258&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 12 Dec 2005 17:15:00 EST</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/154258</guid>
</item>
<item>
 <title>Ray Camden&#039;s &quot;Ask a Jedi&quot; – Building a Template System in ColdFusion</title>
 <link>http://coldfusion.sys-con.com/node/141533</link>
 <description>A developer who&#039;d seen CMS applications in PHP that have templates that use variable for placing content, menu, footer, etc, asked CFDJ&#039;s technical editor and CF blogger Ray Camden if there&#039;s a way that such variables can be created using ColdFusion? Ray&#039;s answer, as usual, was authoritative. In a word: &#039;Absolutely!&#039;&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/141533&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 16 Oct 2005 11:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/141533</guid>
</item>
<item>
 <title>Observed Benefits of the Unified Modeling Language</title>
 <link>http://coldfusion.sys-con.com/node/117678</link>
 <description>Over the past 12 months, I have observed significant benefits using the Unified Modeling Language (UML) when developing Rich Internet Applications using Macromedia technology.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/117678&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 09 Aug 2005 17:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/117678</guid>
</item>
<item>
 <title>The XPath Factor</title>
 <link>http://coldfusion.sys-con.com/node/117681</link>
 <description>It&#039;s 3:00 P.M. on a sunny Saturday afternoon. The birds are chirping, the leaves are blowing, and you can hear the lake waters breaking on its rocky shores. The sounds of a baseball game randomly crack in the distance, and the roar of competition erupts on the basketball courts nearby.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/117681&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 09 Aug 2005 17:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/117681</guid>
</item>
<item>
 <title>Reusable (and Maintainable) Presentation Code</title>
 <link>http://coldfusion.sys-con.com/node/47824</link>
 <description>Everyone knows that you should reuse your code so that you don&#039;t have to repeatedly write the same functionality. You put widgets in custom tags and encapsulate logic in CFCs. Even so, your application&#039;s user interface may frequently end up changing. Sometimes the changes are so substantial that it hardly seems worth the effort to try to reuse code at all.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/47824&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 18 Jan 2005 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/47824</guid>
</item>
<item>
 <title>HTTP Status Codes: Do the Unthinkable</title>
 <link>http://coldfusion.sys-con.com/node/46789</link>
 <description>HTTP status codes can help you implement threading and more. Here are a couple of ideas. Although the power of ColdFusion allows us as developers to do many things very quickly compared to many other languages, there are times when we find CFML does not offer all of the functionality required to accomplish a task.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/46789&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 20 Oct 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/46789</guid>
</item>
<item>
 <title>Using XML to Share Performing Arts Schedules</title>
 <link>http://coldfusion.sys-con.com/node/45973</link>
 <description>&#039;Don&#039;t you have it set up so you can just automatically pull our listings from our Web sites?&#039; the e-mail asked. &#039;Not yet,&#039; I typed in my response. &#039;But it&#039;s a great idea, and I&#039;m working on it now.&#039;&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/45973&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 13 Aug 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/45973</guid>
</item>
<item>
 <title>Creating Free PDFs from Your CF Application</title>
 <link>http://coldfusion.sys-con.com/node/45575</link>
 <description>Here&#039;s how to put your knowledge of HTML to work by creating free PDFs with FOP (Formatting Objects Processor). In the May issue of CFDJ, I covered the basics of utilizing FOP from Apache to dynamically create free PDFs in your ColdFusion application. If you enjoyed that article you will certainly enjoy this one as we dive deeper into the capabilities of this process.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/45575&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 14 Jul 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/45575</guid>
</item>
<item>
 <title>Writing Queries for Oracle vs SQL Server</title>
 <link>http://coldfusion.sys-con.com/node/43794</link>
 <description>Have you ever written an application using one database only to have it break when you switched to a different database? How often have you decided to limit the functionality of your database by writing only basic SQL because you just weren&#039;t sure if your queries would work on a different database?&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/43794&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 25 Feb 2004 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/43794</guid>
</item>
<item>
 <title>Using the CASE Expression in SQL Queries</title>
 <link>http://coldfusion.sys-con.com/node/42111</link>
 <description>The DBMS (database management system) is often faster at performing calculations like summing up or averaging the values in a column of numbers than, for instance, the application server. However, there are many cases in which performing the same calculation on all of the data in a column will not provide the correct result.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/42111&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 09 Dec 2003 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/42111</guid>
</item>
<item>
 <title>Enhancing Verity Search Results</title>
 <link>http://coldfusion.sys-con.com/node/42092</link>
 <description>Your customer says, &#039;I want my site search to include all of my regular site pages and my data-based items as well. When my customer clicks on the link, I want it to show the correct page.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/42092&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 11 Nov 2003 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/42092</guid>
</item>
<item>
 <title>Persistence: Creating State</title>
 <link>http://coldfusion.sys-con.com/node/42100</link>
 <description>What is state? You may have heard the popular phrase, &#039;The Web is a stateless environment.&#039; Simply put, data cannot persist across multiple page requests to the server.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/42100&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 11 Nov 2003 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/42100</guid>
</item>
<item>
 <title>Extending ColdFusion</title>
 <link>http://coldfusion.sys-con.com/node/42076</link>
 <description>Welcome to another edition of Extending ColdFusion, where we discuss the multitude of ways you can extend your ColdFusion programming with user-defined functions (UDFs), custom tags, CFCs, and other methods. In this edition, we are going to delve into a &#039;gray&#039; area of CF development – use of hidden/internal methods.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/42076&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 15 Oct 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/42076</guid>
</item>
<item>
 <title>Sorting Multidimensional Arrays</title>
 <link>http://coldfusion.sys-con.com/node/42082</link>
 <description>In my last article we looked at how to sort multidimensional arrays by creating a second single-dimensional array that is used as a key. The focus of this article is how to sort multidimensional arrays by creating a query object that can be sorted in the same way you would an ordered result set from a database.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/42082&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 15 Oct 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/42082</guid>
</item>
<item>
 <title>Sorting Multidimensional Arrays</title>
 <link>http://coldfusion.sys-con.com/node/42070</link>
 <description>One of the most common requests made by users when they see  data displayed on a Web page is that they want to be able to view the  information sorted by columns. Working with a database makes this  request fairly simple; working with arrays is, or at least was, a  problem.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/42070&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 11 Sep 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/42070</guid>
</item>
<item>
 <title>Defeating DoS Attacks</title>
 <link>http://coldfusion.sys-con.com/node/42049</link>
 <description>A denial-of-service (DoS) attack is an attempt by a single person or a group of people to disrupt an online service. It is designed to bring the server and network to its knees by flooding it with useless traffic. A DoS attack is the most common type of Internet attack and can be launched against your site at any time with relative ease.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/42049&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://coldfusion.sys-con.com/node/42049</guid>
</item>
<item>
 <title>JavaScript Without the Headaches</title>
 <link>http://coldfusion.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://coldfusion.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://coldfusion.sys-con.com/node/42052</guid>
</item>
<item>
 <title>Back to Basics</title>
 <link>http://coldfusion.sys-con.com/node/41611</link>
 <description>I read somewhere that when faced with a task that takes one hour to do manually, or one hour to automate, a good programmer will choose to automate the process. As ColdFusion developers, we often face this decision when we need to programmatically use data contained in a text file.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41611&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 16 Jun 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41611</guid>
</item>
<item>
 <title>Dynamic Client-Side Input Validation</title>
 <link>http://coldfusion.sys-con.com/node/41599</link>
 <description>Using JavaScript to perform client-side input validation can be simple. However, the task can become more complicated when the set of inputs changes or increases in number, the rules change, or the validation depends on other inputs. This article will show how to create a system to dynamically maintain input fields and validation rules that can be applied to the inputs.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41599&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 01 May 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41599</guid>
</item>
<item>
 <title>Ask the Training Staff</title>
 <link>http://coldfusion.sys-con.com/node/41567</link>
 <description>I don&#039;t know about you, but February is going to be a very busy month for me. Not only is there plenty of CF work to keep me busy, but my wife, my son, and I are eagerly awaiting the birth of baby boy number two!  Nevertheless, I have questions to answer and one revision to make on a previous answer. I hope you find it all worthwhile.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41567&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 31 Jan 2003 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41567</guid>
</item>
<item>
 <title>Ask the Training Staff</title>
 <link>http://coldfusion.sys-con.com/node/41690</link>
 <description>Can you believe it&#039;s December already? 2002 was certainly a year of big changes for many CFers as Macromedia released the new MX products. Many of us scrambled to come up to speed on the new changes in CFMX. However, the fundamentals of CF programming didn&#039;t really change.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41690&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 19 Nov 2002 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41690</guid>
</item>
<item>
 <title>Extending ColdFusion</title>
 <link>http://coldfusion.sys-con.com/node/41546</link>
 <description>Welcome to another installment of Extending ColdFusion. This month I&#039;m going to talk about a UDF (user-defined function) that will help deal with users. Users are wonderful. Without people visiting your site, your Web page may as well not exist. On the other hand, users have a way of doing the most stup... err crazy things that you can (or most likely cannot) imagine.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41546&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 19 Nov 2002 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41546</guid>
</item>
<item>
 <title>Ask the Training Staff</title>
 <link>http://coldfusion.sys-con.com/node/41686</link>
 <description>Greetings. I hope all of you who attended the DevCon last month enjoyed it, and came away with some great tips and tricks.          This month&#039;s column is short, but hopefully addresses some problems that you&#039;ve encountered recently. Keep those questions coming!&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41686&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://coldfusion.sys-con.com/node/41686</guid>
</item>
<item>
 <title>&lt;CFIF&gt; Performance Measurements</title>
 <link>http://coldfusion.sys-con.com/node/41687</link>
 <description>It was an article by Michael Dinowitz, &#039;Comparisons with CFIF,&#039; that made me reevaluate how I was writing my CFIF statements.          Since the common  was the slowest way to compare two strings, the table of data presented in the article (see Fusion Authority, 1/10/00, &lt;a href=&quot;http://www.houseoffusion.com&quot; title=&quot;www.houseoffusion.com&quot;&gt;www.houseoffusion.com&lt;/a&gt;) seemed incomplete to me. I wondered what the performance data would show for integers - and for Boolean tests, as we all write tons of those in our code as well.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41687&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://coldfusion.sys-con.com/node/41687</guid>
</item>
<item>
 <title>Welcome to the Wonderful World of Java: A Training Review</title>
 <link>http://coldfusion.sys-con.com/node/41680</link>
 <description>By the end of the course, I had a good grasp of the various parts of the Java language, a better understanding of object-oriented programming, and a great appreciation for how powerful Java can be.          J2EE, Java, EJBs, JavaBeans, JSP... . The list of Java-related technologies can be mind-boggling. What&#039;s a ColdFusion developer to do? We know Java is important. Macromedia has built ColdFusion MX on a J2EE (Java 2 Enterprise Edition) platform, but, does that mean we all need to run out and learn Java? How about JSP? JRun? How will we use it in our day-to-day work? Will we use it and, if so, what flavor? Does a ColdFusion developer have the skills to learn this material?&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41680&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://coldfusion.sys-con.com/node/41680</guid>
</item>
<item>
 <title>Error Handling in JavaScript</title>
 <link>http://coldfusion.sys-con.com/node/41671</link>
 <description>Have you ever been to a site and gotten a pop-up box telling you about a JavaScript error on the page? It can be really annoying. What&#039;s worse is that the person responsible for maintaining the site doesn&#039;t even know that the error occurred.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41671&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 04 Oct 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41671</guid>
</item>
<item>
 <title>Using Integers to Store Bits of Information</title>
 <link>http://coldfusion.sys-con.com/node/41674</link>
 <description>Imagine that your client, Fast Eddy&#039;s Auto World, asks you to build a data entry form for his inventory. There are several models of cars that use combinations of many options. No two use the same combination.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41674&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 04 Oct 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41674</guid>
</item>
<item>
 <title>Extending ColdFusion</title>
 <link>http://coldfusion.sys-con.com/node/41675</link>
 <description>This column will focus on some of the ways developers have of extending the core capacities of ColdFusion. Specifically, we will cover user-defined functions (UDFs), custom tags, and ColdFusion components (CFCs). Every other month I&#039;ll select one or two resources that are freely available to anyone and explain what makes it (or them) interesting - or just plain cool.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41675&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 04 Oct 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41675</guid>
</item>
<item>
 <title>Ask the Training Staff</title>
 <link>http://coldfusion.sys-con.com/node/41661</link>
 <description>September means summer is over and we all get back to work or back to school. And for those of us who have been out of school for a very long time, I hope you always look for opportunities to learn something new. Send me your questions if you get stuck!&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41661&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 23 Aug 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41661</guid>
</item>
<item>
 <title>Ask the Training Staff</title>
 <link>http://coldfusion.sys-con.com/node/41767</link>
 <description>Wow! Can you believe it&#039;s June already? The last few months have been blurred by the flurry of excitement around the new MX products announced and released by Macromedia. As you&#039;ll see from the first question, I&#039;m very excited about the new CFMX product. I know you&#039;ll like it once you give it a spin. I&#039;d like to hear your comments and questions about it.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41767&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 30 May 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41767</guid>
</item>
<item>
 <title>Ask the Training Staff</title>
 <link>http://coldfusion.sys-con.com/node/41750</link>
 <description>This month we have three questions to consider. I like them all because they&#039;re very practical and applicable to many kinds of applications. I particularly like the third question about encryption methods because it gives me an opportunity to cover two undocumented ColdFusion functions. I hope you find my answers helpful. Keep those questions coming!&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41750&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 02 May 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41750</guid>
</item>
<item>
 <title>How to Sidestep Locking</title>
 <link>http://coldfusion.sys-con.com/node/41736</link>
 <description>We all know we should lock our shared scoped variables - that is, application, session, and server variables that can be shared between multiple ColdFusion threads. Everywhere we turn there&#039;s another article, another e-mail, and another best practices - all of which entail locking.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41736&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://coldfusion.sys-con.com/node/41736</guid>
</item>
<item>
 <title>Session States Without the Session</title>
 <link>http://coldfusion.sys-con.com/node/41738</link>
 <description>Discussions have centered around clusters and shared sessions: How do you overcome the problem of being unable to share session variables across clustered servers? Why else would you build a sessionless site? The answers may surprise you. This article documents a technique that allows session states on clustered servers, increases user security, and provides greater development flexibility.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41738&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://coldfusion.sys-con.com/node/41738</guid>
</item>
<item>
 <title>Ask the Training Staff</title>
 <link>http://coldfusion.sys-con.com/node/41741</link>
 <description>Two questions I received this month made me realize just how often we overlook the power of Lists and the many List functions in CF. Many times, we look at a string or other piece of data and don&#039;t even realize that what we&#039;re looking at is actually a list. Once we realize that something can be treated as a list, CF gives us many ways of using or manipulating that data.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41741&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://coldfusion.sys-con.com/node/41741</guid>
</item>
<item>
 <title>Ask the Training Staff</title>
 <link>http://coldfusion.sys-con.com/node/41732</link>
 <description>Sometimes I take for granted just how cool ColdFusion really is! The other day one of my programmers asked me how to do what I thought was a fairly easy task. When I showed him the four lines of CF code he needed, he said, &#039;ColdFusion rocks! It would have taken me 50 lines in PHP to do the same thing!&#039; What could I say, other than &#039;Yep&#039;? Below are a few lines of code that I hope will make your life easier.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41732&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 11 Mar 2002 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41732</guid>
</item>
<item>
 <title>A Banner Ad Custom Tag</title>
 <link>http://coldfusion.sys-con.com/node/41714</link>
 <description>The banner ad is a bit of a curious creature. It wasn&#039;t so long ago (say, 1998) that the pundits who had for so long decried the gluttonous, indelicate banner ad were immersed in self-congratulation. Click-through rates were dropping below 1% down to .5% by the start of 2000. Users don&#039;t even see them, the pundits claimed. They&#039;ve learned to block out the banners and scroll past them; people will turn to other forms of advertising, such as the content ad. And perhaps, to an extent, they have.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41714&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 05 Feb 2002 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41714</guid>
</item>
<item>
 <title>Using MS-SQL Stored Procedures  with ColdFusion  Part 3 of 3</title>
 <link>http://coldfusion.sys-con.com/node/41721</link>
 <description>Now that we&#039;ve gone over stored-procedure integration with ColdFusion and looked at some programming basics in Parts 1 and 2 of this article (CFDJ, Vol. 3, issues 10 and 12), let&#039;s look at some other useful and more complicated functions using MS-SQL2000. First, however, I need to correct a statement I made in Part 1. I mentioned that stored procedures weren&#039;t good if you needed to cache a query on the Web server.&lt;p&gt;&lt;a href=&quot;http://coldfusion.sys-con.com/node/41721&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 05 Feb 2002 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://coldfusion.sys-con.com/node/41721</guid>
</item>
</channel>
</rss>
