<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DWcourse: Adobe Dreamweaver Blog &#187; tips</title>
	<atom:link href="http://www.dwcourse.com/dreamweaver/tag/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dwcourse.com</link>
	<description>Tutorials, Tips &#38; Help Adobe Creative Suite CS3 through CS6</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:34:05 +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>Using Google Fonts with Dreamweaver</title>
		<link>http://www.dwcourse.com/dreamweaver/using-google-fonts-with-dreamweaver.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/using-google-fonts-with-dreamweaver.php#comments</comments>
		<pubDate>Thu, 02 Feb 2012 18:53:42 +0000</pubDate>
		<dc:creator>dwcourse</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.dwcourse.com/?p=2533</guid>
		<description><![CDATA[Since the dawn of the web, designers have been frustrated by the lack of font choices. There were work-arounds, such as using images rather than html text or font replacement scripts such as sIFR or Cufón for display fonts. But they weren’t very satisfactory. Today, a number of solutions exist including Google Fonts, Typekit (recently [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignright size-full wp-image-2544" title="google-fonts" src="http://www.dwcourse.com/wp-content/uploads/2012/02/google-fonts.jpg" alt="Google Fonts Logo" width="100" height="100" />Since the dawn of the web, designers have been frustrated by the lack of font choices. There were work-arounds, such as using images rather than html text or font replacement scripts such as sIFR or Cufón for display fonts. But they weren’t very satisfactory.</p>
<p>Today, a number of solutions exist including Google Fonts, Typekit (recently acquired by Adobe) and the CSS @font-face property.  In this article I’ll explain how you can use Google Fonts (which actually implements @font-face for you) in your Dreamweaver page.<span id="more-2533"></span></p>
<h2> Adding Google Fonts to Your Site</h2>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2535" title="Google Fonts Listings" src="http://www.dwcourse.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-02-at-12.10.30-PM-21.png" alt="Google Fonts Listings" width="600" height="375" /> <em>Figure 1: Google Fonts listings page</em></p>
<p>Visit the Google Font listings (fig. 1.) at <a href="http://www.google.com/webfonts#ChoosePlace:select">http://www.google.com/webfonts#ChoosePlace:select</a> and choose the font(s) you wish to use on your page. <em></em></p>
<p><em>For this example we will use the font Asap.</em></p>
<p>You can narrow you font search by using the search function or the various filters in the left sidebar.</p>
<p>Many of the fonts have multiple styles (bold, italic, etc) associated with them. You can show or hide the styles by toggling the <strong>See all styles/Hide all styles</strong> button to the right of the font listings.</p>
<p>When you find a font you want to use, select the Quick-use button. You will be taken to a new page verify your settings and copy the code needed to load the font into your page.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2536" title="Google Fonts verify and copy code" src="http://www.dwcourse.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-02-at-12.14.19-PM-2.png" alt="Google Fonts verify and copy code" width="600" height="375" /><em>Figure 2: Verify your setting and copy the code</em></p>
<ol>
<li><strong>Choose the styles you want:</strong> If there is more than one style (Asap has four) associated with your font, make sure only the styles you wish to use are selected. <em>For our font, Asap, we’ll choose Normal 400 and Bold 700.<br />
</em><strong>Note:</strong> As with any other resource (such as images), fonts take time to download so it’s best not to include any styles you won’t be using on the page and to use all downloadable fonts with discretion. Google’s Page Load Indicator will give you an indication of the impact your font choices will have on your page load time.</li>
<li><strong>Choose the character sets you want:</strong> In some cases additional character sets (foreign language or extended character sets) will be available. Again, choose only the character sets you will actually use. <em>For Asap both Latin and Latin Extended are available. We’ll only use Latin.</em></li>
<li><strong>Add the code to your website</strong>(choose one of the two options below)</li>
<ol type="A">
<li><strong>To embed the font in a single HTML page</strong><em><br />
Google offers three ways for you to add fonts to your website. The default choice is the Standard method, which we’ll use here.</em></li>
<ol>
<li>With the <strong>Standard</strong> tab selected, copy the code from the “Add this code to your website:” box to your clipboard.</li>
</ol>
</ol>
</ol>
<pre> &lt;link href='http://fonts.googleapis.com/css?family=Asap:400,700' rel='stylesheet' type='text/css'&gt;</pre>
<ol>
<ol>
<ol start="2">
<li> In Dreamweaver open the HTML document where you wish to use the font.</li>
<li>Paste the code from your clipboard into the &lt;head&gt; of the HTML document. The location within the &lt;head&gt; is not critical but for consistency, I prefer to paste the code directly below the &lt;title&gt; tag.</li>
</ol>
</ol>
</ol>
<ol>
<ol type="A" start="2">
<li><strong>To embed the font in a style sheet<br />
</strong><em>This will allow the font to be accessed by multiple pages.</em></li>
<ol>
<li>On the Google Fonts Quick-use page under “Add this code to your website:” select the @import tab.</li>
<li>Copy the code from the “Add this code to your website:” box to your clipboardA</li>
</ol>
</ol>
</ol>
<pre>@import url(http://fonts.googleapis.com/css?family=Asap:400,700);</pre>
<ol>
<ol>
<ol start="3">
<li>In Dreamweaver open the CSS document where you wish to add the font.</li>
<li>Paste the code from your clipboard into the top of the page directly below the “@charset "UTF-8";” declaration.</li>
</ol>
</ol>
</ol>
<h2><strong>Using the fonts in your CSS:</strong></h2>
<p><strong></strong>You can now use the font in your CSS style rules as you would any other font.  The simplest method is to copy and paste the code provided directly into your CSS.</p>
<pre>font-family: Asap, sans-serif;</pre>
<h3><strong>Notes:</strong></h3>
<ul>
<li>Google fonts <strong>will not</strong> display in Dreamweaver’s Design View but will display in Live View or when previewed in the Browser.</li>
<li>Some font names (those with spaces or special characters in the name – such as ‘Times New Roman’) must be surrounded by single or double quotes.</li>
<li>It is important to provide a fall-back font option (we used sans-serif above) in case the Google font fails to load.</li>
<li>Dreamweaver does not automatically add your Google Fonts to its font selection menus (although they can be added using the <strong>Edit Font List</strong> option in the font selection menu). So, wherever you specify Google Fonts, you’ll need to type in the name.</li>
<li>If you do not specify a font-weight, the default (regular) weight will be used. You can specify the font weight using words or numbers as below.</li>
</ul>
<pre>font-family: Asap, sans-serif; font-weight: regular;
font-family: Asap, sans-serif; font-weight: 400;
font-family: Asap, sans-serif; font-weight: bold;
font-family: Asap, sans-serif; font-weight: 700;</pre>
<h3><strong>Google Fonts tip</strong></h3>
<ul>
<li>You can save a collection of fonts for future review by clicking the <strong>Add to Collection</strong> button to the right of the font display.</li>
<li>To review your collection, click the <strong>Review</strong> button at the bottom right of the page.</li>
<li>To save you collection for future reference click the <strong>Bookmark your Collection</strong> link at the upper-right of the font-listing page. Then copy the link and save it so that you can use it to access your collection in the future.</li>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Using+Google+Fonts+with+Dreamweaver+http%3A%2F%2Fbit.ly%2FArtBSG" title="Post to Twitter"><img class="nothumb" src="http://www.dwcourse.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/using-google-fonts-with-dreamweaver.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12-Step Program for CSS&#8217;oholics</title>
		<link>http://www.dwcourse.com/dreamweaver/12-step-program-css.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/12-step-program-css.php#comments</comments>
		<pubDate>Wed, 04 Aug 2010 20:07:39 +0000</pubDate>
		<dc:creator>dwcourse</dc:creator>
				<category><![CDATA[Dreamweaver CSS]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Tip of the Day]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSS postitioning]]></category>
		<category><![CDATA[tips]]></category>

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

		<guid isPermaLink="false">http://dwcourse.com/?p=798</guid>
		<description><![CDATA[When you've been creating web pages as long as I have, it's easy to start thinking you're hot stuff. Then along comes some perfectly obvious little html shortcut that you've been overlooking for a decade. It tends to humble you pretty quickly! And judging by the response at the DreamweaverClub.com forum, I wasn't the only [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When you've been creating web pages as long as I have, it's easy to start thinking you're hot stuff. Then along comes some perfectly obvious little html shortcut that you've been overlooking for a decade. It tends to humble you pretty quickly!</p>
<p>And judging by the response at the <a href="http://www.dreamweaverclub.com/forum/">DreamweaverClub.com forum</a>, I wasn't the only one surprised by this one. So I thought I'd share it with you.</p>
<p>As you know, when you link to a page using a normal link (such as &lt;<strong>a href="http://www.dwcourse.com"&gt;DWcourse&lt;/a&gt;</strong>) the link takes you to the top of the page. And, as many of you no-doubt also know, you can also insert an empty, non-link Anchor Tag (such as <strong>&lt;a name="item" id="item"&gt;&lt;/a&gt;</strong>) into your page and then link directly to the location of the Named Anchor within the page like this &lt;<strong>a href="http://www.dwcourse.com#item"&gt;Link directly to item on DWcourse page&lt;/a&gt;</strong>. T<em>o insert a named anchor in Dreamweaver select <strong>menu: Insert&gt;Named Anchor</strong>.</em></p>
<p>Now here's the obvious html fact that that I'd been overlooking. You don't have to insert a named anchor into your page to link to a specific point within the page. <strong>You can link directly to any named object within your page. </strong>For instance, if you want to link to particular sub-sections of your page, each of which begins with an level 2 heading &lt;h2&gt; you can give each h2 a unique ID and link directly to it. <em>In Dreamweaver you can assign an ID to an html object by selecting the object and typing the ID into the ID field in the Properties Inspector.</em></p>
<p>So, if your page looks like this:</p>
<blockquote><p>&lt;h1&gt;Main Headline&lt;/h1&gt;<br />
&lt;h2 id="section1"&gt;section 1 &lt;/h2&gt;<br />
content for section 1<br />
&lt;h2 id="section2"&gt;section 2 &lt;/h2&gt;<br />
content for section 2<br />
&lt;h2 id="section3"&gt;section 3 &lt;/h2&gt;<br />
content for section 3</p></blockquote>
<p>You can link directly to section 2 from within the current page like this: <strong>&lt;a href="#section2"&gt;Section 2&lt;/a&gt;</strong> or from another website like this: <strong>&lt;a href="http://www.dwcourse.com#section2"&gt;DWcourse Section 2&lt;/a&gt;</strong>. No need to clutter up your code with an empty Named Anchor!</p>
<p>And, to point out the (now) obvious, the # (number sign) within a link refers to a named html object within the page, just as a # within a CSS selector refers to a named object.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Linking+to+a+specific+item+on+a+page+http%3A%2F%2Fbit.ly%2Fvk90uK" title="Post to Twitter"><img class="nothumb" src="http://www.dwcourse.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/link-to-specific-point-on-page.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using the font tag in Dreamweaver CS4</title>
		<link>http://www.dwcourse.com/dreamweaver/font-tag-dreamweaver-cs4.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/font-tag-dreamweaver-cs4.php#comments</comments>
		<pubDate>Mon, 03 Aug 2009 23:26:48 +0000</pubDate>
		<dc:creator>dwcourse</dc:creator>
				<category><![CDATA[Dreamweaver Tips]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=390</guid>
		<description><![CDATA[A lot of folks are whining and moaning because Dreamweaver CS4 now enforces the use of CSS styles rather than HTML attributes for formatting. One of the things this means is no more font tag (and its related attributes). That's a good thing in my book. No more code like this: &#60;p&#62;&#60;font color="#003399" size="5" face="Tahoma, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A lot of folks are whining and moaning because Dreamweaver CS4 now enforces the use of CSS styles rather than HTML attributes for formatting. One of the things this means is no more font tag (and its related attributes).</p>
<p>That's a good thing in my book. No more code like this:</p>
<p>&lt;p&gt;&lt;font color="#003399" size="5" face="Tahoma, Geneva, sans-serif"&gt;paragraph 1…&lt;/font&gt;&lt;/p&gt;</p>
<p>&lt;p&gt;&lt;font color="#003399" size="5" face="Tahoma, Geneva, sans-serif"&gt;paragraph 2…&lt;/font&gt;&lt;/p&gt;</p>
<p>&lt;p&gt;&lt;font color="#003399" size="5" face="Tahoma, Geneva, sans-serif"&gt;paragraph 3…&lt;/font&gt;&lt;/p&gt;</p>
<p>Well you get the idea!</p>
<p>But CS4 has a dirty little secret and , against my better judgement, I'm going to reveal it:</p>
<p><strong> IT'S STILL POSSIBLE TO USE THE DREADED FONT TAG!<span id="more-390"></span></strong></p>
<p>The secret is CS4's Wrap Tag… and Edit Tag… commands, both of which are accessed from a pop-up menu that appears when you right+click on a selection in the Design window. Here's how it works:</p>
<ol>
<li>In the Design window select some text.</li>
<li>Right+click on your selection and select Wrap Tag… from the pop-up menu.</li>
<li>In the Tag Editor dialog type in &lt;font&gt; (or choose it from the tag list) and press the Enter key twice (once to "set" th tag and once to dismiss the dialog). The text will remain  selected.</li>
<li> Right+click once again on your selection and select Edit Tag &lt;font&gt;… from the pop-up menu</li>
<li>In the Tag Editor - font dialog, make your selections for Face, Size and Color and click OK.</li>
</ol>
<p>If you look at your code you'll see something like this (shudder):</p>
<p>&lt;font color="#FF0000" size="+2" face="Tahoma, Geneva, sans-serif"&gt;content&lt;/font&gt;</p>
<p>That's all there is to it.</p>
<p>To edit an existing font (or some other HTML) tag:</p>
<ol>
<li>Select the entire tag by clicking within the tag in the Design window AND then selecting the tag from the tag listing in the status bar at the bottom of the Document window..</li>
<li>Right+click on your selection and select Edit Tag &lt;selected tag&gt;… from the pop-up menu.</li>
<li>Edit the tag attributes in the Tag Editor dialog and click OK.</li>
</ol>
<p>Just don't tell anyone I told you how to do it.</p>
<p><em>As always, feel free to comment here or <a href="mailto:%20jcook@DWcourse.com">email me</a> with your questions, comments and suggestions. And please follow me on Twitter (<a href="http://twitter.com/dwcourse">DWcourse</a>) for additional Dreamweaver news and tips.</em></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Using+the+font+tag+in+Dreamweaver+CS4+http%3A%2F%2Fbit.ly%2Fve1sFs" title="Post to Twitter"><img class="nothumb" src="http://www.dwcourse.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/font-tag-dreamweaver-cs4.php/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

