<?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>MikePadgett.com &#187; adobe</title>
	<atom:link href="http://www.mikepadgett.com/tag/adobe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikepadgett.com</link>
	<description>Articles, reviews, travel, design, literature and more written by Mike Padgett, an Information Designer in Brussels</description>
	<lastBuildDate>Thu, 02 Feb 2012 09:02:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dreamweaver CS3 crashes and won&#8217;t start up again</title>
		<link>http://www.mikepadgett.com/technology/technical/dreamweaver-cs3-crashes-and-wont-start-up-again/</link>
		<comments>http://www.mikepadgett.com/technology/technical/dreamweaver-cs3-crashes-and-wont-start-up-again/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 01:17:06 +0000</pubDate>
		<dc:creator>Mike Padgett</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[dreamweaver cs3]]></category>

		<guid isPermaLink="false">http://localhost/?p=7</guid>
		<description><![CDATA[The world famous 8,192kb bug that crashed a million Dreamweavers. Probably.]]></description>
			<content:encoded><![CDATA[<p>Hey kids, this is definitely one of the weirdest bugs I have ever clapped eyes on.</p>
<p>Not for the first time, I was happily authoring <acronym title="Cascading Style Sheets">CSS</acronym> and Dreamweaver CS3 crashed. Turns out, it doesn&#8217;t have to be specifically CSS, but that was my situation anyway.</p>
<h3>The crash</h3>
<p>It&#8217;s all too familiar: this is DW after all, and those of us who have used it from the start will know the pedigree. But I try to restart the program anyway: it&#8217;s 1am and I don&#8217;t need this. Nope, fail. Dreamweaver CS3 won&#8217;t start on Windows XP. In these times of quad processors and 32-bit colour, has the long-exorcised ghost of DW&#8217;s buggy past returned to haunt us?</p>
<p>The following options were available:</p>
<ul>
<li>Abuse someone at Adobe</li>
<li>Reinstall Dreamweaver</li>
<li>Try to clean out the config files so that Dreamweaver has to create new ones on restart (an old and occasionally successful solution)</li>
</ul>
<p>And the answer? None of the above.</p>
<p>The fix turned out to be simple, though somewhat obscure. I shall elaborate in a moment, but first I must attribute my source. In August 2007, Adobe Community Expert and author <a href="http://groups.google.com/group/macromedia.dreamweaver/msg/4f6b8d6385dc3466" title="Links to an external website">David Powers sussed out this profoundly ugly problem</a> in the Macromedia.Dreamweaver Google Group. At the time, it was  undocumented elsewhere and not particularly easy to find with bland keywords in search engines.</p>
<h3>The cause of the crash</h3>
<p>Apparently, an install of Dreamweaver CS3 (mine is currently v9.0 Build 3481) crashes if you edit a file to <em>exactly</em> a multiple of 8,192 bytes. Not a byte more, not a byte less. The chances of this happening are probably fairly small: to edit a file to the exact size at the same moment that DW does some processing and gets upset.<em></em></p>
<p>Don&#8217;t believe me? I wouldn&#8217;t have either in your position. But here&#8217;s what happened: I&#8217;m editing a document of any supported format, I&#8217;m just about to change a particular value and suddenly it crashes. So I checked out David&#8217;s comment above and, lo and behold:</p>
<p class="centeralign"><img src="http://www.mikepadgett.com/legacy/userfiles/image/images_2008/8192.gif" alt="Dreamweaver CS3 crashes and won't restart" width="367" height="509" /></p>
<h3>So now what?</h3>
<p>If you have this bug, from here it&#8217;s quick and easy to escape. Don&#8217;t bother trying to do anything with Dreamweaver CS3 because as long as your file is a multiple of 8,192 bytes, you ain&#8217;t going nowhere.</p>
<h4>Step 1. If you were working within a Site, you can test if this bug was behind the crash</h4>
<p>If you were editing your file within a defined Site, read on. Otherwise, you can skip to 2.</p>
<p>In Windows Explorer, temporarily rename the folder that contains your Site, so that Dreamweaver CS3 starts successfully, asking you to <em>Manage Sites&#8230;</em> because of course it can&#8217;t find your original folder.</p>
<p>If you were to point <em>Manage Sites&#8230;</em> to the new folder name, Dreamweaver CS3 would crash again, so just exit the app for now. You can now be pretty sure you&#8217;ve encountered this filesize bug.</p>
<p>If DW <em>doesn&#8217;t</em> start properly after this step, then you have some other problem and I&#8217;m sorry your visit here didn&#8217;t help.</p>
<h4>Step 2. Edit the file that caused the crash outside of Dreamweaver CS3</h4>
<p>Next, in a different text editor such as Notepad, increase the filesize of the file that you were editing when DW crashed &#8211; just by adding a bit of whitespace, for example &#8211; and then resave it. You could also decrease the file size by deleting whitespace, but of course you risk repeating the bug when you work on the file again later or indeed, you might not have anything to safely delete, so I&#8217;d recommend increasing instead.</p>
<p>Now, having altered the file, be sure to check that your filesize is indeed no longer a multiple of 8,192kb.</p>
<p>If you were working within a Site as described in Step 1, you can now rename the folder of your Site back to its original name in Windows Explorer.</p>
<p>Restart Dreamweaver CS3 and you should be back in action. I hope it worked for you too!</p>
<h3>Afterthought</h3>
<p>As you can probably see, there are quite a few satisfied customers in the Responses below, from Denmark to Chile. So why not let me know if you had this problem too and if your situation was a little different, please add to the knowledge.</p>
<p>And finally, this incident jogged my memory of another oddball software behaviour I encountered once in the early days of Office 2007 for Windows, because it too was about processing bytes and coming out with the wrong result. Check out this anomaly with <a href="http://groups.google.com/group/microsoft.public.excel/browse_thread/thread/2bcad1a1a4861879/2f8806d5400dfe22">Excel 2007</a>: if you multiply 850 by 77.1 you get 100,000. The real answer? <a href="http://en.wikipedia.org/wiki/65535">65,535</a> of course, a juicy, meaningful number for <em>aficionados</em> of binary computing! <em>[15 April 2008: I tested this again recently and it appears to have been patched - Mike]</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikepadgett.com/technology/technical/dreamweaver-cs3-crashes-and-wont-start-up-again/feed/</wfw:commentRss>
		<slash:comments>416</slash:comments>
		</item>
		<item>
		<title>Flash is 10</title>
		<link>http://www.mikepadgett.com/technology/flash-is-10/</link>
		<comments>http://www.mikepadgett.com/technology/flash-is-10/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 12:25:54 +0000</pubDate>
		<dc:creator>Mike Padgett</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://localhost/?p=119</guid>
		<description><![CDATA[Love it or hate it, after a decade of design Flash is still with us and with impressive video support, it's still relevant.]]></description>
			<content:encoded><![CDATA[<div class="imgright"><img src="/legacy/userfiles/image/images_2006/flash.jpg" alt="Flash icon" width="142" height="150" /></div>
<p>Flash is ten years old, as the BBC <a href="http://news.bbc.co.uk/1/hi/technology/6169853.stm">reports</a>, and for any Internet technology still around after a decade that&#8217;s a considerable achievement.</p>
<p>When I started out in web design, it was almost the only medium I worked in, reflecting the tastes of the time. That was before the Flash backlash, led by the arch-headline-grabber himself Jakob Nielsen&#8217;s <a href="http://www.useit.com/alertbox/20001029.html">vociferous take</a> on the matter.</p>
<p>Since then, the paths of Flash and I have diverged considerably. I rarely work with it nowadays.</p>
<div class="imgleft"><img src="/legacy/userfiles/image/images_2006/inappropriate_flash.jpg" alt="Inappropriate Flash" width="200" height="193" /></p>
<p class="caption">Inappropriate Flash harms user experience</p>
</div>
<p>I haven&#8217;t seen developers breaking new ground lately, in the way every week used to bring extensions of Flash&#8217;s seemingly limitless  capabilities in two dimensions.</p>
<p>Just at the time when Flash was in the corner licking its wounds, good old HTML enjoyed a renaissance with the adoption of web standards and increased accessibility. Today, JavaScript has taken markup into orbit and in a curious irony, it has also saved Flash from a further beating from the <a href="http://en.wikipedia.org/wiki/Eolas">Eolas patent mess</a>.</p>
<p>A few major successes have been brought to us by Flash in recent times. Yahoo has finally done the obvious and released a <a href="http://maps.yahoo.com/">Flash mapping interface</a> and YouTube&#8217;s video relies totally upon Flash&#8217;s video capabilities, of course.</p>
<div class="imgleft"><img src="/legacy/userfiles/image/images_2006/logo_youtube.gif" alt="YouTube logo" width="133" height="57" /></div>
<p>Indeed, it&#8217;s the video stuff that ensures Adobe&#8217;s trusty plug-in is still relevant today, since the tech corporate&#8217;s vision of an all-purpose application delivery medium still looks years away, with a muted response to <a href="http://www.adobe.com/products/flex/">Flex</a> and Microsoft&#8217;s competing Avalon (now imaginatively retitled <acronym title="Windows Presentation Framework">WPF</acronym>) technology tied to the long-delayed Vista.</p>
<p>&#8220;It&#8217;s a bit chaotic. There&#8217;s lots of noise, lots of activity. That&#8217;s great; there&#8217;s a huge amount of innovation&#8221; said Adobe&#8217;s Kevin Lynch [<a href="http://news.com.com/As+Flash+turns+10,+Adobe+looks+ahead/2100-1012_3-6102973.html">1</a>] when asked about the future of Flash. Not a straight (or strong) answer.</p>
<p>In times past, Macromedia always managed to brave the storms, so perhaps Adobe can keep the tide in its favour.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikepadgett.com/technology/flash-is-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft takes on Adobe / Macromedia</title>
		<link>http://www.mikepadgett.com/technology/microsoft-takes-on-adobe-macromedia/</link>
		<comments>http://www.mikepadgett.com/technology/microsoft-takes-on-adobe-macromedia/#comments</comments>
		<pubDate>Fri, 17 Feb 2006 15:16:38 +0000</pubDate>
		<dc:creator>Mike Padgett</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://localhost/?p=170</guid>
		<description><![CDATA[Microsoft are pissing in a small pond with new design tool Expression. But will it turn the water a funny colour?]]></description>
			<content:encoded><![CDATA[<p class="centeralign"><img src="/legacy/images/client_images_2006/expression.jpg" alt="Microsoft Expression" width="367" height="153" /></p>
<p>I stumbled across <a href="http://www.microsoft.com/products/expression/en/default.mspx" target="_blank">Microsoft Expression</a> this afternoon, quite by chance, really. Expression is a three-product graphics suite for designers. It borrows enormously from Macromedia Studio and a bit of Adobe Photoshop.</p>
<p>It seems to me to be quite a bald response to Macromedia&#8217;s buyout, but as usual Microsoft has an angle.</p>
<p>That angle is XAML, the UI language based on the XML standard that Microsoft will ship with Avalon.</p>
<p>XAML, which from what I&#8217;ve seen bears comparison to XML-based code for Macromedia Flex applications, is the output format from Expression&#8217;s Interactive Designer, the more unusual package in the suite.</p>
<p>Also on offer are Graphic Designer and Web Designer, sold to us via the kind of (literally) kaleidoscopic visuals that presumably appeal to funky design types.</p>
<p>Sample downloads weigh in at upto a rather hefty 140Mb.</p>
<p>Can&#8217;t wait to hear the price!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikepadgett.com/technology/microsoft-takes-on-adobe-macromedia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Macromedia.com metamorphosis</title>
		<link>http://www.mikepadgett.com/technology/macromediacom-metamorphosis/</link>
		<comments>http://www.mikepadgett.com/technology/macromediacom-metamorphosis/#comments</comments>
		<pubDate>Thu, 08 Dec 2005 12:31:45 +0000</pubDate>
		<dc:creator>Mike Padgett</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[macromedia]]></category>

		<guid isPermaLink="false">http://localhost/?p=178</guid>
		<description><![CDATA[After the massive sellout comes the creeping change. Adobe is busy transforming Macromedia into its own image.]]></description>
			<content:encoded><![CDATA[<p>Change is finally happening over at <a href="http://www.macromedia.com/">macromedia.com</a>, with the Adobe visual identity steadily (if clumsily) getting to grips with the Macromedia site structure.</p>
<div class="centeralign"><img src="/legacy/images/client_images/macromedia_through_the_years.jpg" alt="Macromedia.com steadily turning itself into Adobe" width="400" height="278" /></div>
<p>It remains to be seen whether Macromedia&#8217;s traditionally rather tasty approach to layouts will carry over into the somewhat more monolithic Black, Red and White id at Adobe.</p>
<p>Macromedia&#8217;s design aesthetic was different, occasionally pioneering, and always a strong influence on other projects. You didn&#8217;t see a lot of curved corners before the 2004 edition!</p>
<p>As my salute to the brand that showed us that corporate websites could be sexy, let&#8217;s look back at a few screenshots of the Macromedia site through the years:</p>
<div class="centeralign"><img src="/legacy/images/client_images/macromedia_through_the_years.gif" alt="Macromedia through the years" width="420" height="1935" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mikepadgett.com/technology/macromediacom-metamorphosis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

