<?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>dwcourse.com</title>
	<atom:link href="http://www.dwcourse.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dwcourse.com</link>
	<description>Adobe Dreamweaver Tutorials, Tips &#38; Tricks</description>
	<lastBuildDate>Sat, 14 Aug 2010 21:57:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Organizing your site&#8217;s files and folders</title>
		<link>http://www.dwcourse.com/dreamweaver/site-file-folder-structure.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/site-file-folder-structure.php#comments</comments>
		<pubDate>Mon, 09 Aug 2010 03:51:47 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Dreamweaver Tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.dwcourse.com/?p=1458</guid>
		<description><![CDATA[skb875 of PixelForLife Video Tuts recently suggested on Twitter that I write an article about how to organize website files and folders. I suspect he asked not because he doesn’t know how to organize a site (after all the basics are pretty simple – arrange things so you can find them later) but because – [...]]]></description>
			<content:encoded><![CDATA[<p></p><!-- tweet id : 20430306665 -->
			<style type='text/css'>#bbpBox_20430306665{background:#EDECE9 url(http://a3.twimg.com/profile_background_images/21341783/Color_retro.jpg) no-repeat !important;padding:20px;}#bbpBox_20430306665 p.bbpTweet{background:#fff;padding:10px 12px 10px 12px !important;margin:0 !important;min-height:48px;color:#634047 !important;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px}#bbpBox_20430306665 p.bbpTweet a {color:#088253 !important}#bbpBox_20430306665 p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px  !important;padding-top:12px !important;height:40px;border-top:1px solid #e6e6e6}#bbpBox_20430306665 p.bbpTweet span.metadata span.author{line-height:19px}#bbpBox_20430306665 p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0px 0px !important;width:38px;height:38px;padding:0 !important;border:none !important;}#bbpBox_20430306665 p.bbpTweet a:hover{text-decoration:underline}#bbpBox_20430306665 p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
			 
			<div id='bbpBox_20430306665'><p class='bbpTweet'>@<a class="tweet-url username" href="http://twitter.com/DWcourse">DWcourse</a> What about how you organize your website folders/files?<span class='timestamp'><a title='tweeted on August 6, 2010 1:50 am' href='http://twitter.com/skb875/status/20430306665'>August 6, 2010 1:50 am</a> via <a href="http://www.realmacsoftware.com/socialite" rel="nofollow">Socialite.app</a></span><span class='metadata'><span class='author'><a href='http://twitter.com/skb875'><img src='http://a1.twimg.com/profile_images/581829493/Picture_2_normal.png' /></a><strong><a href='http://twitter.com/skb875'>skb875</a></strong></span></span></p></div>
			<!-- end of tweet -->
<p>skb875 of <a href="http://www.pixelforlife.com/">PixelForLife Video Tuts</a> recently suggested on Twitter that I write an article about how to organize website files and folders. I suspect he asked not because he doesn’t know how to organize a site (after all the basics are pretty simple – arrange things so you can find them later) but because – like most of us – he just doesn’t always take the time to do it.</p>
<p>The logical first step in building a website is to create a flow chart of navigation through the site. This is critical not only because navigation is one of the most important features of your site but also because it will help you organize the site’s content and create a logical file/folder structure that will make your site easy to manage as the number of pages begins to grow.</p>
<p><span id="more-1458"></span>Consider the example of a simple portfolio site for a designer that contains:</p>
<ul>
<li>A home page</li>
<li>Biography</li>
<li>Awards section</li>
<li>Print Design Portfolio</li>
<li>Web Design Portfolio</li>
<li>3D Design Portfolio</li>
<li>Contact information and form</li>
</ul>
<p>Of course this list will probably grow as content for the site is developed (and certainly as the designer’s career prospers) but this is a good start. The navigation flow chart for the site appears in figure 1.</p>
<div id="attachment_1459" class="wp-caption aligncenter" style="width: 400px">
	<img class="size-full wp-image-1459" title="site-outline" src="http://www.dwcourse.com/wp-content/uploads/2010/08/site-outline.jpg" alt="" width="400" height="427" />
	<p class="wp-caption-text">Figure 1: Flow chart of navigation for a designer’s portfolio site.</p>
</div>
<p>The flow chart offers a logical navigation scheme for the site that can easily be translated into an unordered list and styled into a menu using CSS as shown in figure 2.</p>
<p style="text-align: center;"><a href="http://www.dwcourse.com/wp-content/uploads/2010/08/menu.jpg"><img class="aligncenter size-full wp-image-1467" title="menu" src="http://www.dwcourse.com/wp-content/uploads/2010/08/menu.jpg" alt="" width="500" height="361" /></a></p>
<p style="text-align: center;"><em>Figure 2: The navigation menu as an unordered list and a CSS menu.</em></p>
<p>The flowchart can also be used as an outline for the file/directory structure of the site.  The concept is simple. Each layer of the navigation represents a folder and each navigation item with a submenu becomes a folder as shown in figure 3.</p>
<p style="text-align: center;"><a href="http://www.dwcourse.com/wp-content/uploads/2010/08/structure01.jpg"><img class="aligncenter size-full wp-image-1462" title="structure01" src="http://www.dwcourse.com/wp-content/uploads/2010/08/structure01.jpg" alt="" width="500" height="442" /></a></p>
<p style="text-align: center;"><em>Figure 3: The site’s file/folder structure.</em></p>
<p>Establishing this structure at the beginning of the site design/development process will prove helpful as the site evolves and grows. It’s a relatively simple process to determine where a new page fits in the existing structure, how it should be linked into the navigation and where the file should be saved. Of course, if our designer branches out into Fine Art, we may find ourselves adding a new folder in the portfolio folder or possibly even in the root folder.</p>
<p>So far, so good, but the current site structure leaves out some important files that can contribute to website clutter: image, JavaScript, CSS and other support files. In other words, all the files that Dreamweaver labels “dependent files” when you upload a page.</p>
<p>The simple answer is to add “<em>images</em>” and “<em>support</em>” folders to your root folder as in figure 4.</p>
<p><a href="http://www.dwcourse.com/wp-content/uploads/2010/08/structure02.jpg"><img class="aligncenter size-full wp-image-1465" title="structure02" src="http://www.dwcourse.com/wp-content/uploads/2010/08/structure02.jpg" alt="" width="500" height="442" /></a></p>
<p style="text-align: center;"><em>Figure 4: The site’s file/folder structure with images and support folders added.</em></p>
<blockquote><p><strong><span style="color: #993300;">Dreamweaver Tip: </span></strong>You can set the location of your images folder in the Local info category when you define/set up your site in Dreamweaver. Then, if you insert an image from outside your site, Dreamweaver will offer to save it to your images folder.</p>
<p>You can also set the location where Dreamweaver saves your Spry-related files in the Spry category of the Site Defintion/Setup dialog. The default is a SpryAssets folder that will be created the first time you add a Spry feature to a page. But you can change that (to say the <em>support</em> folder) if you prefer.</p></blockquote>
<p>For sites containing lots of images (as our portfolio site undoubtedly will) the <em>images</em> folder can quickly become overwhelming. For those sites I recommend multiple images folders. Figure 5 offers a couple of possible solutions.</p>
<p style="text-align: center;"><a href="http://www.dwcourse.com/wp-content/uploads/2010/08/structure03.jpg"><img class="aligncenter size-full wp-image-1474" title="structure03" src="http://www.dwcourse.com/wp-content/uploads/2010/08/structure03.jpg" alt="" width="500" height="442" /></a><em>Figure 5: The site with supplemental images folders added.</em></p>
<ul>
<li>An <em>images</em> folder inside the portfolio folder to be used only for portfolio images. The design graphics and other images from the site would still be saved in the images folder in the root folder.</li>
<li>If further structure is needed or preferred, an <em>images</em> folder for each section of the portfolio (shown as semitransparent folders in figure 5) an be created.</li>
</ul>
<p>You might also want to consider some other organizational scheme such as adding images to folders named according to the month or year they are added to the site. Whatever your system, the goal is to create a file/folder that is as easy to navigate as your website.</p>
<blockquote><p><span style="color: #993300;"><strong>Dreamweaver Tip:</strong> </span>Dreamweaver reserves the folder name “<em>Templates</em>” for (obviously enough) templates. So Dreamweaver users should avoid naming a folder <em>Templates</em> and avoid saving any other files in the <em>Templates</em> folder.</p></blockquote>
<p>That takes care of the site structure but one important issue remains. I strongly recommend you avoid saving files that are not a part of your site within your root folder. The most common culprits here are Photoshop and text files. You should save these files in a resources folder outside your root folder. I generally just add “-resources” to the site name when creating my resources folder. So, for example, for DWcourse.com, my root folder is <em>DWcourse</em> and my resources folder <em>DWcourse-resources</em>.</p>
<blockquote><p><span style="color: #993300;"><strong>Final Tip: </strong></span>Once you’ve uploaded your site you automatically have a backup of your root folder (one copy on your local computer and one on the server). Since you won’t be uploading your resources folder, you’ll want to make sure you create a backup of those files somewhere else.</p></blockquote>
<p>That’s the scheme I use (when I take the time to do it right). If you have your own system or have comments or suggestions about mine, I’d love to hear them. And if you have a Dreamweaver related topic you’d like me to cover in a future post, you can drop me a comment here or on Twitter:</p>
<!-- tweet id : 20428444127 -->
			<style type='text/css'>#bbpBox_20428444127{background:#000000 url(http://a3.twimg.com/profile_background_images/6777225/ddw-bkg.jpg) no-repeat !important;padding:20px;}#bbpBox_20428444127 p.bbpTweet{background:#fff;padding:10px 12px 10px 12px !important;margin:0 !important;min-height:48px;color:#333333 !important;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px}#bbpBox_20428444127 p.bbpTweet a {color:#0084B4 !important}#bbpBox_20428444127 p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px  !important;padding-top:12px !important;height:40px;border-top:1px solid #e6e6e6}#bbpBox_20428444127 p.bbpTweet span.metadata span.author{line-height:19px}#bbpBox_20428444127 p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0px 0px !important;width:38px;height:38px;padding:0 !important;border:none !important;}#bbpBox_20428444127 p.bbpTweet a:hover{text-decoration:underline}#bbpBox_20428444127 p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
			 
			<div id='bbpBox_20428444127'><p class='bbpTweet'>I'm looking for Dreamweaver questions for a blog post. If I use your question I'll give you a link. Any ideas?<span class='timestamp'><a title='tweeted on August 6, 2010 1:24 am' href='http://twitter.com/DWcourse/status/20428444127'>August 6, 2010 1:24 am</a> via <a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</a></span><span class='metadata'><span class='author'><a href='http://twitter.com/DWcourse'><img src='http://a2.twimg.com/profile_images/110883078/jc_normal.jpg' /></a><strong><a href='http://twitter.com/DWcourse'>DWcourse</a></strong><br/>Jim Cook</span></span></p></div>
			<!-- end of tweet -->
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/site-file-folder-structure.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver CS5 Bugs</title>
		<link>http://www.dwcourse.com/dreamweaver/dreamweaver-cs5-bugs.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/dreamweaver-cs5-bugs.php#comments</comments>
		<pubDate>Fri, 06 Aug 2010 23:58:47 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[bugs]]></category>

		<guid isPermaLink="false">http://www.dwcourse.com/?p=1447</guid>
		<description><![CDATA[Update: Adding another bugs, this one involving the Spry Assets folder. 1. It appears that Mac users with hard drives with a name that includes a space may be subject to an error (Spry Assets folder is not in the local site folder &#8211; even though it is) when they try to set up their [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Update: </strong>Adding another bugs, this one involving the Spry Assets folder.</p>
<p>1. It appears that Mac users with hard drives with a name that includes a space may be subject to an error (Spry Assets folder is not in the local site folder &#8211; even though it is) when they try to set up their sites. The &#8220;solution&#8221; appears to be to rename their hard drive which of course can mess up a lot of other things (including other site definitions). Here&#8217;s a discussion on the Adobe forum: <a href="http://forums.adobe.com/message/3053791#3053791">http://forums.adobe.com/message/3053791#3053791</a></p>
<hr />I&#8217;ve come across a couple of bugs in Dreamweaver CS5 so I thought I&#8217;d share them with other Dreamweaver users and invite you to share any other bugs you come across. Here&#8217;s what I&#8217;ve found:</p>
<p>1. Double+clicking a style in the CSS Styles palette (sometimes) causes the style names to disappear. Double clicking again in the same spot opens the style editor (Mac). I haven&#8217;t yet been able to duplicate issue #1 on a PC (and I&#8217;m afraid, if it&#8217;s Mac-only, I&#8217;ll have to wait a very long time for Adobe to deal with it).</p>
<p>2. If you create a page from a template that has an editable region behind a non-editable div with the CSS overflow property set to auto or hidden, there is no way to select the text of the editable region. Pages from the same template work fine in CS4 and (here&#8217;s the kicker) in CS5 the page begins working correctly if you detach it from the template, select the text and then undo to reapply the template??? (Mac and PC)</p>
<p><strong>UPDATE</strong> 8/9/2010: Thanks to <a href="http://www.waalweb.nl/">Frances de Wall</a> for the work-around for this issue (see discussion in the comments below). You need to attach a Design Time Style Sheet to the template with this CSS rule:</p>
<pre>
<div id="_mcePaste"><span style="color: #ff0000;">* {</span>
   <span style="color: #0000ff;">overflow: visible</span> <span style="color: #ff0000;">!important;</span>
<span style="color: #ff0000;">}</span></div>
<div id="_mcePaste"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px;">
</span></div>
<div id="_mcePaste"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px;">You can find more information on this issue on the <a href="http://forums.adobe.com/message/2785447#2785447">Adobe forum</a>.</span></div>
</pre>
<p>Let me know if you discover other issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/dreamweaver-cs5-bugs.php/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>12-Step Program for CSS&#8217;oholics</title>
		<link>http://www.dwcourse.com/dreamweaver/12-step-program-css.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/12-step-program-css.php#comments</comments>
		<pubDate>Wed, 04 Aug 2010 20:07:39 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Dreamweaver CSS]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Tip of the Day]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSS postitioning]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.dwcourse.com/?p=1443</guid>
		<description><![CDATA[Hi, my name is Jim and I&#8217;m a CSS&#8217;oholic. I remember my first floated div. It was heaven. Soon I escalated to CSS rollovers buttons and list-based menus. I was on top of the world! And then, the downward spiral began. Before I realized what was happening, I found myself watching the sun come up [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Hi, my name is Jim and I&rsquo;m a CSS&rsquo;oholic.</p>
<p>I remember my first floated div. It was heaven. Soon I escalated to CSS rollovers buttons and list-based menus. I was on top of the world!</p>
<p>And then, the downward spiral began. Before I realized what was happening, I found myself watching the sun come up over the lonely back alleys off the information superhighway as I hunted for one more CSS fix that would finally get my pixels aligned.</p>
<p>And then a friend took me to a CSS Anonymous meeting. I was skeptical at first but, thanks, to CA I&rsquo;m on the road to recovery. Sure, I still face the occasional dawn with a mouse in one hand and an empty can of Red Bull in the other. I know I&rsquo;ll always be a CSS&rsquo;oholic but with the help of the 12 Step CSS Anonymous program at least I&rsquo;m getting more sleep.</p>
<p><span id="more-1443"></span></p>
<h2><strong>12 Steps to Conquering CSS&rsquo;aholism</strong></h2>
<p>When faced with an impossible deadline and uncooperative CSS.</p>
<ol>
<li><strong>Just say &ldquo;NO!&rdquo;</strong> &nbsp;Why waste time making your page look perfect in Explorer 6? If the user cared what your pages look like, he wouldn&rsquo;t be using IE6. &nbsp;</li>
<li><strong>Back up:</strong> Now. And now! And NOW! When you stretch the limits of your CSS knowledge, the code will probably break before you do. When that happens a backup means you&rsquo;ve only wasted time not trashed your site.</li>
<li><strong>Search:</strong> OK, I know Google is probably the first place you turn when faced with a CSS issue but do you use it effectively? Here are few suggestions:
<ul>
<li><strong>Construct your query carefully:</strong> You&rsquo;ll get better results and the very process of refining your query may lead to the solution.</li>
<li><strong>Focus on newer results:</strong> Web design has come along way in a very short time. By limiting your results to the last year you can eliminate a lot of once good advice that&rsquo;s gone bad.</li>
<li><strong>Bookmark sites that come up regularly:</strong> There&rsquo;s a reason you keep stumbling across sites like W3.org and W3schools.com. </li>
</ul>
</li>
<li><strong>Exploit forums:</strong> Online forums are full of CSS enablers. I try to be active in forums where the people are knowledgeable and help and usually, when I need help, it&rsquo;s offered.</li>
<li><strong>Tweet:</strong> It seems crazy to think you can get the answer to a complex question in the 140 characters Twitter allows but:
<ul>
<li>Distilling your issue into a question of 140 characters helps you focus on the real problem.</li>
<li>You don&rsquo;t need THE answer; you just need the idea that leads to it.<br />
        <em>Of course, if you&rsquo;re not active on Twitter, when you desperately need help probably isn&rsquo;t the time to get started.</em></li>
</ul>
</li>
<li><strong>Take a time out:</strong> What works for kids, works for adults. A brief break can help you approach the problem from a fresh perspective.</li>
<li><strong>Compare your code to code that works: </strong>If you&rsquo;re customizing standard code (like Dreamweaver&rsquo;s built-in Spry) invest in software such as BBedit (Mac) or TextWrangler (PC) that allows you to compare your copy of a document to a virgin, working copy. Then you&rsquo;ll only need to worry about the code you know has changed.</li>
<li><strong>Get the big picture:</strong> Does your issue occur on one page or many?
<ul>
<li>If your pages share a fixed structure and only one page is broken, the problem is probably in the unique content of that page. </li>
<li>If the problem occurs throughout your site or in a particular section of your site then focus on the elements that are common to those pages.</li>
</ul>
</li>
<li><strong>Narrow your focus: </strong>
<ul>
<li><strong>Where&rsquo;s the break?</strong> If everything after X is whacky, the problem probably occurs at or before X.</li>
<li><strong>Which browser(s): </strong>Does the problem occur in one browser (think Internet Explorer) or multiple browsers? Since each browser has its own quirks, pinpointing the problem browser can help you locate a solution.</li>
<li><strong>Validate: </strong>I&rsquo;ve got nothing against a bit of invalid HTML or CSS if things still work but a <a href="http://jigsaw.w3.org/css-validator/">validator</a> can quickly locate unclosed tags, syntax issues and other potential problems.</li>
</ul>
</li>
<li><strong>Start over:</strong> It&rsquo;s tough to abandon several hours of work and start over or revert to a backup but, if you&rsquo;ve spent several hours trying to solve a problem and haven&rsquo;t, then you&rsquo;ve probably spent those hours making it worse. The second time through the process you&rsquo;ll know the issue (if not the solution) and, by working methodically and checking for the problem after each step, you&rsquo;ll be able to pinpoint the problem if it happens again.</li>
<li><strong>Break something else:</strong> Sometimes it&rsquo;s simpler just to accept that you can&rsquo;t fix every issue and adapt your design accordingly. For instance, if you can&rsquo;t get rid of a pesky border on the left, try adding one on the right. </li>
<li><strong>Write it down:</strong> When you learn a new bit of code, develop a new technique or discover a new resource, write it down. That way, the next time you fall off the CSS wagon at least at least the answer will be close at hand.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/12-step-program-css.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting the font (and other) tags from existing pages</title>
		<link>http://www.dwcourse.com/dreamweaver/deleting-html-tags.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/deleting-html-tags.php#comments</comments>
		<pubDate>Sun, 13 Jun 2010 17:18:52 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Dreamweaver Tips]]></category>
		<category><![CDATA[Tip of the Day]]></category>
		<category><![CDATA[font tag]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=1270</guid>
		<description><![CDATA[Last year I wrote that it is still possible (although not recommended) to use the deprecated &#60;font&#62; tag in Dreamweaver CS4. I recently got an email in response to that post asking how to remove the font tag from existing, older documents using CS4. The writer noted that it was relatively easy in CS3 &#8220;all [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Last year I wrote that it is still possible (although not recommended) to <a href="http://dwcourse.com/dreamweaver/font-tag-dreamweaver-cs4.php">use the deprecated &lt;font&gt; tag in Dreamweaver CS4</a>. I recently got an email in response to that post asking how to <strong>remove</strong> the font tag from existing, older documents using CS4.</p>
<p>The writer noted that it was relatively easy in CS3 <em>&#8220;all you have to do is highlight the block of text you want to edit and  select &#8220;default&#8221; in the font selector box  and &#8220;none&#8221; in font size and instantly the code is removed.&#8221;</em></p>
<p>The good news is it&#8217;s also very easy in CS4. All you need to do is right+click the offending &lt;font&gt; (or other) tag in the Status Bar at the bottom of the Document Window and select Remove Tag from the pop-up menu.</p>
<p>Viola, no &lt;font&gt; tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/deleting-html-tags.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Purchasing and Configuring Web Hosting (HostGator)</title>
		<link>http://www.dwcourse.com/dreamweaver/purchase-configur-web-hosting-hostgator.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/purchase-configur-web-hosting-hostgator.php#comments</comments>
		<pubDate>Sat, 22 May 2010 20:06:29 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[domain registration]]></category>
		<category><![CDATA[somains]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=1232</guid>
		<description><![CDATA[If you think of your domain name as your web site’s address, then the server provided by your hosting company is the “home” the address points to. It’s where your completed site will reside so that it is accessible to anyone with an Internet connection and a browser. Reliable hosting is critical to your website’s [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><script src="http://www.dpbolvw.net/placeholder-3779758?target=_top&amp;mouseover=N" type="text/javascript"></script></p>
<p>If you think of your domain name as your web site’s address, then the server provided by your hosting company is the “home” the address points to. It’s where your completed site will reside so that it is accessible to anyone with an Internet connection and a browser.</p>
<p>Reliable hosting is critical to your website’s success. Without it the world will never see the results of all your hard work. Fortunately, hosting is very affordable. Depending upon your needs you can expect to pay from $5 to $25 per month.</p>
<div class="warning">
<p><strong>Note:</strong> While free hosting is available from a number of sources, these services usually litter your site with advertisements and are very restrictive in the services and support they offer. You’re better off investing a few bucks and going with a commercial hosting service.</p>
</div>
<p>Over the years I’ve used more hosting companies than I care to remember and I’ve learned two lessons the hard way:</p>
<ul>
<li>Cheapest isn’t always (or even very often) the best.</li>
<li>Live customer support (via online chat or phone) is critical. If there is a problem with your server, you don’t want to wait around for an email from customer support, you want help <strong>Right Now!</strong></li>
</ul>
<p>Based upon my experience and recommendations from other web developers, I currently recommend Hostgator<img width="3" height="3" src="/wp-content/images/clip_image002.png" alt="http://www.ftjcfx.com/h6116wquiom7BCBCEEA798C98G99" /> for reasonably priced, reliable hosting.</p>
<p><span id="more-1232"></span></p>
<h2>1 Select your hosting plan</h2>
<p>Go to Hostgator.com<img width="3" height="3" src="/wp-content/images/clip_image004.png" alt="http://www.ftjcfx.com/h6116wquiom7BCBCEEA798C98G99" />.</p>
<div class="fig-caption">
<p><img width="434" height="197" src="/wp-content/images/clip_image006.png" alt="Picture 7" /></p>
<p>Fig. B.1</p>
</div>
<p>You’ll notice HostGator offers several types of hosting. All of them offer 99.9% uptime guarantees and 24/7 live support. We’re interested in basic Hosting which starts at $4.95 a month. So click on the Learn More… link in the Hosting box.</p>
<p>Now we’ll compare Linux Web Hosting plans. Unless your website is technically demanding (unlikely, since this is an introductory tutorial) the Hatchling plan should be more than adequate. If you’ll be adding additional websites with their own domains later, move up to the Baby plan.</p>
<div class="fig-caption">
<p><img width="434" height="308" src="/wp-content/images/clip_image008.png" alt="Picture 42" /></p>
<p>Fig. B.2 </p>
</div>
<p>Once you’ve determined which plan is right for you, click the orange Order Now button in the corresponding column.<strong><em><br clear="all" /><br />
</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/purchase-configur-web-hosting-hostgator.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Registering a domain name (GoDaddy)</title>
		<link>http://www.dwcourse.com/dreamweaver/register-domain-name.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/register-domain-name.php#comments</comments>
		<pubDate>Sat, 22 May 2010 20:03:51 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[domain registration]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=1225</guid>
		<description><![CDATA[While it’s easy to think of choosing a domain name and acquiring a web host as the last steps of building your site, they should really be among your first. That way, you’ll be able to completely define your site (Chapter 2) at the beginning of the development process and you’ll be able to upload [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><script src="http://www.jdoqocy.com/n3115g73tvx-63wx9IMQRLKKR?target=_blank&amp;mouseover=N" type="text/javascript"></script></p>
<p>While it’s easy to think of choosing a domain name and acquiring a web host as the last steps of building your site, they should really be among your first. That way, you’ll be able to completely define your site (Chapter 2) at the beginning of the development process and you’ll be able to upload and test your pages as you develop them (rather than discovering problems at the end of the process).</p>
<p><span id="more-1225"></span></p>
<p>In this chapter, I’ll discuss the process of registering a domain name, which is basically the address where your website will live online (such as DWcourse.com). In my next post, Purchasing and Configuring Web Hosting (HostGator), I’ll cover the process of choosing a company to host your website and configuring your domain servers. </p>
<h4>Domain Names</h4>
<p>In the beginning of the Internet era, domain names were available through only one company (Network Solutions) and were relatively expensive to register ($70 for two years). These days, you can register domains with a variety of companies and, depending on the company, expect to pay about $10 to $15 per year.</p>
<p>Based upon my personal experience and the advice of several web professionals, I recommend registering your domains through GoDaddy<img width="3" height="3" src="/wp-content/images/0clip_image002.png" alt="http://www.lduhtrp.net/qq83elpdjh267679952436AB739" />. They’re a reliable registrar, and are currently offering .com domains for less than $10 per year.<strong><em><br clear="all" /><br />
</em></strong></p>
<p><strong><em>So, let&#8217;s get started…</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/register-domain-name.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Ten Commandments for Editing Dreamweaver’s Spry Menubars</title>
		<link>http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#comments</comments>
		<pubDate>Wed, 21 Apr 2010 17:28:43 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Dominate Dreamweaver]]></category>
		<category><![CDATA[Dreamweaver CSS]]></category>
		<category><![CDATA[Dreamweaver Tips]]></category>
		<category><![CDATA[menubars]]></category>
		<category><![CDATA[spry]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=1097</guid>
		<description><![CDATA[Adapted from my Dominate Dreamweaver online training course. Back in the day, the Hebrews had a habit of getting themselves into trouble in spite of their favored status with God. So he decided to try to make it easy on them by reducing the rules to Ten Commandments. In search of similar guidance from a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><em>Adapted from my Dominate Dreamweaver online training course.</em></p>
<p><a href="http://dwcourse.com/wp-content/uploads/2010/04/10commandments-e1271369129866.jpg"><img class="alignright size-full wp-image-1100" title="Moses 10 Commandments iPad" src="http://dwcourse.com/wp-content/uploads/2010/04/10commandments-e1271369129866.jpg" alt="" width="279" height="373" /></a>Back in the day, the Hebrews had a habit of getting themselves into trouble in spite of their favored status with God. So he decided to try to make it easy on them by reducing the rules to Ten Commandments.</p>
<p>In search of similar guidance from a lesser deity (Adobe), I ventured to the top of our local equivalent of Mount Sinai where I received these Ten Commandments for Editing Dreamweaver’s Spry Menubars on a stone iPad.<br />
<span id="more-1097"></span></p>
<blockquote>
<ol>
<li><a href="#one">Thou shalt not edit the style sheet without reading the comments.</a></li>
<li><a href="#two">Thou shalt not edit the styles haphazardly.</a></li>
<li><a href="#three">Verily, rules for some selectors are defined in two locations.</a></li>
<li><a href="#four">Thou shalt not edit the position or display properties within the menubar styles.</a></li>
<li><a href="#five">Thou shalt not use the height property within menubar styles.</a></li>
<li><a href="#six">Thou shalt not apply padding, borders or margins to menubar list items &lt;li&gt;.</a></li>
<li><a href="#seven">Thou shalt not set widths for links &lt;a&gt; within menubars.</a></li>
<li><a href="#eight">Thou shalt not edit the browser hacks.</a></li>
<li><a href="#nine">Thou shalt not edit the menubar JavaScript file.</a></li>
<li><a href="#ten">Verily I say unto you, a new style shall appear to define the appearance of submenus.</a></li>
</ol>
</blockquote>
<p><em>Click a commandment above to view the related commentary.</em></p>
<h3 id="one">I. Thou shalt not edit the style sheet without reading the comments.</h3>
<blockquote><p>Some very clever person at Adobe (God bless them) hath taken the time to insert extensive comments into the code of the menubar CSS file. Open the CSS file and read those comments and you shall be enlightened (and save a lot of wasted effort).</p></blockquote>
<h3 id="two">II. Thou shalt not edit the styles haphazardly.</h3>
<blockquote><p>Adobe hath joined the various styles rules together to function in harmony. Editing them without a clear plan and understanding of their purpose is guaranteed to create more problems than solutions.</p>
<p>A good plan is to edit styles according to the structure of the HTML page (and for that matter the order the styles appear in the css file).</p>
<ol>
<li>Overall list (ul.MenuBarVertical or ul.MenuBarHorizontal)</li>
<li>Top-level list items (ul.MenuBarVertical li or ul.MenuBarHorizontal li)</li>
<li>Overall sub-menus (ul.MenuBarVertical ul or ul.MenuBarHorizontal ul – notice the second ul)</li>
<li>Sub-menu list items (ul.MenuBarVertical ul li or ul.MenuBarHorizontal ul li)</li>
<li>Links (styles related to the &lt;a&gt; tag including hover, focus, etc. states)</li>
</ol>
</blockquote>
<h3 id="three">III. Verily, rules for some selectors are defined in two locations.</h3>
<blockquote><p>Adobe hath divided the LAYOUT INFORMATION from the DESIGN INFORMATION (not a bad idea) so rules using the same style selectors may appear in both locations. You can edit them in either place but make sure the properties you set in the layout section aren’t overwritten in the design section.</p></blockquote>
<h3 id="four">IV. Thou shalt not edit the position or display properties within the menubar styles.</h3>
<blockquote><p>Those who have not yet eaten the fruit from the tree of CSS knowledge are often tempted to edit the position and display properties within the menubar styles. While some sins go unpunished, this one rarely does. It WILL break your menu. And, while we’re on the subject, don’t go adding position or display properties to the style rules that don’t have them either.</p></blockquote>
<h3 id="five">V. Thou shalt not use the height property within menubar styles.</h3>
<blockquote><p>It’s very tempting to try to “force” your menubar to conform to your design by defining a CSS height property for one or more of the menu elements and you might get away with it. But the odds are that, under some conditions, one of your menu items will wrap to a second line and the height properties you so meticulously set will be ignored or your links partially obscured.</p>
<p>To be delivered from this evil, the best practice is to allow the height of your menu and menu items to be determined by a combination of the text-size and padding of your menu link &lt;a&gt; style.</p></blockquote>
<h3 id="six">VI. Thou shalt not apply padding, borders or margins to menubar list items &lt;li&gt;.</h3>
<blockquote><p>Set the width of your menubar “buttons” using the list item &lt;li&gt; rules. Since, as it is written, padding, borders and margin add to the width of HTML elements, applying those properties to list items will likely break your design.</p>
<p>Apply padding and borders to your buttons using the link &lt;a&gt; rules.</p></blockquote>
<h3 id="seven">VII. Thou shalt not set widths for links within menubars.</h3>
<blockquote><p>In the commentary for Commandment VI we learned the width of our buttons should be set using the list item style rules. Any attempt to set a width for the links will likely conflict with those settings. But be not afraid, because the display: block property in the link style rule guarantees the link will completely fill its parent li tag.</p></blockquote>
<h3 id="eight">VIII. Thou shalt not edit the browser hacks.</h3>
<blockquote><p>What CSS hacks Adobe hath joined together, let no man set asunder.</p></blockquote>
<h3 id="nine">IX. Thou shalt not edit the menubar JavaScript file.</h3>
<blockquote><p>Yeah though you walk through the valley of Javascript, you shall fear no evil (if you just leave it alone).</p></blockquote>
<h3 id="ten">X. Verily I say unto you, a new style shall appear and it shall define the appearance of submenus.</h3>
<blockquote><p>And God said, “let the styling for the sub-menus be separated from the styling of the main menu.” And it was, with the addition of a new style rule, so.</p>
<p>By creating a new style rule (ul.MenuBarVertical ul li or ul.MenuBarHorizontal ul li for submenu list items and ul.MenuBarVertical ul a or ul.MenuBarHorizontal ul a for submenu links – notice the second ul in the selectors) you can define CSS properties that apply only to submenus (or more precisely to unordered lists that are themselves within an unordered list). And, by the way, you only have to define the properties that you want to be different from the main menu. The rest of the properties will be inherited.</p></blockquote>
<p><strong><em>Now, go forth and sin no more.</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Adobe Creative Suite to be announced April 12</title>
		<link>http://www.dwcourse.com/dreamweaver/adobe-creative-suite-to-be-announced-april-12.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/adobe-creative-suite-to-be-announced-april-12.php#comments</comments>
		<pubDate>Wed, 24 Mar 2010 22:29:12 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CS5]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=1030</guid>
		<description><![CDATA[The official CS5 announcement will be April 12 sign up at http://cs5launch.adobe.com/?sdid=FDSEN to view the announcement live.]]></description>
			<content:encoded><![CDATA[<p></p><p>The official CS5 announcement will be April 12 sign up at <a href="http://cs5launch.adobe.com/?sdid=FDSEN">http://cs5launch.adobe.com/?sdid=FDSEN</a> to view the announcement live.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/adobe-creative-suite-to-be-announced-april-12.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dominate Dreamweaver Registration Opening Soon</title>
		<link>http://www.dwcourse.com/dreamweaver/dominate-dreamweaver-registration-open.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/dominate-dreamweaver-registration-open.php#comments</comments>
		<pubDate>Sat, 27 Feb 2010 22:00:07 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Dominate Dreamweaver]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=528</guid>
		<description><![CDATA[Registration Opening Soon Registration for the Dominate Dreamweaver will reopen the week of July 12. Please contact me if you have any questions.]]></description>
			<content:encoded><![CDATA[<p></p><h2 style="font-size: 1.5em;">Registration Opening Soon</h2>
<p>Registration for the Dominate Dreamweaver will reopen the week of July 12.</p>
<p>Please contact me if you have any questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/dominate-dreamweaver-registration-open.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most Wanted Features for Dreamweaver CS5</title>
		<link>http://www.dwcourse.com/dreamweaver/dreamweaver-cs5-feature.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/dreamweaver-cs5-feature.php#comments</comments>
		<pubDate>Tue, 23 Feb 2010 20:35:43 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[CS5]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=903</guid>
		<description><![CDATA[Well, we&#8217;ll soon find out what Adobe has in store for us. The official Creative Suite CS5 announcement is scheduled for April 12: http://cs5launch.adobe.com/?sdid=FDSEN I&#8217;m compiling my list of most wanted features for the upcoming CS5 version of Dreamweaver. What would you most like to see in Dreamweaver CS5: bug fixes, user interface enhancements, new [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Well, we&#8217;ll soon find out what Adobe has in store for us. The official Creative Suite CS5 announcement is scheduled for April 12: <a href="http://cs5launch.adobe.com/?sdid=FDSEN">http://cs5launch.adobe.com/?sdid=FDSEN</a></p>
<p>I&#8217;m compiling my list of most wanted features for the upcoming CS5 version of Dreamweaver. What would you most like to see in Dreamweaver CS5: bug fixes, user interface enhancements, new features, support for additional web standards? Or maybe there&#8217;s something that you&#8217;d like to see removed. Whichever it is, just add your wants to the comments and please try to be as specific as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/dreamweaver-cs5-feature.php/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
