<?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>Web Designer Notebook &#187; Work Method</title>
	<atom:link href="http://webdesignernotebook.com/category/work-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesignernotebook.com</link>
	<description>Web Designer Notebook is a blog for web designers featuring topics like CSS, HTML and Wordpress, tutorials, reviews and inspiration.</description>
	<lastBuildDate>Mon, 06 Sep 2010 19:28:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>From Print to Web: Avoiding Common Design Mistakes</title>
		<link>http://webdesignernotebook.com/work-method/from-print-to-web-common-design-mistakes/</link>
		<comments>http://webdesignernotebook.com/work-method/from-print-to-web-common-design-mistakes/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 08:30:46 +0000</pubDate>
		<dc:creator>Inayaili León</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Work Method]]></category>

		<guid isPermaLink="false">http://webdesignernotebook.com/?p=428</guid>
		<description><![CDATA[Moving from print to the web is not as easy as it may seem. I had to do it myself a few years back, so I can speak from my personal experience of the process and also from my experiences coding designs that have been created by print designers that were new to the web. [...]]]></description>
			<content:encoded><![CDATA[<p>Moving from print to the web is not as easy as it may seem. I had to do it myself a few years back, so I can speak from my personal experience of the process and also from my experiences coding designs that have been created by print designers that were new to the web.</p>
<p><span id="more-428"></span></p>
<h3>The value of experience</h3>
<p>Experience will help and probably <strong>the first few tries will not be without their problems</strong>, no matter how hard you try. But there are some mistakes I usually spot on web designs that have been created by print designers or designers that have no knowledge of coding, and that, if you&#8217;re in that position, you can easily avoid.</p>
<h3>Learning how to code</h3>
<p>When you&#8217;re handing over a design to be coded by someone else with at least some experience, they will know in a second if the designer has any idea of how things work on the web, or on screen.</p>
<p><strong>Learning HTML and CSS is a must</strong>, not an option, if your intentions are to be truly great at what you do. It will make it easier for you and for the developers you&#8217;re working with. It doesn&#8217;t mean you have to become a front-end guru, but a basic knowledge of how things work will be to your advantage.</p>
<p>But don&#8217;t get me wrong! It&#8217;s good that there are no restrictions&mdash;sometimes designing a layout can become a very rational process if you know you will have to code it later on, but <strong>it&#8217;s wise to know how things work at a minimum level</strong>.</p>
<p>Here is a list of a few things that you should pay attention to when designing for the web: </p>
<h3>1. Proportions</h3>
<p><img src="http://webdesignernotebook.com/wp_livesite/wp-content/uploads/2009/07/78836687_a9258802c1.jpg" alt="Closed" width="500" height="200" class="alignnone size-full wp-image-696" /><br /><span class="photoInfo-large">Photo by <a href="http://www.flickr.com/photos/97619734@N00/78836687/" rel="nofollow" >caitlinburke</a></span></p>
<p>This one is easy! When you are creating a new layout, <strong>pay attention to the size of the elements</strong> and think of how and whether they will fit in the page. Are you creating buttons that are too big compared with the rest of the page? What happens when you have more navigation items than you designed, will they fit the design? How will they wrap?</p>
<p>It makes it easier to design with the units set to <strong>pixels</strong>, because that will be the primary measurement unit on the web. Pay attention that you are not designing a layout that has 20 centimeters, and if you really must, how will it translate to the screen?</p>
<h3>2. Organize your file</h3>
<p>If you&#8217;re handing out Photoshop, Illustrator, or any other layered type files, make sure that the layers are well organized. It doesn&#8217;t have to be OCD-organized, but at least separate the big blocks that make up your site in folders and name key layers.</p>
<p>Here is an example of a well-organized Photoshop file:</p>
<p><img src="http://webdesignernotebook.com/wp_livesite/wp-content/uploads/2009/07/photoshop-layers.jpg" alt="photoshop-layers" width="219" height="220" class="alignnone size-full wp-image-708" /></p>
<h3>3. Too many effects and details</h3>
<p>I&#8217;m referring to details that will <strong>not add value to the layout</strong> and will just make it harder to code. A rounded border with a coloured gradient border, a complex background that would require multiple images to reproduce and a dropshadow on the same element may be a bit too much (although you never know, right?)!</p>
<p>Your designs don&#8217;t have to be all shiny and cute to be beautiful and good.</p>
<h3>4. Use fonts that are web-safe</h3>
<p><img src="http://webdesignernotebook.com/wp_livesite/wp-content/uploads/2009/07/814913659_32dfd274c5_o.jpg" alt="Red-Type" width="500" height="200" class="alignnone size-full wp-image-700" /><br /><span class="photoInfo-large">Photo by <a href="http://www.flickr.com/photos/40861420@N00/814913659/" rel="nofollow" >bebop717</a></span></p>
<p>Opinions divide on this matter. Some say we should experiment with type, others that we must adapt to the medium and work with the fonts we have at our display. I would say I agree with both, with limits: we should definitely experiment, but in some cases, we have to play it safe.</p>
<p>In those cases, make sure that long chunks of text or text that needs to be flexible uses web-safe fonts. </p>
<p>Techniques can be used to use almost any font now, but sometimes that will add time to development that may not be suitable to a particular project. So the best thing is actually talk to the developers upfront whether that option is viable.</p>
<h3>5. Not following some conventions</h3>
<p><img src="http://webdesignernotebook.com/wp_livesite/wp-content/uploads/2009/07/2532368014_12eda4c44d_o.gif" alt="Doc martens punk" width="500" height="200" class="alignnone size-full wp-image-698" /><br /><span class="photoInfo-large">Photo by <a href="http://www.flickr.com/photos/21090801@N05/2532368014/" rel="nofollow" >dmmartens666</a></span></p>
<p>If you plan on designing a website that is intuitive to use and doesn&#8217;t get in the way of visitors and potential clients, there are some conventions you should at least try to follow. <strong>Most conventions exist for a very good reason</strong>: they make our lives easier, so we don&#8217;t have to analyze every single action we take in our day-to-day lives.</p>
<p>So be sure that if you&#8217;re breaking a convention, it&#8217;s because it actually feels right for your design, and not just because you desperately want to be different. There&#8217;s no point in reinventing the wheel.</p>
<h3>6. Not using grids or properly align elements</h3>
<p><img src="http://webdesignernotebook.com/wp_livesite/wp-content/uploads/2009/07/2970205352_17222d04bf.jpg" alt="Behind bars" width="500" height="199" class="alignnone size-full wp-image-703" /><br /><span class="photoInfo-large">Photo by <a href="http://www.flickr.com/photos/27847809@N03/2970205352/" rel="nofollow" >bollaeszter</a></span></p>
<p>Using grids is one of the best advice one can give you. The website will look <strong>more balanced</strong> and you won&#8217;t feel lost with the sight of a lot of stuff just floating around the screen and not knowing what to do with them or where to place them.</p>
<p>But don&#8217;t forget, the grid is also there to be broken! :)</p>
<h3>7. Use spacing carefully</h3>
<p><img src="http://webdesignernotebook.com/wp_livesite/wp-content/uploads/2009/07/2809069739_d0a8631256.jpg" alt="try to fit in" width="500" height="200" class="alignnone size-full wp-image-728" /><br /><span class="photoInfo-large">Photo by <a href="http://www.flickr.com/photos/64746955@N00/2809069739/" rel="nofollow" >Adam_T4</a></span></p>
<p>You don&#8217;t need to go overboard with this one, but pay attention to spacing when you&#8217;re designing websites. Make sure everything has enough room to &#8220;breathe&#8221;, that the design isn&#8217;t crammed and that <strong>spacing is consistent across the layout</strong> (padding, margins, borders, etc.).</p>
<h3>8. Write down notes</h3>
<p><img src="http://webdesignernotebook.com/wp_livesite/wp-content/uploads/2009/07/132361609_51b0c6ff77.jpg" alt="Magnus Christensson&#39;s notes" width="500" height="200" class="alignnone size-full wp-image-704" /><br /><span class="photoInfo-large">Photo by <a href="http://www.flickr.com/photos/47854931@N00/132361609/" rel="nofollow" >Jacob Bøtter</a></span></p>
<p>You don&#8217;t have to write a massive report about your designs when handing them down to someone else. Actually, if you do, you will probably be cursed at. I&#8217;m talking about small notes that you can write with pen and paper while you are designing and then put on a text file to accompany your layouts.</p>
<p>You can be as thorough as to giving the exact colour codes you used, or as scarce as just mentioning whether it is a fluid or a fixed layout&ndash;everything helps!</p>
<h3>Conclusion</h3>
<p>To sum things up, if you have little or no experience in designing for the web, the best thing you can do is take a look at how other designers do it, <strong>pay attention to websites you like using</strong> and that you think are good, and reflect on why you like them? What are the common features of a good design, what is it that you can improve in your work just by analysing others&#8217; work and experimenting?</p>
<p>Did you have any problems when you stared designing for the web? What were your biggest challenges and how did you overcome them? Leave you tips in the comments!</p>
<h3>Further reading</h3>
<ul>
<li><a href="http://sixrevisions.com/web_design/why-designers-should-learn-how-to-code/" rel="nofollow" >Why Designers Should Learn How to Code</a></li>
<li><a href="http://www.smashingmagazine.com/2009/02/18/9-common-usability-blunders/" rel="nofollow" >9 Common Usability Mistakes In Web Design</a></li>
<li><a href="http://blog.themeforest.net/tutorials/common-mistakes-in-web-design/" rel="nofollow" >Common Mistakes in Web Design</a></li>
<li><a href="http://www.useit.com/alertbox/9605.html" rel="nofollow" >Top Ten Mistakes in Web Design</a></li>
<li><a href="http://www.wakeuplater.com/website-building/8-web-design-mistakes-that-developers-make.aspx" rel="nofollow" >8 Web Design Mistakes That Developers Make</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://webdesignernotebook.com/work-method/from-print-to-web-common-design-mistakes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>In Dreamweaver&#8217;s defense</title>
		<link>http://webdesignernotebook.com/tools/in-dreamweavers-defense/</link>
		<comments>http://webdesignernotebook.com/tools/in-dreamweavers-defense/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 08:30:13 +0000</pubDate>
		<dc:creator>Inayaili León</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Work Method]]></category>

		<guid isPermaLink="false">http://webdesignernotebook.com/?p=736</guid>
		<description><![CDATA[One of the things that causes me great frustration being a web designer is how my coding tool of choice is constantly looked down on. That tool is Dreamweaver. Tired of all the nasty comments that are constantly thrown at it, I&#8217;d like to explain, to those who don&#8217;t mind reading a quick rant, why [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that causes me great frustration being a web designer is how my coding tool of choice is constantly looked down on. That tool is Dreamweaver. Tired of all the nasty comments that are constantly thrown at it, I&#8217;d like to explain, to those who don&#8217;t mind reading a quick rant, why I like it. Bear with me.</p>
<p><span id="more-736"></span></p>
<h3>Attention, rant alert!</h3>
<p>First things first: not everybody that uses Dreamweaver is using it in the Design mode, or even Split mode. Or uses the automatic CSS creator/editor tool.</p>
<p>My intentions with this post are <em>not</em> to convince anyone to move from whatever tool they&#8217;re using to Dreamweaver&mdash;just to make people understand that Dreamweaver is not that little evil tool everyone seems to think it is&mdash;a tool for people who can&#8217;t code.</p>
<p>One of the reasons I wanted to get a Mac was because then I would be able to use <a href="http://www.panic.com/coda/" rel="nofollow" >Coda</a>. It looked so clean, intuitive and without all the clutter that Dreamweaver brings with it! Then I finally got my hands on to a Mac, and actually <em>tried</em> Coda: it didn&#8217;t last a day.</p>
<p>I&#8217;d like to be able to use a cooler or prettier tool, and, believe me when I say that I&#8217;ve tried a lot of them: Coda, <a href="http://macrabbit.com/espresso/" rel="nofollow" >Espresso</a>, <a href="http://www.barebones.com/products/bbedit/" rel="nofollow" >BBedit</a>, <a href="http://notepad-plus.sourceforge.net/uk/site.htm" rel="nofollow" >Notepad</a>, etc. I end up frustrated because simple things I&#8217;d like them to accomplish just aren&#8217;t there or, when they are, they&#8217;re not clear.</p>
<p>But don&#8217;t get me wrong: Dreamweaver is far from being perfect! It&#8217;s just that I&#8217;m more prepared to miss out on the great new features that keep popping from the new apps, than from the simple ones that Dreamweaver provides me with and that help me code faster.</p>
<p>I&#8217;m sorry I won&#8217;t be adding any screenshots to this post, I just have to let this out of my system as quickly as I can. :)</p>
<h3>The details that matter to me</h3>
<p>This list focuses on the way I use Dreamweaver, and that is mainly to code HTML and CSS. I&#8217;m aware that I don&#8217;t use it to its full potential, so this list could be so much longer, right?</p>
<p>So why do I like it so much then?</p>
<ul>
<li>It adds <strong>links to the external files</strong> your HTML is linking to at the top</li>
<li>The <strong>list of colours, assets, links</strong> used in a Site</li>
<li>It <strong>doesn&#8217;t close HTML tags</strong> as soon as I open then</li>
<li>It <strong>closes HTML tags</strong> if I type &#8220;<code>&lt;/</code>&#8220;</li>
<li>You get a <strong>list of all available CSS classes and ids</strong> when you&#39;re typing &quot;<code>class=</code>&quot; or &quot;<code>id=</code>&quot;</li>
<li>It <strong>auto-completes</strong> the properties in CSS files (yes, all the others probably do that as well)</li>
<li>You can <strong>add <code>strong</code>, <code>em</code>, or headings</strong>, for example, with just Cmd+B, Cmd+I, or Cmd+1</li>
<li>If you type &quot;<code>&amp;</code>&quot; in your HTML code, you get a <strong>list of glyphs</strong> available</li>
<li>It doesn&#39;t add <strong>annoying project files</strong> to my folders</li>
<li><strong>Search and replace</strong> across an entire site</li>
<li>The <strong>inbuilt FTP</strong>: it&#39;s not great, but it&#39;s OK for quick uploads</li>
<li>I can use the <strong>tab key</strong> to indent several lines of code without the need of a plug-in</li>
<li><em>Update:</em> If you set up a Site, and then change the name of a file (html, image file, etc.), it updates the links to that file within the Site</li>
<li><em>Update:</em> When inserting an <code>img</code> tag, after inserting the source file code, Dreamweaver adds the correct height and width automatically when you type in <code>height</code> and <code>width</code></li>
</ul>
<p>People keep trying to convince me to move from Dreamweaver (and sometimes I try to convince <em>myself</em>), but save your words if none of the above mentioned features is present in the tool you&#8217;re about to recommend.</p>
<p>I&#8217;d also like to add that I don&#39;t use Dreamweaver&#39;s live preview&mdash;I never got used to it because it used to suck (I&#39;ve heard it&#39;s a lot better now though), so I use a combination of Firefox and Firebug to do the live editing.</p>
<h3>The details that I don&#8217;t love, but that I can live with (or without)</h3>
<ul>
<li>The <strong>price</strong> tag. At almost £400 (or $399), it&#8217;s quite expensive and sometimes prohibitive</li>
<li>It can be <strong>slow</strong></li>
<li>It&#8217;s <strong>not as pretty</strong></li>
<li>It <strong>doesn&#8217;t know which properties have already been used</strong> for a particular tag</li>
<li><strong>Search and replace</strong> could be nicer (like Espresso&#8217;s)</li>
<li>I&#8217;d like to have a <strong>more visual navigator</strong> (like Espresso, for example), but it has one that serves its purpose well</li>
<li><strong>Spelling checker</strong>: if there is one, I don&#8217;t know where it is (Espresso has it)</li>
</ul>
<h3>Dreamweaver is sad</h3>
<p>So please, next time you say mean things about Dreamweaver, think twice, look at how sad it is:</p>
<p><img src="http://webdesignernotebook.com/wp_livesite/wp-content/uploads/2009/07/2750299656_8c89dc645a.jpg" alt="sad dog" title="sad dog" width="500" height="333" class="alignnone size-full wp-image-750" /><br /><span class="photoInfo-large">Photo by <a href="http://www.flickr.com/photos/32731319@N00/492552952/" rel="nofollow" >protographer23</a></span></p>
<p>What would you like to add? Are you a Dreamweaver hater? Do you secretly use it when no one is looking?<br />
Let me know in the comments section!</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignernotebook.com/tools/in-dreamweavers-defense/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
	</channel>
</rss>
