<?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>UrWealthwizard&#039;s Blog &#187; Cascading Style Sheets</title>
	<atom:link href="http://www.urwealthwizard.com/blog/tag/cascading-style-sheets/feed" rel="self" type="application/rss+xml" />
	<link>http://www.urwealthwizard.com/blog</link>
	<description>Reviews of the best on-line business opportunities</description>
	<lastBuildDate>Sat, 11 Feb 2012 09:52:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.urwealthwizard.com/blog</link>
<url>http://urwealthwizard.com/blog/wp-content/plugins/maxblogpress-favicon/icons/favicon-67.ico</url>
<title>UrWealthwizard&#039;s Blog</title>
</image>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Editing The Head Content Using Dreamweaver CS5&#8217;s Visual Tools</title>
		<link>http://www.urwealthwizard.com/blog/editing-the-head-content-using-dreamweaver-cs5s-visual-tools.html</link>
		<comments>http://www.urwealthwizard.com/blog/editing-the-head-content-using-dreamweaver-cs5s-visual-tools.html#comments</comments>
		<pubDate>Thu, 15 Sep 2011 07:40:00 +0000</pubDate>
		<dc:creator>Simon  Grant</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[computer software]]></category>
		<category><![CDATA[computers and the internet]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver training]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[meta tags]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.urwealthwizard.com/blog/editing-the-head-content-using-dreamweaver-cs5s-visual-tools.html</guid>
		<description><![CDATA[A web page consists of two main elements: the head and the body. The body element contains all of the content which will be displayed in the browser window and the majority of which will be visible to the user. The head element, by contrast, contains information about the web page itself; meta information as it is sometimes called. In this article, we will look at the different ways of modifying elements within the head of a web page in Dreamweaver CS4, beginning with the title.]]></description>
			<content:encoded><![CDATA[		<script type="text/javascript"><!--
		function ofaValidateForm(name,email) {
			var name_fld = document.getElementById('ofaValidateForm' + '_' + name);
			var email_fld = document.getElementById('ofaValidateForm' + '_' + email);
			var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
			var msg = '';
			if ( name_fld.value == '' ) msg = '- Name Required\n';
			if ( reg.test(email_fld.value) == false ) msg += '- Valid Email Required';
			if ( msg == '' ) return true;
			else alert(msg);
			return false;
		}//--></script>
		<!-- Easy AdSense V2.41 -->
<!-- Post[count: 1] -->
<div class="ezAdsense adsense adsense-leadin" style="float:right;margin:12px;" ><script type="text/javascript"><!--
google_ad_client = "pub-1213643583738263";
/* 234x60 ezAdsense, created 11/25/08 */
google_ad_slot = "8050392339";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>A web page consists of two main elements: the head and the body. The body element contains all of the content which will be displayed in the browser window and the majority of which will be visible to the user. The head element, by contrast, contains information about the web page itself; meta information as it is sometimes called. In this article, we will look at the different ways of modifying elements within the head of a web page in Dreamweaver CS4, beginning with the title.</p>
<p>The title element is designed to contain a broad description of the content of the page. It is very important that each page should have a title and that the title is pertinent to the web page that contains it. Dreamweaver always adds a title element to every new page containing the text &#8220;Untitled Document&#8221;. Perhaps the simplest way of modifying this default title is to enter a title in the Document Title box of the Document toolbar which is normally displayed at the top of the page. Another method is to choose Modify &#8211; Page Properties and then click on the Title/Encoding category on the left of the screen.</p>
<p>The title element is the only element which is required to be placed within the head element. In addition a number of optional meta elements may be placed in the head area to provide further information about the current page. One such meta element is generated automatically by Dreamweaver along with the title: the content-type. This declares the character encoding for the benefit of the browser and is particularly important if you have a site with an international audience. To specify the character encoding, choose Modify &#8211; Page Properties, click on the Title/Encoding category on the left of the screen and then choose an Encoding option from the drop-down menu.</p>
<p>The meta description element is one of the most important since, along with the page title, it is often displayed when your page shows up in the search engine results. The description should consist of a couple of sentences summarising the content of the page. To set the description in Dreamweaver, choose Insert &#8211; HTML &#8211; Head Tags &#8211; Description then enter your description in the dialogue box which appears.</p>
<p>Let&#8217;s end by mentioning one final meta element: keywords. The keywords meta element, often misused for spamming in the early days of the web, should contain a list of the important words and phrases to be found on the current page. Only text which actually appears on the page should be listed. To generate the meta keywords element in Dreamweaver, choose Insert &#8211; HTML &#8211; Head Tags &#8211; Keywords.</p>
<p>You can get up to date information on Dreamweaver training courses, visit <a target='_blank' href="http://www.macresource.co.uk/dreamweaver_training/?p=2355">Macresource Computer Training</a>, an independent computer training company offering <a target='_blank' href="http://www.macresource.co.uk/courses/dreamwvr.htm">Dreamweaver Classes</a> in London and throughout the UK.</p>
<form action="" method="post" onsubmit="return ofaValidateForm('name','from')"><div align="center" style="padding:6px;;">		
					  <table cellpadding="3" cellspacing="1" width="300" height="135" style="border:3px solid #FFE4AE; background-color:#FFFFCC;  text-align:left">
						<tr><td colspan="2"><span style="font-size: medium;"><strong>Subscribe to My Newsletter</strong></span></td></tr>
						<tr><td colspan="2">You will learn some of the things even the Gurus don't want you to know!</td></tr>
						<tr><td width="45"><span style=color:#000000;font-family:;font-weight:bold>Name:</span></td>
						 <td><input type="text" name="name" id="ofaValidateForm_name" style="width:138px;border:1px solid #BABABA; background-color:#FEF8A6" /></td></tr>
						<tr><td><span style=color:#000000;font-family:;font-weight:bold>Email:</span></td>
						 <td><input type="text" name="from" id="ofaValidateForm_from" style="width:138px;border:1px solid #BABABA; background-color:#FEF8A6" /></td></tr>
						<tr><td>&nbsp;</td><td><input name="submit" type="submit" style="border:1px solid #6B4000; border-right-width:2px; border-bottom-width:2px; background-color:#FEB333; color:#03042E; font-weight:normal" value="Subscribe Me" /></td></tr>
						<tr><td colspan="2" style="line-height:13px"></td></tr><tr><td colspan="2" align="center"><a href="http://www.maxblogpress.com/go.php?offer=&pid=13" target="_blank" style="font-size:xx-small;color:#000000;text-decoration:underline">Powered by Optin Form Adder</a></td></tr></table></div></form>]]></content:encoded>
			<wfw:commentRss>http://www.urwealthwizard.com/blog/editing-the-head-content-using-dreamweaver-cs5s-visual-tools.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Dreamweaver Makes Web Development Possible For Everyone</title>
		<link>http://www.urwealthwizard.com/blog/adobe-dreamweaver-makes-web-development-possible-for-everyone.html</link>
		<comments>http://www.urwealthwizard.com/blog/adobe-dreamweaver-makes-web-development-possible-for-everyone.html#comments</comments>
		<pubDate>Wed, 27 Jul 2011 10:29:27 +0000</pubDate>
		<dc:creator>Daniel Howard</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Adobe Dreamweaver CS3]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[computer software]]></category>
		<category><![CDATA[computers and the internet]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[information technology]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.urwealthwizard.com/blog/adobe-dreamweaver-makes-web-development-possible-for-everyone.html</guid>
		<description><![CDATA[I work for a company that runs Dreamweaver training courses and we find that there is no longer a typical user of this great web development program. Dreamweaver users now seem to come from all different types of company and from all walks of life: private individuals, financial people, marketing people, people in the health service, academicians It seems everyone needs to learn the basics of web development nowadays.]]></description>
			<content:encoded><![CDATA[<!-- Easy AdSense V2.41 -->
<!-- Post[count: 2] -->
<div class="ezAdsense adsense adsense-leadin" style="float:right;margin:12px;" ><script type="text/javascript"><!--
google_ad_client = "pub-1213643583738263";
/* 234x60 ezAdsense, created 11/25/08 */
google_ad_slot = "8050392339";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>I work for a company that runs Dreamweaver training courses and we find that there is no longer a typical user of this great web development program. Dreamweaver users now seem to come from all different types of company and from all walks of life: private individuals, financial people, marketing people, people in the health service, academicians It seems everyone needs to learn the basics of web development nowadays.</p>
<p>Of the people now wanting to learn Dreamweaver the vast majority attending our courses will not necessarily become specialists in web development. Rather they have a need to develop content for a web site or to build a web site for a particular purpose. They have looked into the choices of software available and come to the conclusion that Dreamweaver is the best package to use and now they need to learn how it works.</p>
<p>Dreamweaver has become the industry standard web development software, seeing off rivals like Microsoft FrontPage. And it deserves its position. It is a great software package with powerful features and an approachable interface which lets anybody who can use a computer embark on a basic software development project and, with a bit of patience and knowledge of a few fundamentals, bring it to a conclusion. Dreamweaver has attained this dominant position because its creators have always aimed to satisfy the needs of all the different types of users of their software.</p>
<p>Back in the nineties when web editors (such as PageMill, Hot Metal Pro, FrontPage and Dreamweaver) started to appear, they were greeted with some scepticism by serious web developers (coders) who felt that they produced sloppy code and were really only of interest to people who didn&#8217;t understand code and, basically didn&#8217;t know what they were doing. Even back then, Macromedia, who owned Dreamweaver, bundled HomeSite (a Windows HTML code editor) or BBEdit (with the Macintosh version) to keep serious web developers happy.</p>
<p>While other programs such as FrontPage were content to generate code which contained a vast array of confusing proprietary elements which were not essential to the page, Macromedia were adding features to Dreamweaver which demonstrated their commitment to making it a serious web development tool. With each release of the program, they made the coding environment more complete, adding features such as line numbers, code-hints and colour-coding. They also added powerful utilities for checking and cleaning up the code generated visually and in other environments such as Microsoft Word.</p>
<!-- Easy AdSense V2.41 -->
<!-- Post[count: 3] -->
<div class="ezAdsense adsense adsense-midtext" style="float:left;margin:12px;" ><script type="text/javascript"><!--
google_ad_client = "pub-1213643583738263";
/* 234x60 ezAdsense, created 11/25/08 */
google_ad_slot = "8050392339";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>In June 2000, Macromedia added another string to their bow by releasing a special edition of Dreamweaver called Dreamweaver UltraDev. This version of Dreamweaver contained all the features of the basic programs but added special utilities for creating dynamic content. Users could create server-side content using ASP, ColdFusion or JavaServer pages. The program automatically generated code for connecting to a database, retrieving and displaying data and linking elements on a web page to a data source. Two years later, they dropped UltraDev and added all of its functionality into the standard version of Dreamweaver, further enhancing its appeal to serious web developers.</p>
<p>Macromedia further enhanced Dreamweaver&#8217;s reputation as a tool for serious web developers by added collaborative functionality to the program; features which acknowledged the fact that a lot of web developers are part of a team. Dreamweaver&#8217;s two main collaboration features are &#8220;File check in Check out&#8221; and &#8220;Design Notes&#8221;. The former allows developer A to open a file and check it out; so that developer B knows that the file is being worked on by A and doesn&#8217;t start making conflicting changes to the file. The design notes feature allows developer A to attach a note to a particular file which can then be picked up by developer B.</p>
<p>Recognising that the web is not a static environment but is still constantly evolving, Macromedia (and now Adobe) have kept an eye on emerging web technologies and incorporated content relating to those technologies. Dreamweaver behaviors can be used to create useful JavaScript functions for such things as form validation. XML code can be edited and validated. Another illustration of the way in which Dreamweaver embraces emerging standards can be seen in the way in which Dreamweaver CS3 now encourages developers to use CSS to layout their pages rather than using tables, making their pages compliant with current standards.</p>
<p>The newest release of Dreamweaver, CS3, also includes support for Ajax an exciting new way of creating interactive Web applications using XHTML, CSS and JavaScript. Dreamweaver&#8217;s implementation of Ajax is via Adobe&#8217;s Spry Framework for Ajax. Using the easy to use Spry interface, developers can create sophisticated Ajax interface elements, special effects and display data-driven content on their pages.</p>
<p>Each new release of Dreamweaver brings exciting as well as practical new features which always seem to slot nicely into the familiar easy-to-use interface. This coupled with the fact that Dreamweaver always allows experienced professionals full access and control over every aspect of the web pages and web applications they are developing should ensure that the program continues to be the automatic choice for any individual or organisation needing a decent software tool for web development of any kind.</p>
<p>If you would like to learn more about Dreamweaver training courses, visit <a target='_blank' href="http://www.macresource.co.uk/dreamweaver_training/?p=2745">Macresource Computer Training</a>, an independent computer training company offering <a target='_blank' href="http://www.macresource.co.uk/fasttrackspecials/dreamweaver.html">Dreamweaver Classes</a> at their central London training centre.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.urwealthwizard.com/blog/adobe-dreamweaver-makes-web-development-possible-for-everyone.html/feed</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>Dreamweaver CS4 Guides Newbies Through The Intracies Of HTML And CSS</title>
		<link>http://www.urwealthwizard.com/blog/dreamweaver-cs4-guides-newbies-through-the-intracies-of-html-and-css.html</link>
		<comments>http://www.urwealthwizard.com/blog/dreamweaver-cs4-guides-newbies-through-the-intracies-of-html-and-css.html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 07:24:55 +0000</pubDate>
		<dc:creator>Michael Rose</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[computer software]]></category>
		<category><![CDATA[computers and the internet]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver training]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.urwealthwizard.com/blog/dreamweaver-cs4-guides-newbies-through-the-intracies-of-html-and-css.html</guid>
		<description><![CDATA[It is now wonder that Adobe Dreamweaver is so popular and so widely used. It offers the general user a way into the world of web development without first having to learn too much about the technologies which are used in building modern websites. Among the powerful features which Dreamweaver makes available to inexperienced users are preset CSS layouts, accessibility guidance, HTML guidance, CSS guidance and standards compliance. Let's look at how these features are implemented and how Dreamweaver can make you look good as a web developer before you know enough to look good on your own.]]></description>
			<content:encoded><![CDATA[<div style='font-style:italic' class='byline'>by Michael Rose</div>
<p>It is now wonder that Adobe Dreamweaver is so popular and so widely used. It offers the general user a way into the world of web development without first having to learn too much about the technologies which are used in building modern websites. Among the powerful features which Dreamweaver makes available to inexperienced users are preset CSS layouts, accessibility guidance, HTML guidance, CSS guidance and standards compliance. Let&#8217;s look at how these features are implemented and how Dreamweaver can make you look good as a web developer before you know enough to look good on your own.</p>
<p>When you create a new web page in Dreamweaver (File &#8211; New), you are given the option of basing the new page on one of the preset CSS layouts built into the program. Using CSS for page layout requires a fair amount of experience of the quirks of CSS and is no job for a beginner. Simply by choosing the layout which is closest to their requirements, users can go ahead and create CSS web pages which will work and which can be customized to suit their requirements.</p>
<p>Dreamweaver&#8217;s accessibility preferences by default cause the program to display useful alerts to remind the user to incorporate accessibility features into the elements being placed on the page. Thus, for example, each time an image is added to the page, a dialogue box will appear which contains a box for the user to enter the alternate text. Similarly when adding a form element, the form accessibility dialog prompts you to enter both and ID and the label text.</p>
<p>Most new users of Dreamweaver will also be fairly new to web development and may still be a little shaky on HTML and will typically build web pages visually using Dreamweaver&#8217;s Design mode. Whenever I run a Dreamweaver training course, I always make new users aware of Dreamweaver&#8217;s tag selector feature. This consists of a hierarchical display of the element which is currently selected on the page, the element which contains that element? and so on, all the way up to the BODY element which of course contains all elements on the page. Clicking on one of the tags displayed on the tag selector cleanly selects the corresponding element. Also, right-clicking displays a useful set of options such as &#8220;Remove Tag&#8221; and &#8220;Set Class&#8221;.</p>
<p>Dreamweaver&#8217;s context-sensitive Properties panel is another rock on which new users can always count. Unlike previous versions of Dreamweaver, version CS4 makes a clear distinction between structural attributes (which are displayed in the HTML tab of the Properties panel) and CSS attributes (which are displayed in the CSS tab). For example, if you select an element which is already controlled by a CSS rule, the Properties panel will allow you to edit the rule. If there is no rule, it will prompt you to create one.</p>
<div class='resource'>
<div style='font-style:italic' class='about'>About the Author:</div>
<div class='links'>The author is a training consultant with <a href="http://www.macresource.co.uk">Macresource Computer Training</a>, an independent computer training company offering <a href="http://www.macresource.co.uk/courses/dreamwvr.htm">Adobe Dreamweaver training courses</a> at their central London training centre.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.urwealthwizard.com/blog/dreamweaver-cs4-guides-newbies-through-the-intracies-of-html-and-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

