<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Comments on Dreamweaver Primer</title>
    <link>http://www.boxesandarrows.com/view/dreamweaver_primer</link>
    <pubDate>Fri, 26 Jan 2007 14:53:06 GMT</pubDate>
    <description>So, you&#8217;ve read the article, &amp;#8220;HTML Wireframes and Prototypes: All Gain and No Pain&amp;#8221; and now want you want to make an HTML wireframe or prototype. This an easy and pain-free process, using Macromedia Dreamweaver 4.0. Follow this step-by-step guide and you'll be up and prototyping in a jiffy.</description>
    <item>
      <description>&lt;p&gt;None of your click to view examples work on a mac with Firefox.&lt;br /&gt;Also Dan&amp;#8217;s link is 404 as well.&lt;br /&gt;I was wondering about using div&amp;#8217;s instead of tables as I read the whole thing- it might be good to either update this- or &amp;#8211; put a note at the top.&lt;/p&gt;

	&lt;p&gt;Thanks- it was still informative.&lt;/p&gt;</description>
      <link>http://www.boxesandarrows.com/view/dreamweaver_primer#content_3370</link>
      <guid>http://www.boxesandarrows.com/view/dreamweaver_primer#content_3370</guid>
      <pubDate>Fri, 26 Jan 2007 14:53:06 GMT</pubDate>
      <author>David Esrati</author>
    </item>
    <item>
      <description>&lt;p&gt;Xavier Fan and I have been having an offline discussion about his comment which leads me to this post.&lt;/p&gt;

	&lt;p&gt;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.&lt;/p&gt;

	&lt;p&gt;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 &lt;span class="caps"&gt;DHTML&lt;/span&gt; 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.&lt;/p&gt;

	&lt;p&gt;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&amp;#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&amp;#8217;re set.&lt;/p&gt;</description>
      <link>http://www.boxesandarrows.com/view/dreamweaver_primer#content_1055</link>
      <guid>http://www.boxesandarrows.com/view/dreamweaver_primer#content_1055</guid>
      <pubDate>Tue, 28 Aug 2007 00:24:51 GMT</pubDate>
      <author>Julie Stanford</author>
    </item>
    <item>
      <description>&lt;p&gt;For the multiple select box, wouldn&amp;#8217;t it be easier to just create an actual one, rather than use a table, checkboxes and a scroll.gif image?&lt;/p&gt;

	&lt;p&gt;As follows in DreamWeaver:&lt;br /&gt;1)  from the Forms palette, &amp;#8220;Insert List/Menu&amp;#8221; &lt;br /&gt;2)  Add &amp;#8220;List Values&amp;#8221;, either from the Properties, or by right clicking on the list&lt;br /&gt;3)  In the properties, change Type from &amp;#8220;Menu&amp;#8221; to &amp;#8220;List&amp;#8221;.  This enables the &amp;#8220;Height&amp;#8221; and &amp;#8220;Allow Multiple&amp;#8221; attributes.&lt;br /&gt;4)  Change &amp;#8220;Height&amp;#8221; as desired.  If the number of &amp;#8220;List Values&amp;#8221; is less than Height, than a scrollbar will automatically appear.&lt;br /&gt;5)  Check &amp;#8220;Allow Multiple&amp;#8221;, which does the obvious.&lt;/p&gt;

	&lt;p&gt;...and that&amp;#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 &amp;#8220;real&amp;#8221;).&lt;/p&gt;

	&lt;p&gt;Dan, thanks for the &lt;span class="caps"&gt;XHTML&lt;/span&gt; version.  We do code in &lt;span class="caps"&gt;XHTML&lt;/span&gt;, but we haven&amp;#8217;t been able to use &lt;span class="caps"&gt;CSS&lt;/span&gt; for positioning (and ditch tables for layout entirely) for large, public-facing sites yet.  Maybe when Netscape 4.x finally dies.  =)&lt;/p&gt;

	&lt;p&gt;Julie, great primer&amp;#8230;I wish more IAs would use DreamWeaver!&lt;/p&gt;</description>
      <link>http://www.boxesandarrows.com/view/dreamweaver_primer#content_1054</link>
      <guid>http://www.boxesandarrows.com/view/dreamweaver_primer#content_1054</guid>
      <pubDate>Fri, 26 Jan 2007 14:50:54 GMT</pubDate>
      <author>Xavier Fan</author>
    </item>
    <item>
      <description>&lt;p&gt;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!&lt;/p&gt;</description>
      <link>http://www.boxesandarrows.com/view/dreamweaver_primer#content_1053</link>
      <guid>http://www.boxesandarrows.com/view/dreamweaver_primer#content_1053</guid>
      <pubDate>Fri, 26 Jan 2007 14:50:54 GMT</pubDate>
      <author>Julie Stanford</author>
    </item>
    <item>
      <description>&lt;p&gt;A revised, valid &lt;span class="caps"&gt;XHTML&lt;/span&gt;/CSS version can be found here: &lt;a href="http://www.webgraph.com/css/wireframe/" rel="nofollow"&gt;http://www.webgraph.com/css/wireframe/&lt;/a&gt;&lt;/p&gt;

	&lt;p&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 &lt;span class="caps"&gt;CSS&lt;/span&gt; properties were invalid because an underscore was used in the property name: that can cause problems with some browsers parsing the &lt;span class="caps"&gt;CSS&lt;/span&gt;), 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. &lt;span class="caps"&gt;CSS&lt;/span&gt; will be used for positioning, as it should be. This will be much better for designers who plan to code in &lt;span class="caps"&gt;XHTML&lt;/span&gt;/CSS without using tables for layout, as you will be able to judge the basic &lt;span class="caps"&gt;CSS&lt;/span&gt; capabilities of your clients&amp;#8217; browsers at the wireframe stage (or test on non-desktop browsers, or screen-readers, depending on your clientele)&lt;/p&gt;

	&lt;p&gt;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 &lt;1k&gt;&lt;/p&gt;

	&lt;p&gt;Great concept though, one that I will certainly get our IA&amp;#8217;s to start using!&lt;/p&gt;</description>
      <link>http://www.boxesandarrows.com/view/dreamweaver_primer#content_1052</link>
      <guid>http://www.boxesandarrows.com/view/dreamweaver_primer#content_1052</guid>
      <pubDate>Tue, 28 Aug 2007 00:24:50 GMT</pubDate>
      <author>Dan Rubin</author>
    </item>
  </channel>
</rss>
