<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Dreamweaver Primer</title>
	<atom:link href="http://boxesandarrows.com/dreamweaver-primer/feed/" rel="self" type="application/rss+xml" />
	<link>http://boxesandarrows.com/dreamweaver-primer/</link>
	<description>Boxes and Arrows is devoted to the practice, innovation, and discussion of design; including graphic design, interaction design, information architecture and the design of business.</description>
	<lastBuildDate>Tue, 18 Jun 2013 12:43:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Dan Rubin</title>
		<link>http://boxesandarrows.com/dreamweaver-primer/#comment-5406</link>
		<dc:creator>Dan Rubin</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://boxesandarrows.com/dreamweaver-primer/#comment-5406</guid>
		<description><![CDATA[A revised, valid XHTML/CSS version can be found here: &lt;a href=&quot;http://www.webgraph.com/css/wireframe/&quot; rel=&quot;nofollow&quot;&gt;http://www.webgraph.com/css/wireframe/&lt;/a&gt;

One of the benefits of this revision is that the page now displays properly (IE5/Mac had some display problems with the pop-up menu, and some of the CSS properties were invalid because an underscore was used in the property name: that can cause problems with some browsers parsing the CSS), plus the main table is now accessible. I will soon revise it further to remove all tables used for layout, leaving only the data table. CSS will be used for positioning, as it should be. This will be much better for designers who plan to code in XHTML/CSS without using tables for layout, as you will be able to judge the basic CSS capabilities of your clients&#039; browsers at the wireframe stage (or test on non-desktop browsers, or screen-readers, depending on your clientele)

An additional benefit is lighter code which will render just that much more quickly (old: 10k, new: 8k), and I optimized the scroll.gif from 27k to]]></description>
		<content:encoded><![CDATA[<p>A revised, valid XHTML/CSS version can be found here: <a href="http://www.webgraph.com/css/wireframe/" rel="nofollow">http://www.webgraph.com/css/wireframe/</a></p>
<p>One of the benefits of this revision is that the page now displays properly (IE5/Mac had some display problems with the pop-up menu, and some of the CSS properties were invalid because an underscore was used in the property name: that can cause problems with some browsers parsing the CSS), plus the main table is now accessible. I will soon revise it further to remove all tables used for layout, leaving only the data table. CSS will be used for positioning, as it should be. This will be much better for designers who plan to code in XHTML/CSS without using tables for layout, as you will be able to judge the basic CSS capabilities of your clients&#8217; browsers at the wireframe stage (or test on non-desktop browsers, or screen-readers, depending on your clientele)</p>
<p>An additional benefit is lighter code which will render just that much more quickly (old: 10k, new: 8k), and I optimized the scroll.gif from 27k to</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie Stanford</title>
		<link>http://boxesandarrows.com/dreamweaver-primer/#comment-5407</link>
		<dc:creator>Julie Stanford</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://boxesandarrows.com/dreamweaver-primer/#comment-5407</guid>
		<description><![CDATA[Xavier Fan and I have been having an offline discussion about his comment which leads me to this post. 

I want to point out that the technique that Xavier mentions results in a scrollable multi select box without checkboxes next to each item.  To multi select the user must ctrl+click which is hard for some on the web. The reason for integrating the gif of the scrollbar with the table of checkboxes is to show a forms widget that avoids the ctrl+click interacton.  Another problem with ctrl+click is that if you come back and click again, then you lose all of your selections. For forms that the users edits over and over, this could be very bad. 

When we used it in a complex budgeting application where people needed to multi select from a list of about 100 items and often change their selections, this widget was eventually implemented in DHTML by our talented dev team. However, the fake scrollable protoype in our wireframe was user-tested to make sure that users were happy with it before the engineering team implemented it.  

But, the reason that I included it in this Primer is to get your brain cells going about creative ways to integrate gifs with your forms elements and other elements of a wireframe to quickly approximate functionality. It&#039;s not necessary to go out and spend hours buidling a widget you may or may not use and may not know how to build w/o help. Just do some clever hand waving and you&#039;re set.]]></description>
		<content:encoded><![CDATA[<p>Xavier Fan and I have been having an offline discussion about his comment which leads me to this post. </p>
<p>I want to point out that the technique that Xavier mentions results in a scrollable multi select box without checkboxes next to each item.  To multi select the user must ctrl+click which is hard for some on the web. The reason for integrating the gif of the scrollbar with the table of checkboxes is to show a forms widget that avoids the ctrl+click interacton.  Another problem with ctrl+click is that if you come back and click again, then you lose all of your selections. For forms that the users edits over and over, this could be very bad. </p>
<p>When we used it in a complex budgeting application where people needed to multi select from a list of about 100 items and often change their selections, this widget was eventually implemented in DHTML by our talented dev team. However, the fake scrollable protoype in our wireframe was user-tested to make sure that users were happy with it before the engineering team implemented it.  </p>
<p>But, the reason that I included it in this Primer is to get your brain cells going about creative ways to integrate gifs with your forms elements and other elements of a wireframe to quickly approximate functionality. It&#8217;s not necessary to go out and spend hours buidling a widget you may or may not use and may not know how to build w/o help. Just do some clever hand waving and you&#8217;re set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nextwave</title>
		<link>http://boxesandarrows.com/dreamweaver-primer/#comment-5408</link>
		<dc:creator>nextwave</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://boxesandarrows.com/dreamweaver-primer/#comment-5408</guid>
		<description><![CDATA[None of your click to view examples work on a mac with Firefox.
Also Dan&#039;s link is 404 as well.
I was wondering about using div&#039;s instead of tables as I read the whole thing- it might be good to either update this- or - put a note at the top.

Thanks- it was still informative.]]></description>
		<content:encoded><![CDATA[<p>None of your click to view examples work on a mac with Firefox.<br />
Also Dan&#8217;s link is 404 as well.<br />
I was wondering about using div&#8217;s instead of tables as I read the whole thing- it might be good to either update this- or &#8211; put a note at the top.</p>
<p>Thanks- it was still informative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie Stanford</title>
		<link>http://boxesandarrows.com/dreamweaver-primer/#comment-8993</link>
		<dc:creator>Julie Stanford</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://boxesandarrows.com/dreamweaver-primer/#comment-8993</guid>
		<description><![CDATA[Thanks for the revision Dan. Since we are super quick and dirty, we tell our clients that they can only view the wireframes on IE on a PC.  Since I live in an all PC world here in enterprise web app design land and never do actual implementation, I am very bad about noting Mac related issues that probably effect many other designers. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Thanks for the revision Dan. Since we are super quick and dirty, we tell our clients that they can only view the wireframes on IE on a PC.  Since I live in an all PC world here in enterprise web app design land and never do actual implementation, I am very bad about noting Mac related issues that probably effect many other designers. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier Fan</title>
		<link>http://boxesandarrows.com/dreamweaver-primer/#comment-8994</link>
		<dc:creator>Xavier Fan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://boxesandarrows.com/dreamweaver-primer/#comment-8994</guid>
		<description><![CDATA[For the multiple select box, wouldn&#039;t it be easier to just create an actual one, rather than use a table, checkboxes and a scroll.gif image?

As follows in DreamWeaver:
1)  from the Forms palette, &quot;Insert List/Menu&quot;
2)  Add &quot;List Values&quot;, either from the Properties, or by right clicking on the list
3)  In the properties, change Type from &quot;Menu&quot; to &quot;List&quot;.  This enables the &quot;Height&quot; and &quot;Allow Multiple&quot; attributes.
4)  Change &quot;Height&quot; as desired.  If the number of &quot;List Values&quot; is less than Height, than a scrollbar will automatically appear.
5)  Check &quot;Allow Multiple&quot;, which does the obvious.

...and that&#039;s it.  This has the benefit of being able to easily add as many List Values as you want without doing layout changes (as well as being more &quot;real&quot;).

Dan, thanks for the XHTML version.  We do code in XHTML, but we haven&#039;t been able to use CSS for positioning (and ditch tables for layout entirely) for large, public-facing sites yet.  Maybe when Netscape 4.x finally dies.  =)

Julie, great primer...I wish more IAs would use DreamWeaver!]]></description>
		<content:encoded><![CDATA[<p>For the multiple select box, wouldn&#8217;t it be easier to just create an actual one, rather than use a table, checkboxes and a scroll.gif image?</p>
<p>As follows in DreamWeaver:<br />
1)  from the Forms palette, &#8220;Insert List/Menu&#8221;<br />
2)  Add &#8220;List Values&#8221;, either from the Properties, or by right clicking on the list<br />
3)  In the properties, change Type from &#8220;Menu&#8221; to &#8220;List&#8221;.  This enables the &#8220;Height&#8221; and &#8220;Allow Multiple&#8221; attributes.<br />
4)  Change &#8220;Height&#8221; as desired.  If the number of &#8220;List Values&#8221; is less than Height, than a scrollbar will automatically appear.<br />
5)  Check &#8220;Allow Multiple&#8221;, which does the obvious.</p>
<p>&#8230;and that&#8217;s it.  This has the benefit of being able to easily add as many List Values as you want without doing layout changes (as well as being more &#8220;real&#8221;).</p>
<p>Dan, thanks for the XHTML version.  We do code in XHTML, but we haven&#8217;t been able to use CSS for positioning (and ditch tables for layout entirely) for large, public-facing sites yet.  Maybe when Netscape 4.x finally dies.  =)</p>
<p>Julie, great primer&#8230;I wish more IAs would use DreamWeaver!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
