<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technoclasm &#187; Development</title>
	<atom:link href="http://www.technoclasm.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technoclasm.com</link>
	<description>A few thoughts about Coldfusion, Development and Life</description>
	<lastBuildDate>Thu, 20 May 2010 14:49:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A quick note to all the wheels people</title>
		<link>http://www.technoclasm.com/2010/02/a-quick-note-to-all-the-wheels-people/</link>
		<comments>http://www.technoclasm.com/2010/02/a-quick-note-to-all-the-wheels-people/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 20:49:53 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Railo]]></category>
		<category><![CDATA[cfwheels]]></category>

		<guid isPermaLink="false">http://www.technoclasm.com/?p=127</guid>
		<description><![CDATA[Watch out for the gotcha with 2 things.
1 &#8211; don&#8217;t use request scoped variables in the init of controllers. Wont work when you change the mode to testing. At All.
2 &#8211;  if your using PascalNotation for your controllers, don&#8217;t forget to put hyphens in your views
Joel  -  Smarticles
]]></description>
			<content:encoded><![CDATA[<p>Watch out for the gotcha with 2 things.</p>
<p>1 &#8211; don&#8217;t use request scoped variables in the init of controllers. Wont work when you change the mode to testing. At All.</p>
<p>2 &#8211;  if your using PascalNotation for your controllers, don&#8217;t forget to put hyphens in your views</p>
<p>Joel  -  <a href="http://www.smarticles.eu">Smarticles</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoclasm.com/2010/02/a-quick-note-to-all-the-wheels-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coldfusion with Wheels gains traction</title>
		<link>http://www.technoclasm.com/2009/12/coldfusion-with-wheels-gains-traction/</link>
		<comments>http://www.technoclasm.com/2009/12/coldfusion-with-wheels-gains-traction/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 08:07:06 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.technoclasm.com/?p=110</guid>
		<description><![CDATA[Version 1.0 of coldfusion on wheels was released in late November.
I&#8217;ve been watching, and recommending this framework for a while. I recommend everyone taking a really good look at it.
There has been lots of speculation about it not gaining traction. In large organisations, or in large projects, people forget that frameworks can only be replaced [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.0 of <a href="http://cfwheels.org/blog/index.cfm/2009/11/24/Wheels-10-Were-Production-Ready">coldfusion on wheels</a> was released in late November.</p>
<p>I&#8217;ve been watching, and recommending this framework for a while. I recommend everyone taking a really good look at it.</p>
<p>There has been lots of speculation about it not gaining traction. In large organisations, or in large projects, people forget that frameworks can only be replaced when the existing application is redeveloped. In traditional risk-averse environments it can be many years between re-developments. Couple that with some really good frameworks like Coldbox, and Mach II and traction for Wheels could be pretty slow.That isn&#8217;t the frameworks fault, its just the way things happen. Sometimes a tipping point has to be reached before community projects explode into life.</p>
<p>All of this can only be aided by the release of the 1.0 release. Beta releases (except by Google) put people off, and hopefully this will mark a step change in peoples attitudes to wheels.</p>
<p>Joel &#8211; <a href="http://www.smarticles.eu">Smarticles</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoclasm.com/2009/12/coldfusion-with-wheels-gains-traction/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>implicit getters and setters using CF</title>
		<link>http://www.technoclasm.com/2009/12/implicit-getters-and-setters-using-cf/</link>
		<comments>http://www.technoclasm.com/2009/12/implicit-getters-and-setters-using-cf/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 10:19:54 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[auto-magic]]></category>
		<category><![CDATA[getters]]></category>
		<category><![CDATA[implicit]]></category>
		<category><![CDATA[setters]]></category>

		<guid isPermaLink="false">http://www.technoclasm.com/?p=105</guid>
		<description><![CDATA[A few notes on implicit vs explicit getters and setters.
1) Coldfusion support in CF9 is enabled on the property tag as an attribute &#8211; not on by default
http://www.danvega.org/blog/index.cfm/2009/10/6/ColdFusion-9-Implicit-getters&#8211;setters-change
2) Coldfusion onMissingMethod
http://www.bennadel.com/index.cfm?dax=blog:868.view 
Although Ben Nadel seems to dislike the thing ( it was a while back so maybe he changed his mind?) &#8211; and he&#8217;s being convinced [...]]]></description>
			<content:encoded><![CDATA[<p>A few notes on implicit vs explicit getters and setters.</p>
<p>1) Coldfusion support in CF9 is enabled on the property tag as an attribute &#8211; not on by default<br />
<a href="http://www.danvega.org/blog/index.cfm/2009/10/6/ColdFusion-9-Implicit-getters--setters-change">http://www.danvega.org/blog/index.cfm/2009/10/6/ColdFusion-9-Implicit-getters&#8211;setters-change</a></p>
<p>2) Coldfusion onMissingMethod<br />
<a href="http://www.bennadel.com/index.cfm?dax=blog:868.view ">http://www.bennadel.com/index.cfm?dax=blog:868.view </a><br />
Although Ben Nadel seems to dislike the thing ( it was a while back so maybe he changed his mind?) &#8211; and he&#8217;s being convinced in the comments. The performance affect was exceedingly marginal (&lt;20ms).</p>
<p>An implementation of what I was talking about is here:<br />
<a href="http://www.coldfusionjedi.com/index.cfm/2007/8/5/Warning-about-onMissingMethod">http://www.coldfusionjedi.com/index.cfm/2007/8/5/Warning-about-onMissingMethod</a> &#8211; the warning relates to using the right arguments. Comments suggested changing find to comparing the first 3 characters to improve performance.<br />
<code><br />
&lt;cfcomponent name="entity_auto" extends="ColdFX.entity" output="false"&gt;</code></p>
<p>&lt;cffunction name=&#8221;onMissingMethod&#8221; access=&#8221;public&#8221; returnType=&#8221;any&#8221; output=&#8221;false&#8221;&gt;<br />
&lt;cfargument name=&#8221;missingMethodName&#8221; type=&#8221;string&#8221; required=&#8221;true&#8221;&gt;<br />
&lt;cfargument name=&#8221;missingMethodArguments&#8221; type=&#8221;struct&#8221; required=&#8221;true&#8221;&gt;<br />
&lt;cfset var key = &#8220;&#8221;&gt;</p>
<p>&lt;!&#8212; this includes arguments with set &#8212;&gt;<br />
&lt;cfif left(arguments.missingMethodName,3) eq &#8220;set&#8221;&gt;<br />
&lt;cfset key = replaceNoCase(arguments.missingMethodName,&#8221;get&#8221;,&#8221;")&gt;<br />
&lt;cfif structKeyExists(variables, key)&gt;<br />
&lt;cfreturn variables[key]&gt;<br />
&lt;/cfif&gt;<br />
&lt;/cfif&gt;</p>
<p>&lt;!&#8212; this includes arguments with get &#8212;&gt;<br />
&lt;cfif left(arguments.missingMethodName,3) eq &#8220;get&#8221;&gt;<br />
&lt;cfset key = replaceNoCase(arguments.missingMethodName,&#8221;set&#8221;,&#8221;")&gt;<br />
&lt;cfif structKeyExists(arguments.missingMethodArguments, key)&gt;<br />
&lt;cfset variables[key] = arguments.missingMethodArguments[key]&gt;<br />
&lt;/cfif&gt;<br />
&lt;/cfif&gt;</p>
<p>&lt;!&#8212; everything else still throws an error &#8212;&gt;</p>
<p>&lt;/cffunction&gt;</p>
<p>&lt;/cfcomponent&gt;</p>
<p>If you want to turn on auto magic dynamic proxying all you do in your component is<br />
<code><br />
&lt;cfcomponent name="car" extends="ColdFX.entity_auto" output="false"&gt;<br />
&lt;cfproperty name="wheels"&gt;<br />
&lt;cfproperty name="engine"&gt;</code></p>
<p>&lt;cffunction name=&#8221;init&#8221;&gt;<br />
&lt;cfargument name=&#8221;wheels&#8221;&gt;<br />
&lt;cfargument name=&#8221;engine&#8221;&gt;<br />
&lt;cfset this.setWheels(arguments.wheels)/&gt;<br />
&lt;cfset this.setEngine(arguments.engine)/&gt;<br />
&lt;/cffunction&gt;</p>
<p>&lt;/cfcomponent&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoclasm.com/2009/12/implicit-getters-and-setters-using-cf/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HTML5 Forms</title>
		<link>http://www.technoclasm.com/2009/11/html5-forms/</link>
		<comments>http://www.technoclasm.com/2009/11/html5-forms/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 08:28:56 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.technoclasm.com/?p=85</guid>
		<description><![CDATA[This is a follow up on my previous post. It intends to go into greater detail about form fields in HTML 5.
Using HTML 5 Forms
Firstly webforms2 seems to have a javascript implementation so that you can use these in all modern web browsers. The library seems to be adapting itself, but should be pretty bombproof [...]]]></description>
			<content:encoded><![CDATA[<p>This is a follow up on my previous post. It intends to go into greater detail about form fields in HTML 5.</p>
<h2>Using HTML 5 Forms</h2>
<p>Firstly <a href="http://code.google.com/p/webforms2/">webforms2</a> seems to have a javascript implementation so that you can use these in all modern web browsers. The library seems to be adapting itself, but should be pretty bombproof for html5 soon.</p>
<p>With this you can start using</p>
<pre>&lt;input type="email"/&gt;
&lt;input type="date"/&gt;
&lt;input type="url"/&gt;</pre>
<p>all immediately.</p>
<h2>Required Fields</h2>
<p>There are however some bonus options. I mentioned input required in my previous post &#8211; as my commenter points out &#8211; it should be:</p>
<pre>&lt;input required="required"/&gt;</pre>
<h2>Bespoke Validation</h2>
<p>There is also the neat pattern attributes which allows you to bespoke regular expression validation for a field</p>
<pre>&lt;input type="text" pattern="^([A-PR-UWYZ][A-HK-Y0-9][A-HJKS-UW0-9]?
[ABEHMNPRVWXY0-9]?{1,2} [0-9][ABD-HJLNP-UW-Z]{2})$" /&gt;
&lt;!-- uk postal code --&gt;</pre>
<h2>Placeholder</h2>
<p>Placeholder is some text that provides a hint to the user about what to type. It isn&#8217;t the default value.  I have seen this hacked in with Javascript several times before. Its a really good nice to have feature that can be implemented really cheaply.</p>
<h2>Javascript and Handlers</h2>
<p>For the form level. You can now call <dfn id="dom-form-checkvalidity" title="dom-form-checkValidity"><code>checkValidity()</code></dfn> on the form to check the validity of the form.</p>
<p>When you submit a form using <code>submit()</code> with a <em>scripted-submit</em> tag present.</p>
<p>Finally if you want to do bespoke validations to a form and use the built in form validation. You can set a custom validity for the field using <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-cva-setcustomvalidity">setCustomValidity()</a>. An empty string indicates validity, anything else indicates an error.</p>
<p>Joel</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoclasm.com/2009/11/html5-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scoping Variables in Railo</title>
		<link>http://www.technoclasm.com/2009/11/scoping-variables-in-railo/</link>
		<comments>http://www.technoclasm.com/2009/11/scoping-variables-in-railo/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 14:09:30 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Railo]]></category>

		<guid isPermaLink="false">http://www.technoclasm.com/?p=73</guid>
		<description><![CDATA[Just a really quick one. I saw Andy Scott&#8217;s email about scopes and was reminded what was cool about Railo
In Railo administrator at Settings/Scope you can set the Local Scope Mode from update to always, this change how Railo use the local scope, after this change Railo write every un-scoped variable to the local scope, [...]]]></description>
			<content:encoded><![CDATA[<p>Just a really quick one. I saw <a href="http://www.andyscott.id.au/index.cfm/2009/11/25/Should-you-scope-a-variable-in-ColdFusion">Andy Scott&#8217;</a>s email about scopes and was reminded what was cool about Railo</p>
<blockquote><p><span style="font-family: Courier,Monospaced;">In Railo administrator at <em>Settings/Scope</em> you can set the <em>Local Scope Mode</em> from <em>update </em>to <em>always</em>, this change how Railo use the local scope, after this change Railo write every un-scoped variable to the local scope, you no longer need the var or local. to write a variable to local scope, this makes code like this a much easier. </span><a href="http://groups.google.com/group/railo/browse_thread/thread/45f9ccb3bbef2280"><span style="font-family: Courier,Monospaced;">Michael Offner-Streit </span></a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.technoclasm.com/2009/11/scoping-variables-in-railo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>4 features of html5 to look out for</title>
		<link>http://www.technoclasm.com/2009/11/4-features-of-html5/</link>
		<comments>http://www.technoclasm.com/2009/11/4-features-of-html5/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 08:12:57 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Html5]]></category>

		<guid isPermaLink="false">http://www.technoclasm.com/?p=59</guid>
		<description><![CDATA[I have been keen to take a look at html 5 and I thought I would have a go.  Google have recently released an os based on it, and Microsoft are promising that Internet Explorer will (mostly) support it.
From my initial view it looks really sensible.  I hope that the browsers can get together and [...]]]></description>
			<content:encoded><![CDATA[<p>I have been keen to take a look at html 5 and I thought I would have a go.  Google have recently <a href="http://www.androidguys.com/2009/11/23/idle-musings-android-on-chrome/">released an os based on it</a>, and Microsoft are promising that <a href="http://www.cmswire.com/cms/industry-news/microsoft-details-plans-for-internet-explorer-9-ie9-006097.php">Internet Explorer</a> will (mostly) support it.</p>
<p>From my initial view it looks really sensible.  I hope that the browsers can get together and <a href="http://arstechnica.com/open-source/news/2009/07/decoding-the-html-5-video-codec-debate.ars">thrash out a solution</a> to the video tag &#8211; it would save everyone from having to install flash, or worse still silverlight.</p>
<h2>1) Embed other XML</h2>
<p>HTML 5 allows for MathML and SVG elements to be    used inside a document</p>
<h2>2) New Tags</h2>
<ul>
<li><strong><a href="http://www.w3.org/TR/html5/semantics.html#the-section-element"><code>section</code></a> represents a generic document or application section. It can be <a title="Headings and sections" href="http://www.w3.org/TR/html5/semantics.html#headings-and-sections">used together</a> with the      <code>h1</code>, <code>h2</code>, <code>h3</code>, <code>h4</code>,      <code>h5</code>, and <code>h6</code> elements to indicate the document      structure.</strong><br />
<span style="color: #888888;">this confuses me a bit &#8211; but it seems to be to define an area of the page as a section.<br />
</span></li>
<li><strong><a href="http://www.w3.org/TR/html5/semantics.html#the-article-element"><code>article</code></a> represents an independent piece of content of a document, such as a blog      entry or newspaper article.</strong><br />
<span style="color: #888888;">On the blog home page (like this one) each blog entry would be wrapped in a &lt;article&gt;&lt;/article&gt; tag</span><span style="color: #888888;">.  It&#8217;s likely to be well implemented by blog engines, and cms systems.</span> <span style="color: #888888;">Particularly if Google news will syndicate your content because its in an article tag </span></li>
<li><strong><a href="http://www.w3.org/TR/html5/semantics.html#the-aside-element"><code>aside</code></a> represents a piece of content that is only slightly related to the rest      of the page.</strong><br />
<span style="color: #888888;">This is for off-topic content. Great for search engines &#8211; but I can&#8217;t see many people using this too much unless they&#8217;re really geeky</span></li>
<li><strong><a href="http://www.w3.org/TR/html5/semantics.html#the-hgroup-element"><code>hgroup</code></a> represents the header of a section</strong><br />
<span style="color: #888888;">Strangely named but I guess quite useful if you are keen to structure your pages perfectly</span><span style="color: #888888;">.  Really useful for SEO and search engines. </span></li>
<li><strong><a href="http://www.w3.org/TR/html5/semantics.html#the-header-element"><code>header</code></a> represents a group of introductory or navigational aids.</strong><br />
<span style="color: #888888;">Similar sounding to head, heading is for what always seems to get put in &#8220;&lt;div class=&#8217;head&#8217;&gt;&#8221;</span><span style="color: #888888;">.  Really useful for SEO and search engines. </span></li>
<li><strong><a href="http://www.w3.org/TR/html5/semantics.html#the-footer-element"><code>footer</code></a> represents a footer for a section and can contain information about the      author, copyright information, et cetera.</strong><br />
<span style="color: #888888;">The same as header, but with the footer.  Really useful for SEO and search engines. </span></li>
<li><strong><a href="http://www.w3.org/TR/html5/semantics.html#the-nav-element"><code>nav</code></a> represents a section of the document intended for navigation.</strong><br />
<span style="color: #888888;">The same as header and footer but for the navigation. </span></li>
<li><strong><a href="http://www.w3.org/TR/html5/semantics.html#the-dialog-element"><code>dialog</code></a> can be used to mark up a conversation like this: </strong>
<pre><span style="color: #888888;"><code>&lt;dialog&gt;
 &lt;dt&gt; Sir if you were my husband I'd poison your tea
 &lt;dd&gt; Lady, if you were my wife I would drink it
&lt;/dialog&gt;</code></span></pre>
</li>
</ul>
<ul>
<li><strong><a href="http://www.w3.org/TR/html5/embedded-content-0.html#the-figure-element"><code>figure</code></a> can be used to associate a caption together with some embedded content,      such as a graphic or video: </strong>
<pre><span style="color: #888888;"><code>&lt;figure&gt;
 &lt;video src="paris_hilton_vid"&gt;&lt;/video&gt;
 &lt;legend&gt;un-named hotel heiress in video shame&lt;/legend&gt;
&lt;/figure&gt;
This wont hurt SEO, or Talking Browsers, and it seems to offer some nice possibilities</code></span></pre>
</li>
</ul>
<ul>
<li><strong><a href="http://www.w3.org/TR/html5/video.html#video"><code>video</code></a> and <a href="http://www.w3.org/TR/html5/video.html#audio"><code>audio</code></a> for multimedia content.</strong><br />
<span style="color: #888888;">Implementation of this is likely to be very hit and miss. Every browser seems really keen to do it absolutely differently</span></li>
<li><strong><a href="http://www.w3.org/TR/html5/embedded-content-0.html#the-embed-element"><code>embed</code></a> is used for plugin content.</strong></li>
<li><strong><a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-mark-element"><code>mark</code></a> represents a run of marked text.</strong><br />
<span style="color: #888888;">This is really for search results snippets where the word found is highlighted.<span style="color: #888888;"> </span></span><span style="color: #888888;">Now the mark tag can be used</span></li>
<li><strong><a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-progress-element"><code>progress</code></a> represents a completion of a task, such as downloading or when      performing a series of expensive operations.</strong><br />
<span style="color: #888888;">Self explanatory, but useful.  Should not be confused with things that require the meter tag. </span></li>
<li><strong><a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-meter-element"><code>meter</code></a> represents a measurement, such as disk usage.</strong><br />
Nice &#8211; this will help (support:  <a href="http://html5doctor.com/measure-up-with-the-meter-tag/">http://html5doctor.com/measure-up-with-the-meter-tag/</a>)</li>
</ul>
<ul>
<li><strong><a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-time-element"><code>time</code></a> represents a date and/or time.</strong><br />
Another nice addition, works on the locale of the browser</li>
<li><strong><a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-ruby-element"><code>ruby</code></a>,      <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-rt-element"><code>rt</code></a> and <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-rp-element"><code>rp</code></a> allow for marking up ruby annotations.</strong><br />
<span style="color: #888888;">Meh</span></li>
<li><strong><a href="http://www.w3.org/TR/html5/the-canvas-element.html#the-canvas-element"><code>canvas</code></a> is used for rendering dynamic bitmap graphics on the fly, such as graphs      or games.</strong></li>
<li><strong><a href="http://www.w3.org/TR/html5/interactive-elements.html#the-command"><code>command</code></a> represents a command the user can invoke.</strong><br />
<span style="color: #888888;">The &lt;command&gt; tag defines a command button, like a radiobutton, a  checkbox, or a button. The command element must be inside a menu element. If not, it will not be displayed.</span></li>
</ul>
<ul>
<li><strong><a href="http://www.w3.org/TR/html5/interactive-elements.html#the-details-element"><code>details</code></a> represents additional information or controls which the user can obtain      on demand.</strong></li>
<li><strong><a href="http://dev.w3.org/html5/spec/forms.html#the-datalist-element"><code>datalist</code></a> together with the a new <code>list</code> attribute for      <code>input</code> can be used to make comboboxes: </strong>
<pre><span style="color: #888888;"><code>&lt;input list="browsers"&gt;
&lt;datalist id="browsers"&gt;
 &lt;option value="Safari"&gt;
 &lt;option value="Firefox"&gt;
&lt;/datalist&gt;</code></span></pre>
</li>
<li><strong><a href="http://dev.w3.org/html5/spec/forms.html#the-keygen-element"><code>keygen</code></a> represents control for key pair generation</strong>.<br />
<span style="color: #888888;">Seems to allow for massively complicated key pair generation. I can&#8217;t think of a example use &#8211; but I&#8217;m sure there is a fabulous one. </span></li>
<li><strong><a href="http://dev.w3.org/html5/spec/forms.html#the-output-element"><code>output</code></a> represents some type of output, such as from a calculation done through      scripting.</strong></li>
</ul>
<h2>3) New Input Types</h2>
<p><span style="color: #888888;">There are mostly cool, and there are some nice hooks that you can add in with javascript <span style="color: #888888;">(</span></span><span style="color: #888888;">setCustomValidity).  I could write a book on these &#8211; but for the most part I&#8217;m happy to suggest using your heads and reading the documentation.<br />
</span></p>
<ul>
<li><a href="http://www.w3.org/TR/html5/forms.html#telephone-state"><code>tel</code> </a><br />
<span style="color: #888888;">for entering telephone numbers</span></li>
<li><a href="http://www.w3.org/TR/html5/forms.html#text-state-and-search-state"><code>search</code></a><br />
<span style="color: #888888;">a synonym for text, useful for the browser to keep search results, but not other fields</span></li>
<li><a href="http://www.w3.org/TR/html5/forms.html#url-state"><code>url</code> </a><br />
<span style="color: #888888;">a validated field for urls</span></li>
<li><a href="http://www.w3.org/TR/html5/forms.html#e-mail-state"><code>email</code></a><br />
<span style="color: #888888;">a validated entry field for email addresses</span></li>
<li><a href="http://www.w3.org/TR/html5/forms.html#date-and-time-state"><code>datetime</code></a><a href="http://www.w3.org/TR/html5/forms.html#local-date-and-time-state"><code><br />
</code></a><span style="color: #888888;">a whole host of date/time pickers (nice)</span></li>
<li><a href="http://www.w3.org/TR/html5/forms.html#date-state"><code>date</code></a></li>
<li><a href="http://www.w3.org/TR/html5/forms.html#month-state"><code>month</code></a></li>
<li><a href="http://www.w3.org/TR/html5/forms.html#week-state"><code>week</code></a></li>
<li><a href="http://www.w3.org/TR/html5/forms.html#time-state"><code>time</code></a></li>
<li><a href="http://www.w3.org/TR/html5/forms.html#local-date-and-time-state"><code>datetime-local</code></a></li>
<li><a href="http://www.w3.org/TR/html5/forms.html#number-state"><code>number</code></a><br />
lets you choose a number</li>
<li><a href="http://www.w3.org/TR/html5/forms.html#range-state"><code>range<br />
</code></a><code>lets you pick a number (floating point) b</code><code>etween the minimum and maximum values </code><a href="http://www.w3.org/TR/html5/forms.html#range-state"></a></li>
<li><a href="http://www.w3.org/TR/html5/forms.html#color-state"><code>color</code></a><br />
a colour picker, nice</li>
</ul>
<h2>4) Additional Attributes</h2>
<h3>input required=true|false</h3>
<p>this is a bonus &#8211; a really sensible and useful addition.</p>
<h2>Summary</h2>
<p>As you can see there are a host of nice new features. Some of the new tags you could <a href="http://articles.sitepoint.com/article/html-5-snapshot-2009">start using now</a> (largely they will be ignored by older browsers). Others will require browser tweaking to get them to work successfully. But I think all-round its a nice standard.</p>
<p>Joel</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoclasm.com/2009/11/4-features-of-html5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Test/Staging Servers</title>
		<link>http://www.technoclasm.com/2009/11/on-test-and-staging-servers/</link>
		<comments>http://www.technoclasm.com/2009/11/on-test-and-staging-servers/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 10:40:50 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Railo]]></category>
		<category><![CDATA[Licensing]]></category>
		<category><![CDATA[Staging Server]]></category>
		<category><![CDATA[Test Server]]></category>

		<guid isPermaLink="false">http://www.technoclasm.com/?p=28</guid>
		<description><![CDATA[You can now host test servers and staging servers for free (1 per standard/enterprise license I think).  You need to have CF9 of course.
Terry Ryan has posted a blog about new licensing support. The problem with licenses, even when you are trying to be nice is that they are intentionally prescriptive.   he wrote in comments:
&#8220;In [...]]]></description>
			<content:encoded><![CDATA[<p>You can now host test servers and staging servers for free (1 per standard/enterprise license I think).  You need to have CF9 of course.</p>
<p>Terry Ryan has posted <a href="http://www.terrenceryan.com/blog/post.cfm/coldfusion-9-testing-staging-and-development-changes-to-eula">a blog</a> about new licensing support. The problem with licenses, even when you are trying to be nice is that they are intentionally prescriptive.   he wrote in comments:</p>
<blockquote><p>&#8220;In anycase, we don&#8217;t have Adobe police. The rules here are meant to enable you to have a proper environment, that is the spirit of those rules. We&#8217;re not going to hunt people down&#8221;.</p></blockquote>
<p>I think that Adobe are being really nice about this &#8211; so kudos to them for that. Although it does start me thinking about what Adobe police would look like&#8230;</p>
<p>If you struggle with that there is always the <a href="http://www.getrailo.com">brilliant Railo</a> which has just jumped another <a href="http://www.railo.ch/blog/index.cfm/2009/11/16/Railo-312-Preview">point version in Alpha</a>. The version <a href="http://www.smarticles.eu">Smarticles</a> have running in production is lovely, lightning fast and stable. If I need a dev instance or 20 I can have them.  Love it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoclasm.com/2009/11/on-test-and-staging-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototyping/wireframing tools</title>
		<link>http://www.technoclasm.com/2009/11/prototypingwireframing-tools/</link>
		<comments>http://www.technoclasm.com/2009/11/prototypingwireframing-tools/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 07:57:00 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[wireframe]]></category>

		<guid isPermaLink="false">http://www.technoclasm.com/?p=12</guid>
		<description><![CDATA[I was going to try http://www.protoshare.com and http://www.axure.com as prototyping tools for Smarticles.

Has anyone else had any experience of them?
Alternatively, what do you use?

I find Visio a bit difficult to pass around and the output is not very good.
I would really appreciate anyone&#8217;s thoughts suggestions?
What I need:

Easy distribution to clients/developers/project managers
Easy to build prototypes
Preferably working [...]]]></description>
			<content:encoded><![CDATA[<p>I was going to try <a href="http://www.protoshare.com/">http://www.protoshare.com</a> and <a href="http://www.axure.com/">http://www.axure.com</a> as prototyping tools for <a href="http://www.smarticles.eu/">Smarticles</a>.</p>
<ul>
<li>Has anyone else had any experience of them?</li>
<li>Alternatively, what do you use?</li>
</ul>
<p>I find Visio a bit difficult to pass around and the output is not very good.</p>
<p>I would really appreciate anyone&#8217;s thoughts suggestions?</p>
<p>What I need:</p>
<ul>
<li>Easy distribution to clients/developers/project managers</li>
<li>Easy to build prototypes</li>
<li>Preferably working (clickable) prototypes (ie.the function doesn&#8217;t have to happen)</li>
</ul>
<p>Joel</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoclasm.com/2009/11/prototypingwireframing-tools/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Site Preflight Checklist</title>
		<link>http://www.technoclasm.com/2009/11/site-preflight-checklist/</link>
		<comments>http://www.technoclasm.com/2009/11/site-preflight-checklist/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:16:00 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.technoclasm.com/?p=10</guid>
		<description><![CDATA[I was just putting together a list of things that should be done prior to launching a website. It only takes an hour to add them all, and it makes the world of difference.
Analytics
Make sure the site you launch has got analytics turned on. Worse-case you can change to another analytics provider. Careful if the [...]]]></description>
			<content:encoded><![CDATA[<p>I was just putting together a list of things that should be done prior to launching a website. It only takes an hour to add them all, and it makes the world of difference.</p>
<h3>Analytics</h3>
<p>Make sure the site you launch has got analytics turned on. Worse-case you can change to another analytics provider. Careful if the site contains sensitive information.</p>
<h3>Robots.txt</h3>
<p>Put a robots.txt, even a blank one. Having a file existing is usually cheaper to webservers, than not having one. Especially if you have re-write rules. I have known sites to suffer from slow downs caused by robots.txt and favicon.ico&#8217;s</p>
<h3>Favicon.ico</h3>
<p>Put a favicon.ico file. It makes your site more professional and its much easier to see for through the forest of tabs. On big projects its nice to have different ones for dev, test and production.</p>
<h3>Sitemap.xml</h3>
<p>Add a sitemap.xml, use a generator, or automate it. I don&#8217;t mind. It just gets your content on google, yahoo, and alltheweb.com a million times faster. If your site doesn&#8217;t link to every page on the homepage then make sure you have a human sitemap too.</p>
<p>This inst an exhaustive list. The word of the day is Soporific so it looks like I have lost all my <a href="http://www.smarticles.eu/">Smarticles</a> this afternoon. What do you do add before go-live?</p>
<p>Joel</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoclasm.com/2009/11/site-preflight-checklist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
