<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: The Ultimate Web Development Machine</title>
	<link>http://www.sawmac.com/etc/2006/07/13/the-ultimate-web-development-machine/</link>
	<description>tips, tricks, news, ideas and random thoughts about and from the web</description>
	<pubDate>Wed, 19 Nov 2008 11:22:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Dave McFarland</title>
		<link>http://www.sawmac.com/etc/2006/07/13/the-ultimate-web-development-machine/#comment-13645</link>
		<pubDate>Wed, 12 Dec 2007 21:15:19 +0000</pubDate>
		<guid>http://www.sawmac.com/etc/2006/07/13/the-ultimate-web-development-machine/#comment-13645</guid>
					<description>Jez,
Thanks for the link. I haven't seen that article before. Nor have I tried the Fireworks extension. I'll check it out.</description>
		<content:encoded><![CDATA[<p>Jez,<br />
Thanks for the link. I haven&#8217;t seen that article before. Nor have I tried the Fireworks extension. I&#8217;ll check it out.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jez Lerman</title>
		<link>http://www.sawmac.com/etc/2006/07/13/the-ultimate-web-development-machine/#comment-13644</link>
		<pubDate>Wed, 12 Dec 2007 21:01:53 +0000</pubDate>
		<guid>http://www.sawmac.com/etc/2006/07/13/the-ultimate-web-development-machine/#comment-13644</guid>
					<description>This article on the Adobe site seems to favoring some of my previous comments. This extension looks amazing.

http://www.adobe.com/devnet/fireworks/articles/smart_css.html</description>
		<content:encoded><![CDATA[<p>This article on the Adobe site seems to favoring some of my previous comments. This extension looks amazing.</p>
<p><a href='http://www.adobe.com/devnet/fireworks/articles/smart_css.html' rel='nofollow'>http://www.adobe.com/devnet/fireworks/articles/smart_css.html</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jez Lerman</title>
		<link>http://www.sawmac.com/etc/2006/07/13/the-ultimate-web-development-machine/#comment-13641</link>
		<pubDate>Wed, 12 Dec 2007 18:07:45 +0000</pubDate>
		<guid>http://www.sawmac.com/etc/2006/07/13/the-ultimate-web-development-machine/#comment-13641</guid>
					<description>"The Ultimate Web Development Machine...

...Designing Web sites can be a real drag."

I've been designing sites for many a year, endeavoring with each new project to speed up my production workflow (I'm a one-man band). The mantra "this time my turnaround will be much faster" has become a habitual affirmation. I'm constantly keeping an eye open for "The Ultimate Web Development Machine", "The Ultimate Automation Flow" (I like the idea of creating an Applescript-based way to automate a site, the problem is that no two sites are ever built the same; sigh) and "The Ultimate Minimum Amount of Code I Can Get Away With Without Being Crapped On By My Clients or Fellow Developers".

After much experimentation over the years, I've settled for Fireworks as the "Ultimate All-round CSS and SWF Output Machine". Fireworks speeds up everything. I am in total awe at the possibilities this software has to offer. Create a few graphics, add slices, export the page to CSS output, add a wrapper/container DIV around it in Dreamweaver set to a width of 940px, set the wrapper's position to relative (thanks to your article), add layers in Dreamweaver (for texts, media etc) set their Z levels to a high number so they are visible above the graphic elements on the page and set their positioning to absolute(thanks to your article again), add a few URLs and a FWKs generated menu and Hey Presto! 

Done. 

Finito. 

A live, hot-linked, page comp in less than an hour. Up until this week I'd been hand-coding everything in Textwrangler, producing graphics with ImageReady, and I'm too embarrassed to mention how long that workflow took until I could say I had a final page comp out the door. Way too embarrassed. 

Yes, most of the CSS code generated by Fireworks is spanned inline styles, probably not standards-based and most definitely not valid. But the code is lean. External CSS instructions are down to a bear minumum, and my turnaround is exceptionally quicker than ever before. I feel pumped by the creative possibilities the extra free time will afford. I'd rather feel pumped with adrenalin, than angst at an ever growing Sites-to-finish to do list with not enough time left in the month to complete them in.

Apologies for the long comment. I won't be surprised nor offended if you don't publish it. But I'd sure appreciate a little feedback on this issue of "The Ultimate Web Development Machine".</description>
		<content:encoded><![CDATA[<p>&#8220;The Ultimate Web Development Machine&#8230;</p>
<p>&#8230;Designing Web sites can be a real drag.&#8221;</p>
<p>I&#8217;ve been designing sites for many a year, endeavoring with each new project to speed up my production workflow (I&#8217;m a one-man band). The mantra &#8220;this time my turnaround will be much faster&#8221; has become a habitual affirmation. I&#8217;m constantly keeping an eye open for &#8220;The Ultimate Web Development Machine&#8221;, &#8220;The Ultimate Automation Flow&#8221; (I like the idea of creating an Applescript-based way to automate a site, the problem is that no two sites are ever built the same; sigh) and &#8220;The Ultimate Minimum Amount of Code I Can Get Away With Without Being Crapped On By My Clients or Fellow Developers&#8221;.</p>
<p>After much experimentation over the years, I&#8217;ve settled for Fireworks as the &#8220;Ultimate All-round CSS and SWF Output Machine&#8221;. Fireworks speeds up everything. I am in total awe at the possibilities this software has to offer. Create a few graphics, add slices, export the page to CSS output, add a wrapper/container DIV around it in Dreamweaver set to a width of 940px, set the wrapper&#8217;s position to relative (thanks to your article), add layers in Dreamweaver (for texts, media etc) set their Z levels to a high number so they are visible above the graphic elements on the page and set their positioning to absolute(thanks to your article again), add a few URLs and a FWKs generated menu and Hey Presto! </p>
<p>Done. </p>
<p>Finito. </p>
<p>A live, hot-linked, page comp in less than an hour. Up until this week I&#8217;d been hand-coding everything in Textwrangler, producing graphics with ImageReady, and I&#8217;m too embarrassed to mention how long that workflow took until I could say I had a final page comp out the door. Way too embarrassed. </p>
<p>Yes, most of the CSS code generated by Fireworks is spanned inline styles, probably not standards-based and most definitely not valid. But the code is lean. External CSS instructions are down to a bear minumum, and my turnaround is exceptionally quicker than ever before. I feel pumped by the creative possibilities the extra free time will afford. I&#8217;d rather feel pumped with adrenalin, than angst at an ever growing Sites-to-finish to do list with not enough time left in the month to complete them in.</p>
<p>Apologies for the long comment. I won&#8217;t be surprised nor offended if you don&#8217;t publish it. But I&#8217;d sure appreciate a little feedback on this issue of &#8220;The Ultimate Web Development Machine&#8221;.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
