<?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: Adobe introduces Brackets, &#8220;A free, open-source code editor for the Web&#8221;</title>
	<atom:link href="http://blogs.adobe.com/jnack/2012/06/adobe-introduces-brackets-a-free-open-source-code-editor-for-the-web.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/jnack/2012/06/adobe-introduces-brackets-a-free-open-source-code-editor-for-the-web.html</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 05:33:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: bowerbird</title>
		<link>http://blogs.adobe.com/jnack/2012/06/adobe-introduces-brackets-a-free-open-source-code-editor-for-the-web.html#comment-62141</link>
		<dc:creator>bowerbird</dc:creator>
		<pubDate>Fri, 25 Jan 2013 23:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/jnack/?p=6999#comment-62141</guid>
		<description><![CDATA[7 months later, and it&#039;s still not 
actually mounted on the web yet.
you have to download it to try it.

-bowerbird]]></description>
		<content:encoded><![CDATA[<p>7 months later, and it&#8217;s still not<br />
actually mounted on the web yet.<br />
you have to download it to try it.</p>
<p>-bowerbird</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://blogs.adobe.com/jnack/2012/06/adobe-introduces-brackets-a-free-open-source-code-editor-for-the-web.html#comment-49856</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Fri, 28 Sep 2012 00:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/jnack/?p=6999#comment-49856</guid>
		<description><![CDATA[we haven&#039;t finished it yet, it&#039;s open source, and we want contributors now. so if you know any of these programming languages... 

hey great stuff, i appreciate good software design]]></description>
		<content:encoded><![CDATA[<p>we haven&#8217;t finished it yet, it&#8217;s open source, and we want contributors now. so if you know any of these programming languages&#8230; </p>
<p>hey great stuff, i appreciate good software design</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fra</title>
		<link>http://blogs.adobe.com/jnack/2012/06/adobe-introduces-brackets-a-free-open-source-code-editor-for-the-web.html#comment-47740</link>
		<dc:creator>fra</dc:creator>
		<pubDate>Fri, 20 Jul 2012 09:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/jnack/?p=6999#comment-47740</guid>
		<description><![CDATA[Any Linux plan for this ?]]></description>
		<content:encoded><![CDATA[<p>Any Linux plan for this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blogs.adobe.com/jnack/2012/06/adobe-introduces-brackets-a-free-open-source-code-editor-for-the-web.html#comment-47501</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 04 Jul 2012 13:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/jnack/?p=6999#comment-47501</guid>
		<description><![CDATA[I found &quot;Opera DragonFly&quot; developer tool by chance which look even better than Dreamweaver and Bracket in many ways.]]></description>
		<content:encoded><![CDATA[<p>I found &#8220;Opera DragonFly&#8221; developer tool by chance which look even better than Dreamweaver and Bracket in many ways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Chone</title>
		<link>http://blogs.adobe.com/jnack/2012/06/adobe-introduces-brackets-a-free-open-source-code-editor-for-the-web.html#comment-47161</link>
		<dc:creator>Jeremy Chone</dc:creator>
		<pubDate>Tue, 26 Jun 2012 13:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/jnack/?p=6999#comment-47161</guid>
		<description><![CDATA[wow, impressive. Lot of things I had the feeling a browser based editor could do. 

However, to make this useful for app developer it needs to manage dynamic content, and for the better or the worse the way HTML is generated from model and views are often framework dependent. For example, with brite (which is a DOM centric MVC), we organize our HTML code in templates (i.e. &lt;script type=&#039;text/html&#039;...) and then merge them with the model (letting the developer use their preferred template engine). The problem is that this is really framework dependent (even if with Brite, where we try to be as HTML oriented as possible), the tool would still need to understand some of the application model semantic. 

Anyway, great great work Adobe for taking a fresh approach on HTML/CSS/JS code editing, I think this is on the right path. 

This has potential to become the next dreamweaver for web page designer and perhaps even for HTML app developers.]]></description>
		<content:encoded><![CDATA[<p>wow, impressive. Lot of things I had the feeling a browser based editor could do. </p>
<p>However, to make this useful for app developer it needs to manage dynamic content, and for the better or the worse the way HTML is generated from model and views are often framework dependent. For example, with brite (which is a DOM centric MVC), we organize our HTML code in templates (i.e. &lt;script type=&#039;text/html&#039;&#8230;) and then merge them with the model (letting the developer use their preferred template engine). The problem is that this is really framework dependent (even if with Brite, where we try to be as HTML oriented as possible), the tool would still need to understand some of the application model semantic. </p>
<p>Anyway, great great work Adobe for taking a fresh approach on HTML/CSS/JS code editing, I think this is on the right path. </p>
<p>This has potential to become the next dreamweaver for web page designer and perhaps even for HTML app developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pritesh Desai</title>
		<link>http://blogs.adobe.com/jnack/2012/06/adobe-introduces-brackets-a-free-open-source-code-editor-for-the-web.html#comment-47151</link>
		<dc:creator>Pritesh Desai</dc:creator>
		<pubDate>Tue, 26 Jun 2012 10:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/jnack/?p=6999#comment-47151</guid>
		<description><![CDATA[its brilliant!
I spend lots of time in Chrome&#039;s &#039;Document Inspector&#039; trying to make live changes. Brackets is amazing, can&#039;t wait to try it out.]]></description>
		<content:encoded><![CDATA[<p>its brilliant!<br />
I spend lots of time in Chrome&#8217;s &#8216;Document Inspector&#8217; trying to make live changes. Brackets is amazing, can&#8217;t wait to try it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Campagna</title>
		<link>http://blogs.adobe.com/jnack/2012/06/adobe-introduces-brackets-a-free-open-source-code-editor-for-the-web.html#comment-47135</link>
		<dc:creator>Matthew Campagna</dc:creator>
		<pubDate>Tue, 26 Jun 2012 04:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/jnack/?p=6999#comment-47135</guid>
		<description><![CDATA[Very progressive. That&#039;s WAY cooler than Muse. =D]]></description>
		<content:encoded><![CDATA[<p>Very progressive. That&#8217;s WAY cooler than Muse. =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blogs.adobe.com/jnack/2012/06/adobe-introduces-brackets-a-free-open-source-code-editor-for-the-web.html#comment-47122</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 26 Jun 2012 01:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/jnack/?p=6999#comment-47122</guid>
		<description><![CDATA[Thanks for this introductory info. Very interesting, useful app with great potential. I hope for the quick development (additional browser support, new features, bugs elimination).]]></description>
		<content:encoded><![CDATA[<p>Thanks for this introductory info. Very interesting, useful app with great potential. I hope for the quick development (additional browser support, new features, bugs elimination).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
