<?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>Assorted GARbage &#187; Dreamweaver</title>
	<atom:link href="http://blog.assortedgarbage.com/category/dreamweaver/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.assortedgarbage.com</link>
	<description>Thoughts, rants and musings about Adobe, the web, technology and 200+ days a year traveling as a software evangelist.</description>
	<lastBuildDate>Thu, 26 Sep 2013 01:17:15 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Using Dreamweaver with Sass and Less</title>
		<link>http://blog.assortedgarbage.com/2012/03/using-dreamweaver-with-sass-and-less/</link>
		<comments>http://blog.assortedgarbage.com/2012/03/using-dreamweaver-with-sass-and-less/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 15:00:38 +0000</pubDate>
		<dc:creator><![CDATA[Greg]]></dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=802</guid>
		<description><![CDATA[When my wife, Stephanie Rewis, decided to leave the gun-for-hire world and join a start-up, she was immediately faced with a decision on which CSS preprocessor to use – Sass or Less. And compounding the problem, her editor of choice, Dreamweaver, doesn&#8217;t provide color coding or hinting for either preprocessor – even though their files [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>When my wife, <a href="http://twitter.com/stefsull">Stephanie Rewis</a>, decided to leave the gun-for-hire world and <a href="http://blog.w3conversions.com/2012/03/new-directions/">join a start-up</a>, she was immediately faced with a decision on which CSS preprocessor to use – <a href="http://sass-lang.com">Sass</a> or <a href="http://lesscss.org/">Less</a>. And compounding the problem, her editor of choice, <a href="http://www.adobe.com/products/dreamweaver.html">Dreamweaver</a>, doesn&#8217;t provide color coding or hinting for either preprocessor – even though their files are really just CSS. So, being the good husband (and evangelist for Dreamweaver) that I am, I set out to remedy the problem. If you&#8217;re wanting to use Sass or Less with Dreamweaver, here&#8217;s how to make it work.</p>
<p>As always, here&#8217;s the disclaimer – you&#8217;re going to be editing files in Dreamweaver&#8217;s Configuration folder, so proceed with caution, make a backup of the originals, etc.</p>
<p>The first thing that we need to do is to tell Dreamweaver that it&#8217;s okay to open a .scss or .less file – something that Dreamweaver by default doesn&#8217;t understand. You&#8217;ll first need to take a peak in your personal Dreamweaver configuration folder – on a Mac, that&#8217;s located in <span id="more-802"></span>~username/Library/Application Support/Adobe/Dreamweaver CS5.5/en_us/Configuration – and locate a file named &#8220;Extensions.txt&#8221;. If, for some reason, this file doesn&#8217;t exist, you can edit the master file located in Adobe Dreamweaver CS5.5/Configuration. Open the file and add SCSS (or SASS if you&#8217;re using the older syntax) and LESS to line 8, so that it reads: CSS,SCSS,LESS:Style Sheets. Save the file and restart Dreamweaver. You should now be able to click on a .scss or .less file in your Site panel and have it open in Dreamweaver.</p>
<p class="pic"><a href="http://blog.assortedgarbage.com/wp-content/2012/03/dw3.jpg" rel="lightbox[802]"><img class="alignnone size-medium wp-image-806" title="Adding Color Coding for Sass and Less" alt="" src="http://blog.assortedgarbage.com/wp-content/2012/03/dw3-300x151.jpg" width="300" height="151" /></a></p>
<p>Now, in order for Dreamweaver to understand that this, in fact, is a CSS file, you&#8217;ll need to edit MMDocumentTypes.xml located in the DocumentTypes folder in the Configuration folder. Open this file and scroll down to line 142. You&#8217;ll notice two properties on that line: winfileextension=&#8221;css&#8221; macfileextension=&#8221;css&#8221;. Add scss and less (comma seperated) to the appropriate property for your platform. Save the file and restart Dreamweaver. Open your .scss or .less file and you should see your familiar CSS code coloring and hinting!</p>
<p class="pic"><a href="http://blog.assortedgarbage.com/wp-content/2012/03/scss.jpg" rel="lightbox[802]"><img class="alignnone size-medium wp-image-803" title="Sass in Dreamweaver" alt="" src="http://blog.assortedgarbage.com/wp-content/2012/03/scss-300x229.jpg" width="300" height="229" /></a></p>
<p>If you&#8217;re serious about your Sass and/or Less, you should be using <a href="http://incident57.com/codekit/">CodeKit</a>, IMHO. CodeKit, in addition to other things, monitors your scss (or less) file for changes and then compiles it into CSS. I&#8217;m using CodeKit and Sass on every project – and loving it! To optimize my workflow, I actually link to the .scss file in my HTML (just remember to remove it before pushing the page live). That way, I can use Dreamweaver&#8217;s split view to edit the .scss file while looking at the page with Live View turned on. When I save the .scss file, CodeKit compiles the file into a CSS file that is also linked in my page. Sadly, Dreamweaver doesn&#8217;t know when the CSS file is changed, but simply hitting F5 (or the refresh button at the top of the document window) causes Dreamweaver&#8217;s Live View to refresh and I can see my changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.assortedgarbage.com/2012/03/using-dreamweaver-with-sass-and-less/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>New Dreamweaver Feature: W3C Validator Integration</title>
		<link>http://blog.assortedgarbage.com/2011/06/new-dreamweaver-feature-w3c-validator-integration/</link>
		<comments>http://blog.assortedgarbage.com/2011/06/new-dreamweaver-feature-w3c-validator-integration/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 23:30:15 +0000</pubDate>
		<dc:creator><![CDATA[Greg]]></dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=722</guid>
		<description><![CDATA[I will be the first to admit that I rarely think about validating my pages while I work. Okay, sometimes I don&#8217;t validate at all. I know I should, but I can usually come up with a good excuse for not doing it – an elephant ate my homework still works on occasion. ;-) And [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I will be the first to admit that I rarely think about validating my pages while I work. Okay, sometimes I don&#8217;t validate at all. I know I should, but I can usually come up with a good excuse for not doing it – an elephant ate my homework still works on occasion. ;-) And as a Dreamweaver user, validating against the <a title="W3C Validator" href="http://validator.w3.org">W3C validator</a> was always that &#8220;extra step&#8221; that I didn&#8217;t feel like taking. But with <a title="Dreamweaver CS5.5" href="http://adobe.com/dreamweaver">Dreamweaver CS5.5</a>, there really is no excuse anymore – it&#8217;s now built directly into the app!</p>
<div class="pic"><a rel="lightbox" href="http://blog.assortedgarbage.com/wp-content/2011/06/w3c-01.jpg"><img class="alignnone size-medium wp-image-726" title="W3C Validator" src="http://blog.assortedgarbage.com/wp-content/2011/06/w3c-01-300x140.jpg" alt="" width="300" height="140" /></a></div>
<p>When you&#8217;re ready to validate your page, simply click the W3C Validator button and choose whether you want the local page on your computer validated or a page on a server.</p>
<p><span id="more-722"></span></p>
<div class="pic"><a href="http://blog.assortedgarbage.com/wp-content/2011/06/w3c-02.jpg" rel="lightbox[722]"><img class="alignnone size-medium wp-image-727" title="Errors and Warnings List" src="http://blog.assortedgarbage.com/wp-content/2011/06/w3c-02-300x38.jpg" alt="" width="300" height="38" /></a></div>
<p>If you have any errors, they will appear in the W3C Validation panel. Simply double click each error to be taken directly to the culprit in Code View. You can also choose to save the report if you&#8217;re into that sort of thing.</p>
<p>But very often during development, the list of errors can be quite extensive – and even irrelevant. For example, I don&#8217;t bother to put alt text (or even an empty alt attribute) on placeholder images that aren&#8217;t actually going to be used in the final page. For that reason, Dreamweaver also allows you to suppress errors from a report. Right click on the desired error and choose Hide Error to add it to your list of suppressed errors.</p>
<div class="pic"><a href="http://blog.assortedgarbage.com/wp-content/2011/06/w3c-03.jpg" rel="lightbox[722]"><img class="alignnone size-medium wp-image-728" title="Manage Hidden Errors and Warnings" src="http://blog.assortedgarbage.com/wp-content/2011/06/w3c-03-300x239.jpg" alt="" width="300" height="239" /></a></div>
<p>Of course, you&#8217;ll want to make sure you&#8217;ve actually fixed those errors before going live. Therefore, Dreamweaver CS5.5 allows you to remove errors from the list of Hidden Errors by choosing Settings from the W3C Validator button and clicking the Manage button.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.assortedgarbage.com/2011/06/new-dreamweaver-feature-w3c-validator-integration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Best Tip Ever: Using Online CSS3 Tools In Dreamweaver</title>
		<link>http://blog.assortedgarbage.com/2011/05/using-online-css3-tools-in-dw/</link>
		<comments>http://blog.assortedgarbage.com/2011/05/using-online-css3-tools-in-dw/#comments</comments>
		<pubDate>Fri, 27 May 2011 10:25:50 +0000</pubDate>
		<dc:creator><![CDATA[Greg]]></dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=699</guid>
		<description><![CDATA[One of the coolest things about the development of CSS3 is all of the experimental sites and online tools being created to help us all learn the new syntax, properties, etc. There are literally tons of great ones like css3maker.com, John Allsopp&#8217;s  westciv tools, border-image.com, css3generator.com and many more. In fact, even Microsoft has gotten in [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>One of the coolest things about the development of CSS3 is all of the experimental sites and online tools being created to help us all learn the new syntax, properties, etc. There are literally tons of great ones like <a href="http://www.css3maker.com/">css3maker.com</a>, John Allsopp&#8217;s  <a href="http://www.westciv.com/tools/">westciv tools</a>, <a title="Border Image Maker" href="http://border-image.com/">border-image.com</a>, <a href="http://www.css3generator.com/">css3generator.com</a> and many more. In fact, even Microsoft has gotten in the game with their <a title="Follow the Progress of the Internet Explorer Platform" href="http://ie.microsoft.com/testdrive">test drive site</a> for IE 9 (and Preview Release of IE 10). But even with the great enhancements to <a title="Dreamweaver Feature Page" href="http://www.adobe.com/products/dreamweaver.html">Dreamweaver CS5.5</a>, using these tools still requires bouncing out to the browser, using the online tool and then copy/pasting the generated code back into your CSS in Dreamweaver – or does it?</p>
<p>Actually, one of the best features of Dreamweaver, Live View, can be used in a way that you might not have thought of. We know that Live View allows us to see the page, rendered by the embedded Webkit engine, exactly as it would appear in Webkit-based browsers. But there is also an interesting text field that becomes active in Live View at the top of the document window – an address field – just like in a browser!</p>
<p class="pic"><a href="http://blog.assortedgarbage.com/wp-content/2011/05/liveview-blank.jpg" rel="lightbox[699]"><img class="alignnone size-medium wp-image-703" title="Address Input Field" src="http://blog.assortedgarbage.com/wp-content/2011/05/liveview-blank-300x69.jpg" alt="The address field in Live View" width="300" height="69" /></a></p>
<p>And yes, you can type any URL into the field. Dreamweaver, just like the browser, will load the page in Live View. If you are in Split View mode, you might notice that the actual HTML from the page you are viewing is not there because Dreamweaver is still showing the code of your original page.</p>
<p class="pic"><a href="http://blog.assortedgarbage.com/wp-content/2011/05/LiveCode.jpg" rel="lightbox[699]"><img class="alignnone size-medium wp-image-714" title="Live Code" src="http://blog.assortedgarbage.com/wp-content/2011/05/LiveCode-300x282.jpg" alt="Live Code displaying the generated source" width="300" height="282" /></a></p>
<p>But click the Live Code button, and Dreamweaver will display the generated source of the page you are looking at — complete with all the corresponding CSS and Javascript files appearing in the related files bar. It&#8217;s a great way to learn from what others are doing.</p>
<p>To get the most out of this feature, I have simply created a &#8220;tools page&#8221; with links to all of my favorite online tools. In order to interact with your local tools page, you will need to choose &#8220;Follow Link&#8221; or, even better, &#8220;Follow Links Continuously&#8221; from the Live View Options menu.</p>
<p class="pic"><a href="http://blog.assortedgarbage.com/wp-content/2011/05/followlinks.jpg" rel="lightbox[699]"><img class="alignnone size-medium wp-image-704" title="Follow Links" src="http://blog.assortedgarbage.com/wp-content/2011/05/followlinks-300x235.jpg" alt="The follow links continuously command " width="300" height="235" /></a></p>
<p>So now, when I start Dreamweaver, I immediately open this page, turn on Live View, enable the Follow Links Continuously option and then go about working on my projects. Any time that I need a gradient, transition or anything more complex that I don&#8217;t want to &#8220;think about&#8221; how to create, I switch to my &#8220;tools page&#8221; tab where all my online friends are ready to help. I can then easily copy their code into the stylesheet that I am working on.</p>
<p class="pic"><a href="http://blog.assortedgarbage.com/wp-content/2011/05/liveview.jpg" rel="lightbox[699]"><img class="alignnone size-medium wp-image-705" title="Colorzilla in Live View" src="http://blog.assortedgarbage.com/wp-content/2011/05/liveview-300x253.jpg" alt="Live View rendering Colorzilla's Gradient Maker" width="300" height="253" /></a></p>
<p>Let me know what you think about this – or if you have an even better &#8220;Best Tip Ever&#8221;!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.assortedgarbage.com/2011/05/using-online-css3-tools-in-dw/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Resolving &#8220;Android SDK failed to install&#8221; with Dreamweaver CS5.5</title>
		<link>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/</link>
		<comments>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/#comments</comments>
		<pubDate>Sun, 22 May 2011 15:35:12 +0000</pubDate>
		<dc:creator><![CDATA[Greg]]></dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[phonegap]]></category>

		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=696</guid>
		<description><![CDATA[One of the biggest problems with linking to anything on the web is when the address of that file changes. Sadly, this happened recently with a file that was used by Dreamweaver CS5.5 to install the Android SDK via the Easy Install button on the Configure Application Framework dialog (Site &#62; Mobile Applications &#62; Configure [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>One of the biggest problems with linking to anything on the web is when the address of that file changes. Sadly, this happened recently with a file that was used by <a title="Dreamweaver Product page" href="http://adobe.com/products/dreamweaver/">Dreamweaver CS5.5</a> to install the Android SDK via the Easy Install button on the Configure Application Framework dialog (Site &gt; Mobile Applications &gt; Configure Application Framework).</p>
<p>The Dreamweaver team has released instructions which you can find here: <a title="How to fix the error &quot;Android SDK failed to install&quot;" href="http://kb2.adobe.com/cps/904/cpsid_90408.html">http://kb2.adobe.com/cps/904/cpsid_90408.htm</a>l</p>
<p>Basically, you&#8217;ll need to replace the NativeAppCommon.js file located at [Dreamweaver Install Location]/Configuration/NativeAppFramework/. The entire process takes less than a minute to complete.</p>
<p>If you have already installed the Android Framework, you don&#8217;t &#8220;have&#8221; to do this, however you might want to go ahead and grab the updated file just in case you ever want to reinstall the framework with Dreamweaver&#8217;s Easy Install.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Updating jQuery and jQuery Mobile in Dreamweaver CS5.5</title>
		<link>http://blog.assortedgarbage.com/2011/05/updating-jquery-in-dreamweaver-cs5-5/</link>
		<comments>http://blog.assortedgarbage.com/2011/05/updating-jquery-in-dreamweaver-cs5-5/#comments</comments>
		<pubDate>Thu, 19 May 2011 17:30:19 +0000</pubDate>
		<dc:creator><![CDATA[Greg]]></dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[jquery mobile]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=678</guid>
		<description><![CDATA[Holy Javascript Libraries, Batman! In case you&#8217;re keeping score, Adobe began shipping Dreamweaver CS5.5 less than two weeks ago with support for jQuery and jQuery Mobile. But, the versions included in Dreamweaver, jQuery 1.5 and jQuery Mobile 1.0a3, are already out of date! Because before you could even get your copy installed, the jQuery team [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Holy Javascript Libraries, Batman! In case you&#8217;re keeping score, Adobe began shipping <a title="Dreamweaver Product Page" href="http://www.adobe.com/dreamweaver/">Dreamweaver CS5.5</a> less than two weeks ago with support for <a title="jQuery Framework" href="http://jquery.com">jQuery</a> and <a title="jQuery Mobile Framework" href="http://jquerymobile.com">jQuery Mobile</a>. But, the versions included in Dreamweaver, jQuery 1.5 and jQuery Mobile 1.0a3, are already out of date! Because before you could even get your copy installed, the jQuery team released a significant upgrade to the core jQuery library – version 1.6. Along the way, the jQuery Mobile framework has also been updated to version 1.0a4, which includes several important bug fixes. So, if you are a Dreamweaver user and you want to develop jQuery Mobile sites and applications with these updated versions of the libraries, what are you supposed to do? Update your libraries, of course&#8230; here&#8217;s how&#8230;<span id="more-678"></span></p>
<p>Before proceeding, you&#8217;ll obviously want to go grab the updated libraries themselves. For the core jQuery library, I suggest using<a title="jQuery 1.6 minified" href="http://code.jquery.com/jquery-1.6.min.js"> the minified version</a>. Because images are also part of jQuery Mobile, I recommend grabbing the <a title="jQuery Mobile Framework version 1.0a4" href="http://jquerymobile.com/blog/2011/04/07/jquery-alpha-4-1-maintenance-release/#download">zipped version of the framework</a>. After you download and unzip the folder, you&#8217;ll find a full version of the css and js files. I recommend using the minified versions, so go ahead and delete the full versions of the files (ie, they don&#8217;t have &#8220;.min&#8221; in their names).</p>
<p class="pic"><a href="http://blog.assortedgarbage.com/wp-content/2011/05/jquerymobile16.jpg" rel="lightbox[678]"><img class="alignnone size-full wp-image-685" title="jQuery Mobile 1.0a4" src="http://blog.assortedgarbage.com/wp-content/2011/05/jquerymobile16.jpg" alt="" width="300" height="242" /></a></p>
<p>Arguably one of the most powerful features of Dreamweaver is its extensibility. In fact, the application itself is built around the very technologies that it itself writes, namely HTML, CSS and Javascript. All of these pieces are located in the Configuration folder that you can find where Dreamweaver is installed on your computer. For me, since I&#8217;m a Mac user, it&#8217;s at Applications&gt;Adobe Dreamweaver CS5.5&gt;Configuration. There are tons of other folders in the Configuration folder, but the one that holds the files that we are interested in is the Third Party Source Code folder.</p>
<p class="pic"><a href="http://blog.assortedgarbage.com/wp-content/2011/05/DW-Configuration.jpg" rel="lightbox[678]"><img class="alignnone size-medium wp-image-686" title="DW Configuration Folder" src="http://blog.assortedgarbage.com/wp-content/2011/05/DW-Configuration-300x252.jpg" alt="" width="300" height="252" /></a></p>
<p>Inside this folder, you&#8217;ll find the jquery-mobile folder. If you want to backup the folder, feel free. None of the sites that you have worked on previously are reliant on these files, as Dreamweaver makes a local copy in each site you create (if you are not using the CDN versions of the Mobile Starter Pages &#8211; which we will talk about later). Replace the two jquery-mobile files (css and js) with your newly downloaded files. Replace the entire images folder as well. Finally, replace the jquery-1.5.min.js file with your jquery-1.6.1.min.js file (or whatever you named it).</p>
<p>One last step and your update is complete. When you choose to create a new file from the New Document dialog, Dreamweaver makes a copy of the selected file from the Configuration folder and places it in your site file. The Mobile Starter layouts (New Document &gt; Page from Sample &gt; Mobile Starters) are located in Configuration &gt; BuiltIn &gt; Mobile Starters. There are 3 pages &#8211; two of which reference the files that you have now deleted, jQueryMobileLocalMultiPage.htm and jQueryMobilePhoneGapMultiPage.htm.</p>
<p class="pic"><a href="http://blog.assortedgarbage.com/wp-content/2011/05/starterlayout.jpg" rel="lightbox[678]"><img class="alignnone size-medium wp-image-687" title="Default Starter Layout" src="http://blog.assortedgarbage.com/wp-content/2011/05/starterlayout-300x239.jpg" alt="" width="300" height="239" /></a></p>
<p>Open each of these files in Dreamweaver. You&#8217;ll see in the head of the document links to the two old jQuery Javascript files and the old CSS file. Simply update these links to point to your new files and save the document. Test that everything worked properly by closing the file, then creating a new page from the Sample that you just changed. Make sure to save the file into a site to make sure that Dreamweaver copies the proper files into the site.</p>
<p>Finally, if you want to change the CDN version, it points to the jquery repository online, simply update jQueryMobileMultiPage.htm to point to the location of the CDN versions of the files.</p>
<p>Happy mobile coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.assortedgarbage.com/2011/05/updating-jquery-in-dreamweaver-cs5-5/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
	</channel>
</rss>
