<?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; Blogs</title>
	<atom:link href="http://www.digitalfamily.com/dreamweaverblog/category/blogs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalfamily.com/dreamweaverblog</link>
	<description>Dreamweaver questions worth sharing, by Janine Warner</description>
	<lastBuildDate>Thu, 24 Jun 2010 07:30:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Please help with connecting to WordPress.</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/06/please-help-with-connecting-to-wordpress/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/06/please-help-with-connecting-to-wordpress/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 19:20:55 +0000</pubDate>
		<dc:creator>malinda</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=371</guid>
		<description><![CDATA[Hi Janine,
I am reading your new book Dreamweaver For Dummies and saw in your book that you discuss WordPress and CS5. I purchased CS5 to work with WordPress and have yet to successfully get it working with my various WordPress installations. I am not a real developer and would prefer to not create a local [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>I am reading your new book <em>Dreamweaver For Dummies</em> and saw in your book that you discuss WordPress and CS5. I purchased CS5 to work with WordPress and have yet to successfully get it working with my various WordPress installations. I am not a real developer and would prefer to not create a local test environment but to work with Dreamweaver directly with the installation I have on a hosting account with GoDaddy.</p>
<p>It is close to working, but I get an error message about the connection to the database. The FTP access works properly. I can sync the files. Does this have anything with logging into the SQL database? Can you point me to some troubleshooting tips for the initial connection to WordPress and Dreamweaver? Everything I find, read, or watch makes it look so simple and nonproblematic. . .</p>
<p>Thanks<br />
Dave</p>
<p>Hi Dave,</p>
<p>Thanks for buying my book. Dreamweaver CS5 does provide much better support for WordPress than any previous versions, but you will have to set up a local testing environment if you want WordPress files to work on your local computer the way they work on your server at GoDaddy.</p>
<p>That&#8217;s because WordPress generates web pages dynamically by pulling content out of a database and displaying it in a template/theme as it opens the page in a Web browser. Thus, you have to set up a database and web server on your computer if you want those pages to display on your computer. That&#8217;s not as hard as it may seem at first, but it is more complicated than simply installing Dreamweaver.</p>
<p>The good news for you is that you&#8217;re not alone in facing this challenge, so a couple of great services bundle all of the software you need (the Apache web server, MySQL database, PHP, etc.) into one nice package that you can download and install relatively easily on any desktop computer powerful enough to run Dreamweaver. My favorite for Windows is XAMPP www.apachefriends.org/en/xampp.html. If you use a Mac, a popular option is MAMP www.mamp.info/en/index.html.</p>
<p>Once you install this software and install WordPress (which you can download for free from WordPress.org), you&#8217;ll need to start the server and set up a database. You&#8217;ll find instructions for how to do this at http://codex.wordpress.org/Installing_WordPress.</p>
<p>If all goes well, this entire process should take less than an hour, but it&#8217;s one of those things that can be a bit tricky to get right the first time. Fortunately, you only have to do it once and from then on, you&#8217;ll be all set up to work on your blog on your computer.</p>
<p>An alternative is to work on elements of your blog in Dreamweaver without setting up a local server. For example, you can edit just the CSS files on your local computer by copying them to your hard drive, editing them in Dreamweaver, and then uploading them to the server again. Similarly, you can compose posts in Dreamweaver and then copy and paste them into the editor online. But to get the full functionality of WordPress on your local computer, I&#8217;m afraid you&#8217;ll have to set up a local testing server.</p>
<p>I hope that helps and I wish you all the best with your WordPress blogs,<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/2010/06/please-help-with-connecting-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What should I name my web URL in the server setup on a Mac?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/06/what-should-i-name-my-web-url-in-the-server-setup-on-a-mac/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/06/what-should-i-name-my-web-url-in-the-server-setup-on-a-mac/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 19:13:23 +0000</pubDate>
		<dc:creator>malinda</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=365</guid>
		<description><![CDATA[Hello Janine,
I have a couple of questions regarding instructions you gave on your recent training video thru Kelby Training.
First, I am on a Mac and would like to know what to name my web URL in the server setup. You indicate Localhost for Windows. Is it the same for Mac?
Second, is the setup the same [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Janine,</p>
<p>I have a couple of questions regarding instructions you gave on your recent training video thru Kelby Training.</p>
<p>First, I am on a Mac and would like to know what to name my web URL in the server setup. You indicate Localhost for Windows. Is it the same for Mac?</p>
<p>Second, is the setup the same for setting up a local server (Apache) to test and customize WordPress if WordPress is my blog link on my index page?</p>
<p>Thanks for any clarification you can give.</p>
<p>Kathleen</p>
<p>Hi Kathleen,</p>
<p>Thanks for watching my video. I went over that installation process rather quickly in that CS5 preview video. I plan to do a more comprehensive video on editing WordPress with Dreamweaver later this summer, but here are some answers to help you in the meantime.</p>
<p>1. On a Mac, I recommend you get the MAMP set of programs at http://www.mamp.info. And of course, that you also download and install WordPress.</p>
<p>2. As for the settings and address of your local testing server, follow the instructions from the MAMP site and you should find all you need about how to set up a Mac. Much of it does depend on what software you use and how you set it up on your computer.</p>
<p>3. If you have a site that is built in Dreamweaver and just links to a blog in WordPress from the front page, you can edit the blog just as you would if all you had was a blog, like I showed in that video. To make it all work well together, consider moving all of your Dreamweaver files into the root folder for your local testing server along with the WordPress files. That way you have it all in one place on your hard drive, running on your local server, in the same relative location that it all resides in on the server where you host your site and blog. (If you host your site and blog on different servers, it doesn&#8217;t matter if your WordPress files and your main site files are in the same folder on your computer because you&#8217;ll need the full URL to link from one to the other anyway).</p>
<p>I hope that helps and I wish you all the best with your site and your blog,<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/2010/06/what-should-i-name-my-web-url-in-the-server-setup-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you have any recommendations on sources for Dreamweaver templates?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/01/220/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/01/220/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 20:21:52 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<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[Templates]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=220</guid>
		<description><![CDATA[Hi Janine,
I&#8217;m writing in part to tell you how much I&#8217;m enjoying your book, although I&#8217;m still very new to the concepts, the Dreamweaver program, and web-design in general.
I&#8217;m also asking if you might have any recommendations on sources for Dreamweaver templates. I&#8217;ve downloaded a some from various Web sites, and I&#8217;ve found that they [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>I&#8217;m writing in part to tell you how much I&#8217;m enjoying your book, although I&#8217;m still very new to the concepts, the Dreamweaver program, and web-design in general.</p>
<p>I&#8217;m also asking if you might have any recommendations on sources for Dreamweaver templates. I&#8217;ve downloaded a some from various Web sites, and I&#8217;ve found that they are often not developed with the neophyte user in mind. Trying to modify them involves a fair amount of trying to figure out what the original designer/developer was doing.</p>
<p>Any help would be appreciated.</p>
<p>Thanks,<br />
Brian</p>
<p>Hi Brian,</p>
<p>One of the most confusing things about templates is that there are so many different kinds. For example, if you download a template designed for Flash, it won&#8217;t work in Dreamweaver. Similarly, many templates that are designed for blogs use PHP and require advanced programming knowledge and a web server.</p>
<p>Even if you do get a template designed using Dreamweaver&#8217;s template features, it can be difficult to know what and how to change things such as colors and fonts if you want to alter the template design.</p>
<p>Most good pages are designed with CSS these days, and if you learn CSS, you can probably edit most of the well-designed templates you can find on the web.</p>
<p>If you&#8217;re still new to design, you may appreciate a book I wrote called <a href="/books/index.html"><em>Web Sites  For Dummies</em></a> &#8212; it&#8217;s part of the new <em>Do It Yourself series it </em>combines templates I created in Dreamweaver complete with instructions for how you can edit them in Dreamweaver.</p>
<p>When you buy the book, you get access to a special part of my Web site where you can download the templates.</p>
<p>You can find the book in the <a href="/books/index.html">The Digital Family Bookstore</a>.</p>
<p>I hope that helps and I wish you all the best,<br />
Janine</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></p>
<p class="MsoNormal">Hi Janine,</p>
<p class="MsoNormal">
<p class="MsoNormal">I&#8217;m writing in part to tell you how much I&#8217;m enjoying your book, although I&#8217;m still very new to the concepts, the Dreamweaver program, and web-design in general.<span> </span></p>
<p class="MsoNormal">
<p class="MsoNormal">I&#8217;m also asking if you might have any recommendations on sources for Dreamweaver templates. I&#8217;ve downloaded a some from various Web sites, and I&#8217;ve found that they are often not developed with the neophyte user in mind. Trying to modify them involves a fair amount of trying to figure out what the original designer/developer was doing.</p>
<p class="MsoNormal">
<p class="MsoNormal">Any help would be appreciated.</p>
<p class="MsoNormal">
<p class="MsoNormal">Thanks,<br />
Brian</p>
<p class="MsoNormal">
<p class="MsoNormal">Hi Brian,</p>
<p class="MsoNormal">
<p class="MsoNormal">One of the most confusing things about templates is that there are so many different kinds. For example, if you download a template designed for Flash, it won&#8217;t work well in Dreamweaver. Similarly, many templates that are designed for blogs use PHP and require advanced programming knowledge and a web server.</p>
<p class="MsoNormal">
<p class="MsoNormal">Even if you do get a template designed for Dreamweaver, it can be difficult to know what and how to change things such as colors and fonts if you want to alter the template design. For all these reasons I created a book called Web Sites Do It Yourself For Dummies that combines specially created templates with instructions for how to edit them in Dreamweaver. When you buy the book, you get access to a special part of my Web site where you can download the templates.</p>
<p class="MsoNormal">
<p class="MsoNormal">You can order the book from Amazon by following this link: <span> </span>&lt;http://www.amazon.com/gp/product/0470169036?ie=UTF8&amp;tag=digitalfamily-20&amp;li nkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0470169036&gt;</p>
<p class="MsoNormal">
<p class="MsoNormal">I hope that helps and I wish you all the best,<br />
Janine</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2010/01/220/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I add a blog or comments page on a Web site?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/01/how-can-i-add-a-blog-or-comments-page-on-a-web-site/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/01/how-can-i-add-a-blog-or-comments-page-on-a-web-site/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 20:16:28 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=217</guid>
		<description><![CDATA[Hello,
I&#8217;m creating a website for my friend. He would like there to be a blog or a comments page and I&#8217;m not sure how to accomplish this. If you could spare some time and explain or give me a link to a tutorial, I would greatly appreciate it.
Thanks
James
Hi James,
Although in theory you could create the [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m creating a website for my friend. He would like there to be a blog or a comments page and I&#8217;m not sure how to accomplish this. If you could spare some time and explain or give me a link to a tutorial, I would greatly appreciate it.</p>
<p>Thanks<br />
James</p>
<p>Hi James,</p>
<p>Although in theory you could create the equivalent of a blog with Dreamweaver, it would require advanced programming skills and many, many hours of work.</p>
<p>A much better option is to use one of the great blogging tools already on the market. Among the most popular are WordPress, TypePad, and Blogger.</p>
<p>Many people create a custom Web site with Dreamweaver and a blog with a program like WordPress (my favorite) and then link the two together.</p>
<p>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/2010/01/how-can-i-add-a-blog-or-comments-page-on-a-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I create an interactive blog in Dreamweaver?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2008/12/how-can-i-create-an-interactive-blog-in-dreamweaver/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2008/12/how-can-i-create-an-interactive-blog-in-dreamweaver/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 22:54:57 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=85</guid>
		<description><![CDATA[Hi, Janine
How can I create an interactive blog in Dreamweaver? Where can I find the code for that?
Alison
Dear Alison,
I’m afraid there is no “blogging” feature in Dreamweaver. You’d have to know very advanced programming and spend a lot of time to create something as complex as a blog in Dreamweaver.
A better (and much more popular [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Hi, Janine</p>
<p class="MsoNormal">How can I create an interactive blog in Dreamweaver? Where can I find the code for that?</p>
<p class="MsoNormal">Alison</p>
<p class="MsoNormal">Dear Alison,</p>
<p class="MsoNormal"><a name="_MailEndCompose">I’m afraid there is no “blogging” feature in Dreamweaver. You’d have to know very advanced programming and spend a <strong>lot</strong> of time to create something as complex as a blog in Dreamweaver.</a></p>
<p class="MsoNormal">A better (and much more popular approach) is to use one of the blogging Web sites, such as blogger.com, typepad.com, or wordpress.com.</p>
<p class="MsoNormal">These sites offer all of the tools you need to create a blog. You can then use Dreamweaver to edit the design of a blog template, although even that is a rather advanced use of Dreamweaver and in many cases unnecessary if you’re using one of these blogging tools and are happy with the templates they provide.</p>
<p class="MsoNormal">All my best,<br />
Janine</p>
<p class="MsoNormal">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>
<p class="MsoNormal">
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2008/12/how-can-i-create-an-interactive-blog-in-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can I set up a blog or an RSS feed within a website by using Dreamweaver 8?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2008/09/can-i-set-up-a-blog-or-an-rss-feed-within-a-website-by-using-dreamweaver-8/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2008/09/can-i-set-up-a-blog-or-an-rss-feed-within-a-website-by-using-dreamweaver-8/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 17:29:14 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Dreamweaver 8]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=56</guid>
		<description><![CDATA[Janine,
I purchased the entire Studio 8 suite that was included with the Adobe CS2 Web Bundle a few years ago and have just recently begun learning Dreamweaver 8 by using your entry-level Total Training DVDs. First off, THANK YOU for such wonderful, clear, and precise instruction! It has made all the difference between gearing up [...]]]></description>
			<content:encoded><![CDATA[<p>Janine,</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">I purchased the entire Studio 8 suite that was included with the Adobe CS2 Web Bundle a few years ago and have just recently begun learning Dreamweaver 8 by using your entry-level Total Training DVDs. First off, THANK YOU for such wonderful, clear, and precise instruction! It has made all the difference between gearing up and giving up.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">I am presently in the planning stages of a new website and exploring options. My question is: can you set up a blog or an RSS feed within a website by using Dreamweaver 8? The terms don&#8217;t even come up in the DW help files. And if not, can you set up a blog or add an RSS feed within a website by using the newer version of Dreamweaver CS3?</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Thanks for your help,<br />
Debra</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Hi Debra,</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Although you can use Dreamweaver to edit the templates used with most blogging programs, and you could, in theory, use Dreamweaver to create a dynamic site that works much like a blog, most people seem to do one or the other: create a custom site with Dreamweaver or create a blog with a tool such as WordPress or TypePad.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">I&#8217;ve seen many people combine the two by simply linking from one to the other. I do that myself. My site at <a href="../../"><span style="color: #000000;">www.DigitalFamily.com</span></a> was created in Dreamweaver (of course), but if you go to the Dreamweaver section and follow the link to my FAQ Blog, you&#8217;ll come to a blog I created by using WordPress.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">It is possible to include a section of a blog, such as the most recent post, in a custom Dreamweaver site, but you do need some experience with the programming language used in the blogging program.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">I believe that the blogging tool at <a href="http://www.blogger.com/"><span style="color: #000000;">www.Blogger.com</span></a> includes a feature that makes it easy to add the most recent blog posts to a site created with a tool such as Dreamweaver, but most of my blogging friends find TypePad and WordPress to be more advanced blogging tools over all.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">Hope that helps you sort through the options and find the best solution for your site.</p>
<p class="MsoNormal" style="margin-bottom: 6pt;">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/can-i-set-up-a-blog-or-an-rss-feed-within-a-website-by-using-dreamweaver-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
