<?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>Protofy - The art of Prototyping &#187; entities</title>
	<atom:link href="http://proto5.net/tag/entities/feed/" rel="self" type="application/rss+xml" />
	<link>http://proto5.net</link>
	<description>What we prototype is something under discussion, what we dont is reality</description>
	<lastBuildDate>Wed, 04 Nov 2009 21:22:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>When custom attributes conflict with validation</title>
		<link>http://proto5.net/2008/08/when-custom-attributes-conflict-with-validation/</link>
		<comments>http://proto5.net/2008/08/when-custom-attributes-conflict-with-validation/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 21:17:10 +0000</pubDate>
		<dc:creator>R</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[entities]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[spry]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://proto5.net/?p=43</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I must confess, I am not a validation freak. Semantics and pixel perfection are my primary goals. Forgetting to specify a &#8220;type&#8221; on a javascript is not the biggest crime.</p>
<p>However I went ahead and validated the page I made for this telecom major. A social media campaign microsite which we created in five using restful calls and jquery in the front.</p>
<p>Back to validation, 11 validation errors awaited me, apart from the missing &#8220;type&#8221; attributes, I had custom attributes, ouch!</p>
<p>I was using those attributes among others for parameters, Ajax url&#8217;s. I knew the solution was a custom DTD, I remembered from a previous oroject where we had used adobe spry widgets, the software would drop a custom namespace on top of the header. Searching on the adobe site I figured that they had a tough time too and suggested having a entity tag in the header for the valufator and remove  it when going to production. </p>
<p>Code samples in my case are in the next post.</p>
<p>Oh and other than that I had a custom live chat code that had reserved keywords and unescaped characters. </p>
<p>So what did I do? read my next post for the answer. </p>
]]></content:encoded>
			<wfw:commentRss>http://proto5.net/2008/08/when-custom-attributes-conflict-with-validation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
