<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Simon Bingham's Web Development Blog - Last 20 posts</title>
    <link>http://www.simonbingham.me.uk/</link>
    <description>The latest blog posts of Simon Bingham. Simon is a web developer (specialising in ColdFusion) living and working in Exeter, Devon (United Kingdom).</description>
    <pubDate>Mon, 27 Feb 2012 14:02:03 GMT</pubDate>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SimonBinghamsBlog" /><feedburner:info uri="simonbinghamsblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
      <title>Creating a PDF file and forcing a download with CFDOCUMENT</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/jaKtxQl52Xw/creating-a-pdf-file-and-forcing-a-download-with-cfdocument-23</link>
      <description>When using CFDOCUMENT to create a PDF file by default the file will be output to the web browser. If you want to force the file to download instead you can do the following:

  &amp;amp;lt;cfheader name=...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/jaKtxQl52Xw" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 23 Feb 2012 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/creating-a-pdf-file-and-forcing-a-download-with-cfdocument-23</feedburner:origLink></item>
    <item>
      <title>DRY (Don't Repeat Yourself) programming</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/AzfaM4rUcQQ/dry-don-t-repeat-yourself-programming-21</link>
      <description>I&amp;amp;#39;m capturing this here for my own reference, but it may be useful to others.

	In software engineering, Don&amp;amp;#39;t Repeat Yourself (DRY) is a principle of software development aimed at reduci...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/AzfaM4rUcQQ" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 16 Feb 2012 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/dry-don-t-repeat-yourself-programming-21</feedburner:origLink></item>
    <item>
      <title>Preserving carriage returns when displaying textarea content</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/YhNPKI-C17g/preserving-carriage-returns-when-displaying-textarea-content-22</link>
      <description>When displaying textarea content on a web page carriage returns are ignored resulting in the content appearing on a single line.

	In ColdFusion to ensure the content appears as intended you can ...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/YhNPKI-C17g" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 16 Feb 2012 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/preserving-carriage-returns-when-displaying-textarea-content-22</feedburner:origLink></item>
    <item>
      <title>Persisting form data as JSON</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/uLYk2SV2flI/persisting-form-data-as-json-20</link>
      <description>I recently worked on a project where I needed to store a large amount of data from a questionnaire in a database. My initial approach was to create a table with fields corresponding to each of my f...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/uLYk2SV2flI" height="1" width="1"/&gt;</description>
      <pubDate>Tue, 14 Feb 2012 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/persisting-form-data-as-json-20</feedburner:origLink></item>
    <item>
      <title>A constant battle with spam</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/3wAZzRCn-h0/a-constant-battle-with-spam-19</link>
      <description>Since starting my blog last year I&amp;amp;#39;ve faced a constant battle with evil spambots adding content to the site in the form of blog comments. I&amp;amp;#39;ve used a number of approaches to prevent spam wi...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/3wAZzRCn-h0" height="1" width="1"/&gt;</description>
      <pubDate>Fri, 03 Feb 2012 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/a-constant-battle-with-spam-19</feedburner:origLink></item>
    <item>
      <title>Adding a row to a table containing form fields using jQuery</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/1x8aSoTAxUA/adding-a-row-to-a-table-containing-form-fields-using-jquery-18</link>
      <description>The following example shows how to add a new row to a table containing form fields using jQuery.

	Firstly, create a table and a button that will add the new table row when clicked.

&amp;amp;lt;form&amp;amp;g...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/1x8aSoTAxUA" height="1" width="1"/&gt;</description>
      <pubDate>Fri, 06 Jan 2012 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/adding-a-row-to-a-table-containing-form-fields-using-jquery-18</feedburner:origLink></item>
    <item>
      <title>My new year's resolutions for 2012</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/dtetal3ajmI/my-new-year-s-resolutions-for-2012-17</link>
      <description>Beyond making an effort to be happier, nicer to people and less stressed I am not a big fan of new year&amp;amp;#39;s resolutions. However, from a programming point of view, there are a few things I plan t...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/dtetal3ajmI" height="1" width="1"/&gt;</description>
      <pubDate>Sun, 01 Jan 2012 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/my-new-year-s-resolutions-for-2012-17</feedburner:origLink></item>
    <item>
      <title>Importing data from a spreadsheet to a database table using ColdFusion</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/jDmUs44cthU/importing-data-from-a-spreadsheet-to-a-database-table-using-coldfusion-16</link>
      <description>I&amp;amp;#39;m currently working on a project where I need to import a list of products from a spreadsheet into a database table. Here is the ColdFusion script I have writted to complete the task.

&amp;amp;lt;...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/jDmUs44cthU" height="1" width="1"/&gt;</description>
      <pubDate>Fri, 23 Dec 2011 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/importing-data-from-a-spreadsheet-to-a-database-table-using-coldfusion-16</feedburner:origLink></item>
    <item>
      <title>Converting a string to title case in ColdFusion</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/-M62I_sBfEs/converting-a-string-to-title-case-in-coldfusion-15</link>
      <description>The following function takes a string and converts it to title case.

&amp;amp;lt;cffunction name=&amp;amp;quot;titleCase&amp;amp;quot; returntype=&amp;amp;quot;string&amp;amp;quot; output=&amp;amp;quot;FALSE&amp;amp;quot;&amp;amp;gt;
  &amp;amp;lt;cfargument name=&amp;amp;...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/-M62I_sBfEs" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 22 Dec 2011 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/converting-a-string-to-title-case-in-coldfusion-15</feedburner:origLink></item>
    <item>
      <title>How to make a telephone number clickable on iPhone or Android</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/KKciprdeB7U/how-to-make-a-telephone-number-clickable-on-iphone-or-android-14</link>
      <description>To make a telephone number clickable on an iPhone or Android device simply wrap it in an HTML &amp;amp;lt;a&amp;amp;gt; tag. When the link is clicked the device&amp;amp;#39;s phone will be activated. Don&amp;amp;#39;t forget to p...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/KKciprdeB7U" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 15 Dec 2011 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/how-to-make-a-telephone-number-clickable-on-iphone-or-android-14</feedburner:origLink></item>
    <item>
      <title>ColdFusion ORM paging in FW/1 (Framework One)</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/-rJ3ILYZmdc/coldfusion-orm-paging-in-fw-1-framework-one--13</link>
      <description>Firstly, in your Handler add maxresults and offset keys to the RC structure and give them some default values. Maxresults is the number of results to be displayed per page and offset is the number ...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/-rJ3ILYZmdc" height="1" width="1"/&gt;</description>
      <pubDate>Mon, 05 Dec 2011 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/coldfusion-orm-paging-in-fw-1-framework-one--13</feedburner:origLink></item>
    <item>
      <title>Integrating Gravatar with your blog</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/0wIoUXbv4Cc/integrating-gravatar-with-your-blog-12</link>
      <description>Today I integrated Gravatar with my blog so, for commenters who have a Gravatar account, you&amp;amp;#39;ll now see an avatar next to their blog post comments.

	As long as you have a commenter&amp;amp;#39;s ema...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/0wIoUXbv4Cc" height="1" width="1"/&gt;</description>
      <pubDate>Fri, 02 Dec 2011 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/integrating-gravatar-with-your-blog-12</feedburner:origLink></item>
    <item>
      <title>Moving page elements using jQuery</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/dgzZzrWezr4/moving-page-elements-using-jquery-11</link>
      <description>I&amp;amp;#39;m currently working on a project to convert a web site to a responsive design. On mobile devices I want the primary page content to appear near the top of the page with other (less important)...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/dgzZzrWezr4" height="1" width="1"/&gt;</description>
      <pubDate>Wed, 23 Nov 2011 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/moving-page-elements-using-jquery-11</feedburner:origLink></item>
    <item>
      <title>Making your web site's navigation mobile friendly</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/4-gWg6NY1RQ/making-your-web-site-s-navigation-mobile-friendly-10</link>
      <description>I am currently working on a project to convert a web site to a responsive design. The site&amp;amp;#39;s navigation has a lot of links arranged in list format so, rather than displaying the navigation in l...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/4-gWg6NY1RQ" height="1" width="1"/&gt;</description>
      <pubDate>Wed, 16 Nov 2011 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/making-your-web-site-s-navigation-mobile-friendly-10</feedburner:origLink></item>
    <item>
      <title>Foundation: Rapid prototyping and building framework</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/xCM3EXnsjHE/foundation-rapid-prototyping-and-building-framework-9</link>
      <description>Today I finished integrating Foundation framework with my blog. Foundation describes itself as &amp;amp;#39;an easy to use, powerful, and flexible framework for building prototypes and production code on a...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/xCM3EXnsjHE" height="1" width="1"/&gt;</description>
      <pubDate>Fri, 11 Nov 2011 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/foundation-rapid-prototyping-and-building-framework-9</feedburner:origLink></item>
    <item>
      <title>Improving your web site's meta tags with Google Webmaster Tools</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/7lV6UxJdWHs/improving-your-web-site-s-meta-tags-with-google-webmaster-tools-8</link>
      <description>Google Webmaster Tools provides a free and easy way to make your website more Google-friendly. The HTML Suggestions report (Diagnostics &amp;amp;gt; HTML Suggestions) provides&amp;amp;nbsp;information to help you ...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/7lV6UxJdWHs" height="1" width="1"/&gt;</description>
      <pubDate>Tue, 01 Nov 2011 00:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/improving-your-web-site-s-meta-tags-with-google-webmaster-tools-8</feedburner:origLink></item>
    <item>
      <title>Simple CRUD using CFGRID</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/AjA7Jrf_YN8/simple-crud-using-cfgrid-7</link>
      <description>I&amp;amp;#39;m currently working on a project where my client needs to be able to create, read, update and delete records in a table displayed on a web page. In ColdFusion CFGRID solves this problem and h...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/AjA7Jrf_YN8" height="1" width="1"/&gt;</description>
      <pubDate>Tue, 04 Oct 2011 23:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/simple-crud-using-cfgrid-7</feedburner:origLink></item>
    <item>
      <title>Replicating Jira's time tracking functionality in ColdFusion</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/Qzc0boVgZpI/replicating-jira-s-time-tracking-functionality-in-coldfusion-6</link>
      <description>I&amp;amp;#39;ve been working on a project where I wanted to replicate the time tracking functionality used in Jira. Jira allows you to enter a time period in the format of &amp;amp;quot;4d 12h 30m&amp;amp;quot; (4 days, ...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/Qzc0boVgZpI" height="1" width="1"/&gt;</description>
      <pubDate>Wed, 28 Sep 2011 23:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/replicating-jira-s-time-tracking-functionality-in-coldfusion-6</feedburner:origLink></item>
    <item>
      <title>Converting an array of entities to a list in ColdFusion 9</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/haEKuPsyJ2c/converting-an-array-of-entities-to-a-list-in-coldfusion-9-5</link>
      <description>The following sample code shows how to convert an array of entities to a list in ColdFusion 9.

  // load an array of category entities
  categories = EntityLoad( &amp;amp;quot;Category&amp;amp;quot; );

  //...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/haEKuPsyJ2c" height="1" width="1"/&gt;</description>
      <pubDate>Mon, 26 Sep 2011 23:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/converting-an-array-of-entities-to-a-list-in-coldfusion-9-5</feedburner:origLink></item>
    <item>
      <title>Related selects using jQuery, ColdFusion 9 ORM &amp; FW/1</title>
      <link>http://feedproxy.google.com/~r/SimonBinghamsBlog/~3/oV7HkISyNcg/related-selects-using-jquery-coldfusion-9-orm-fw-1-3</link>
      <description>I&amp;amp;#39;m currently working on a Framework One project where I needed to populate a second select list (contacts) based upon the selection made in the first select list (clients).

	With some help ...&lt;img src="http://feeds.feedburner.com/~r/SimonBinghamsBlog/~4/oV7HkISyNcg" height="1" width="1"/&gt;</description>
      <pubDate>Tue, 20 Sep 2011 23:00:00 GMT</pubDate>
    <feedburner:origLink>http://www.simonbingham.me.uk/index.cfm/main/post/uuid/related-selects-using-jquery-coldfusion-9-orm-fw-1-3</feedburner:origLink></item>
  </channel>
</rss>

