<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Code morphing</title>
	<atom:link href="http://www.thespanner.co.uk/2008/01/21/code-morphing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2008/01/21/code-morphing/</link>
	<description>A tool for designers dealing with programmers dealing with designers...</description>
	<pubDate>Tue, 30 Sep 2008 23:40:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: ring0</title>
		<link>http://www.thespanner.co.uk/2008/01/21/code-morphing/#comment-1096</link>
		<dc:creator>ring0</dc:creator>
		<pubDate>Tue, 22 Jan 2008 04:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2008/01/21/code-morphing/#comment-1096</guid>
		<description>Wow.  I wish I would have copied the random mutated code before i ran it.  It crahed IE7 good.  Interesting as I know that was not the intended result.</description>
		<content:encoded><![CDATA[<p>Wow.  I wish I would have copied the random mutated code before i ran it.  It crahed IE7 good.  Interesting as I know that was not the intended result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2008/01/21/code-morphing/#comment-1095</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Tue, 22 Jan 2008 01:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2008/01/21/code-morphing/#comment-1095</guid>
		<description>@jordan

No worries :)

I'm going to improve it further soon, the idea of the tovariables function is to scan for text assigned to variables and then splitting the content into pieces. 

At the moment it splits the code up but doesn't perform a correct regular expression.

Sorry about Spambam btw, a new version is in the pipeline (Geez all this code to do and so little time :) )</description>
		<content:encoded><![CDATA[<p>@jordan</p>
<p>No worries <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m going to improve it further soon, the idea of the tovariables function is to scan for text assigned to variables and then splitting the content into pieces. </p>
<p>At the moment it splits the code up but doesn&#8217;t perform a correct regular expression.</p>
<p>Sorry about Spambam btw, a new version is in the pipeline (Geez all this code to do and so little time <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://www.thespanner.co.uk/2008/01/21/code-morphing/#comment-1094</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Tue, 22 Jan 2008 01:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2008/01/21/code-morphing/#comment-1094</guid>
		<description>*sigh*

One day I'll learn to read entire posts before jumping up and responding.  You know, like the section that explicitly stated that method had bugs.  Whoops!</description>
		<content:encoded><![CDATA[<p>*sigh*</p>
<p>One day I&#8217;ll learn to read entire posts before jumping up and responding.  You know, like the section that explicitly stated that method had bugs.  Whoops!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://www.thespanner.co.uk/2008/01/21/code-morphing/#comment-1093</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Tue, 22 Jan 2008 01:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2008/01/21/code-morphing/#comment-1093</guid>
		<description>Looks like it still has some bugs in some of the random methods?  I put in:

alert("this is a test of the code");

Ran random once and got:

alert(x_0=!6==8?'t':0,x_1=!6==8?'h':0,x_2=!6==8?'i':0,x_3=!6==8?'s':0,x_4=!6==8?' ':0,x_5=!6==8?'i':0,x_6=!6==8?'s':0,x_7=!6==8?' ':0,x_8=!6==8?'a':0,x_9=!6==8?' ':0,x_10=!6==8?'t':0,x_11=!6==8?'e':0,x_12=!6==8?'s':0,x_13=!6==8?'t':0,x_14=!6==8?' ':0,x_15=!6==8?'o':0,x_16=!6==8?'f':0,x_17=!6==8?' ':0,x_18=!6==8?'t':0,x_19=!6==8?'h':0,x_20=!6==8?'e':0,x_21=!6==8?' ':0,x_22=!6==8?'c':0,x_23=!6==8?'o':0,x_24=!6==8?'d':0,x_25=!6==8?'e':0,x_26=x_0+x_1+x_2+x_3+x_4+x_5+x_6+x_7+x_8+x_9+x_10+x_11+x_12+x_13+x_14+x_15+x_16+x_17+x_18+x_19+x_20+x_21+x_22+x_23+x_24+x_25);

Which produces an alert of "0" only.  

I don't have more time right now to troubleshoot it or I'd look into it more closely.  Here's hoping the code isn't already in SpamBam and will block this comment.  ;-)

Hah!  The first try /did/ get caught by SpamBam.  Here's hoping the next one gets through...</description>
		<content:encoded><![CDATA[<p>Looks like it still has some bugs in some of the random methods?  I put in:</p>
<p>alert(&#8221;this is a test of the code&#8221;);</p>
<p>Ran random once and got:</p>
<p>alert(x_0=!6==8?&#8217;t':0,x_1=!6==8?&#8217;h':0,x_2=!6==8?&#8217;i':0,x_3=!6==8?&#8217;s&#8217;:0,x_4=!6==8?&#8217; &#8216;:0,x_5=!6==8?&#8217;i':0,x_6=!6==8?&#8217;s&#8217;:0,x_7=!6==8?&#8217; &#8216;:0,x_8=!6==8?&#8217;a':0,x_9=!6==8?&#8217; &#8216;:0,x_10=!6==8?&#8217;t':0,x_11=!6==8?&#8217;e':0,x_12=!6==8?&#8217;s&#8217;:0,x_13=!6==8?&#8217;t':0,x_14=!6==8?&#8217; &#8216;:0,x_15=!6==8?&#8217;o':0,x_16=!6==8?&#8217;f':0,x_17=!6==8?&#8217; &#8216;:0,x_18=!6==8?&#8217;t':0,x_19=!6==8?&#8217;h':0,x_20=!6==8?&#8217;e':0,x_21=!6==8?&#8217; &#8216;:0,x_22=!6==8?&#8217;c':0,x_23=!6==8?&#8217;o':0,x_24=!6==8?&#8217;d':0,x_25=!6==8?&#8217;e':0,x_26=x_0+x_1+x_2+x_3+x_4+x_5+x_6+x_7+x_8+x_9+x_10+x_11+x_12+x_13+x_14+x_15+x_16+x_17+x_18+x_19+x_20+x_21+x_22+x_23+x_24+x_25);</p>
<p>Which produces an alert of &#8220;0&#8243; only.  </p>
<p>I don&#8217;t have more time right now to troubleshoot it or I&#8217;d look into it more closely.  Here&#8217;s hoping the code isn&#8217;t already in SpamBam and will block this comment.  <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Hah!  The first try /did/ get caught by SpamBam.  Here&#8217;s hoping the next one gets through&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
