<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>CFProject - Coldfusion Tutorials</title>
<link>http://www.cfproject.co.uk/index.cfm</link>
<description>A Coldfusion and javascript developement blog by Jonathan Shaw</description>
<language>en-gb</language>
<pubDate>Wed, 08 Sep 2010 11:17:20 +0100</pubDate>
<lastBuildDate>Sat, 13 Dec 2008 13:58:00 +0100</lastBuildDate>
<generator>BlogCFC</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<managingEditor>jonny@cfproject.co.uk</managingEditor>
<webMaster>jonny@cfproject.co.uk</webMaster>
<item>
<title>Javascript Fisheye Menu</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/12/13/Javascript-Fisheye-Menu</link>
<description>
&lt;p&gt;In my previous post i mentioned about a homepage site i had created. In that site i used a fisheye menu. Fisheye menus are a very good way to display many links or icons but still being able to see them. I got the idea from a book call &amp;quot;Designing the user interface&amp;quot; by Ben Schneiderman which is a book i would recomend to anyone.&lt;/p&gt;
[More]
</description>
<category>Coldfusion Tutorials</category>
<category>JavaScript</category>
<pubDate>Sat, 13 Dec 2008 13:58:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/12/13/Javascript-Fisheye-Menu</guid>
</item>
<item>
<title>Horizontal Loop</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/11/14/Horizontal-Loop</link>
<description>
&lt;P&gt;Many of you may have had a time when you have wanted to output from a query in a grid format.&lt;/p&gt;
&lt;p&gt;This script will enable you to loop through the results horizontally, across the screen&lt;/p&gt;
&lt;p&gt;Here is a &lt;a href=&quot;http://cfproject.co.uk/coldfusionsamples/HorizoltalLoop/index.cfm&quot; title=&quot;Horizoltal Loop&quot; target=&quot;_blank&quot;&gt;demo&lt;/a&gt; of the result&lt;/p&gt;
[More]
</description>
<category>Useful Tools</category>
<category>Coldfusion Tutorials</category>
<pubDate>Fri, 14 Nov 2008 18:13:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/11/14/Horizontal-Loop</guid>
</item>
<item>
<title>Overlaying 2 Images</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/10/10/Overlaying-2-Images</link>
<description>
&lt;p&gt;In this tutorial i will show you how to over lay one image onto another using coldfusions built-in image functions, this method can be used to add a walter mark to an image.&lt;/p&gt;
[More]
</description>
<category>Coldfusion Functions</category>
<category>Image Manipulation</category>
<category>Coldfusion Tutorials</category>
<pubDate>Fri, 10 Oct 2008 14:57:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/10/10/Overlaying-2-Images</guid>
</item>
<item>
<title>Hashing Passwords</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/10/9/Hashing-Passwords</link>
<description>
&lt;p&gt;After being criticized for my last post about &lt;a href=&quot;http://cfproject.co.uk/index.cfm/2008/9/28/Encrypting-Passwords&quot; title=&quot;Encrypting Passwords&quot;&gt;2 way encryption of passwords&lt;/a&gt; i have decided to write a post about hashing your passwords. As was pointed out in my last post this is a more secure way of keeping your password data safe.&lt;/p&gt;
[More]
</description>
<category>Coldfusion Functions</category>
<category>Coldfusion Tutorials</category>
<pubDate>Thu, 09 Oct 2008 14:18:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/10/9/Hashing-Passwords</guid>
</item>
<item>
<title>Encrypting Passwords</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/9/28/Encrypting-Passwords</link>
<description>
&lt;p&gt;In this tutorial i will show you how you can easily encrypt and decrypt passwords using coldfusion&lt;/p&gt;
[More]
</description>
<category>Coldfusion Functions</category>
<category>Coldfusion Tutorials</category>
<pubDate>Sun, 28 Sep 2008 15:37:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/9/28/Encrypting-Passwords</guid>
</item>
<item>
<title>Coldfusion Login Script</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/8/30/Coldfusion-Login-Script</link>
<description>
&lt;p&gt;Here i am going to show you how to make a login script that will check users against a database for the user name and password.&lt;/p&gt;
&lt;p&gt;First of all we will need to make a login form, this is just going to be a basic form with a user name field, password field and a login button.&lt;/p&gt;
&lt;p&gt;
[More]
</description>
<category>Coldfusion Tutorials</category>
<pubDate>Sat, 30 Aug 2008 18:11:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/8/30/Coldfusion-Login-Script</guid>
</item>
<item>
<title>Simple Contact Form With JavaScript Validation</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/8/30/Simple-Contact-Form-With-JavaScript-Validation</link>
<description>
&lt;p&gt;This is a very simple contact form script with JavaScript validation.&lt;/p&gt;
&lt;p&gt;This form has three fields name, email address and message but can be easily modified with new fields.&lt;/p&gt;
&lt;p&gt;Here is an &lt;a href=&quot;http://cfproject.co.uk/coldfusionsamples/Contact/contact.html&quot; title=&quot;Contact Form Example&quot;&gt;example of the contact form&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I hope to see some examples of what you do with this script. Like &lt;a href=&quot;http://markireland.com.au/blog/client/index.cfm/2008/8/30/No-tables-for-layout-Again&quot; target=&quot;_Blank&quot;&gt;Mark Ireland&lt;/a&gt; has done with my previous &lt;a href=&quot;http://cfproject.co.uk/index.cfm/2008/8/30/Simple-JavaScript-Calculator&quot; title=&quot;Simple JavaScript Calculator&quot;&gt;Simple JavaScript Calculator&lt;/a&gt; script.&lt;/p&gt;
[More]
</description>
<category>Coldfusion Tutorials</category>
<category>JavaScript</category>
<pubDate>Sat, 30 Aug 2008 11:16:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/8/30/Simple-Contact-Form-With-JavaScript-Validation</guid>
</item>
<item>
<title>Simple JavaScript Calculator</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/8/30/Simple-JavaScript-Calculator</link>
<description>
&lt;p&gt;Here i have a very simple script for a JavaScript calculator&lt;/p&gt;
&lt;p&gt;It is a pretty basic script that uses a text field to create the equation with the buttons and then equates the equation to show you the answer.&lt;/p&gt;
&lt;p&gt;There is also a Memory Store (MS), Memory Recall (MR), and a Memory Clear (MC). For those of you that may require it&lt;/p&gt;
[More]
</description>
<category>Coldfusion Tutorials</category>
<category>JavaScript</category>
<pubDate>Sat, 30 Aug 2008 00:26:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/8/30/Simple-JavaScript-Calculator</guid>
</item>
<item>
<title>CF8 Rich Text Editor</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/8/26/CF8-Rich-Text-Editor</link>
<description>
&lt;p&gt;Many of you may not know that CF8 has a built-in Rich Text Editor.&lt;/p&gt;
&lt;p&gt;It is actually very easy to use this script, all you need is to have a cfform with a cftextarea.&lt;/p&gt;
[More]
</description>
<category>Coldfusion Functions</category>
<category>Coldfusion Tutorials</category>
<pubDate>Tue, 26 Aug 2008 11:00:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/8/26/CF8-Rich-Text-Editor</guid>
</item>
<item>
<title>CAPTCHA Script</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/7/31/CAPTCHA-Script</link>
<description>
In this tutorial i will show you have to create and implement a CAPTCHA script into a form to validate that a person is using you site rather than a bot. This is a good script that can be used on forums and contact forms to eliminate SPAM on your site.
[More]
</description>
<category>Coldfusion Tutorials</category>
<pubDate>Thu, 31 Jul 2008 17:41:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/7/31/CAPTCHA-Script</guid>
</item>
<item>
<title>Coldfusion Protx VSP Form Integration Kit</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/5/30/Coldfusion-Protx-VSP-Form-Integration-Kit</link>
<description>
Do you have a Coldfusion site and wish to integrate it with the Protx payment system? If so then this is the best script for you, by using the VSP Form you do not require SSL encryption because all sensitive details are collected on a Protx secure server.
[More]
</description>
<category>Coldfusion Tutorials</category>
<pubDate>Fri, 30 May 2008 12:16:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/5/30/Coldfusion-Protx-VSP-Form-Integration-Kit</guid>
</item>
<item>
<title>Coldfusion Mail Inbox Script Using cfpop</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/5/30/Coldfusion-Mail-Inbox-Script-using-cfmail</link>
<description>
This script will show you how to read emails from a mail server, this script could be used for a web mail client.
[More]
</description>
<category>Coldfusion Tutorials</category>
<pubDate>Fri, 30 May 2008 11:59:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/5/30/Coldfusion-Mail-Inbox-Script-using-cfmail</guid>
</item>
<item>
<title>Coldfusion Mail Script</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/5/24/Coldfusion-Mail-Script</link>
<description>
In this short tutorial i will show you how to easily add mail functionality to your website using the cfmail tag. This script could be used to send newly registered users a confirmation email or could actually be developed into a full webmail system.
[More]
</description>
<category>Coldfusion Tutorials</category>
<pubDate>Sat, 24 May 2008 19:30:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/5/24/Coldfusion-Mail-Script</guid>
</item>
<item>
<title>Looping in Coldfusion</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/5/24/Looping-in-Coldfusion</link>
<description>
Looping is a programming technique that repeats a set of instructions or displays output repeatedly until one or more conditions are met.
[More]
</description>
<category>Coldfusion Tutorials</category>
<pubDate>Sat, 24 May 2008 11:40:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/5/24/Looping-in-Coldfusion</guid>
</item>
<item>
<title>Querying a Database Using Coldfusion</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/5/24/Querying-a-Database-Using-Coldfusion</link>
<description>
A simple coldfusion tutorial which explains how to query a database using coldfusion.
[More]
</description>
<category>Coldfusion Tutorials</category>
<pubDate>Sat, 24 May 2008 11:39:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/5/24/Querying-a-Database-Using-Coldfusion</guid>
</item>
</channel></rss>