<?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; css</title>
	<atom:link href="http://www.dwcourse.com/dreamweaver/tag/css/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>Creative Suite: Upgrade, Wait for Creative Cloud or ???</title>
		<link>http://www.dwcourse.com/dreamweaver/adobe-creative-cloud-or-suite-upgrade.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/adobe-creative-cloud-or-suite-upgrade.php#comments</comments>
		<pubDate>Tue, 22 Nov 2011 15:00:31 +0000</pubDate>
		<dc:creator>dwcourse</dc:creator>
				<category><![CDATA[Adobe News]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Creative Cloud]]></category>
		<category><![CDATA[Creative Suite]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[CS6]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://www.dwcourse.com/?p=2398</guid>
		<description><![CDATA[ Important Note: Adobe has announced a revised Creative Suite CS6 upgrade policy which includes owners CS3 and CS4. I'll revise these recommendations as soon as I"ve had the opportunity to fully consider the new policy. This article is part of an ongoing series about Adobe Creative Cloud. The recommendations Here’s a summary of my recommendations along [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span style="color: #ff0000;"><strong> Important Note:</strong></span> Adobe has announced a <a href="http://www.dwcourse.com/dreamweaver/adobe-cs3-cs4-to-cs6-upgrade.php">revised Creative Suite CS6 upgrade policy</a> which includes owners CS3 and CS4. I'll revise these recommendations as soon as I"ve had the opportunity to fully consider the new policy.</p>
<p><em>This article is part of an ongoing series about <a href="http://www.dwcourse.com/?cat=115">Adobe Creative Cloud</a>.</em></p>
<h2>The recommendations</h2>
<p><em>Here’s a summary of my recommendations along with links in case you prefer to skip the background information and jump directly to the recommendations relevant to your situation.</em></p>
<p><strong><a href="#CS4">Owners of CS4 and earlier programs and suites</a>: <span style="color: #ff0000;">DECIDE BY DECEMBER 31</span></strong></p>
<p><strong><a href="#CS5">Owners of CS5 and CS5.5 programs and suites</a>: <span style="color: #ff0000;">WAIT</span></strong></p>
<p><strong><a href="#subscriber">Current subscribers to Adobe products and suites</a>: <span style="color: #ff0000;">WAIT</span></strong></p>
<p><strong><a href="#purchaser">If you’re considering buying an Adobe product</a>: <span style="color: #ff0000;">WAIT</span></strong></p>
<p><strong><a href="#musthave">If you absolutely have to have an Adobe product now</a>: <span style="color: #ff0000;">TRY, SUBSCRIBE AND WAIT</span></strong><br />
<span id="more-2398"></span></p>
<h2>Behind the recommendations</h2>
<p>Users of Dreamweaver and other Adobe Creative Suite programs often ask me if it’s worth purchasing the latest upgrade. In fact, some of the most popular posts in this blog deal with <a title="Should I Upgrade to Adobe Dreamweaver CS5.5?" href="http://www.dwcourse.com/dreamweaver/upgrade-adobe-dreamweaver-cs5-5.php">upgrade issues</a>.</p>
<p>In the past, I’ve based my answers on a number of factors:</p>
<ul>
<li><strong>New features:</strong> Will new features save time or allow you to do your job better? For example, the much-improved handling of CSS in Dreamweaver CS4 made that a “<span style="color: #ff0000;">MUST UPGRADE</span>” while the focus on new mobile-related features in CS5.5 earned that upgrade a “<span style="color: #ff0000;">PROBABLY NO</span>” for the average user.</li>
<li><strong>Cost:</strong> Upgrades offer significant savings over new purchases but are still a significant investment for most users. Adobe’s past policies often made skipping an upgrade cycle an attractive proposition.</li>
<li><strong>The user’s current software:</strong> Single cycle upgrades often don’t add enough functionality to justify either the upgrade expense or the learning curve associated with them, offering more reasons to skip an upgrade.</li>
</ul>
<p>Apparently a lot of folks have adopted the skip-an-upgrade policy. It’s become common enough that Adobe has announced a couple policies aimed at ending the practice: Creative Cloud and Single Cycle Upgrades. I’ve already written about Creative Cloud <a title="Adobe Creative Cloud: End of the Upgrade Roller Coaster?" href="http://www.dwcourse.com/dreamweaver/adobe-creative-cloud.php">here</a> and <a title="Adobe Creative Cloud announcement leaves users in a fog" href="http://www.dwcourse.com/dreamweaver/adobe-creative-cloud-fog.php">here</a>. As for Single Cycle Upgrades, it’s worth quoting from Adobe's <a href="http://blogs.adobe.com/conversations/2011/11/adobe-creative-cloud-and-adobe-creative-suite-new-choices-for-customers.html?PID=2159997" target="_blank">announcement</a>:</p>
<blockquote><p>For customers who prefer to remain on the current licensing model, we will continue to offer our individual point products and Adobe Creative Suite editions as perpetual licenses. With regards to upgrades, we are changing our policy for perpetual license customers. In order to qualify for upgrade pricing when CS6 releases, customers will need to be on the latest version of our software (either CS5 or CS5.5 editions). If our customers are not yet on those versions, we’re offering a 20% discount through December 31, 2011 which will qualify them for upgrade pricing when we release CS6.</p></blockquote>
<p>Clearly Creative Cloud and Single Cycle Upgrades significantly change the upgrade equation for many users so I’ve decided to revisit my upgrade advice. Depending upon what programs or suites you own or subscribe to, it can get a bit tricky. But bear with me, I’ll offer the best advice I can based upon what we currently know and, as more information becomes available, I’ll update this post to stay current.</p>
<hr />
<h2 id="CS4">Owners of CS4 and earlier programs and suites</h2>
<p><strong><span style="color: #ff0000;">DECIDE BY DECEMBER 31</span></strong></p>
<p>If you own a pre-CS5 version of an Adobe Product, you are faced with some difficult decisions and, to date, Adobe hasn’t offered sufficient information for you to make them. I recommend waiting until late December in hopes that Adobe will offer additional guidance for its current users before then.</p>
<p>While you wait for Adobe to offer more pricing guidance, I can offer some rough numbers for you to consider.</p>
<p>As mentioned earlier, Adobe is offering a 20% discount on products upgrades through the end of the year. In addition, to upgrade to CS6 when it is launched you will have to pay an additional upgrade fee. Let’s take a look at what that means for owners of Creative Suite Master Collection, Creative Suite Web Premium, Photoshop Extended and Dreamweaver:</p>
<table id="CCtable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th align="left" valign="top">Product</th>
<th align="center" valign="top">Upgrade to CS5.5</th>
<th align="center" valign="top">Upgrade CS5.5 to CS6<br />
(estimate)</th>
<th align="center" valign="top">Total cost of CS6 upgrade<br />
(estimate)</th>
<th align="center" valign="top">Purchase of CS6<br />
(estimate)</th>
</tr>
<tr>
<td valign="top"><strong>Creative Suite Master Collection CS2</strong></td>
<td align="right" valign="top">$1,119</td>
<td align="right" valign="top">$600</td>
<td align="right" valign="top">$1,720</td>
<td align="right" valign="top">$2,600</td>
</tr>
<tr class="altrow">
<td valign="top"><strong>Creative Suite Web Premium CS2</strong></td>
<td align="right" valign="top">$649</td>
<td align="right" valign="top">$400</td>
<td align="right" valign="top">$1,050</td>
<td align="right" valign="top">$1,800</td>
</tr>
<tr>
<td valign="top"><strong>Photoshop Extended CS2</strong></td>
<td align="right" valign="top">$279</td>
<td align="right" valign="top">$200</td>
<td align="right" valign="top">$480</td>
<td align="right" valign="top">$999</td>
</tr>
<tr class="altrow">
<td valign="top"><strong>Dreamweaver CS2</strong></td>
<td align="right" valign="top">$159</td>
<td align="right" valign="top">$100</td>
<td align="right" valign="top">$260</td>
<td align="right" valign="top">$399</td>
</tr>
<tr>
<td valign="top"><strong>Creative Suite Master Collection CS3</strong></td>
<td align="right" valign="top">$1,119</td>
<td align="right" valign="top">$600</td>
<td align="right" valign="top">$1,720</td>
<td align="right" valign="top">$2,600</td>
</tr>
<tr class="altrow">
<td valign="top"><strong>Creative Suite Web Premium CS3</strong></td>
<td align="right" valign="top">$949</td>
<td align="right" valign="top">$400</td>
<td align="right" valign="top"> $1,349</td>
<td align="right" valign="top">$1,800</td>
</tr>
<tr>
<td valign="top"><strong>Photoshop Extended CS3</strong></td>
<td align="right" valign="top">$279</td>
<td align="right" valign="top">$200</td>
<td align="right" valign="top">$480</td>
<td align="right" valign="top">$999</td>
</tr>
<tr class="altrow">
<td valign="top"><strong>Dreamweaver CS3</strong></td>
<td align="right" valign="top">$159</td>
<td align="right" valign="top">$100</td>
<td align="right" valign="top">$260</td>
<td align="right" valign="top">$399</td>
</tr>
<tr>
<td valign="top"><strong>Creative Suite Master Collection CS4</strong></td>
<td align="right" valign="top">$759</td>
<td align="right" valign="top">$600</td>
<td align="right" valign="top">$1,360</td>
<td align="right" valign="top">$2,600</td>
</tr>
<tr class="altrow">
<td valign="top"><strong>Creative Suite Web Premium CS4</strong></td>
<td align="right" valign="top">$949</td>
<td align="right" valign="top">$400</td>
<td align="right" valign="top"> $1,349</td>
<td align="right" valign="top">$1,800</td>
</tr>
<tr>
<td valign="top"><strong>Photoshop Extended CS4</strong></td>
<td align="right" valign="top">$279</td>
<td align="right" valign="top">$200</td>
<td align="right" valign="top">$480</td>
<td align="right" valign="top">$999</td>
</tr>
<tr class="altrow">
<td valign="top"><strong>Dreamweaver CS4</strong></td>
<td align="right" valign="top">$159</td>
<td align="right" valign="top">$100</td>
<td align="right" valign="top">$260</td>
<td align="right" valign="top">$399</td>
</tr>
</tbody>
</table>
<p><em>Estimates are based upon Adobe’s current prices and past update pricing. </em></p>
<p><strong>Arguments for upgrading:</strong> Clearly, if you expect to stay on the upgrade track, it makes sense to upgrade now and take advantage of the 20% discount. Keep in mind that you won’t have to upgrade to CS6 right when it debuts (or anytime for that matter). You can delay that purchase until the next full upgrade cycle is imminent (about two years) or until Adobe changes the rules again.</p>
<p><strong>Arguments against upgrading:</strong> If you believe your current software will remain viable for another couple years it may make financial sense to delay upgrading and then subscribe to Cloud when upgrading becomes necessary.</p>
<p>If you feel that the currently announced $49.99 per month Cloud plan or the yet to be announced changes in the subscription pricing structure will make sense for you, there’s also no reason to upgrade now. The best strategy is to wait until Cloud is officially released and see what incentives Adobe offers to encourage people to transition to Cloud.</p>
<p>You should also keep in mind that, when a new version of software is announced, older versions tend to be discounted sharply. So, if you’re a gambler, you might want to wait and bet that, when the time comes to upgrade, you’ll be able to score a copy of CS5 and upgrade it to CS6. Of course, not all bets are winners.</p>
<p><strong><em>Bottom line:</em></strong><em> Owners of Adobe programs who don’t upgrade regularly face a difficult decision. The new policies Adobe has put in place make it likely that you’ll end up paying more to be their customer. You need to gather all the information you can prior to the end of the year in order to make an informed decision.</em></p>
<p><strong>Important:</strong> Things get hectic during the holiday season. If you plan to upgrade, make sure you don’t miss the end-of-the-year deadline.</p>
<hr />
<h2 id="CS5">Owners of CS5 and CS5.5 programs and suites</h2>
<p><strong><span style="color: #ff0000;">WAIT</span></strong></p>
<p>You will qualify for upgrade pricing when CS6 is released. At that time you will be able to make an informed decision about whether to upgrade to CS6 or purchase a Creative Cloud subscription.</p>
<p><strong><em>Bottom line:</em></strong><em> You have nothing to lose by waiting for the launch of CS6 and Creative Cloud before making a decision about whether to upgrade or convert to Creative Cloud.</em></p>
<hr />
<h2 id="subscriber">Current Subscribers to Adobe programs and suites</h2>
<p><strong><span style="color: #ff0000;">WAIT</span></strong></p>
<p>In its Creative Cloud <a href="http://www.adobe.com/products/creativecloud/faq.html">FAQ</a> Adobe states:</p>
<blockquote><p>There will not be any immediate impact to your existing subscription. You will be able to continue to enjoy your subscription to the software titles you have selected. We will announce more information about Adobe Creative Cloud as it becomes available.</p></blockquote>
<p>Adobe has indicated that current subscribers will be transitioned to some form of Creative Cloud and that current subscription pricing (Master Collection is $129 per month, Photoshop alone is $49 per month and Dreamweaver is $19 per month) will be adjusted to reflect the announced Creative Cloud pricing.</p>
<p><strong><em>Bottom line:</em></strong><em> You have nothing to lose by waiting for the launch of Creative Cloud.</em></p>
<hr />
<h2 id="purchaser">If you’re considering buying an Adobe product</h2>
<p><strong><span style="color: #ff0000;">WAIT</span></strong></p>
<p>If you are planning to purchase an Adobe product but can delay the decision there is no incentive for you to act before Creative Cloud and CS6 are announced. At that time you can make an informed decision regarding the licensing model that is best for you.</p>
<p><strong><em>Bottom Line:</em></strong><em> If you purchase a CS5.5 product prior to the launch of CS6, you’ll end up paying an upgrade fee to move to CS6. On the other hand, if you purchase now and then decide to move to Creative Cloud, you’ll be writing off your investment in CS5.5.</em></p>
<hr />
<h2 id="musthave">If you absolutely have to have an Adobe product now</h2>
<p><strong><span style="color: #ff0000;">TRY, SUBSCRIBE and WAIT</span></strong></p>
<p>Since the launch announcements for Creative Cloud and CS6 are expected early next year, you’ll want to delay and minimize your expenses until the announcement.</p>
<ul>
<li><strong>Step one:</strong>  Download a <a href="http://www.adobe.com/downloads/" target="_blank">trial of the software</a> you need. Trials are full versions good for 30 days.</li>
<li><strong>Step two:</strong> After 30 days convert your trial to a subscription. While you’ll pay a few months of subscription fees while you wait, that will likely be less costly than purchasing now and upgrading or subscribing later.</li>
<li><strong>Step three:</strong> Once Creative Cloud and CS6 are launched decide which licensing model works best for you and purchase it.</li>
</ul>
<p><strong><em>Bottom Line:</em></strong><em> As much as possible, avoid purchasing Adobe creative programs until the launches of Creative Cloud and CS6.</em></p>
<hr />
<h2>Conclusions:</h2>
<p>Clearly the best path for most Adobe customers is to sit tight and wait for additional information and the official launch of Creative Cloud and CS6 next year. In fact, a lot of users may decide to postpone the move to Cloud or CS6 until it becomes a necessity rather than jumping on board at the launch.</p>
<p>For owners of CS4 and earlier versions of Adobe software the decision is much more difficult and Adobe has so far failed you by not providing the information you need to make an informed decision. The time is now for this group of Adobe customers to demand more and better information from the company NOW!</p>
<p><strong><em>Next up:</em></strong><em> Frequently Asked (and not always answered) Questions about Creative Cloud</em></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Creative+Suite%3A+Upgrade%2C+Wait+for+Creative+Cloud+or+%3F%3F%3F+http%3A%2F%2Fbit.ly%2FsIDQct" 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/adobe-creative-cloud-or-suite-upgrade.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver versus WordPress: Which should you choose?</title>
		<link>http://www.dwcourse.com/dreamweaver/dreamweaver-wordpress.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/dreamweaver-wordpress.php#comments</comments>
		<pubDate>Fri, 04 Nov 2011 19:33:16 +0000</pubDate>
		<dc:creator>dwcourse</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.dwcourse.com/?p=2293</guid>
		<description><![CDATA[Cartoon © TOONrefugee.com OK, I should admit up front that I'm not really going to answer that question because there is no simple, one-size-fits-all answer. But I do get a lot of questions from people who look at Dreamweaver and WordPress as competitors (I don't). So I thought I'd share parts of an email I [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: right;"><img class="aligncenter size-full wp-image-2302" title="Dreamweaver versus WordPress" src="http://www.dwcourse.com/wp-content/uploads/2011/11/dreamweaver-vs-wordpress.jpg" alt="Dreamweaver versus WordPress" width="640" height="435" /><em><a title="cartoons" href="http://toonrefugee.com/toonblog/">Cartoon</a> © TOONrefugee.com </em></p>
<p style="text-align: left;">OK, I should admit up front that I'm not really going to answer that question because there is no simple, one-size-fits-all answer. But I do get a lot of questions from people who look at Dreamweaver and WordPress as competitors (I don't). So I thought I'd share parts of an email I got today along with my answers.<span id="more-2293"></span></p>
<p><span style="color: #ff0000;"><em>Do you think that knowing the fundamentals of Dreamweaver would be a help if I wanted to tweak a [WordPress] website to suit my needs.</em></span></p>
<p>I use WordPress myself on this blog and for a number of clients. It's a good choice for many applications. However, the answer to your question depends upon your goals and how you plan to use WordPress.</p>
<p>Installing WordPress (one click on some web hosts) and using a Theme (the WordPress term for templates) can be done without much/any knowledge of HTML/CSS, etc. A lot of functionality comes built in (some of it has a learning curve) and you can add a lot more with plugins and widgets. This lets you accomplish a lot of things that would be very difficult or impossible (especially for a novice user) in Dreamweaver alone.</p>
<p>However, once you start making changes in WordPress, things get very complex very quickly. The first level of changes - modifying the appearance of a theme - requires a fairly good understanding of HTML and CSS and I think Dreamweaver is a great place to learn those skills. I try to emphasize HTML and CSS in my courses but I've found that a lot of college Web Design instructors don't and that's a disservice to the students.</p>
<p>In any case, the more you know about HTML and CSS, the more successful you'll be modifying a WordPress theme. You should be aware however that the HTML/CSS in WordPress is much more complicated than what you're likely to build on your own in Dreamweaver (CSS beyond the basics is fairly complex and also evolving - I've worked with it for several years and I'm still learning).</p>
<p>When you get to the point of making major changes to an existing WordPress theme (or creating your own) you'll also need to become somewhat familiar with the PHP scripting language on which WordPress is built. That goes beyond what I teach in my course but Dreamweaver has become a fairly powerful PHP editor over the last couple versions and I expect this will continue in the future.</p>
<p><span style="color: #ff0000;"><em>If you weren't a trained web designer/developer would knowing Dreamweaver enable you to manage someone else's website?</em></span></p>
<p>I consider the things you learn using Dreamweaver – HTML, CSS, uploading files to your server, etc. – the basic building blocks of web design/development. Knowledge in those areas will allow you to manage/maintain small, static HTML sites (which will help you to learn more site management skills). Managing more complex sites, especially ones based upon a Content Management System (CMS) such as WordPress is something that requires more experience (such as managing your own WordPress site) before you'll want to take responsibility for other people's sites.</p>
<p>You should also be aware that there are specialized areas such as e-commerce that are really specialties unto themselves and best left to experienced developers.</p>
<h2>Final Answer</h2>
<p>Dreamweaver and WordPress are not antagonists (although Adobe might disagree). They are just tools, each with their own strengths and weaknesses. The decision to use one, both (as I do) or some other tool (which I also do) should depend upon the level of your knowledge, your skill set and your goals.</p>
<p><strong>Most importantly,</strong> whatever tools you use, the first step in learning to create and manage websites should be to focus on learning HTML and CSS. Your ultimate success depends upon it.</p>
<h2>Let me know what you think</h2>
<p>I've got a lot more to say about this topic and I'll return to the issue in future posts and I hope you'll join the conversation by submitting your opinions and questions using the comment form below.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Dreamweaver+versus+WordPress%3A+Which+should+you+choose%3F+http%3A%2F%2Fbit.ly%2Fv5c6iq" 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/dreamweaver-wordpress.php/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Highlighting the current page in a Spry menubar on a template-based page</title>
		<link>http://www.dwcourse.com/dreamweaver/highlighting-current-page-template.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/highlighting-current-page-template.php#comments</comments>
		<pubDate>Thu, 13 Jan 2011 03:10:11 +0000</pubDate>
		<dc:creator>dwcourse</dc:creator>
				<category><![CDATA[Dreamweaver CSS]]></category>
		<category><![CDATA[Dreamweaver Tips]]></category>
		<category><![CDATA[Free Dreamweaver Templates]]></category>
		<category><![CDATA[Spry Menubars]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[spry menus]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.dwcourse.com/?p=1757</guid>
		<description><![CDATA[Duration: 7 minutes Here's a follow up to my earlier post about highlighting the current page in a Spry menubar. In this video you'll learn a technique which will allow you to perform the same trick on a menubar which is locked by a template. In the process you'll learn to use the powerful but [...]]]></description>
			<content:encoded><![CDATA[<p></p><div style="width:545px; height:383px; overflow:hidden; margin:0 auto;"><a href="http://dwcourse_86.Highlight-current-page-Spry-template" style="display:block;width:545px;height:383px;" id="rtmpPlayer"><img src="/flowplayer/dominate-dreamweaver.jpg" alt="Dominate Dreamweaver Video" height="383px"/></a> </div>
<script language="javascript">
flowplayer("rtmpPlayer", "/flowplayer/flowplayer-3.2.6.swf", {
	plugins:  {
		rtmp: {
			url: "/flowplayer/flowplayer.rtmp-3.2.3.swf",
			netConnectionUrl: "rtmp://sy5i8pcpnwwk5.cloudfront.net/cfx/st"
		}
	},
	clip: {
		provider: "rtmp"
	}
});
</script>
<p style="text-align: center;">Duration: 7 minutes</p>
<p>Here's a follow up to my earlier post about <a href="http://www.dwcourse.com/dreamweaver/highlight-current-page-spry-menu.php">highlighting the current page in a Spry menubar</a>. In this video you'll learn a technique which will allow you to perform the same trick on a menubar which is locked by a template. In the process you'll learn to use the powerful but often overlooked Make Attribute Editable function in Dreamweaver templates.</p>
<hr />If you enjoyed the information in this article, you may be interested in <a href="http://www.dwcourse.com/open-enroll">Dominate Dreamweaver</a>. My 12-week online course which will take you from the basics of Dreamweaver through complex topics such as Spry menubars and on to building complete interactive websites. The cost for the course is $397 (or three payments of $149.99).</p>
<p><em>Click here for <a href="http://www.dwcourse.com/open-enroll">more information</a> or use the button below to register now.</em></p>
<p><a href="http://dwcourse.com/amember/signup.php"><img class="aligncenter size-full wp-image-515" title="order-button" src="http://dwcourse.com/wp-content/uploads/2009/09/order-button.jpg" alt="order-button" width="263" height="159" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Highlighting+the+current+page+in+a+Spry+menubar+on+a+template-based+page+http%3A%2F%2Fbit.ly%2FsuKvJU" 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/highlighting-current-page-template.php/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

