<?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; Search Engine Optimisation</title>
	<atom:link href="http://www.technoclasm.com/category/search-engine-optimisation/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>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>Bing Cashback Fail</title>
		<link>http://www.technoclasm.com/2009/11/bing-cashback-fail/</link>
		<comments>http://www.technoclasm.com/2009/11/bing-cashback-fail/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 08:38:58 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.technoclasm.com/?p=53</guid>
		<description><![CDATA[So it turns out that American&#8217;s using Bings cashback service are being ripped off very-obviously.
The problem for Microsoft is not that Butterfly Photo have carefully studied the demographics, determined that Bing customers are morons, and have decided to charge them more. The problem is that the service is fledgling, it is trying to gain traction, [...]]]></description>
			<content:encoded><![CDATA[<p>So it turns out that American&#8217;s using Bings cashback service are being <a href="http://bountii.com/blog/2009/11/23/negative-cashback-from-bing-cashback/">ripped off</a> very-obviously.</p>
<p>The problem for Microsoft is not that Butterfly Photo have carefully studied the demographics, determined that Bing customers are morons, and have decided to charge them more. The problem is that the service is fledgling, it is trying to gain traction, and any small push could send it off the rails.</p>
<p>I really want a quality search engine to compete with Google. If all I am going to get is a money grabbing, murdoch sourced web. Microsoft can keep theirs.  Ask is better.</p>
<p>update:</p>
<p>An <a href="http://www.theregister.co.uk/2009/11/23/bing_and_retailers/">article </a>at the register announced</p>
<blockquote><p>&#8220;Bing has boosted Microsoft&#8217;s retailer revenues by nearly 50 per cent, according to a new search-ad study.&#8221;</p></blockquote>
<p>I wonder how that happened</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoclasm.com/2009/11/bing-cashback-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Murdoch and Ballmer to de-index news from Google</title>
		<link>http://www.technoclasm.com/2009/11/murdoch-and-ballmer-to-de-index-news-from-google/</link>
		<comments>http://www.technoclasm.com/2009/11/murdoch-and-ballmer-to-de-index-news-from-google/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 14:44:02 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.technoclasm.com/?p=48</guid>
		<description><![CDATA[So News Corp went to Microsoft and offered a &#8220;de-list for cash&#8221; offer. Microsoft had previously punted the idea to someone else.
This for me is the great powerplay of to monoliths of the modern era. I wont say that its doomed to fail because; they&#8217;re both rich powerful organisations with huge resources. For me its [...]]]></description>
			<content:encoded><![CDATA[<p>So News Corp went to Microsoft and offered a <a href="http://www.ft.com/cms/s/0/a243c8b2-d79b-11de-b578-00144feabdc0.html?nclick_check=1">&#8220;de-list for cash&#8221; offer</a>. Microsoft had previously punted the idea to someone else.</p>
<p>This for me is the great powerplay of to monoliths of the modern era. I wont say that its doomed to fail because; they&#8217;re both rich powerful organisations with huge resources. For me its a bit mad; would you voluntarily remove your site from Google? Would you go bing-only? Wierd.</p>
<p>Joel</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technoclasm.com/2009/11/murdoch-and-ballmer-to-de-index-news-from-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search Engine Optimisation Roundup</title>
		<link>http://www.technoclasm.com/2009/11/search-engine-optimisation-roundup/</link>
		<comments>http://www.technoclasm.com/2009/11/search-engine-optimisation-roundup/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 08:29:53 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.technoclasm.com/?p=23</guid>
		<description><![CDATA[Caffeine
Caffeine will affect search rankings in a very minor way, but is a nice architectural update.
http://www.mattcutts.com/blog/google-caffeine-update/
WebCEO
Web CEO is a cracking tool for doing search engine optimisation analysis.
Good Content
Good Content remains the single most important factor in search marketing. And will be forever.
Web-master Tools
There are a whole bunch of webmaster tools for different search engines.  They [...]]]></description>
			<content:encoded><![CDATA[<h3>Caffeine</h3>
<p>Caffeine will affect search rankings in a very minor way, but is a nice architectural update.</p>
<p><a href="http://www.mattcutts.com/blog/google-caffeine-update/">http://www.mattcutts.com/blog/google-caffeine-update/</a></p>
<h3>WebCEO</h3>
<p><a href="http://www.webceo.com">Web CEO </a>is a cracking tool for doing search engine optimisation analysis.</p>
<h3>Good Content</h3>
<p>Good Content remains the single most important factor in search marketing. And will be forever.</p>
<h3>Web-master Tools</h3>
<p>There are a whole bunch of webmaster tools for <a href="https://siteexplorer.search.yahoo.com/mysites">different </a><a href="https://www.google.com/webmasters/tools/home?hl=en">search </a><a href="http://www.bing.com/webmaster/">engines</a>.  They help you identify problems with your content, deal with content issues, and upload xml sitemaps.</p>
<h3>Personal Bing Issues</h3>
<p>I&#8217;ve found Bing to be very poor. Trying to add <a href="http://www.smarticles.eu">Smarticles digital creative agency</a> to it, I have a lag of 4 weeks compare to Yahoo and Google. I submitted a sitemap,  and have followed best practice. Ask even found me by its self (pretty impressive, as I had forgotten about it).  But Bing still Bing&#8217;s badly.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">http://www.mattcutts.com/blog/google-caffeine-update/Cafeience</div>
]]></content:encoded>
			<wfw:commentRss>http://www.technoclasm.com/2009/11/search-engine-optimisation-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
