<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>thecrumb.com &#187; Frameworks</title>
	<atom:link href="http://www.thecrumb.com/category/code/frameworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecrumb.com</link>
	<description>ColdFusion, Ant, jQuery and other geeky stuff with the occasional motorcycle post.</description>
	<pubDate>Fri, 25 Jul 2008 12:40:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
		<item>
		<title>Framework / Javascript Library Updates?</title>
		<link>http://www.thecrumb.com/2008/01/18/framework-javascript-library-updates/</link>
		<comments>http://www.thecrumb.com/2008/01/18/framework-javascript-library-updates/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 13:34:06 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<category><![CDATA[Frameworks]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/2008/01/18/framework-javascript-library-updates/</guid>
		<description><![CDATA[I&#8217;m curious how you handle updates to things like their ColdFusion frameworks, Javascript libraries, etc??   I&#8217;m using JQuery on several projects now and each project I think is using a different version of JQuery. 
Do you include your framework and library files in each project?
Do you keep these files in a &#8216;core&#8217; directory [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m curious how you handle updates to things like their ColdFusion frameworks, Javascript libraries, etc??   I&#8217;m using JQuery on several projects now and each project I think is using a different version of JQuery. </p>
<p>Do you include your framework and library files in each project?</p>
<p>Do you keep these files in a &#8216;core&#8217; directory somewhere and reference them from each project?  </p>
<p>Just curious how others handle this as I can see it getting worse and worse as I move forward and start using more and more of these (Mach-II, Reactor, JQuery, ExtJS, etc, etc).</p>
<h3>You May Also Enjoy Reading:</h3><ul class="related_post"><li><a href="http://www.thecrumb.com/2008/06/10/open-source-killing-commercial-tools-ide/" title="Open-source Killing Commercial Tools (IDE)">Open-source Killing Commercial Tools (IDE)</a></li><li><a href="http://www.thecrumb.com/2008/06/10/jquery-cheatsheets/" title="jQuery Cheatsheet(s)">jQuery Cheatsheet(s)</a></li><li><a href="http://www.thecrumb.com/2008/06/09/jquery-news-ui-15-and-jquerify-bookmarklet/" title="jQuery News: UI 1.5 and jQuerify Bookmarklet">jQuery News: UI 1.5 and jQuerify Bookmarklet</a></li><li><a href="http://www.thecrumb.com/2008/06/05/more-cfml-open-source-goodness-maybe/" title="More CFML Open-Source Goodness? Maybe?">More CFML Open-Source Goodness? Maybe?</a></li><li><a href="http://www.thecrumb.com/2008/06/05/slow-blogging-fast-jquery-126/" title="Slow Blogging - Fast jQuery (1.2.6)">Slow Blogging - Fast jQuery (1.2.6)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.thecrumb.com/2008/01/18/framework-javascript-library-updates/feed/</wfw:commentRss>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>CFEclipse, XMLBuddy and Mach-II DTD</title>
		<link>http://www.thecrumb.com/2007/01/31/cfeclipse-xmlbuddy-and-mach-ii-dtd/</link>
		<comments>http://www.thecrumb.com/2007/01/31/cfeclipse-xmlbuddy-and-mach-ii-dtd/#comments</comments>
		<pubDate>Wed, 31 Jan 2007 18:27:59 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
		<category><![CDATA[CFEclipse]]></category>

		<category><![CDATA[Code]]></category>

		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[Frameworks]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/2007/01/31/cfeclipse-xmlbuddy-and-mach-ii-dtd/</guid>
		<description><![CDATA[A few days ago someone on the Mach-II mailing list posted about using the existing Mach-II DTD within Eclipse/CFEclipse to get code hints within the XML config file.  
A few suggestions for XML editors came up (see end of this post for some links)&#8230;  I remember doing this for Fusebox and as I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago someone on the Mach-II mailing list <a href="http://groups.google.com/group/mach-ii-for-coldfusion/browse_thread/thread/6cc01d3f69ee06d?hl=en" target="_blank">posted</a> about using the existing Mach-II DTD within Eclipse/CFEclipse to get code hints within the XML config file.  </p>
<p>A few suggestions for XML editors came up (see end of this post for some links)&#8230;  I remember doing this for Fusebox and as I&#8217;m now working with Mach-II thought I&#8217;d set it up again.  I downloaded the free version of <a href="http://www.xmlbuddy.com/" target="_blank">XMLBuddy</a> and manually installed it into Eclipse.  There is some confusion about using XMLBuddy in 3.2 but it works for me and I found a few other posts where people said they had no problems - YMMV.  </p>
<p><em>Update: 2/11/2007:</em><br />
Moved to my Wiki:  <a href="http://www.thecrumb.com/wiki/XMLBuddy_and_Mach-II_DTD">CFEclipse, XMLBuddy and Mach-II DTD</a></p>
<h3>You May Also Enjoy Reading:</h3><ul class="related_post"><li>No Related Posts Found</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.thecrumb.com/2007/01/31/cfeclipse-xmlbuddy-and-mach-ii-dtd/feed/</wfw:commentRss>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Model-Glue vs. Model-Glue:Unity - The Smackdown</title>
		<link>http://www.thecrumb.com/2006/10/03/model-glue-vs-model-glueunity-the-smackdown/</link>
		<comments>http://www.thecrumb.com/2006/10/03/model-glue-vs-model-glueunity-the-smackdown/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 13:28:00 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<category><![CDATA[Frameworks]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/2006/10/03/model-glue-vs-model-glueunity-the-smackdown/</guid>
		<description><![CDATA[My newbie post on the Model-Glue mailing list sparked some good conversations.  I want to learn Model-Glue but wasn&#8217;t sure which one to choose - the &#8217;stable&#8217; 1.1 release or the &#8217;still-in-beta&#8217; Unity version.  For now I&#8217;m going with the 1.1 as there is a lot of good content on the web related [...]]]></description>
			<content:encoded><![CDATA[<p>My newbie post on the Model-Glue mailing list sparked some good conversations.  I want to learn Model-Glue but wasn&#8217;t sure which one to choose - the &#8217;stable&#8217; 1.1 release or the &#8217;still-in-beta&#8217; Unity version.  For now I&#8217;m going with the 1.1 as there is a lot of good content on the web related to the older version - and it sounds like moving to Unity once it&#8217;s out of beta won&#8217;t be a huge leap.  </p>
<p>There were lots of good suggestions leaning both ways - Jared even wrote this <a href="http://www.web-relevant.com/blogs/cfobjective/index.cfm?mode=entry&#038;entry=0C5FB395-BDB9-5320-EA6FC743B64619B3">this great blog post</a>.  If you are getting started with <a href="http://model-glue.com/">Model-Glue</a> (like I am) it&#8217;s worth a read!</p>
<p>Another good link that popped up on the mailing list was for the <a href="http://awads.net/wp/2005/06/24/model-glue-faq/">Model-Glue FAQ</a>.</p>
<p>And finally - check our Ray Camden&#8217;s <a href="http://ray.camdenfamily.com/index.cfm/2006/3/13/Building-your-first-ModelGlue-application-part-1">Model-Glue tutorials</a>, <a href="http://ray.camdenfamily.com/downloads/mgapp.zip">download</a>, and <a href="http://mmusergroup.adobe.acrobat.com/p60874349/">Breeze presentation</a>.  I can barely wake up in the morning and Ray churns stuff like this out non-stop!</p>
<h3>You May Also Enjoy Reading:</h3><ul class="related_post"><li>No Related Posts Found</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.thecrumb.com/2006/10/03/model-glue-vs-model-glueunity-the-smackdown/feed/</wfw:commentRss>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
	</channel>
</rss>
