<?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 &#187; expression web</title>
	<atom:link href="http://www.digitalfamily.com/dreamweaverblog/category/expression-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalfamily.com/dreamweaverblog</link>
	<description>Dreamweaver questions worth sharing, by Janine Warner</description>
	<lastBuildDate>Mon, 06 Feb 2012 22:43:36 +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>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>Why do my web pages look different in Internet Explorer than in other browsers?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/08/why-do-my-web-pages-look-different-in-internet-explorer-than-in-other-browsers/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/08/why-do-my-web-pages-look-different-in-internet-explorer-than-in-other-browsers/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 17:37:44 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[CMS]]></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[expression web]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=460</guid>
		<description><![CDATA[Unfortunately, different web browsers display text and HTML differently, and Internet Explorer is one of the worst, and most notorious, for bad code display. What most web designers do is test their pages in a variety of web browsers and work to make sure their pages look &#8216;good enough&#8217; in all of them. Because the [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, different web browsers display text and HTML differently, and Internet Explorer is one of the worst, and most notorious, for bad code display. What most web designers do is test their pages in a variety of web browsers and work to make sure their pages look &#8216;good enough&#8217; in all of them. Because the text size and spacing can vary from browser to browser, it&#8217;s challenging to get exactly the same display in all browsers. And if your concern is the way text wraps, it&#8217;s almost impossible. That&#8217;s because your users can change the text size in some browsers, and because text size is different between Mac and Windows computers. Here&#8217;s an article I published on my web site addressing this issue. It may help you understand why this is a challenge for all web designers. You&#8217;ll also find links to a few online testing tools that can help you make sure you site looks good, even in web browsers you may not have on your own computer. http://www.digitalfamily.com/dreamweaver/resources/web-browser-test.html I hope that helps and I wish you all the best, Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/08/why-do-my-web-pages-look-different-in-internet-explorer-than-in-other-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you add text to an image so that the text appears when someone rolls a cursor over the image in a browser?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/06/how-do-you-add-text-to-an-image-so-that-appears-when-someone-rolls-a-cursor-over-the-image-in-a-browser/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/06/how-do-you-add-text-to-an-image-so-that-appears-when-someone-rolls-a-cursor-over-the-image-in-a-browser/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 18:31:57 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Contribute]]></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[Fireworks]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web graphics]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=445</guid>
		<description><![CDATA[Good question. Dreamweaver includes the Alt text field when you insert images, but it has no easy way to add the title attribute, and that&#8217;s what you need if you want the text to appear when you roll a cursor over an image in IE. Here&#8217;s an example of what it looks like: &#60;img src=&#8221;photo.jpg&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Good question. Dreamweaver includes the Alt text field when you insert images, but it has no easy way to add the title attribute, and that&#8217;s what you need if you want the text to appear when you roll a cursor over an image in IE.</p>
<p>Here&#8217;s an example of what it looks like:<br />
&lt;img src=&#8221;photo.jpg&#8221; width=&#8221;250&#8243; height=&#8221;360&#8243; alt=&#8221;My Great Photo&#8221; title=&#8221;My Great Photo&#8221; /&gt;<br />
Note that the code: alt=&#8221;My Great Photo&#8221; is alternative text, which is recommended because this text is used by screen readers for the blind that &#8216;read&#8217; web pages to people.<br />
Adding the code: title=&#8221;My Great Photo&#8221; is not redundant, but you don&#8217;t have to use the same text for both. The title text will appear when you roll a cursor of the image.</p>
<p>Hope that helps,<br />
Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/06/how-do-you-add-text-to-an-image-so-that-appears-when-someone-rolls-a-cursor-over-the-image-in-a-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should I use lowercase or uppercase letters in a domain name?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/02/should-i-use-lower-case-or-upper-case-letters-in-a-domain-name/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/02/should-i-use-lower-case-or-upper-case-letters-in-a-domain-name/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 22:23:02 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<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[GoLive]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></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=430</guid>
		<description><![CDATA[When I send people my Web address (URL) or print it on my business cards, should I use all lowercase, or can I write it like I would in a sentence and use the caps? Answer: In any URL, caps are optional up to the .com part. Addresses are only case-sensitive after the .com (same [...]]]></description>
			<content:encoded><![CDATA[<p>When I send people my Web address (URL) or print it on my business cards, should I use all lowercase, or can I write it like I would in a sentence and use the caps?</p>
<p>Answer:</p>
<p>In any URL, caps are optional up to the .com part. Addresses are only case-sensitive after the .com (same goes for .org, .edu, and other types of URLs).</p>
<p>When I&#8217;m advertising a Web address or URL, I like to use caps in the URL because most web site names are easier to read that way.  I recommend:</p>
<p>MyDomainName.com</p>
<p>or for my site: DigitalFamily.com</p>
<p>However, if anyone types your domain in all lowercase, they&#8217;ll get there just fine. (Some publications prefer that style and will only print URLs in all lowercase, but it&#8217;s not necessary.)</p>
<p>Both <a href="http://digitalfamily.com/">DigitalFamily.com</a> and <a href="http://digitalfamily.com/" target="_blank">digitalfamily.com</a> will take you to the same web page, but if you have an address that <strong><em>extends beyond</em><em> </em></strong>the .com part, <strong><em>the case does matter</em></strong>.</p>
<p><strong>For example:</strong> DigitalFamily.com/Books and DigitalFamily.com/books are not the same address &#8212; the one with the capital B will not work.</p>
<p>The technical reason is that most web servers are case-sensitive and the part of the address that comes after the .com is based on the name of the folder or the filename that page resides in on the server.</p>
<p>For the same reason that links within a web site should match the case of the name of the file they link to, the address after the .com needs to match the case of the specific file or folder.</p>
<p>Think of a long URL as being one long link to a page within a site. In this example, DigitalFamily.com/books takes you directly to a page on my web server that is in a folder named &#8220;books.&#8221; This won&#8217;t work with &#8220;Books&#8221; because I didn&#8217;t use a cap when I named the  folder. Most web designers use lowercase after the .com consistently so they can easily keep things the same, but if you do use mixed case  on folders and filenames, you need to do the same in the URL (as you see in this next example).</p>
<p>I could have linked specifically to the page about my newest book, <a href="/books/mobileWebdesign/index.html">Mobile Web Design For Dummies</a>, by using this URL: http://www.digitalfamily.com/books/mobileWebdesign/index.html.</p>
<p>And here&#8217;s your bonus lesson for the day <img src='http://www.digitalfamily.com/dreamweaverblog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Name your main pages index.html to create shorter sub-URLs.</p>
<p>The URL http://www.digitalfamily.com/books</p>
<p>goes to this page: http://www.digitalfamily.com/books/index.html</p>
<p>If you name the main page in any folder index.html, you can shorten the address and just use the folder name. That makes it easier to give the URL out in print, and because most web servers are designed to &#8220;serve&#8221; the index.html page first, you can more easily set it up.</p>
<p>Save people typing the extra long addresses and use index pages to take people directly to subsections of your sites.</p>
<p>Oh, and if you have a blog, use an SEO plugin to help create clean URLs. Short URLs are better for humans and computers&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/02/should-i-use-lower-case-or-upper-case-letters-in-a-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I upload onto the server via local/network connection?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2009/05/how-can-i-upload-onto-the-server-via-localnetwork-connection/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2009/05/how-can-i-upload-onto-the-server-via-localnetwork-connection/#comments</comments>
		<pubDate>Sat, 23 May 2009 19:51:42 +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 MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[expression web]]></category>
		<category><![CDATA[web servers & hosting]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=197</guid>
		<description><![CDATA[Dear Janine, I&#8217;ve watched your video (Total Training Dreamweaver CS3) and I&#8217;ve designed a new intranet site. This is my first time and I don&#8217;t know how to upload onto the server via local/network connection. Please advise how I can go about. Regards, Freeman in Papua New Guinea Hi, Freeman, You will need to ask [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Janine,</p>
<p>I&#8217;ve watched your video (Total Training Dreamweaver CS3) and I&#8217;ve designed a new intranet site. This is my first time and I don&#8217;t know how to upload onto the server via local/network connection.</p>
<p>Please advise how I can go about.</p>
<p>Regards,<br />
Freeman in<br />
Papua New Guinea</p>
<p>Hi, Freeman,</p>
<p>You will need to ask your network administrator for this information as it depends on how your intranet system is set up. You will use the same site-management features but will select local/network connection and then enter your server information in the dialog.</p>
<p>I hope that helps and I wish you all the best,<br />
Janine</p>
<p>Still want more? Visit the Dreamweaver Help Center at <a href="../../../../../../dreamweaver" target="_blank">www.DigitalFamily.com/dreamweaver</a> to find Dreamweaver tips, tricks, and tutorials.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2009/05/how-can-i-upload-onto-the-server-via-localnetwork-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can you help me find some tutorials on how to work on &#8220;Shopping Carts&#8221; software?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2009/03/can-you-help-me-find-some-tutorials-on-how-to-work-on-shopping-carts-software/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2009/03/can-you-help-me-find-some-tutorials-on-how-to-work-on-shopping-carts-software/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 00:11:36 +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[Dynamic web site]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[expression web]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=164</guid>
		<description><![CDATA[Hi Janine, Thank you for your tutorials. They were very useful and easy to practice. It really helped me to learn web design by myself. As for me, I am a freelance graphic designer. I have been working for so long in the design area. Currently, I am focusing more on web design as I [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>Thank you for your tutorials. They were very useful and easy to practice. It really helped me to learn web design by myself.</p>
<p>As for me, I am a freelance graphic designer. I have been working for so long in the design area. Currently, I am focusing more on web design as I work on Macromedia Flash and Dreamweaver.</p>
<p>I would like to know if you can help me find some tutorials on how to work on &#8220;Shopping Carts&#8221; software. I am sure there are a lot! Which one is the best? Are they easy to learn? For e-commerce, shop online web sites&#8230;</p>
<p>I am looking forward for your reply.</p>
<p>Thank you for your time and consideration.</p>
<p>Sincerely,<br /> Janet</p>
<p>Hi Janet,</p>
<p>There are many shopping cart options on the web so it really depends on what you&#8217;re selling and what kinds of features you need.</p>
<p>In this article, you&#8217;ll find <a href="http://www.digitalfamily.com/dreamweaver/ecommerce/ecommerce-shopping-carts.html">a review of some of the most popular shopping cart programs and why you might choose one over another.</a></p>
<p>If you&#8217;ve found another you like, I&#8217;d love to know about it. If you&#8217;re still looking and can tell me more about what you need, I&#8217;d be happy to try to help.</p>
<p>Janine</p>
<p>Still want more? Visit the Dreamweaver Help Center at <a href="../../../../../../dreamweaver" target="_blank">www.DigitalFamily.com/dreamweaver</a> to find Dreamweaver tips, tricks, and tutorials.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2009/03/can-you-help-me-find-some-tutorials-on-how-to-work-on-shopping-carts-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I get Expression Web to read Photoshop PSD files?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2009/03/how-can-i-get-expression-web-to-read-photoshop-psd-files/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2009/03/how-can-i-get-expression-web-to-read-photoshop-psd-files/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 00:01:01 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[expression web]]></category>
		<category><![CDATA[Web graphics]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=152</guid>
		<description><![CDATA[Greetings, First I would like to say that I am enjoying your CD on Web2  &#8211;  very well done.  I have a little problem, though. Is there  something special that I have to do to get the program to read the Photoshop PSD pics? Hope that you can help. Regards, Kay Hi Kay, Glad you [...]]]></description>
			<content:encoded><![CDATA[<p>Greetings,</p>
<p>First I would like to say that I am enjoying your CD on Web2  &#8211;  very well done.  I have a little problem, though. Is there  something special that I have to do to get the program to read the Photoshop PSD pics?</p>
<p>Hope that you can help.</p>
<p>Regards,<br />
Kay</p>
<p>Hi Kay,</p>
<p>Glad you like my video. Expression Web can&#8217;t read Photoshop PSD files because it is designed to read only the file formats that work on the web, which are JPEGs, GIFs, and PNGs.</p>
<p>What you need to do is convert your images into one of these formats in Photoshop and then you can use the images in Expression Web.</p>
<p>To optimize an image for the web, which both gets it in the correct format and makes it download faster, choose File &gt; Save For Web. Then select the image type and compression or color options you prefer. You&#8217;ll find some basic instructions in my training video for optimizing images for the web with this technique.</p>
<p>I hope that helps and I wish you all the best,</p>
<p>Janine</p>
<p>Still want more? Visit the Dreamweaver Help Center at <a href="../../../../../../dreamweaver" target="_blank">www.DigitalFamily.com/dreamweaver</a> to find Dreamweaver tips, tricks, and tutorials.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2009/03/how-can-i-get-expression-web-to-read-photoshop-psd-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should I use Adobe Dreamweaver or Microsoft Expression Web?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2008/11/should-i-use-adobe-dreamweaver-or-microsoft-expression-web/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2008/11/should-i-use-adobe-dreamweaver-or-microsoft-expression-web/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 21:49:52 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[expression web]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=73</guid>
		<description><![CDATA[Hi Janine, Bet you&#8217;ve seen this question before: Which do you prefer, Adobe Dreamweaver or Microsoft Expression Web? I&#8217;m a novice, not by any means at the PC computer, but at web site design. I was given Dreamweaver CS3 and PhotoShop Extended CS3 and bought your Total Training &#8220;essentials&#8221; tutorials for both. Then I noticed [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>Bet you&#8217;ve seen this question before: Which do you prefer, Adobe Dreamweaver or Microsoft Expression Web? I&#8217;m a novice, not by any means at the PC computer, but at web site design. I was given Dreamweaver CS3 and PhotoShop Extended CS3 and bought your Total Training &#8220;essentials&#8221; tutorials for both.</p>
<p>Then I noticed the Microsoft  Expression video series at Total Training and now I wonder which you prefer. I enjoy your work. I am also reading an article of yours in Layers Magazine. You are a gifted woman. Keep up the fine efforts.</p>
<p>Chris</p>
<p>Hi Chris,</p>
<p>Thank you for your kind words. Whether you use Adobe Dreamweaver or Expression Web is very much a personal choice. They are similar programs (at least compared to Dreamweaver vs. Microsoft&#8217;s previous Web design program FrontPage) and both have much to offer.</p>
<p>Here are a few things to consider as you make your decision. Dreamweaver is a more mature program than Expression Web. It’s been around for many years, and is by far the top choice among professional Web designers. Dreamweaver has excellent  CSS support and includes features you won&#8217;t find in Expression Web, such as the Spry menu, which makes it easy to create drop-down menus and other AJAX features.</p>
<p>That said, Expression Web is a major improvement over FrontPage. Expression Web (now available in version 2) offers good CSS support, follows standards better than FrontPage ever did, and shows great promise.</p>
<p>If you generally prefer Microsoft products and/or work with a developer who uses Visual Studio to create ASP.NET, you may also find some advantages in compatibility with Expression Web.</p>
<p>Although in theory you could use both programs on the same site, I definitely recommend that if you are working with other people on a Web site that you all try to use the same program.</p>
<p>You can learn more about the strengths and weaknesses of different web design programs in my tutorial: <a title="What's the best web design program?" href="http://www.digitalfamily.com/tips/best-web-design-program.html">&#8220;What&#8217;s the Best Web Design Program?&#8221;</a></p>
<p>As for my videos, I&#8217;ve created training programs for both. <a title="Dreamweaver training videos and expression web training videos" href="http://www.digitalfamily.com/videos/index.html">Follow these links to my video section and you&#8217;ll find videos on:</a></p>
<ul>
<li> <a title="Dreamweaver training videos and expression web training videos" href="http://www.digitalfamily.com/videos/index.html">Dreamweaver CS3 and CS4</a></li>
<li><a title="Dreamweaver training videos and expression web training videos" href="http://www.digitalfamily.com/videos/index.html"> Ashort video to help GoLive users make the transition to Dreamweaver</a></li>
<li><a title="Dreamweaver training videos and expression web training videos" href="http://www.digitalfamily.com/videos/index.html"> Videos on Expression Web and Expression Web 2</a></li>
<li><a title="Dreamweaver training videos and expression web training videos" href="http://www.digitalfamily.com/videos/index.html">And a short vidoe to help FrontPage users make the transition to Expression Web.</a></li>
</ul>
<p>No matter what program you use, I wish you all the best and I’m pleased know that my videos and articles have been helpful to you,</p>
<p>Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2008/11/should-i-use-adobe-dreamweaver-or-microsoft-expression-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two images seem to have the same link &#8212; please help.</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2008/09/two-images-seem-to-have-the-same-link-please-help/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2008/09/two-images-seem-to-have-the-same-link-please-help/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 17:40:14 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[expression web]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Web graphics]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=58</guid>
		<description><![CDATA[Hi Janine - I&#8217;m hoping you can help. I&#8217;ve been searching and searching for an answer to a problem I&#8217;ve run across, to no avail. I am creating my website in Dreamweaver CS3 and I&#8217;ve run into a situation I can&#8217;t resolve. I have two images on a page that are supposed to link to [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine -</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">I&#8217;m hoping you can help. I&#8217;ve been searching and searching for an answer to a problem I&#8217;ve run across, to no avail.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">I am creating my website in Dreamweaver CS3 and I&#8217;ve run into a situation I can&#8217;t resolve. I have two images on a page that are supposed to link to different pages on the site. They seem to have become connected to each other somehow because when I change the link for one of the images, the link for the other image changes as well. I&#8217;m not using any sitewide link change options, just doing it manually.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Any help you can give would be greatly appreciated.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Thanks and I love your site!</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Rachel</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Hi Rachel,</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">I can suggest a couple of solutions to your problem. The simplest is to add some space or a return between the images. Remove the link and then reset each link separately. Once you have some space between them, Dreamweaver should recognize that they are separate links.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">If that doesn&#8217;t work, you may need to fix the links manually in the code. Here&#8217;s a quick guide to how that would work:</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">The HTML for a link begins with the tag &lt;a href=&#8221;link.html&#8221;&gt; and then has &lt;/a&gt; at the end. Image tags use &lt;img src=&#8221;image.jpg&#8221;&gt;. You may need to cut and paste the &lt;/a&gt; tag so it appears between the two tags for the images instead of surrounding both of them to create one link.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Here&#8217;s an example of how yours might look now:</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">&lt;a href=&#8221;link.html&gt;&lt;img src=&#8221;image1.jpg&#8221;&gt;&lt;img src=&#8221;image2.jpg&#8221;&gt;&lt;/a&gt;</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">You would need to cut and paste the &lt;/a&gt; so the images are separated like this:</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">&lt;a href=&#8221;link.html&gt;&lt;img src=&#8221;image1.jpg&#8221;&gt;&lt;/a&gt;&lt;img src=&#8221;image2.jpg&#8221;&gt;</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Of course, there may be other code that makes your pages a little more complex, but this is essentially what the code probably looks like and how you would fix it.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">I hope that helps and I wish you all the best,<br />
Janine</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Hi Janine -</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Thank you SO much for your speedy response. I took the plunge and looked at the actual code and was able to fix it. For some reason there was no &lt;a href = linkimg.html&gt; before the second image I was trying to create a link for. So I guess both images were referencing the same link.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">I feel much more confident about working with the actual code now instead of doing it all visually, thanks to your clear instructions!</p>
<p><span style="font-size: 12pt; font-family: ">Thanks again.<br />
Rachel</span></p>
<p>Still want more? Visit the Dreamweaver Help  Center at <a href="../../dreamweaver" target="_blank">www.DigitalFamily.com/dreamweaver</a> to find Dreamweaver tips, tricks, and tutorials.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2008/09/two-images-seem-to-have-the-same-link-please-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I remove the colored border around an image I use as a link?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2008/09/how-can-i-remove-the-colored-border-around-an-image-i-use-as-a-link/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2008/09/how-can-i-remove-the-colored-border-around-an-image-i-use-as-a-link/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 17:23:38 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[expression web]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Web graphics]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=55</guid>
		<description><![CDATA[Janine, I am doing your Dreamweaver Essentials Total Training and have run into a problem I have had when developing my sites. When I create a link from an image, it has an outline the color of the underline that would be in a link. Yours did not. Why? What should I do to eliminate [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin-bottom: 6pt;">Janine, I am doing your Dreamweaver Essentials Total Training and have run into a problem I have had when developing my sites. When I create a link from an image, it has an outline the color of the underline that would be in a link. Yours did not. Why? What should I do to eliminate this from happening every time?</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Carol</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Hi Carol,</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">There are a couple of ways to remove the colored border around an image you use as a link. The simplest option is to select the image, and then in the Property inspector at the bottom of the workspace, enter a 0 in the Border field.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">You can also create a style for the image tag with the border set to none and remove all of the borders from all images at once.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">I wish you all the best,<br />
Janine</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Still want more? Visit the Dreamweaver Help  Center at <a href="../../dreamweaver" target="_blank">www.DigitalFamily.com/dreamweaver</a> to find Dreamweaver tips, tricks, and tutorials.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2008/09/how-can-i-remove-the-colored-border-around-an-image-i-use-as-a-link/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

