<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>CFProject</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:05:28 +0100</pubDate>
<lastBuildDate>Tue, 18 Aug 2009 22:54: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>Railo Hosting - 2 Month Free Trial</title>
<link>http://www.cfproject.co.uk/index.cfm/2009/8/18/Railo-Hosting--2-Month-Free-Trial</link>
<description>
&lt;p&gt;&lt;a href=&quot;http://jassoft.co.uk/&quot;&gt;Jassoft&lt;/a&gt; are offering a 2 month Free Trial on there &lt;a href=&quot;http://jassoft.co.uk/index.php/standard-hosting/&quot;&gt;Railo hosting&lt;/a&gt; package,&lt;/p&gt;
&lt;p&gt;This could be a good chance to try out Railo Hosting to see how it performs compared to your Coldfusion hosting.&lt;/p&gt;
&lt;p&gt;This Railo hosting package also come with Unlimited Bandwidth&lt;/p&gt;
</description>
<category>Railo</category>
<pubDate>Tue, 18 Aug 2009 22:54:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2009/8/18/Railo-Hosting--2-Month-Free-Trial</guid>
</item>
<item>
<title>Unlimited Railo Hosting</title>
<link>http://www.cfproject.co.uk/index.cfm/2009/8/5/Unlimited-Railo-Hosting</link>
<description>
&lt;p&gt;I am trying to guage interest in Railo hosting.&lt;/p&gt;
&lt;p&gt;I currently have railo installed on a virtual server (that this site is running on). but am looking to moving to a dedicated server.&lt;/p&gt;
&lt;p&gt;I would be interested to know how many people would be interested in Railo hosting with unlimited bandwidth, and what price you would be prepared to pay for it?&lt;/p&gt;
&lt;p&gt;Your feedback would be much appreciated.&lt;/p&gt;
</description>
<category>Railo</category>
<pubDate>Wed, 05 Aug 2009 21:37:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2009/8/5/Unlimited-Railo-Hosting</guid>
</item>
<item>
<title>Using Railo and Resin with domain aliases</title>
<link>http://www.cfproject.co.uk/index.cfm/2009/5/23/Using-Railo-and-Resin-with-domain-aliases</link>
<description>
&lt;p&gt;There are many guides out there to help you in setting up &lt;a href=&quot;http://docs.google.com/View?docid=dhn7948x_151dxf7v7f6&quot; target=&quot;_blank&quot;&gt;Railo with IIS&lt;/a&gt;. But none of the ones that I found helped you to configure domain aliases.&lt;/p&gt;
&lt;p&gt;So I am going to give you a quick example of the way that I have used to configure my domain aliases. I&apos;m sure there are some easier ways of doing it but this is how I did it.&lt;/p&gt;
[More]
</description>
<category>Railo</category>
<pubDate>Sat, 23 May 2009 16:16:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2009/5/23/Using-Railo-and-Resin-with-domain-aliases</guid>
</item>
<item>
<title>BlogCFC on Railo</title>
<link>http://www.cfproject.co.uk/index.cfm/2009/5/22/BlogCFC-on-Railo</link>
<description>
&lt;p&gt;Yesterday i bought a new server. I wanted to move all of my websites to it but didnt really want to pay for coldfusion, hence i am now running railo&lt;/p&gt;
&lt;p&gt;The configuration was fairly simple at times, with some parts being slightly more complex. But good news is it is working now.&lt;/p&gt;
[More]
</description>
<category>Railo</category>
<pubDate>Fri, 22 May 2009 19:31:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2009/5/22/BlogCFC-on-Railo</guid>
</item>
<item>
<title>Unlimited Website Hosting</title>
<link>http://www.cfproject.co.uk/index.cfm/2009/4/5/Unlimited-Website-Hosting</link>
<description>
&lt;p&gt;I have recently launched my new &lt;strong&gt;&lt;a href=&quot;http://jassoft.co.uk/index.cfm/Page/unlimited-hosting&quot;&gt;Unlimited Website Hosting&lt;/a&gt;&lt;/strong&gt; package throught &lt;a href=&quot;http://www.jassoft.co.uk/aff.cfm?ID=U4VB2&quot;&gt;Jassoft&lt;/a&gt;. This package has most of its features unlimited, meaning this package will never be too small for you.&lt;/p&gt;
&lt;p&gt;This package is only &amp;pound;2.50, meaning this is the best value package out there.&lt;/p&gt;
&lt;p&gt;Check it out, feedback on the features would also be appreciated.&lt;/p&gt;
</description>
<category>Advertising</category>
<pubDate>Sun, 05 Apr 2009 15:21:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2009/4/5/Unlimited-Website-Hosting</guid>
</item>
<item>
<title>Select Last Number In Access</title>
<link>http://www.cfproject.co.uk/index.cfm/2009/3/7/Select-Last-Number-In-Access</link>
<description>
&lt;p&gt;I have recently been working on a ticketing system and i needed to know how to find they next number for the primary key. Took me a while to find out how to do it in access so i thought i would share it.&lt;/p&gt;
&lt;p&gt;Here is this SQL that i used.&lt;/p&gt;
&lt;code&gt;
SELECT LAST([Tickets.TicketID])+1 AS TicketID FROM Tickets
&lt;/code&gt;
&lt;p&gt;I know that with many of the better DBMS they can return the generated keys, But from what i found you can not do this with access.&lt;/p&gt;
&lt;p&gt;If you have found any easier methods then please feel free to share them.&lt;/p&gt;
</description>
<category>SQL</category>
<pubDate>Sat, 07 Mar 2009 12:00:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2009/3/7/Select-Last-Number-In-Access</guid>
</item>
<item>
<title>Coldfusion and Java</title>
<link>http://www.cfproject.co.uk/index.cfm/2009/1/8/Coldfusion-and-Java</link>
<description>
&lt;p&gt;I have recently been doing some work with java, making a contacts manager.&lt;/p&gt;
&lt;p&gt;I was just wondering what people thought about using java with coldfusion?&lt;/p&gt;
&lt;p&gt;Does it give any advantages?&lt;/p&gt;
&lt;p&gt;Is it easy to integrate the two?&lt;/p&gt;
&lt;p&gt;Just want a few opinions really.&lt;/p&gt;
</description>
<category>Java</category>
<pubDate>Thu, 08 Jan 2009 17:17:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2009/1/8/Coldfusion-and-Java</guid>
</item>
<item>
<title>Coldfusion Hosting From £2.50</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/12/20/Coldfusion-Hosting-From-250</link>
<description>
&lt;p&gt;I am currently selling coldfusion hosting from £2.50 a month.&lt;/p&gt;
&lt;p&gt;This package includes hosting for 1 domain, and support CF8, ASP, ASP.NET, PHP and PERL&lt;/p&gt;
[More]
</description>
<category>For Sale</category>
<pubDate>Sat, 20 Dec 2008 13:48:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/12/20/Coldfusion-Hosting-From-250</guid>
</item>
<item>
<title>cf8.co.uk For Sale</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/12/19/cf8couk-For-Sale</link>
<description>
I recently acquired the domain cf8.co.uk
I am currently trying to sell this domain so am open to offers if anyone wants it.
[More]
</description>
<category>For Sale</category>
<pubDate>Fri, 19 Dec 2008 23:33:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/12/19/cf8couk-For-Sale</guid>
</item>
<item>
<title>Coldfusion to PHP?</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/12/13/Coldfusion-to-PHP</link>
<description>
&lt;p&gt;I have recently accepted a position for a web developer&lt;/p&gt;
&lt;p&gt;Unfortunately the company uses PHP for its front-end websites with C# DLLs behind it, I have used PHP many years ago when i started out in web development. But nowhere near using them tih DLLs.&lt;/p&gt;
&lt;p&gt;What i really want to know is how hard will it be to take my knowledge from Coldfusion to PHP?&lt;/p&gt;
&lt;p&gt;Any advice would be appreciated&lt;/p&gt;
</description>
<category>PHP</category>
<pubDate>Sat, 13 Dec 2008 17:53:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/12/13/Coldfusion-to-PHP</guid>
</item>
<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>Customizable Homepage</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/11/15/Customizable-Homepage</link>
<description>
&lt;p&gt;Im sure that everyone has there own opinions on customizable homepages. I quite like the idea, so i have decided to start developing my own.&lt;/p&gt;
&lt;p&gt;It only has a few features at the moment consisting of just a few links on a fisheye menu. I will be looking to widely increase the amount of features available on the site over the next few weeks and months&lt;/p&gt;
[More]
</description>
<category>Useful Tools</category>
<category>CFProject Scripts</category>
<category>JavaScript</category>
<pubDate>Sat, 15 Nov 2008 18:02:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/11/15/Customizable-Homepage</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>FCKeditor</title>
<link>http://www.cfproject.co.uk/index.cfm/2008/11/6/FCKeditor</link>
<description>
&lt;p&gt;Today i was developing a website for a client, with it there is an administrative section where they can edit the content of there pages. i was always going to use CF8s built-in editor but then came accross &lt;a target=&quot;_blank&quot; href=&quot;http://www.fckeditor.net/&quot; name=&quot;FCKeditor&quot;&gt;FCKeditor&lt;/a&gt;&amp;nbsp;this is a very good text editor.
[More]
</description>
<category>Useful Tools</category>
<pubDate>Thu, 06 Nov 2008 23:44:00 +0100</pubDate>
<guid>http://www.cfproject.co.uk/index.cfm/2008/11/6/FCKeditor</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>
</channel></rss>