<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Zen Coding: Generating HTML from selectors</title>
	<atom:link href="http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: kaberdey</title>
		<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/comment-page-1#comment-278655</link>
		<dc:creator>kaberdey</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8013#comment-278655</guid>
		<description>very interesting. I&#039;ve just sen this tecq. and I like it.
I will try , thx</description>
		<content:encoded><![CDATA[<p>very interesting. I&#8217;ve just sen this tecq. and I like it.<br />
I will try , thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oknate</title>
		<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/comment-page-1#comment-276894</link>
		<dc:creator>oknate</dc:creator>
		<pubDate>Sun, 29 Nov 2009 17:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8013#comment-276894</guid>
		<description>I had trouble getting it to work in Aptana, until I upgraded to Aptana 2.0 -- now I&#039;ve got it working, but I&#039;m excited about getting under the hood and adding my own customizations.  Right now I&#039;ve got to strip out all of the russian language stuff because it won&#039;t let me save it right now.</description>
		<content:encoded><![CDATA[<p>I had trouble getting it to work in Aptana, until I upgraded to Aptana 2.0 &#8212; now I&#8217;ve got it working, but I&#8217;m excited about getting under the hood and adding my own customizations.  Right now I&#8217;ve got to strip out all of the russian language stuff because it won&#8217;t let me save it right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sixtyseconds</title>
		<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/comment-page-1#comment-276790</link>
		<dc:creator>sixtyseconds</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8013#comment-276790</guid>
		<description>...div markup stripped....*sigh*</description>
		<content:encoded><![CDATA[<p>&#8230;div markup stripped&#8230;.*sigh*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sixtyseconds</title>
		<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/comment-page-1#comment-276789</link>
		<dc:creator>sixtyseconds</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8013#comment-276789</guid>
		<description>@matasp - I think I could, quite possibly, quit web development if I saw that jQuery plugin used. $(&#039;&#039;) is already fugly...</description>
		<content:encoded><![CDATA[<p>@matasp &#8211; I think I could, quite possibly, quit web development if I saw that jQuery plugin used. $(&#8221;) is already fugly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matasp</title>
		<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/comment-page-1#comment-276781</link>
		<dc:creator>matasp</dc:creator>
		<pubDate>Wed, 25 Nov 2009 11:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8013#comment-276781</guid>
		<description>what I&#039;d really like to see is, somebody implementing this reverse logic in a JS, like imagine this jQuery:
$(&#039;#myNode&#039;).append($.generate(&#039;div.wrapper&gt;div.first+div.second&#039;));

normally generating HTML in JS with Strings is always such a code mess.</description>
		<content:encoded><![CDATA[<p>what I&#8217;d really like to see is, somebody implementing this reverse logic in a JS, like imagine this jQuery:<br />
$(&#8216;#myNode&#8217;).append($.generate(&#8216;div.wrapper&gt;div.first+div.second&#8217;));</p>
<p>normally generating HTML in JS with Strings is always such a code mess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Mahemoff</title>
		<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/comment-page-1#comment-276778</link>
		<dc:creator>Michael Mahemoff</dc:creator>
		<pubDate>Wed, 25 Nov 2009 10:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8013#comment-276778</guid>
		<description>I found via the comments there sparkup, a similar tool which works for vim, and made a quick screencast http://mini.softwareas.com/screencast-vim-sparkup-plugin-by-aescnt-makes</description>
		<content:encoded><![CDATA[<p>I found via the comments there sparkup, a similar tool which works for vim, and made a quick screencast <a href="http://mini.softwareas.com/screencast-vim-sparkup-plugin-by-aescnt-makes" rel="nofollow">http://mini.softwareas.com/screencast-vim-sparkup-plugin-by-aescnt-makes</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mehas</title>
		<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/comment-page-1#comment-276775</link>
		<dc:creator>mehas</dc:creator>
		<pubDate>Wed, 25 Nov 2009 05:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8013#comment-276775</guid>
		<description>How is this better than HAML?</description>
		<content:encoded><![CDATA[<p>How is this better than HAML?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sos</title>
		<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/comment-page-1#comment-276770</link>
		<dc:creator>sos</dc:creator>
		<pubDate>Tue, 24 Nov 2009 16:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8013#comment-276770</guid>
		<description>Did anyone get it working with Aptana?</description>
		<content:encoded><![CDATA[<p>Did anyone get it working with Aptana?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Integralist</title>
		<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/comment-page-1#comment-276767</link>
		<dc:creator>Integralist</dc:creator>
		<pubDate>Tue, 24 Nov 2009 15:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8013#comment-276767</guid>
		<description>This reminds me of James Padolsey&#039;s &quot;Satisfy&quot;: http://github.com/jamespadolsey/satisfy</description>
		<content:encoded><![CDATA[<p>This reminds me of James Padolsey&#8217;s &#8220;Satisfy&#8221;: <a href="http://github.com/jamespadolsey/satisfy" rel="nofollow">http://github.com/jamespadolsey/satisfy</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonhartmann</title>
		<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/comment-page-1#comment-276766</link>
		<dc:creator>jonhartmann</dc:creator>
		<pubDate>Tue, 24 Nov 2009 15:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8013#comment-276766</guid>
		<description>I had big problems with the Aptana version; it took me forever to figure out what to do with the files, and once I got them into place, it just &lt;strong&gt;broke&lt;/strong&gt; Aptana. Basically, as long as it was installed, like 4 of my keys just didn&#039;t work. I&#039;d assume it was some attempt to tie into them for shortcuts, but it was just horking things up for me.</description>
		<content:encoded><![CDATA[<p>I had big problems with the Aptana version; it took me forever to figure out what to do with the files, and once I got them into place, it just <strong>broke</strong> Aptana. Basically, as long as it was installed, like 4 of my keys just didn&#8217;t work. I&#8217;d assume it was some attempt to tie into them for shortcuts, but it was just horking things up for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonhartmann</title>
		<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/comment-page-1#comment-276765</link>
		<dc:creator>jonhartmann</dc:creator>
		<pubDate>Tue, 24 Nov 2009 15:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8013#comment-276765</guid>
		<description>Yeah, looks like Ajaxian lost some stuff. Wonder if they had to restore from backups or something?</description>
		<content:encoded><![CDATA[<p>Yeah, looks like Ajaxian lost some stuff. Wonder if they had to restore from backups or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sixtyseconds</title>
		<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/comment-page-1#comment-276763</link>
		<dc:creator>sixtyseconds</dc:creator>
		<pubDate>Tue, 24 Nov 2009 07:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8013#comment-276763</guid>
		<description>What happened to all the other comments? o.0</description>
		<content:encoded><![CDATA[<p>What happened to all the other comments? o.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nosredna</title>
		<link>http://ajaxian.com/archives/zen-coding-generating-html-from-selectors/comment-page-1#comment-276761</link>
		<dc:creator>Nosredna</dc:creator>
		<pubDate>Tue, 24 Nov 2009 07:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8013#comment-276761</guid>
		<description>I downloaded the Netbeans zip, but I could only find Russian instructions.</description>
		<content:encoded><![CDATA[<p>I downloaded the Netbeans zip, but I could only find Russian instructions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

