<?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>Musings of a code slave &#187; Dreamweaver</title>
	<atom:link href="http://foundationphp.com/blog/category/dreamweaver/feed/" rel="self" type="application/rss+xml" />
	<link>http://foundationphp.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 24 Apr 2012 09:46:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>My verdict on Dreamweaver CS6</title>
		<link>http://foundationphp.com/blog/2012/04/23/my-verdict-on-dreamweaver-cs6/</link>
		<comments>http://foundationphp.com/blog/2012/04/23/my-verdict-on-dreamweaver-cs6/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 04:05:37 +0000</pubDate>
		<dc:creator>David Powers</dc:creator>
				<category><![CDATA[AJAX/JavaScript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://foundationphp.com/blog/?p=327</guid>
		<description><![CDATA[Adobe has officially announced details of Creative Suite 6 (CS6) and the Creative Cloud. What&#8217;s particularly significant about this release is that it represents the last chance to skip one or two versions and still benefit from reduced upgrade pricing. &#8230; <a href="http://foundationphp.com/blog/2012/04/23/my-verdict-on-dreamweaver-cs6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Adobe has officially announced details of Creative Suite 6 (CS6) and the Creative Cloud. What&#8217;s particularly significant about this release is that it represents the last chance to skip one or two versions and still benefit from reduced upgrade pricing. Owners of <ins datetime="2012-04-24T09:45:50+00:00">CS3,</ins> CS4, CS5, and CS5.5 have until the end of December to upgrade to CS6. After that cut-off point, upgrade pricing will be available only to owners of the immediately preceding version. In other words, to upgrade to CS7 you&#8217;ll need to pay full price if you don&#8217;t own CS6.</p>
<p>Alternatively, you&#8217;ll have to switch to the Creative Cloud subscription service. The Creative Cloud has been very attractively priced, and it holds out the prospect of early updates and some nice bonus extras, such as Typekit fonts, but it has the disadvantage that once you stop paying, you can no longer use the software. I&#8217;ll leave it up to you to weigh up the pros and cons of the Creative Cloud. In this post, I&#8217;m going to concentrate on what&#8217;s new in Dreamweaver CS6 and what I think of it.</p>
<p>If I were to sum up this new version in a single word, I think that &#8220;evolutionary&#8221; is the most appropriate. The main focus is on CSS improvements, including:</p>
<ul>
<li><a href="#fontmanage">Web font management</a></li>
<li><a href="#csstrans">CSS transitions</a></li>
<li><a href="#multiclass">Multiple classes</a></li>
<li><a href="#fluidgrid">Fluid Grid Layout</a></li>
<li><a href="#jqmtheme">jQuery Mobile theming</a></li>
</ul>
<p>The other main features are a complete overhaul of <a href="#dwftp">Dreamweaver&#8217;s FTP client</a>, and <a href="#pgbuild">integration with PhoneGap Build</a>.</p>
<h3>Video Training Courses</h3>
<p>I have recorded two video training courses about Dreamweaver CS6. The first one is a New Features Workshop, which contains more than three hours of videos showing how to use all these new features. It should be available from <a href="http://www.video2brain.com/en/">video2brain</a> later this week. The other video course is an in-depth treatment of web design and development with Dreamweaver CS6, aimed mainly at beginners and intermediate users. It will be published jointly by Adobe Press and video2brain sometime later. I&#8217;ll post more details when they&#8217;re available.</p>
<h3 id="fontmanage">Web Font Management</h3>
<p>The new Web Fonts Manager in Dreamweaver CS6 installs web fonts into your personal configuration folder, making them available in all your Dreamweaver sites. Installing a font is very simple. You just launch the Web Fonts Manager from the Modify menu, and click Add Font. In the dialog box that appears, click the folder icon to the right of one of the font fields, and select the font. Dreamweaver detects all formats of the font in the same folder, and automatically fills in all the remaining fields, as shown in the following screen shot.</p>
<p><img class="aligncenter" title="Adding a web font in Dreamweaver CS6" src="/images/webfont.jpg" alt="Add Web Font dialog box" width="465" height="278" /></p>
<p>Installing a web font makes it available in Dreamweaver&#8217;s code hints and dialog boxes. You can also build custom font stacks that incorporate fonts that you have installed. When you select a web font in the CSS Styles panel or CSS Rule Definition dialog box, Dreamweaver copies the font files to a new folder in your site root, and creates a style sheet with the necessary <code>@font-face rule</code>. Web fonts aren&#8217;t rendered in Design view, but they&#8217;re fully supported in Live view.</p>
<p>My only reservation about the way that Dreamweaver handles web fonts is that it uses a separate style sheet for each <code>@font-face</code> rule. However, it&#8217;s easy enough to cut and paste the rules into the top of your main style sheet.</p>
<h3 id="csstrans">CSS Transitions</h3>
<p>Dreamweaver CS6 makes it easy to create CSS transitions—simple animations that smooth the transition from one state to another, for example if you scale up an image when hovering over it. The quickest and simplest way is to use the new CSS Transitions panel, which creates both the transition properties and the styles for the end state in a single operation. The CSS Rule Definition dialog box supports the creation of more complex transitions, such as those triggered on a nested element. Both methods generate not only the standard properties, but also browser-specific prefixed versions. This is a great time-saver because you need browser-specific prefixes for Firefox, Internet Explorer, Opera, and WebKit-based browsers.</p>
<p>I like this feature a lot, but it seems odd that you need to use the CSS Rule Definition dialog box to create more advanced transitions. In my experience, advanced users rarely touch that dialog box. However, if a style rule already exists, you can just click the Edit Rule icon in the CSS Styles panel without having to go through the hassle of the New CSS Rule dialog box.</p>
<h3 id="multiclass">Multiple Classes</h3>
<p>This is something that Dreamweaver users have been demanding for a long time—the ability to apply multiple classes to an element. Hallelujah, Adobe has finally listened. Just select the element in the Document window, and choose Apply Multiple Classes from the Class menu in the Property inspector to open the Multiclass Selection dialog box. This presents you with a list of all classes in your site, as shown in the following screen shot.</p>
<p><img class="aligncenter" title="Use this dialog box to apply multiple classes to an element" src="/images/multiclass.jpg" alt="Multiclass Selection dialog box" width="377" height="411" /></p>
<p>Select the check box alongside each class that you want to apply to the element. If you haven&#8217;t already defined the class, you can add it to the space-separated list in the field at the bottom of the dialog box. A long overdue, but nevertheless very welcome improvement.</p>
<h3 id="fluidgrid">Fluid Grid Layout</h3>
<p>This should be the star attraction of Dreamweaver CS6. In some respects, it&#8217;s stunning, but it feels like a work in progress rather than a polished feature. Inspired by Ethan Marcotte&#8217;s <cite>Responsive Web Design</cite>, this feature allows you to specify three fluid grids for mobile, tablet, and desktop layout. Each grid can have 2–24 columns, and you can specify how wide the grid should spread across the screen, as shown in the following screen shot.</p>
<p><img class="aligncenter" title="This is where you specify the grid size" src="/images/fluidgrid.jpg" alt="New Fluid Grid Layout dialog" width="609" height="264" /></p>
<p>You then add fluid grid layout div elements to build the structure of your page in the mobile layout. Next comes the brilliant part—you can resize the elements and snap them to the grid, and move elements to sit alongside each other. All this is done in Design view or Live view, and Dreamweaver automatically calculates the width of elements and margins to four decimal places. The CSS uses percentage widths and floats, so it produces layouts that adapt to any screen size. It&#8217;s most definitely not a throwback to the bad old days of Dreamweaver&#8217;s Layout mode. The styles are constructed on the basis of &#8220;mobile first&#8221;, and work even in browsers that don&#8217;t understand media queries.</p>
<p>Where the Fluid Grid Layout feature falls down is in Dreamweaver&#8217;s inability to indicate which media query controls a particular style rule. Another problem is that it doesn&#8217;t support nesting elements to create more complex layouts. It&#8217;s to be hoped that these shortcomings will be addressed in an updater. One of the ideas behind the Creative Cloud subscription setup is that new features or improvements to existing ones can be added as soon as they&#8217;re ready without needing to wait for the next major release.</p>
<h3 id="jqmtheme">jQuery Mobile Theming</h3>
<p>The integrated version of jQuery Mobile in Dreamweaver CS6 has been updated to the 1.0 stable version (not 1.1). There&#8217;s also a new jQuery Mobile Swatches panel that&#8217;s designed to make it easy to change the look of individual elements (see screen shot).</p>
<p><img class="aligncenter" title="Applying a new theme to a header" src="/images/jqmtheme.jpg" alt="jQuery Mobile Swatches panel" width="504" height="307" /></p>
<h3 id="dwftp">Multichannel FTP</h3>
<p>Let&#8217;s be honest. In the past, Dreamweaver&#8217;s FTP client was a dog. Not any more. It now supports multichannel transfers, and can even download at the same time as uploading. Orange arrows indicate items queued for transfer. When the transfer begins, the arrow turns green. And if you&#8217;re transferring a large item, hovering over the filename displays a tooltip of how much of the file has been transferred. With Dreamweaver CS5.5, it took more than 90 minutes to  upload a WordPress site on my internet connection. Now, it&#8217;s more than ten times faster.</p>
<p>The FTP error messages are also more meaningful. No one is likely to buy Dreamweaver CS6 for its FTP client alone, but this is a major improvement to the program.</p>
<h3 id="pgbuild">PhoneGap Build Integration</h3>
<p>The way that Dreamweaver CS6 supports building native apps for iOS, Android, and other mobile operating systems using HTML, CSS, JavaScript, and <a href="http://phonegap.com/">the PhoneGap framework</a> has changed completely. It no longer installs the Android software development kit (SDK) and emulator. Nor can the Mac version hook directly into Xcode and the iOS simulator. Instead, there&#8217;s a new panel that uploads your files to <a href="https://build.phonegap.com/">PhoneGap Build</a>, an online service that automatically packages applications for iOS, Android, webOS, Symbian, and BlackBerry. Using PhoneGap Build is much easier than working with a simulator, because the Dreamweaver panel displays a QR code that lets you load the app directly onto your testing device. However, you need to build the configuration file manually in XML, and there&#8217;s no longer any code hinting in Dreamweaver for PhoneGap plugins. So, although the integration of PhoneGap Build is a definite improvement, it feels as though the engineering team didn&#8217;t have time to polish some important details.</p>
<p>You can now build an app for iOS on either Mac or Windows, but in order to compile it, you need to create a valid signing key and upload it to PhoneGap Build. The signing key must be created on a Mac. You also need to register with Apple as an iOS developer and pay an annual fee.</p>
<h3>Conclusion</h3>
<p>I like the new features in Dreamweaver CS6, but I have to admit that they don&#8217;t have me jumping up and down with excitement. Maybe that&#8217;s because I felt CS5 and CS5.5 were such strong releases, and I was hoping for a similar performance this time. The Fluid Grid Layout and PhoneGap Build features had the potential to be outstanding, but fell slightly short of the mark. As a result, I&#8217;d give Dreamweaver CS6 only 7 or 8 out of 10. It&#8217;s good, but it could have been so much better.</p>
<p>In fairness to the Adobe engineering team, I understand that a huge amount of work was devoted to solving the long-standing problems with FTP and to converting the Mac version of Dreamweaver to run on <a href="http://en.wikipedia.org/wiki/Cocoa_%28API%29">Cocoa</a>, the native application programming interface (API) for Mac OS X. The conversion to Cocoa should result in a more stable experience on a Mac, combined with the knowledge that Dreamweaver CS6 won&#8217;t suddenly stop working when <a href="http://en.wikipedia.org/wiki/Carbon_%28API%29">Carbon</a> is deprecated in Mac OS X 10.8 (Mountain Lion). However, the conversion work means that less time was available to develop or polish other features.</p>
<p>I&#8217;ve long felt that the idea of releasing more than a dozen complex programs according to a rigid timetable was impracticable. Photoshop, Illustrator, and Fireworks effectively sat out of the last upgrade cycle, which gave them 24 months to prepare for CS6. Dreamweaver hasn&#8217;t had that luxury. As a result, the Fluid Grid Layout and PhoneGap Build integration have some rough edges that could probably have been eliminated with more time. The message that I keep hearing from my contacts in Adobe is that moving to the Creative Cloud subscription model means that new features and improvements to individual programs can be released as soon as they&#8217;re ready. The problem is that to benefit from the updates, you need to switch to the subscription model. Anyone buying a perpetual licence will have to wait for the next full version to get the new features.</p>
<p>Getting new features as soon as they&#8217;re ready makes a lot of sense in the light of the speed at which the web is changing. What&#8217;s far from clear is how successful Adobe will be in persuading Creative Suite users to switch to the subscription model. It&#8217;s a big gamble for Adobe.</p>
]]></content:encoded>
			<wfw:commentRss>http://foundationphp.com/blog/2012/04/23/my-verdict-on-dreamweaver-cs6/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Updater for Dreamweaver CS5.5</title>
		<link>http://foundationphp.com/blog/2012/04/12/updater-for-dreamweaver-cs5-5/</link>
		<comments>http://foundationphp.com/blog/2012/04/12/updater-for-dreamweaver-cs5-5/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 22:59:53 +0000</pubDate>
		<dc:creator>David Powers</dc:creator>
				<category><![CDATA[AJAX/JavaScript]]></category>
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://foundationphp.com/blog/?p=319</guid>
		<description><![CDATA[Adobe has released an updater for Dreamweaver CS5.5 that updates the version of jQuery Mobile to the stable 1.0 version. It also updates the jQuery Mobile starter pages. You can download it from the Dreamweaver updater page, and install it &#8230; <a href="http://foundationphp.com/blog/2012/04/12/updater-for-dreamweaver-cs5-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Adobe has released an updater for Dreamweaver CS5.5 that updates the version of jQuery Mobile to the stable 1.0 version. It also updates the jQuery Mobile starter pages. You can download it from the <a href="http://www.adobe.com/support/dreamweaver/downloads_updaters.html">Dreamweaver updater page</a>, and install it with the Extension Manager.</p>
]]></content:encoded>
			<wfw:commentRss>http://foundationphp.com/blog/2012/04/12/updater-for-dreamweaver-cs5-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhoneGap update for Dreamweaver CS5.5</title>
		<link>http://foundationphp.com/blog/2012/03/28/phonegap-update-for-dreamweaver-cs5-5/</link>
		<comments>http://foundationphp.com/blog/2012/03/28/phonegap-update-for-dreamweaver-cs5-5/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 22:49:26 +0000</pubDate>
		<dc:creator>David Powers</dc:creator>
				<category><![CDATA[AJAX/JavaScript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://foundationphp.com/blog/?p=312</guid>
		<description><![CDATA[Adobe has just released an extension for Dreamweaver CS5.5 that radically changes the way you create native apps using HTML, CSS, and JavaScript with the PhoneGap framework. Instead of using a local emulator for Android and iOS, it uploads your &#8230; <a href="http://foundationphp.com/blog/2012/03/28/phonegap-update-for-dreamweaver-cs5-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><del datetime="2012-04-04T15:21:46+00:00">Adobe has just released an extension for Dreamweaver CS5.5 that radically changes the way you create native apps using HTML, CSS, and JavaScript with the <a href="http://phonegap.com/">PhoneGap framework</a>. Instead of using a local emulator for Android and iOS, it uploads your files to <a href="http://build.phonegap.com/">PhoneGap Build</a>, an online service that automatically builds an app file for Android, iOS, webOS, Symbian, and Blackberry.</del></p>
<p><del datetime="2012-04-04T15:21:46+00:00"><del>I haven&#8217;t had time to test the new extension in Dreamweaver CS5.5, but I have used PhoneGap Build on many occasions. It&#8217;s simple to use and seems to be very reliable.</del></del></p>
<p><del datetime="2012-04-04T15:21:46+00:00">You can grab hold of the PhoneGap Build extension for Dreamweaver CS5.5 and read <a href="http://helpx.adobe.com/dreamweaver/using/packaging-web-apps.html">how to use it</a> on the Adobe website. To use the extension, you need to create an account on the  <a href="https://build.phonegap.com/">PhoneGap Build site</a>. A basic account is free, but if you&#8217;re a serious developer, you&#8217;ll need to choose one of the paid-for accounts.</del></p>
<p><del datetime="2012-04-04T15:21:46+00:00">Note that the extension works <em>only</em> with Dreamweaver CS5.5. It won&#8217;t work with earlier versions of Dreamweaver.</del></p>
<p><ins datetime="2012-04-04T15:06:05+00:00">[Update: 4 April 2012] Adobe has withdrawn the extension for &#8220;technical reasons&#8221;. From what I understand, there should be no problem using the extension if you have already installed it. As the Adobe blog says, &#8220;The functionality of the extension, which integrates PhoneGap Build with Dreamweaver, will be available in the upcoming version of Dreamweaver CS6.&#8221; Adobe has started releasing sneak previews of various CS6 features, as well as announcing that <a title="Adobe FAQ on upgrade offer" href="http://store.adobe.com/store/en_us/popup/offer/cs55_cs6_faq.html">anyone buying CS5.5 now will qualify for a free upgrade</a>. So, it can be safely assumed that CS6 is getting very close.</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://foundationphp.com/blog/2012/03/28/phonegap-update-for-dreamweaver-cs5-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why I&#8217;m no longer a member of the London Dreamweaver Meetup</title>
		<link>http://foundationphp.com/blog/2012/01/28/why-im-no-longer-a-member-of-the-london-dreamweaver-meetup/</link>
		<comments>http://foundationphp.com/blog/2012/01/28/why-im-no-longer-a-member-of-the-london-dreamweaver-meetup/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 14:05:18 +0000</pubDate>
		<dc:creator>David Powers</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://foundationphp.com/blog/?p=302</guid>
		<description><![CDATA[In November last year, I wrote about my hopes for the relaunch of the London Dreamweaver Meetup Group. I originally agreed to give a talk on 26 January about creating a simple jQuery Mobile site in Dreamweaver. The plan was &#8230; <a href="http://foundationphp.com/blog/2012/01/28/why-im-no-longer-a-member-of-the-london-dreamweaver-meetup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In November last year, <a href="http://foundationphp.com/blog/2011/11/25/dreamweaver-user-group-for-london-and-web-standards/">I wrote about my hopes</a> for the relaunch of the <a href="http://www.meetup.com/The-London-Dreamweaver-Meetup-Group/">London Dreamweaver Meetup Group</a>. I originally agreed to give a talk on 26 January about creating a simple jQuery Mobile site in Dreamweaver. The plan was to try to find a location reasonably close to central London, and I left matters in what I thought were the capable hands of the new organizer, Reynold Chung.</p>
<p>About a week before my planned talk, I was shocked to receive an email reminder from the Meetup website advertising the meeting as being about Balsamiq, jQTouch, QUnit, advertising, and the App Store. I immediately contacted Reynold and told him this bore no relationship to what I was planning to talk about. He said it didn&#8217;t matter. As an established author and Adobe Community Professional, I felt it <em>did</em> matter. People who had signed up for the meeting would be expecting me to talk about those subjects, something which I was not prepared to do—for the simple reason that most of them are out of my sphere of expertise. So, I decided to cancel. Reynold then bombarded me with a series of direct messages on Twitter. One did include an offer to change the description on the website, but I found his attitude aggressive, so decided to leave a 24-hour cooling off period.</p>
<p>The following day, I sent a lengthy email explaining why I had been offended, but saying I was still willing to give the previously arranged talk as long as a revised title and description were published. I know that Reynold received the email, because his account sent an automatic receipt. However, the only other response was an email from Meetup informing me that I had been removed from the group.</p>
<p>The way things have turned out is a pity. As I told Reynold and his predecessor, Nigel Muris, in November, I don&#8217;t have time to organize a Dreamweaver user group myself. But I am willing to share my knowledge either through formal presentations or troubleshooting sessions. I can also make arrangements with my publishers for free or discounted copies of my books.</p>
<p>Reynold has changed the name from The London Dreamweaver Meetup Group to The Adobe &amp; Web Open Source London Meetup Group. However, the website still uses the Dreamweaver URL, and the group&#8217;s description refers frequently to Dreamweaver. At one point, it even uses the name, London Dreamweaver (Zero coding) Meetup Group. Anyone hoping to use the most recent version of Dreamweaver without a strong understanding of HTML, CSS, and JavaScript (or at least jQuery) is likely to be seriously disappointed.</p>
<p>In spite of using Adobe in the revised name, it&#8217;s not an official Adobe user group. I know that Reynold has applied for official recognition, but Adobe&#8217;s position is that the organizer must first show that it&#8217;s a viable user group. It hasn&#8217;t got off to an auspicious start.</p>
]]></content:encoded>
			<wfw:commentRss>http://foundationphp.com/blog/2012/01/28/why-im-no-longer-a-member-of-the-london-dreamweaver-meetup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dreamweaver user group for London and web standards</title>
		<link>http://foundationphp.com/blog/2011/11/25/dreamweaver-user-group-for-london-and-web-standards/</link>
		<comments>http://foundationphp.com/blog/2011/11/25/dreamweaver-user-group-for-london-and-web-standards/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 18:46:28 +0000</pubDate>
		<dc:creator>David Powers</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://foundationphp.com/blog/?p=268</guid>
		<description><![CDATA[Last night, I attended a meeting of The London Dreamweaver Meetup Group. It was a quiet affair. Although six people had said they would attend, only three of us turned up—Nigel, the previous organizer, Reynold Chung, the new organizer, and &#8230; <a href="http://foundationphp.com/blog/2011/11/25/dreamweaver-user-group-for-london-and-web-standards/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last night, I attended a meeting of <a href="http://www.meetup.com/The-London-Dreamweaver-Meetup-Group/">The London Dreamweaver Meetup Group</a>. It was a quiet affair. Although six people had said they would attend, only three of us turned up—Nigel, the previous organizer, Reynold Chung, the new organizer, and myself. The group was launched in 2009, but has met only a few times, and attendance has rarely broken into double figures. So, the challenge is to breathe new life into the group and attract members who share an interest in using Dreamweaver, regardless of whether it&#8217;s part of their job or they&#8217;re just creating websites in their spare time.</p>
<p><del>To get the group going, I have agreed to give a talk on Thursday 26 January demonstrating how to create a simple mobile website using <a href="http://jquerymobile.com/">jQuery Mobile</a>, which is integrated in Dreamweaver CS5.5. The time and location have yet to be decided, but we&#8217;re trying to fix somewhere in easy reach of central London.</del></p>
<p>Reynold has put a lot of effort into planning the relaunch of the Dreamweaver group, so I&#8217;ll leave it up to him to announce the details of what he&#8217;s got in mind. In the meantime, I&#8217;d like to share some thoughts of my own about Dreamweaver&#8217;s reputation and how it can be improved.</p>
<h2>Does Dreamweaver produce bad code?</h2>
<p>I&#8217;ve been using Dreamweaver on an almost daily basis for about ten years, so I know the program pretty much inside out. Even before I started writing books about Dreamweaver in 2003, I always updated to the latest version as soon as it was released. As a result, I also know how the program has developed over the years. Yet whenever I meet professional web developers in Britain, they&#8217;re almost unanimous in their hostility towards Dreamweaver. Time and again I&#8217;ve been told that no serious professional would consider using Dreamweaver because it produces such terrible code. However, when I ask how long ago it was since they last used Dreamweaver, the answer is usually &#8220;ten years ago&#8221;.</p>
<p>How is it possible to judge the quality of any product—let alone a piece of software—based on impressions of it ten years ago? I freely admit that the quality of the code created by Dreamweaver all those years ago was far from perfect. Back in 2001, the <a href="http://www.webstandards.org/">Web Standards Project (WaSP)</a> set up the <a href="http://www.webstandards.org/action/dwtf/">Dreamweaver Task Force</a> (later renamed the Adobe Task Force) under the leadership of <a href="http://www.webstandards.org/about/members/randrew/">Rachel Andrew</a> and <a href="http://www.webstandards.org/about/members/drewm/">Drew McLellan</a>, working together with <a href="http://zeldman.com/">Jeffrey &#8220;Mr Web Standards&#8221; Zeldman</a>. The task force had two basic aims:</p>
<ol>
<li>Improve the standards compliance and accessibility of web pages produced with Dreamweaver.</li>
<li>Raise awareness of web standards among the Dreamweaver community.</li>
</ol>
<p>When Dreamweaver MX was released in 2002, <a href="http://www.webstandards.org/action/dwtf/mxassessed/">the WaSP task force released its findings</a>, which concluded—among other things—that &#8220;Dreamweaver produces valid markup &#8216;out of the box&#8217;&#8221;, and that &#8220;the most important thing about this release is that it recognizes the importance of web standards and tries to promote them within the constraints placed on it.&#8221; So, even as far back as 2002, WaSP acknowledged Dreamweaver&#8217;s support for web standards and the quality of the code it produces. But what were the constraints the task force referred to? The main problem was that Dreamweaver MX still used <code>&lt;font&gt;</code> tags as the default for styling text—although the user could switch to CSS. That changed with the following release, MX 2004, when CSS became the default. And since Dreamweaver CS4 (released in 2008), the only way to use <code>&lt;font&gt;</code> tags has been to insert them manually.</p>
<p>Even so, some horrors remained inside Dreamweaver, the worst of which was Layout Mode. This was aimed at visual designers with an aversion for code, but it created a tangled mass of nested tables that collapsed like a house of cards if you tried to alter the design. As a result of behind-the-scenes lobbying, Layout Mode was deliberately hidden in Dreamweaver CS3, before being removed completely from Dreamweaver CS4. At the same time, all the sample pages that used nested tables and deprecated markup were replaced by standards-compliant CSS layouts designed by WaSP evangelist, <a href="http://www.w3conversions.com/about.html">Stephanie Sullivan (now Rewis)</a>. Another monstrosity that bit the dust in Dreamweaver CS5 was the Web Photo Album. Many of the outdated JavaScript &#8220;behaviors&#8221; have also been quietly swept away.</p>
<p>As well as removing the bad aspects of the program, the Dreamweaver engineers have added new features—some of them highly successful, others not quite so good. One that I would put in the latter category is Spry, Adobe&#8217;s attempt at creating an Ajax library. The idea behind Spry was good, but lack of investment, combined with the runaway success of <a href="http://jquery.com/">jQuery</a>, meant that it never fulfilled its potential. Although Spry widgets still live on in Dreamweaver, Adobe has focused its efforts on jQuery—not only incorporating code hinting for it, but also becoming a major corporate sponsor and donating the full-time efforts of several engineers. Among the really positive improvements in Dreamweaver, I would cite syntax checking and code introspection for both JavaScript and PHP, plus the dynamic incorporation of full documentation for PHP 5.3. Dreamweaver&#8217;s handling of CSS3 media queries is also a great timesaver, keeping its features in tune with web standards as they evolve.</p>
<p>At the recent HTML5 Live conference in London, <a href="http://www.brucelawson.co.uk/">Opera evangelist Bruce Lawson</a> jokingly asked me when Dreamweaver was going to stop writing crap code. I&#8217;ve known Bruce for some time, and realize that it was meant as a gentle leg-pull, but such thoughts are a decade out of date. Many web professionals use <a href="http://macromates.com/">TextMate</a> or <a href="http://panic.com/coda/">Coda</a> to build their websites, but it isn&#8217;t the software they use that makes them professionals. It&#8217;s their knowledge of HTML, CSS, and other web technologies. In the hands of an unskilled person, TextMate and Coda will produce rubbish. If you know what you&#8217;re doing with Dreamweaver, you can produce just as clean code—and possibly a lot quicker.</p>
<h2>Raising awareness of web standards in the Dreamweaver community</h2>
<p>I&#8217;m not a member of WaSP, but I&#8217;m passionate about web standards. Getting a Dreamweaver group off the ground is going to take a lot of effort, but I hope that it attracts a wide range of people who use Dreamweaver or are simply interested in web development. Although it will be important to show people the mechanics of using the program, I would like the topics discussed to cover web development and standards in general. When I teach Dreamweaver, I tell students to forget about the mechanics and to concentrate on understanding the markup that is being generated. Once you know HTML and CSS, using Dreamweaver falls easily into place.</p>
<p>Of course, some people might ask why London needs another group devoted to web development and web standards. After all, <a href="http://www.meetup.com/londonweb/">London Web</a> and <a href="http://www.londonwebstandards.org/">London Web Standards (LWS)</a> are both well established and thriving. My hope is that the Dreamweaver Meetup Group can play a complementary rather than a rival role. Both London Web and LWS tend to gather large crowds, which could be intimidating for someone who is just starting out in web development or who has responsibility for maintaining a website as part of wider duties. I also hope that by showing people how to create standards-compliant sites in Dreamweaver, we can remove some of the unjustified prejudice against the program. Dreamweaver isn&#8217;t perfect, but nor is it the horror that some people portray.</p>
]]></content:encoded>
			<wfw:commentRss>http://foundationphp.com/blog/2011/11/25/dreamweaver-user-group-for-london-and-web-standards/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>An odd turn-up for the book</title>
		<link>http://foundationphp.com/blog/2011/10/18/an-odd-turn-up-for-the-book/</link>
		<comments>http://foundationphp.com/blog/2011/10/18/an-odd-turn-up-for-the-book/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 17:57:01 +0000</pubDate>
		<dc:creator>David Powers</dc:creator>
				<category><![CDATA[AJAX/JavaScript]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://foundationphp.com/blog/?p=262</guid>
		<description><![CDATA[Yesterday, I received an invitation to review a new book about Dreamweaver. Nothing terribly remarkable about that. After all, I&#8217;m well known in the Dreamweaver community and I recently published a review of Peter Gasston&#8217;s excellent The Book of CSS3. &#8230; <a href="http://foundationphp.com/blog/2011/10/18/an-odd-turn-up-for-the-book/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I received an invitation to review a new book about <a href="http://www.adobe.com/products/dreamweaver/">Dreamweaver</a>. Nothing terribly remarkable about that. After all, I&#8217;m well known in the Dreamweaver community and I recently published a <a href="http://foundationphp.com/blog/2011/08/23/book-review-the-book-of-css3-by-peter-gasston/">review of Peter Gasston&#8217;s excellent <cite>The Book of CSS3</cite></a>. What took me back was the title of the book I was being asked to review: <cite>Dreamweaver CS5.5 Mobile and Web Development with HTML5, CSS3, and jQuery</cite>. It&#8217;s almost word-for-word the same as the title of the book I published in June: <a href="/dwmobile/"><cite>Adobe Dreamweaver CS5.5 Studio Techniques: Designing and Developing for Mobile with jQuery, HTML5, and CSS3</cite></a>.</p>
<p>The invitation to review the rival book came from the marketing department of <a href="http://www.packtpub.com/">Packt</a>, the company that published it. I sent a polite reply saying that I didn&#8217;t think it would be appropriate for me to review a book that had an almost identical title to mine. I thought that would be the end of it. However, I received an email from Packt saying they knew I had written a book with an identical title, and that&#8217;s why I would be the perfect person to write an honest review.</p>
<p>At first I wasn&#8217;t sure whether to be flattered or horrified. It&#8217;s nice to think that I have such a great reputation for fairness that I would write a glowing review of a book that&#8217;s in direct competition with mine. Of course, there&#8217;s always the temptation to savage the book in public, but I would never want to do that to a fellow author. I know how much a bad review hurts. Since my book was published three months earlier (and was available even before that as Rough Cuts in the <a href="http://my.safaribooksonline.com/">Safari Online Library</a>), Packt can have no excuse for not knowing the title of its rival book was almost identical. I&#8217;ve no idea if the title was chosen as a deliberate spoiler, but asking me to review Packt&#8217;s book is rather like asking Coca Cola to endorse Pepsi&#8217;s latest offering.</p>
<p>I haven&#8217;t read the Packt book, which is written by David Karlins, an established and respected author. What I have read is David&#8217;s <a href="http://www.amazon.com/Thoughts-from-the-author/forum/Fx3IZO2UFJY7FCI/Tx28LXNLE6NW2B1/1/ref=cm_cd_et_md_pl?_encoding=UTF8&amp;cdMsgNo=1&amp;asin=1849691584&amp;cdSort=oldest&amp;cdMsgID=Mx24YLZWJI6796Q#Mx24YLZWJI6796Q">&#8220;Thoughts from the author&#8221;</a> on Amazon.com. In it, he says you don&#8217;t need to know HTML, CSS, or JavaScript. In fact, you don&#8217;t even need to know what they are. That immediately tells me that our books take completely different approaches to the same subject. I think it&#8217;s a pity his new publisher has decided to muddy the waters with the confusing titles.</p>
<p>I firmly believe that to build a website, you need to have at least a basic understanding of the underlying technologies. Website development is becoming increasingly complex. Dreamweaver helps speed up development through dialog boxes, prepackaged widgets, and code hints; but if you rely solely on point-and-click or copy-and-paste techniques, you&#8217;ll remain severely limited in what you can achieve. My book is aimed at readers who aren&#8217;t afraid to dig into a bit of code. In fact, you&#8217;ll need to do so if you want to access features such as geolocation and web storage on mobile devices. I guide you through the code, explaining what it does so that you can adapt it to your own needs.</p>
<p>So, if you&#8217;re looking for a book on developing for mobile with Dreawmeaver CS5.5 with jQuery, HTML5, and CSS, make sure you choose the one that&#8217;s right for you. Don&#8217;t be confused by the titles. Oh, and as small bonus, my book is in full colour, even though it&#8217;s the same length and the same cover price ($39.99) as the one published by Packt.</p>
]]></content:encoded>
			<wfw:commentRss>http://foundationphp.com/blog/2011/10/18/an-odd-turn-up-for-the-book/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Corrections for my books</title>
		<link>http://foundationphp.com/blog/2011/08/14/corrections-for-my-books/</link>
		<comments>http://foundationphp.com/blog/2011/08/14/corrections-for-my-books/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 18:52:32 +0000</pubDate>
		<dc:creator>David Powers</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://foundationphp.com/blog/?p=213</guid>
		<description><![CDATA[I hate it when I find a mistake in a technical book—particularly when it&#8217;s one of mine. There&#8217;s nothing more frustrating than trying to learn a new concept and hitting a brick wall because the code doesn&#8217;t work. Mistakes creep &#8230; <a href="http://foundationphp.com/blog/2011/08/14/corrections-for-my-books/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I hate it when I find a mistake in a technical book—particularly when it&#8217;s one of mine. There&#8217;s nothing more frustrating than trying to learn a new concept and hitting a brick wall because the code doesn&#8217;t work. Mistakes creep in for a variety of reasons. But whatever the reason, I know I&#8217;m letting down my readers if there&#8217;s a serious error in one of my books. So, as well as trying to avoid errors in the first place, I try to respond to error reports as quickly as possible.</p>
<p>I recently discovered that friends of ED has closed its website and merged it with that of its parent company, <a href="http://apress.com/">Apress</a>. Unfortunately, none of my books&#8217; errata are yet listed on the new site. So, I&#8217;ve scrabbled around to put them back together and host them here. You can find the corrections for the following Apress/friends of ED titles on this site:</p>
<ul>
<li><a href="http://foundationphp.com/pos/errata.php">PHP Object-Oriented Solutions</a></li>
<li><a href="http://foundationphp.com/phpsolutions/updates.php">PHP Solutions (First edition)</a></li>
<li><a href="http://foundationphp.com/phpsolutions/errata_2e.php">PHP Solutions (Second edition)</a></li>
<li><a href="http://foundationphp.com/egdwcs3/updates.php">The Essential Guide to Dreamweaver CS3</a></li>
<li><a href="http://foundationphp.com/flash/updates.php">Foundation PHP 5 for Flash</a></li>
</ul>
<p>I find it hard to believe that there weren&#8217;t any mistakes in <cite>The Essential Guide to Dreamweaver CS4</cite>, but I can&#8217;t trace any record of corrections. I haven&#8217;t gone back to some of my older books. Good though they were, they&#8217;re based on versions of software that are no longer supported. What&#8217;s more, most of them were reprinted with corrections.</p>
<p>I also plan to keep up to date the corrections pages on this site for the books I have published with Adobe Press.</p>
<p>If you come across any errors or code that doesn&#8217;t work, please report them directly to the publisher. That way corrections can be incorporated into reprinted versions of the book. But if you don&#8217;t get an acknowledgement from the publisher within a day or so, please leave a comment here, and I&#8217;ll try to deal with the issue as quickly as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://foundationphp.com/blog/2011/08/14/corrections-for-my-books/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>My book on Dreamweaver CS5.5 is now available online</title>
		<link>http://foundationphp.com/blog/2011/05/05/my-book-on-dreamweaver-cs5-5-is-now-available-online/</link>
		<comments>http://foundationphp.com/blog/2011/05/05/my-book-on-dreamweaver-cs5-5-is-now-available-online/#comments</comments>
		<pubDate>Thu, 05 May 2011 16:52:21 +0000</pubDate>
		<dc:creator>David Powers</dc:creator>
				<category><![CDATA[AJAX/JavaScript]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://foundationphp.com/blog/?p=208</guid>
		<description><![CDATA[My new book, Adobe Dreamweaver CS5.5 Studio Techniques: Designing and Developing for Mobile with jQuery, HTML5, and CSS3, is now available as Rough Cuts in the Safari Online Library and Creative Edge. In spite of being published as Rough Cuts, &#8230; <a href="http://foundationphp.com/blog/2011/05/05/my-book-on-dreamweaver-cs5-5-is-now-available-online/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My new book, <a href="/dwmobile/"><cite>Adobe Dreamweaver CS5.5 Studio Techniques: Designing and Developing for Mobile with jQuery, HTML5, and CSS3</cite></a>, is now available as Rough Cuts in the <a href="http://my.safaribooksonline.com/book/web-development/mobile/9780132754910">Safari Online Library</a> and <a href="http://www.creativeedge.com/book/web-development/mobile/9780132754910">Creative Edge</a>. In spite of being published as Rough Cuts, it&#8217;s the complete book. The only differerence is that the text and screenshots haven&#8217;t been laid out in the way they will be in the final version, which is expected to be published on 10 June.</p>
<p>If you planning to develop sites for multiple platforms, you&#8217;ll learn about CSS media queries and how to use the new features in <a href="http://www.adobe.com/products/dreamweaver.html">Dreamweaver CS5.5</a>, including setting up a site-wide media queries file. There&#8217;s a chapter on making sites available offline, and the download files contain a Dreamweaver extension that automatically builds a manifest file ready for editing. The chapters on <a href="http://jquerymobile.com/">jQuery Mobile</a> contain extensive analysis of custom data attributes that control the look and functionality of a jQuery Mobile site.</p>
<p><a href="http://www.w3conversions.com/about.html">Stephanie (Sullivan) Rewis</a> (<a href="http://twitter.com/stefsull">@stefsull</a>) had a sneak preview of the book. Her verdict: &#8220;David&#8217;s clarity and ability to explain complex subjects clearly makes this a book not to be missed.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://foundationphp.com/blog/2011/05/05/my-book-on-dreamweaver-cs5-5-is-now-available-online/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Taking Dreamweaver into the lions&#8217; den</title>
		<link>http://foundationphp.com/blog/2011/04/12/taking-dreamweaver-into-the-lions-den/</link>
		<comments>http://foundationphp.com/blog/2011/04/12/taking-dreamweaver-into-the-lions-den/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 11:02:54 +0000</pubDate>
		<dc:creator>David Powers</dc:creator>
				<category><![CDATA[AJAX/JavaScript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://foundationphp.com/blog/?p=200</guid>
		<description><![CDATA[Last night, the good folks at London Web Standards allowed me to take the floor for a five-minute &#8220;lightning talk&#8221; to demonstrate some of the new features of Dreamweaver CS5.5, which had been officially announced only 14 hours earlier. It &#8230; <a href="http://foundationphp.com/blog/2011/04/12/taking-dreamweaver-into-the-lions-den/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last night, the good folks at <a href="http://www.londonwebstandards.org/">London Web Standards</a> allowed me to take the floor for a five-minute &#8220;lightning talk&#8221; to demonstrate some of the new features of <a href="http://www.adobe.com/devnet/dreamweaver/articles/whats-new-dwcs55.html">Dreamweaver CS5.5</a>, which had been officially announced only 14 hours earlier. It was a daunting task, because I know many professional web developers say they wouldn&#8217;t be seen dead using Dreamweaver. Moreover, everyone had come to hear <a href="http://rawkes.com/">Rob Hawkes</a> talk about developing online games with HTML5 and JavaScript, and <a href="http://seb.ly/">Seb Lee-Delisle</a> demonstrate his amazing JavaScript skills. They weren&#8217;t there to hear about a product they probably don&#8217;t use.</p>
<p>Things didn&#8217;t go quite to plan. I had lined up a series of quick demos to show off the way Dreamweaver handles media queries and the creation of rounded corners with the CSS3 border-radius property. Unfortunately, the connection to the projector switched the resolution on my laptop to something crazy like 640 x 480, making it impossible to see the full workspace and preventing me from accessing the document tabs to switch between the demo pages I had prepared. Since I had only a five-minute slot, I decided—perhaps foolishly—to soldier on rather than waste valuable time trying to find a resolution compatible with the projector.</p>
<p>What I did manage to demonstrate was Dreamweaver CS5.5&#8242;s support for web fonts, creating and adjusting CSS3 drop shadows visually, jQuery code hinting, and PhoneGap integration. While demonstrating the support for web fonts, I was able to show how you can work in the underlying code and view the result in Live view without needing to save the document or round-trip to a browser.</p>
<p>I got the feeling that the audience remained sceptical about Dreamweaver, but they listened to what I had to say. And with plenty of questions, my original five minutes extended beyond ten. Matt Lucht has given a good <a href="http://mattlucht.com/blog/2011/4/11/london-web-standards-fun-games.html">summary of what I had to say</a> (together with comments about the main speakers). Matt makes the comment &#8220;I&#8217;m not sure what value it gave over say a browser plugin such as Firebug.&#8221; It&#8217;s a fair point. Dreamweaver is an IDE for HTML, CSS, JavaScript, PHP, and other web-related languages, all of which are open standards. Therefore, there are plenty of authoring tools around—some free, others commercial.</p>
<p>What I think Dreamweaver has to offer is the way in which it brings the various web technologies together. I use Firebug and similar tools, such as the Web Inspector in Safari. They&#8217;re great, but you need to switch from your IDE and back to use them. Each time you switch is time wasted. Dreamweaver gives me most of the tools I need in a single workspace. Working recently with a jQuery Mobile project, I found Dreamweaver&#8217;s Live Code one of the most useful features. It lets you inspect the dynamically generated code inside the Document window, which is essential for dealing with pages generated through DOM manipulation. Yes, I can get the same information by right-clicking in Safari or Chrome and selecting Inspect Element, but it takes me longer to do so. Live Code also lets me inspect what&#8217;s happening in response to different events by highlighing all changes in a different colour.</p>
<p>Judging by comments from the audience and in conversation afterwards, there seem to be two main barriers to acceptance of Dreamweaver among professional web developers/designers. The main complaint is the price. I can&#8217;t do anything about that, although I have told Adobe on more than one occasion that I think the price differential—between what you pay in dollars in North America and what you pay in pounds or euros in Europe—is totally unjustifiable, particularly for a product that is delivered electronically. Adobe is not alone in charging a premium outside the USA, but it builds up resentment and damages sales. Still, buying software is a business expense. Business must be really bad if you can&#8217;t afford the tools for the job.</p>
<p>That brings me to the other main barrier—many web professionals don&#8217;t think Dreamweaver is the right tool for the job they&#8217;re doing. Maybe they&#8217;re right. Far be it from me to question how another person does his or her job. But several people in the audience admitted that they hadn&#8217;t used Dreamweaver for a long time. I have used it consistently since Dreamweaver 3 (about 11 years). The Dreamweaver of yesteryear is not the program it is today.</p>
<p>In 2001, the <a href="http://www.webstandards.org/">Web Standards Project</a> (WaSP), led at the time by such people as <a href="http://www.zeldman.com/">Jeffrey Zeldman</a>, formed <a href="http://www.webstandards.org/action/dwtf/">a task force to pressure Macromedia</a> (the original creators of Dreamweaver) to improve the standards compliance and accessibility of pages created with Dreamweaver. The initial result was the release of Dreamweaver MX 2004, which produced much cleaner code. It wasn&#8217;t perfect, but it was close. The main problem was Layout Mode, a <abbr title="What You See Is What You Get">WYSIWYG</abbr> tool that produced the most horrendous table-based spaghetti code. Another problem was the use of &#8220;layers&#8221;—absolutely positioned elements with inline styles. With the help of others, I privately lobbied Macromedia and then Adobe to get rid of Layout Mode. Partial success was achieved with the release of Dreamweaver CS3 in 2007, when access to Layout Mode was deliberately hidden. Then, in 2008, Layout Mode was finally killed off in Dreamweaver CS4. Layers also disappeared. You can still create absolutely positioned elements, but they no longer have inline styles.</p>
<p>The WaSP Adobe Task Force was wound up in 2009, but <a href="http://www.w3conversions.com/">Stephanie (Sullivan) Rewis</a> still acts as WaSP Industry Evangelist to Adobe. I know from my participation in private Adobe forums that she gives the Dreamweaver engineering team a tough time, pressuring them constantly to improve standards. Dreamweaver certainly hasn&#8217;t stood still. It has full code hinting support for HTML5 and for CSS3 modules that have reached a reasonable degree of stability. Its support for PHP and JavaScript code introspection has greatly improved its usefulness to developers.</p>
<p>As I see it, Dreamweaver&#8217;s main problem is one of perception. It gained a reputation (deservedly so) for producing bad code and for being a WYSIWYG tool. The WYSIWYG image is completely wrong. Most Dreamweaver users that I know work in Split view with the code on the left of the screen, and a visual representation of the page in Design view on the right. If you&#8217;re working in Design view, you can keep an eye on the code that&#8217;s being generated. But it gets better if you switch into Live view, which renders the page using the WebKit browser engine. You can continue working in the code, and your changes are immediately reflected in Live view by pressing F5 or clicking the refresh icon. What&#8217;s more, the Related Files toolbar gives you access to all linked files in Code view. So, I can work in an external JavaScript file while keeping the web page visible on the right of the screen.</p>
<p>If you haven&#8217;t used Dreamweaver for a long time, give it a try when CS5.5 is released in May. There will be a 30-day free trial. As long as you&#8217;re willing to explore its features, I think you might find there&#8217;s a lot to like. If it doesn&#8217;t match your needs, fine. But at least I hope you&#8217;ll get the chance to see that it&#8217;s not Dreamweaver that produces bad code. It&#8217;s bad designers/developers who do.</p>
<p>(Disclosure: I&#8217;m not an Adobe employee, but I am an <a href="http://www.adobe.com/communities/professionals/faq.html">Adobe Community Professional</a>, a sort of unpaid evangelist for Dreamweaver. I write books about Dreamweaver and answer questions in the Dreamweaver Help pages. I also teach Dreamweaver and write books about PHP.)</p>
]]></content:encoded>
			<wfw:commentRss>http://foundationphp.com/blog/2011/04/12/taking-dreamweaver-into-the-lions-den/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>My Next Book: Dreamweaver CS5.5 for Mobile</title>
		<link>http://foundationphp.com/blog/2011/04/11/my-next-book-dreamweaver-cs5-5-for-mobile/</link>
		<comments>http://foundationphp.com/blog/2011/04/11/my-next-book-dreamweaver-cs5-5-for-mobile/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 04:30:18 +0000</pubDate>
		<dc:creator>David Powers</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://foundationphp.com/blog/?p=194</guid>
		<description><![CDATA[I&#8217;ve been burning the midnight oil since the beginning of this year, working on my next book—Adobe Dreamweaver CS5.5 for Mobile with jQuery, HTML5, and CSS3: Studio Techniques. The book is now complete, and is scheduled to go live on &#8230; <a href="http://foundationphp.com/blog/2011/04/11/my-next-book-dreamweaver-cs5-5-for-mobile/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been burning the midnight oil since the beginning of this year, working on my next book—<cite>Adobe Dreamweaver CS5.5 for Mobile with jQuery, HTML5, and CSS3: Studio Techniques</cite>. The book is now complete, and is scheduled to go live on Safari Online Library and Creative Edge as soon as Dreamweaver CS5.5 is released (the actual date has not yet been made public). The printed book—published by Adobe Press—should be available in early June.</p>
<p>The book guides you through the main new features in Dreamweaver CS5.5 with the help of three case studies. The first one centers on redesigning a website for display on desktops, tablets, and smartphones using HTML5, CSS3, and media queries. The second takes a cut-down version of the same site, and builds a dedicated mobile version using jQuery Mobile, a sophisticated JavaScript and CSS framework designed to work consistently in all major mobile platforms. The final case study uses Dreamweaver CS5.5&#8242;s PhoneGap integration to develop a simple app that stores information in a database, accesses a mobile phone’s GPS sensor, and displays a map.</p>
<p>More details later.</p>
]]></content:encoded>
			<wfw:commentRss>http://foundationphp.com/blog/2011/04/11/my-next-book-dreamweaver-cs5-5-for-mobile/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

