<?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>Dreamweaver FAQ</title>
	<atom:link href="http://www.digitalfamily.com/dreamweaverblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalfamily.com/dreamweaverblog</link>
	<description>Dreamweaver questions worth sharing, by Janine Warner</description>
	<lastBuildDate>Wed, 18 Apr 2012 18:18:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Why can&#8217;t I preview my MP4 video in Dreamweaver?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2012/04/why-cant-i-preview-my-video-in-dreamweaver/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2012/04/why-cant-i-preview-my-video-in-dreamweaver/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 17:35:08 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Browser Testing]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Random things you should know]]></category>
		<category><![CDATA[Teacher's Corner]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=556</guid>
		<description><![CDATA[Hi Janine, I’m having problems bringing in videos and playing them via Dreamweaver. I have 5.5 version. I insert, go to media, then down to plugin, browse, bring in my MP4 video, size it and then click the play button on property mgr, but it still doesn’t play. Here is the message I get. “Unable [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>I’m having problems bringing in videos and playing them via Dreamweaver. I have 5.5 version. I insert, go to media, then down to plugin, browse, bring in my MP4 video, size it and then click the play button on<br />
property mgr, but it still doesn’t play. Here is the message I get. “Unable to find plugin that handles this media type.” DW can’t find the configuration in the plugin folder.</p>
<p>What does that mean? All MP4s will play on my desktop with no problems.</p>
<p>Not sure what Dreamweaver is asking. NEED HELP, PLEASE!!</p>
<p>Nikki</p>
<p>Hi Nikki,</p>
<div> Dreamweaver can only play videos in the Flash format. Dreamweaver is has limited browser features for testing, but that&#8217;s not a problem, just a limitation that requires some testing be done in a web browser. It appears from your email that you&#8217;re doing everything else right.</div>
<div></div>
<div>You can use Dreamweaver to insert your videos, as you have, and then use any browser to preview the page the video is on by clicking the Preview button in Dreamweaver. If the video plays correctly in the browser on your computer, then you&#8217;ve done everything correctly in Dreamweaver and when you transfer all of the files to your web server, the video should all work just fine on your website.</div>
<div></div>
<div>I hope that helps,</div>
<div></div>
<div>Janine</div>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2012/04/why-cant-i-preview-my-video-in-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to line up three divs in a row</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2012/03/how-to-line-up-three-divs-in-a-row/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2012/03/how-to-line-up-three-divs-in-a-row/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 06:18:33 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Random things you should know]]></category>
		<category><![CDATA[Teacher's Corner]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web graphics]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=551</guid>
		<description><![CDATA[Hi Janine, I’ve listened to your CSS Basic and Advanced CSS DVDs.  They are great resources, but I have a question I am trying to create a banner div that includes 3 divs inside: a  Photo div, Title div, and another photo div, all lined up at the same height.  I want the photos floated [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>I’ve listened to your CSS Basic and Advanced CSS DVDs.  They are great resources, but I have a question</p>
<p>I am trying to create a banner div that includes 3 divs inside: a  Photo div, Title div, and another photo div, all lined up at the same height.  I want the photos floated at each end of the banner div and the Title div centered between them.  Here is what I created:</p>
<ol start="1">
<li> A photo (123 px wide) div floated to the left.</li>
<li>Title (400 px wide) div for the centered (margins left &amp; right set to auto).</li>
<li>A photo (123 px wide) div floated to the right.</li>
</ol>
<p>The three above divs are within the banner div, each at the same level.  I want space between the photos at each end and the title.</p>
<p>Here is my question:  Why isn’t the 2<sup>nd</sup> photo isn’t at the same height as the other 2 divs within this banner?  This is driving me crazy.</p>
<p>Thanks, Don</p>
<p>Hi Don,</p>
<div> I can see why centering that banner section is driving you crazy, and why it seems like what you&#8217;ve done should work. There are a few ways to accomplish your task, none as logical as your approach (which you&#8217;d like would work, but doesn&#8217;t). Here&#8217;s a solution that should work.</div>
<div></div>
<div>Set all three styles for your divs to float left, yeah, I know, seems crazy, but that will get all of them to line up perfectly in the banner area.</div>
<div></div>
<div>Now use the left and right margin settings on the styles for each div to create enough space between them to get them where you want them. You can eyeball it, but I find it best to do a little math and calculate exactly how much padding I&#8217;ll need between each div. I know, most web designers hate the math part, but it&#8217;s more precise than the old &#8216;eyeball&#8217; trick. Here&#8217;s how I&#8217;d do it. Add up the full width of each div, including any padding or borders, subtract it from the total space, divide by 3, set that amount of margin space between the divs.</div>
<div></div>
<div>Let me know if that works for you and email me the link when you&#8217;re done.</div>
<div></div>
<div>Thanks for watching my videos,</div>
<div></div>
<div>Janine</div>
<div></div>
<div>
<p>Janine,</p>
<p>Thank you so much.  Your solution works!  I cannot thank you enough.  I have tried and tried over the past couple of years to use div’s instead of tables but always ran into problems and went right back to tables.  I am finished with them for the most part after learning how to use div’s.  You unlocked the div mystery.</p>
<p>Thank you!</p>
<p>Don</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2012/03/how-to-line-up-three-divs-in-a-row/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I create a web page design with a large background image and content that floats over the middle?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2012/02/545/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2012/02/545/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 21:08:41 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[expression web]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=545</guid>
		<description><![CDATA[Hi Janine, I&#8217;m reading Dreamweaver for Dummies and enjoying it very much, but I&#8217;m stuck on how to set-up a page that has a background image and then has a smaller boxed area for the &#8220;live&#8221; or content containing area inset over the background. Could you possibly tell me how to do this? Jack Hi Jack, [...]]]></description>
			<content:encoded><![CDATA[<div>Hi Janine,</div>
<p>I&#8217;m reading Dreamweaver for Dummies and enjoying it very much, but I&#8217;m stuck on how to set-up a page that has a background image and then has a smaller boxed area for the &#8220;live&#8221; or content containing area inset over the background.</p>
<p>Could you possibly tell me how to do this?</p>
<p>Jack</p>
<p>Hi Jack,</p>
<p>Your question reflects a recent design trend on the web. Seems you&#8217;re trying to create a design with a big background image like the one I just designed for our <a href="http://chameleonengine.com/">iPad development services on my new Chameleon Engine site</a>.</p>
<p>There are a couple of ways to achieve this look, but the simplest is to use the big image as the background image of the entire page (you can do that by choosing Modify &gt; Page Properties &#8212; I recommend using the CSS options).</p>
<p>Advanced tip: add the style rule to the CSS code (Dreamweaver has no feature for this, but if you copy this into your body CSS rule, it will cause the background image to resize to fill the entire screen no matter how big the monitor, as it does on my Chameleon Engine site.</p>
<p>background-size: 100%;</p>
<p>To create the &#8216;live&#8217; area for content, you&#8217;ll want to insert a div tag into the page that will surround all of your live content, and then create a style and apply it to the div that centers the box created by the div on the page. In that style, you&#8217;ll want to set a width for your site content. Most designers are setting that width to 960 pixels, which fits well on most monitors today.</p>
<p>A great shortcut for all of this is to start with one of the CSS Layouts included in Dreamweaver&#8217;s New Document dialog box. You should find instructions for working with CSS in chapters 5 and 6 of my Dreamweaver For Dummies book, and here are two tutorials specific to this task you can find on my website.</p>
<p><a href="http://www.digitalfamily.com/dreamweaver/css-tutorials/editing-CSS-layouts.html ">This tutorial shows how to customize a CSS Layout if you&#8217;re using Dreamweaver version CS3 or CS4</a></p>
<p><a href="http://www.digitalfamily.com/dreamweaver/Dreamweaver-CS5/CSS-Layouts-in-CS5.html ">This tutorial reflects some of the changes to the CSS Layouts in version CS5</a></p>
<p>Hope that helps and I wish you all the best with your website,</p>
<p>Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2012/02/545/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can I create all my pages in Photoshop and bring them into Dreamweaver as an image?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2012/02/can-i-create-all-my-pages-in-photoshop-and-bring-them-into-dreamweaver-as-an-image/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2012/02/can-i-create-all-my-pages-in-photoshop-and-bring-them-into-dreamweaver-as-an-image/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 22:43:36 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Browser Testing]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Random things you should know]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[Teacher's Corner]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web graphics]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=543</guid>
		<description><![CDATA[Janine I just finished your Dreamweaver  For Dummies book. I found it to be right on the money. However, I have a question. I&#8217;m a photographer and graphic designer. I&#8217;m most comfortable working in Photoshop. Can I create all my pages in Photoshop and bring them into Dreamweaver as an image rather than create them from scratch? [...]]]></description>
			<content:encoded><![CDATA[<p>Janine</p>
<div>I just finished your Dreamweaver  For Dummies book. I found it to be right on the money.</div>
<div></div>
<div>However, I have a question. I&#8217;m a photographer and graphic designer. I&#8217;m most comfortable working in Photoshop. Can I create all my pages in Photoshop and bring them into Dreamweaver as an image rather than create them from scratch? If this is possible can I then create hotspots to link the pages for example a thumbnail linked to the enlarged photographs?</div>
<div></div>
<div>Thanks for any help,</div>
<div>Barry</div>
<p>Hi Barry,</p>
<div> Thanks for the kind words. Yes, you &#8220;can&#8221; do that, and some sites are designed that way. There is even a &#8216;slicing&#8217; tool in Photoshop designed for this purpose.</div>
<div></div>
<div>Before you rush off to do that, however, here are two reasons most web designers would not recommend that approach.</div>
<div></div>
<div>1. Images take longer to download than text so saving the entire page as an image often results in a web page that take a really long time to download &#8212; at the very least, make sure you are using the File&gt; Save for Web and Devices dialog to optimize the images.</div>
<div></div>
<div>2. Search engines can&#8217;t &#8216;read&#8217; the text on an image so your website will suffer when it comes to search engine results if all of your text is saved in images.</div>
<div></div>
<div>If you can live with those consequences, I make no judgement about your need to design your pages the way that works best for you. That said, what most of us do is create the design in Photoshop, Fireworks, or InDesign, then save the images (the parts that really have to be images), and reassemble it all in Dreamweaver using CSS.</div>
<div></div>
<div>I hope that helps you make the best decision for your website,</div>
<div></div>
<div>Janine</div>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2012/02/can-i-create-all-my-pages-in-photoshop-and-bring-them-into-dreamweaver-as-an-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I arrange thumbnails in a photo slideshow?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2012/02/539/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2012/02/539/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 18:07:23 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Behaviors]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web graphics]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=539</guid>
		<description><![CDATA[Hi Janine, I&#8217;m one of your students. Thank you for your very helpful online courses. I am writing to ask your opinion. I am a graphic designer and illustrator. I am putting together my own  website and would like to show samples of my work. My thought is to have a table of 15 thumbnails and a large [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>
<div>
<blockquote><p>Hi Janine,</p></blockquote>
<blockquote><p>I&#8217;m one of your students. Thank you for your very helpful online courses.</p></blockquote>
<blockquote><p>I am writing to ask your opinion. I am a graphic designer and illustrator. I am putting together my own  website and would like to show samples of my work. My thought is to have a table of 15 thumbnails and a large  mage to the left of the grid. The table would have 2 columns, one with the thumbnail images and one with the big version. Then using the swap image feature in Dreamweaver I would set them up to swap out each image as the viewer rolls over each thumbnail. Does that sound like the most efficient way to do that?</p></blockquote>
<blockquote><p>Otherwise, I thought I would have to create a series of Div tags using margins and padding to arrange them, but that seems like a lot of div tags, if each div tag had to contain an image.</p></blockquote>
<blockquote><p> Thank you for your help. Yours truly,</p></blockquote>
<blockquote><p>Mike</p></blockquote>
<blockquote><p>Hi Mike,</p>
<div> Thank you for your kind words about my training . I understand why you think tables might be a good solution to this design challenge, but trust me, they&#8217;re not. The only time Tables are still recommended in web design, is when you&#8217;re formatting &#8216;tabular data&#8217; &#8212; in your case, I would not recommend a table.</div>
<div>
<div></div>
<div>However, it&#8217;s not as hard as you might think, and you DO NOT need a to create a div for each thumbnail image. Consider this. You can create two divs, one for the big image, and another one for all of the thumbnail images. Then insert all of the thumbnails in that one div, each separated by a single space. Then use a style to add as much space as you want between each image.</div>
<div></div>
<div>A compound style works well here. Ex: Create a class style for the div called <strong>.thumbnails</strong>, then create a compound style called <strong>.thumbnails img</strong> and set the margins to something like 10 pixels on the left and right, or top and bottom (depending on your design). That will put 20 pixels between each image. It&#8217;s like magic how that works instantly to spread the images apart, and it&#8217;s super easy to change if you decide you want more or less space between your thumbnails later.</div>
<div></div>
<div>I hope that helps you find the best solution for your website.</div>
<div></div>
<div>Janine</div>
</div>
</blockquote>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2012/02/539/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I created a drop-down menu in Dreamweaver, but when I upload it to the server, it doesn&#8217;t work.</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/12/i-created-a-drop-down-menu-in-dreamweaver-but-when-i-upload-it-to-the-server-it-doesnt-work/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/12/i-created-a-drop-down-menu-in-dreamweaver-but-when-i-upload-it-to-the-server-it-doesnt-work/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 20:23:25 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Behaviors]]></category>
		<category><![CDATA[Browser Testing]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Random things you should know]]></category>
		<category><![CDATA[Spry]]></category>
		<category><![CDATA[Teacher's Corner]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[web servers & hosting]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=533</guid>
		<description><![CDATA[Hi Janine, I created a drop down menu with Dreamweaver CS3 ( I am waiting to upgrade soon. ) Your directions were great. When I F12 the page to preview it, it looks awesome! However, when I upload the page, does not look the way it should or function at all. I have searched the [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>I created a drop down menu with Dreamweaver CS3 ( I am waiting to upgrade soon. )</p>
<p>Your directions were great. When I F12 the page to preview it, it looks awesome!</p>
<p>However, when I upload the page, does not look the way it should or function at all.</p>
<p>I have searched the internet high and low for answers to no avail.</p>
<p>Do you have any suggestions, or a quick fix?</p>
<p>Thank you so much for you help.</p>
<p>Shari</p>
<p>Hi Shari,</p>
<p>When you create a drop-down menu with the Spry features in Dreamweaver, Dreamweaver generates the HTML and CSS code, as well as the scripts that make it all work.</p>
<p>Those scripts are usually saved in a folder with a name like SpryAssets and you need to upload the scripts for your drop-down menu to work.</p>
<p>Look in the Files panel for a new folder created by Dreamweaver that has .js files in it (these are JavaScript files). Upload the entire folder to your server with the HTML page that has your drop-down menu and everything should work on the server, just like it does on your hard drive.</p>
<p>You can learn more on my site about <a href="http://www.digitalfamily.com/dreamweaver/Spry-Tutorials/spry-drop-down-menu.html">creating a drop-down menu in Dreamweaver</a>, as well as <a href="http://www.digitalfamily.com/dreamweaver/Spry-Tutorials/Edit-Spry-Menu.html">editing a drop-down menu in Dreamweaver</a>.</p>
<p>Hope that helps you solve the problem,</p>
<p>Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/12/i-created-a-drop-down-menu-in-dreamweaver-but-when-i-upload-it-to-the-server-it-doesnt-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I completely redesigned my site, uploaded it to my server, but it did not change. I couldn&#8217;t find the answer in your Dummies book.. maybe I am an idiot..</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/11/i-redesigned-my-site/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/11/i-redesigned-my-site/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 04:31:33 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Browser Testing]]></category>
		<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[expression web]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Teacher's Corner]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[web servers & hosting]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=529</guid>
		<description><![CDATA[Something tells me you&#8217;re not an idiot, but there are a few reasons that your new site may not be showing up. Here are a some things to check. 1. Make sure you uploaded your site to the right place. On many web servers, if you use the FTP info they send, you enter the [...]]]></description>
			<content:encoded><![CDATA[<p>Something tells me you&#8217;re not an idiot, but there are a few reasons that your new site may not be showing up. Here are a some things to check.</p>
<p>1. Make sure you uploaded your site to the right place. On many web servers, if you use the FTP info they send, you enter the main folder on the server where they keep your email, web folder, etc, but you need to then open the web folder and upload your files into that folder. It&#8217;s often called something like htdocs, or webdocs, or it could be named the URL of your site. It depends on your server, but the key thing to know is that you need to upload the files for your new site into that folder for them to become visible at your URL.</p>
<p>On a related note, a good way to make sure you&#8217;re in the right folder is to look for the pages of your old site, make sure you find the main page of the site, and then replace it with the main page of the new site and all of your other files.</p>
<p>2. Make sure you named the main page of your site correctly. On most servers, the main page of your site should be named index.html, but some servers are set up for default.html. It&#8217;s often okay to use .html or .htm &#8212; they work the same. However, if the main page of your old site is called, say, default.htm and you upload the new version with a main page named index.html, you won&#8217;t see the new page if the server is still &#8216;serving&#8217; the old default.htm page.</p>
<p>Whatever the main page of your old site was called, assume that&#8217;s what you should name the main page of the new site and make sure you replace the old page with the new page. </p>
<p>I hope that helps and I wish you all be best with your newly redesigned site.</p>
<p>Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/11/i-redesigned-my-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the difference between using Appearance (HTML) or Appearance (CSS) in the Page Properties Dialog Box? They both seem to have most of the same options.</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/11/what-is-the-difference-between-using-appearance-html-or-appearance-css-in-the-page-properties-dialog-box-they-both-seem-to-have-most-of-the-same-options/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/11/what-is-the-difference-between-using-appearance-html-or-appearance-css-in-the-page-properties-dialog-box-they-both-seem-to-have-most-of-the-same-options/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 01:30:42 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Random things you should know]]></category>
		<category><![CDATA[Teacher's Corner]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=526</guid>
		<description><![CDATA[I strongly recommend Appearance (CSS). That option will cause Dreamweaver to create CSS styles that correspond to the Page Properties settings, which is the recommended way to define page properties today. To see how this works, create a new blank page, set the page properties with the CSS option selected, and then you can study [...]]]></description>
			<content:encoded><![CDATA[<p>I strongly recommend Appearance (CSS). That option will cause Dreamweaver to create CSS styles that correspond to the Page Properties settings, which is the recommended way to define page properties today. To see how this works, create a new blank page, set the page properties with the CSS option selected, and then you can study the styles DW automatically creates by looking for them in the CSS Styles Panel. </p>
<p>If you choose Appearance (HTML) DW uses the HTML attributes, which are no longer recommended.</p>
<p>Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/11/what-is-the-difference-between-using-appearance-html-or-appearance-css-in-the-page-properties-dialog-box-they-both-seem-to-have-most-of-the-same-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I remove Skype formatting from phone numbers on my web pages on my websites?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/10/how-do-i-remove-skype-formatting-from-phone-numbers-on-my-web-pages-on-my-websites/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/10/how-do-i-remove-skype-formatting-from-phone-numbers-on-my-web-pages-on-my-websites/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 06:37:13 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Random things you should know]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=521</guid>
		<description><![CDATA[Skype automatically highlights any phone numbers displayed in a web browser to make it easy to &#8216;click to call&#8217; the numbers. Just because you see this formatting on your computer, doesn&#8217;t mean other people see it.  Skype formatting on phone numbers is specific to each person&#8217;s computer, not to the general formatting of a web [...]]]></description>
			<content:encoded><![CDATA[<p>Skype automatically highlights any phone numbers displayed in a web browser to make it easy to &#8216;click to call&#8217; the numbers. Just because you see this formatting on your computer, doesn&#8217;t mean other people see it.  Skype formatting on phone numbers is specific to each person&#8217;s computer, not to the general formatting of a web page.</p>
<p>That means you can&#8217;t really control whether other people see phone numbers on your web pages with skype formatting, but you can remove it on your own computer. I for one, found they formatting &#8212; and the way skype changed the size and display of phone numbers &#8212; annoying!</p>
<p>It can also be problematic that if you copy and paste a phone number that skype has highlighted, you get a bunch of skype code when you paste it, which means you have to delete a bunch of unecessary characters if you do something like copy and paste a number from a web page into an email message.</p>
<p><a href="http://www.digitalfamily.com/dreamweaverblog/wp-content/uploads/2011/10/skype-click-to-call.png"><img class="alignright size-medium wp-image-522" title="skype click to call" src="http://www.digitalfamily.com/dreamweaverblog/wp-content/uploads/2011/10/skype-click-to-call-300x164.png" alt="How to uninstall skype click to call to remove skype formatting on phone numbers" width="300" height="164" /></a><strong>So how do you get rid of skype formatting on phone numbers?</strong></p>
<p>The easiest way is to uninstall the skype &#8220;click to call&#8217; app. That doesn&#8217;t mean you have to uninstall skype, you can still use skype to make call, chat, etc, you&#8217;ll just keep skype from formatting numbers on your computer &#8212; but you can still copy and paste numbers into skype to make it easy to call any number you see on your screen. Uninstalling Skype Click to Call just removes the program that creates Skype shortcuts.</p>
<p>On a windows computer, you can uninstall the skype click to call feature the same way you&#8217;d uninstall any program.</p>
<p>1. Click on the start button</p>
<p>2. Choose Control Panel</p>
<p>3. Choose Uninstall a Program</p>
<p>4. Select Skype Click to Call (make sure you don&#8217;t remove the actual Skype program unless you really want to get rid of Skype completely)</p>
<p>5. Click the Remove button.</p>
<p>As soon as the program is removed from your computer, the Skype formatting should go away with it.</p>
<p>Note: You may need to vary these steps slightly, depending on the version of Windows you are using,</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/10/how-do-i-remove-skype-formatting-from-phone-numbers-on-my-web-pages-on-my-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is the CSS in templates from ThemeForest and Woo Themes so complicated and hard to understand?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/10/why-is-the-css-in-templates-from-themeforest-and-woo-themes-so-complicated-and-hard-to-understand/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/10/why-is-the-css-in-templates-from-themeforest-and-woo-themes-so-complicated-and-hard-to-understand/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 17:27:21 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Teacher's Corner]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=517</guid>
		<description><![CDATA[One of the things that makes it hard to &#8216;get&#8217; the hierarchy or specificity of CSS that was written by someone else is that there are so many different ways to write CSS. I sometimes compare it to the art of writing prose. Not everyone who has learned to spell and understands the basics of grammar, can [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that makes it hard to &#8216;get&#8217; the hierarchy or specificity of CSS that was written by someone else is that there are so many different ways to write CSS. I sometimes compare it to the art of writing prose. Not everyone who has learned to spell and understands the basics of grammar, can write like Stephen King or Gabriel Garcia Marquez or William Shakespeare.</p>
<p>Even if you haven&#8217;t read those authors, you can quickly appreciate that Marquez was a master at magic realism, which is quite different from the science fiction and horror that Stephen King is famous for in books like Carrie and The Shining. To further complicate matters, the way many of us write CSS has changed over time. William Shakespeare is still considered a master, but few teachers would recommend you write the way he did anymore. Similarly, even well-written CSS, if it&#8217;s a few years old, may read like Old English today.</p>
<p>ThemeForest and Woo Themes are considered some of the better sources for templates and WordPress themes, but as soon as you find yourself reviewing someone else&#8217;s CSS, you have to take into consideration that every author has their own style, that there are many ways to create the same design effects with CSS, and that if you really want to write the cleanest, best code possible, you&#8217;ll spend hours on the details &#8212; in much the way a great writer can spend an afternoon looking for just the write word.</p>
<p>The more you learn about CSS, the better you&#8217;ll get at writing (and reading) it, but at the end of the day, some of the differences in style sheets come down to, well, style.</p>
<p>You can learn more about the basics from my <a href="http://www.digitalfamily.com/videos">CSS training videos</a>.</p>
<p>Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/10/why-is-the-css-in-templates-from-themeforest-and-woo-themes-so-complicated-and-hard-to-understand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

