<?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>dev.enekoalonso.com &#187; change</title>
	<atom:link href="http://dev.enekoalonso.com/tag/change/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.enekoalonso.com</link>
	<description>having fun with code</description>
	<lastBuildDate>Wed, 12 Oct 2011 21:40:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Change in WebSockets handshake protocol</title>
		<link>http://dev.enekoalonso.com/2010/06/08/change-in-websockets-handshake-protocol/</link>
		<comments>http://dev.enekoalonso.com/2010/06/08/change-in-websockets-handshake-protocol/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 16:12:07 +0000</pubDate>
		<dc:creator>Eneko Alonso</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[devchannel]]></category>
		<category><![CDATA[handshake]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[websockets]]></category>
		<category><![CDATA[websoket]]></category>

		<guid isPermaLink="false">http://dev.enekoalonso.com/?p=587</guid>
		<description><![CDATA[If you are working with the latest version of Google Chrome (6.0.442.0) and you have been doing some testing or projects with WebSockets you may have already noticed there has been a change in the WebSockets specification for the client/server handshake protocol. More info about the change: http://webreflection.blogspot.com/2010/06/websocket-handshake-76-simplified.html http://blog.chromium.org/2010/06/websocket-protocol-updated.html Related Posts:May 22, 2010 -- More [...]]]></description>
			<content:encoded><![CDATA[<p>If you are working with the latest version of Google Chrome (6.0.442.0) and you have been doing some testing or projects with WebSockets you may have already noticed there has been a change in the WebSockets specification for the client/server handshake protocol.</p>
<p>More info about the change:<br />
<a href="http://webreflection.blogspot.com/2010/06/websocket-handshake-76-simplified.html">http://webreflection.blogspot.com/2010/06/websocket-handshake-76-simplified.html</a><br />
<a href="http://blog.chromium.org/2010/06/websocket-protocol-updated.html">http://blog.chromium.org/2010/06/websocket-protocol-updated.html</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li>May 22, 2010 -- <a href="http://dev.enekoalonso.com/2010/05/22/more-websockets-now-with-python/" title="More WebSockets, now with Python!">More WebSockets, now with Python!</a> (9)</li><li>May 3, 2010 -- <a href="http://dev.enekoalonso.com/2010/05/03/playing-with-websockets/" title="Playing with WebSockets">Playing with WebSockets</a> (4)</li><li>May 18, 2011 -- <a href="http://dev.enekoalonso.com/2011/05/18/location-hash-is-dead-on-html5-browsers/" title="location.hash is dead (on html5 browsers)">location.hash is dead (on html5 browsers)</a> (0)</li><li>May 12, 2011 -- <a href="http://dev.enekoalonso.com/2011/05/12/angry-birds-as-a-web-app/" title="Angry Birds as a Web App">Angry Birds as a Web App</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://dev.enekoalonso.com/2010/06/08/change-in-websockets-handshake-protocol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing issues with &#8216;change&#8217; event on text fields ala Mootools</title>
		<link>http://dev.enekoalonso.com/2009/08/14/fixing-issues-with-change-event-on-text-fields-ala-mootools/</link>
		<comments>http://dev.enekoalonso.com/2009/08/14/fixing-issues-with-change-event-on-text-fields-ala-mootools/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 23:54:20 +0000</pubDate>
		<dc:creator>Eneko Alonso</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://dev.enekoalonso.com/?p=368</guid>
		<description><![CDATA[Very nice snippet to solve a few annoying issues with the change event: http://www.meiocodigo.com/2009/08/13/new-changed-event/ Related Posts:October 5, 2010 -- Javascript console in the terminal (command line) (1)September 17, 2010 -- MooTools Core for Server and Mobile Development (1)June 8, 2010 -- Change in WebSockets handshake protocol (0)April 28, 2010 -- Mooml 1.2.3 &#8211; Bye, bye, [...]]]></description>
			<content:encoded><![CDATA[<p>Very nice snippet to solve a few annoying issues with the change event:<br />
<a href="http://www.meiocodigo.com/2009/08/13/new-changed-event/">http://www.meiocodigo.com/2009/08/13/new-changed-event/</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li>October 5, 2010 -- <a href="http://dev.enekoalonso.com/2010/10/05/javascript-console-in-the-terminal-command-line/" title="Javascript console in the terminal (command line)">Javascript console in the terminal (command line)</a> (1)</li><li>September 17, 2010 -- <a href="http://dev.enekoalonso.com/2010/09/17/mootools-core-for-server-and-mobile-development/" title="MooTools Core for Server and Mobile Development">MooTools Core for Server and Mobile Development</a> (1)</li><li>June 8, 2010 -- <a href="http://dev.enekoalonso.com/2010/06/08/change-in-websockets-handshake-protocol/" title="Change in WebSockets handshake protocol">Change in WebSockets handshake protocol</a> (0)</li><li>April 28, 2010 -- <a href="http://dev.enekoalonso.com/2010/04/28/mooml-1-2-3-bye-bye-with/" title="Mooml 1.2.3 &#8211; Bye, bye, with()">Mooml 1.2.3 &#8211; Bye, bye, with()</a> (3)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://dev.enekoalonso.com/2009/08/14/fixing-issues-with-change-event-on-text-fields-ala-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

