<?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>Create an Awesome Home Business &#187; Web Basics</title>
	<atom:link href="http://www.wealthydragon.com/blog/category/web-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wealthydragon.com/blog</link>
	<description>Hype-Free Internet Marketing Tips</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:39:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>1 Easy Way to Improve Cross-Browser Compatibility</title>
		<link>http://www.wealthydragon.com/blog/2010/07/29/improve-cross-browser-compatibility/</link>
		<comments>http://www.wealthydragon.com/blog/2010/07/29/improve-cross-browser-compatibility/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 08:39:17 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[internet marketing resources]]></category>
		<category><![CDATA[web pages]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1787</guid>
		<description><![CDATA[For those who build websites by hand (rather than on a platform like WordPress or Joomla) one of the hassles is making sure your sites render consistently in different browsers. Internet Explorer is notorious for screwing things up, mostly because in the past they&#8217;ve never adhered to the W3C standards. That said, IE8 is better [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/06/11/what-is-css/' rel='bookmark' title='Permanent Link: What is CSS?'>What is CSS?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/06/03/how-website-work/' rel='bookmark' title='Permanent Link: How Does a Website Work?'>How Does a Website Work?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/11/26/more-internet-marketing-tools/' rel='bookmark' title='Permanent Link: Some More Internet Marketing Business Tools'>Some More Internet Marketing Business Tools</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F29%2Fimprove-cross-browser-compatibility%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F29%2Fimprove-cross-browser-compatibility%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="A Happy Browser" src="http://www.wealthydragon.com/blogbanners/happy-browser.jpg" alt="A Happy Browser" width="160" height="150" />For those who build websites by hand (rather than on a platform like WordPress or Joomla) one of the hassles is making sure your sites render consistently in different browsers.</p>
<p>Internet Explorer is notorious for screwing things up, mostly because in the past they&#8217;ve never adhered to the W3C standards. That said, IE8 is better than previous versions.</p>
<p>However, there&#8217;s an easy step you can take that will address a large proportion of cross-browser rendering problems.</p>
<p><em>It&#8217;s not a complete fix</em>, because some browsers still cannot handle some CSS attributes. But it will address most layout and spacing inconsistencies.</p>
<p>Assuming you create an external stylesheet to define the style and layout of your sites (and if you&#8217;re not then you should be), you can add this code right at the top:</p>
<p><img class="aligncenter" title="CSS Reset Code" src="http://www.wealthydragon.com/blogbanners/CSS-Reset.JPG" alt="CSS Reset Code" width="486" height="638" /></p>
<p>Here&#8217;s the link to <a title="CSS Reset Code" href="http://www.abledragon.com/services/CSS-reset-code.txt" target="_blank">the text file containing the code</a>, so it&#8217;s easier to copy.</p>
<p>What that does is reset all the default browser CSS values to zero, but only when it&#8217;s displaying your pages.</p>
<p>That means that the margins, borders, padding and other attributes you set to define layout and positioning will render consistently because they&#8217;re all starting from the same base (0 pixels).</p>
<p>It removes the problems caused when browsers have default CSS attributes defined.  When these are defined they are added to any attributes you define in your style sheet when the page is displaid.</p>
<p>So if you set the right margin on images to be 10 pixels and the first browser has a default of 5 pixels for image right-margins, your images will render in that browser with 15 pixel margins to the right.</p>
<p>The next browser may have a default of 10 pixels &#8211; you can guess the rest.</p>
<p>As I said earlier, <em>this is not a complete fix for cross-browser compatibility problems</em>, but it will definitely help to make layout and positioning render consistently.</p>
<p>Cheers,</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="Martin Malden" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/06/11/what-is-css/' rel='bookmark' title='Permanent Link: What is CSS?'>What is CSS?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/06/03/how-website-work/' rel='bookmark' title='Permanent Link: How Does a Website Work?'>How Does a Website Work?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/11/26/more-internet-marketing-tools/' rel='bookmark' title='Permanent Link: Some More Internet Marketing Business Tools'>Some More Internet Marketing Business Tools</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/07/29/improve-cross-browser-compatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Marketing Basics for Small Businesses</title>
		<link>http://www.wealthydragon.com/blog/2010/07/27/internet-marketing-small-businesses/</link>
		<comments>http://www.wealthydragon.com/blog/2010/07/27/internet-marketing-small-businesses/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 04:59:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[internet marketing business]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1781</guid>
		<description><![CDATA[I&#8217;ve been lucky enough to pick up two new contracts recently for web design services for small companies in a totally non web-related industry. And, in both cases, the current providers have been giving a poor service. Understandably, their customers (my new customers) are totally unfamiliar with the web and the basics of promoting a [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/02/10/how-to-start-your-internet-marketing-business/' rel='bookmark' title='Permanent Link: How To Start Your Internet Marketing Business'>How To Start Your Internet Marketing Business</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/06/15/reality-overnight-successes/' rel='bookmark' title='Permanent Link: The Reality Behind Those Overnight Successes'>The Reality Behind Those Overnight Successes</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/01/07/expertise-free-online/' rel='bookmark' title='Permanent Link: Why Should Expertise Be Free Just Because It&#8217;s Online?'>Why Should Expertise Be Free Just Because It&#8217;s Online?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F27%2Finternet-marketing-small-businesses%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F27%2Finternet-marketing-small-businesses%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Internet Marketing for Small Businesses" src="http://www.wealthydragon.com/blogbanners/internet-marketing.jpg" alt="Internet Marketing for Small Businesses" width="160" height="135" />I&#8217;ve been lucky enough to pick up two new contracts recently for web design services for small companies in a totally non web-related industry.</p>
<p>And, in both cases, the current providers have been giving a poor service.</p>
<p>Understandably, their customers (my new customers) are totally unfamiliar with the web and the basics of promoting a business online.</p>
<p>But sadly, instead of providing support and guidance, and being open and transparent with what they&#8217;re doing, the service providers in question have been doing the opposite.</p>
<p>So for small businesses who are thinking of marketing online, here are some basics which it&#8217;s well worth getting your head around.</p>
<p>Take the time to understand these things, at least at an elementary level, so you can ask the right questions of your service providers.</p>
<p>You need to know enough to know when you&#8217;re being taken for a ride.</p>
<h2>Basic Elements for Small Businesses Operating a Website</h2>
<h3>A website designer/builder</h3>
<p>You&#8217;ll need a website &#8211; your online shop window. Find someone who offers W3C compliant sites (the World Wide Web Consortium &#8211; the body that sets the standards for the web) to design and build it.</p>
<p>They should be able to show you a W3C badge on their site as proof.</p>
<p>Avoid people who use Flash heavily. Flash, while capable of producing beautiful looking sites, is not good for the search engines because they can&#8217;t read it.</p>
<p>And if the search engines can&#8217;t read your site you won&#8217;t do well in the natural search results.</p>
<p>For a small business, with a new site, you need to be able to do as well as you can in the search results, as early as you can.</p>
<p>Make sure you get some sort of service level commitment out of them.</p>
<p>As a starter, I offer simple SLA&#8217;s to my new customers. These relate to the time I&#8217;ll take to get new updates published, but you can ask for any SLA you like depending on your needs.</p>
<h3>A domain name</h3>
<p>This is your address on the web, like www.google.com. It will probably cost you somewhere between US$7 and US$15 a year, depending on whether it ends in .com, or something else.</p>
<p>Ideally it should be your company name or it should be based on a keyword relating to your business.</p>
<h3>Hosting</h3>
<p>This refers to the server that contains (hosts) your website code and makes it available to people searching the web.</p>
<p>It will cost you anywhere from nothing (free) to around US$20 a month. You can get some really good deals (quality hosting at a good price) at around US$10 a month.</p>
<p>Free hosting should definitely be avoided if you&#8217;re promoting a business.</p>
<h3>SEO</h3>
<p>Does the person who&#8217;s going to build your website understand Search Engine Optimisation (SEO)?</p>
<p>Make sure they not only understand it, but they can describe it to you in a way that you can understand.</p>
<p>(SEO is a bunch of best practices for getting your website to feature well in the search results).</p>
<p>They don&#8217;t need to be SEO wizards, but they do need to understand it well enough that they can describe it to you in clear, simple language <em>and</em> set up your site properly.</p>
<p>Don&#8217;t be afraid to ask questions to clarify anything.  The bullshit-baffles-brains approach is used frequently &#8211; don&#8217;t be intimidated by it!</p>
<h3>Build from scratch or on a platform</h3>
<p>Find out whether they plan on building your site from scratch or on a platform (like WordPress, Joomla or Drupal).</p>
<p>Building it on a platform is good because that means you generally only need to worry about the styling, but make sure it&#8217;s not proprietary.</p>
<p>If it&#8217;s a proprietary platform you risk being locked in because other potential service providers won&#8217;t know how to, or won&#8217;t be able to access it.</p>
<p>Make sure you&#8217;re happy with the styling before handing over the final payment.</p>
<h3>PPC: Pay Per Click advertising</h3>
<p>If you look to the right or top of the results page next time you type a search into Google or Yahoo you&#8217;ll see some entries under the heading &#8216;Sponsored Results&#8217;.</p>
<p>These are Pay Per Click ads.</p>
<p>As an advertiser, you pay each time a searcher clicks on your ad and gets directed through to your website.</p>
<p>PPC can bring you quick returns but it can be expensive. Extremely expensive, if it&#8217;s not set up right.</p>
<p>So be sure to get someone who understands about relevance, targetting and quality scores in Pay Per Click advertising to set it up for you.</p>
<p>And make sure that, if they talk about Search Engine Optimisation, they&#8217;re not trying to persuade you that being top of the Sponsored Results indicates good SEO.</p>
<p>It doesn&#8217;t.</p>
<h3>Social Media</h3>
<p>This is about promoting your site through places like Facebook and Twitter. It can also involve you setting up a blog on (or linked to) your website.</p>
<p>When it&#8217;s working well, Social Media is a highly cost effective alternative to PPC but it takes time before you see results.  It also takes time (every day) to keep your blog, Twitter, Facebook and other accounts regularly updated.</p>
<p>A social media campaign is a <em>lot</em> of work if you want to make it successful.</p>
<p>A good, balanced promotion campaign for a new website should contain <em>both</em> PPC (or other paid channels) and Social Media elements &#8211; make sure the company you&#8217;re talking to understands this and offers it.</p>
<h3>Hacking</h3>
<p>This is when someone accesses your site illegally and adds spam code to it. If this happens the search engines will find out very quickly and your site will be removed from their indices. This will, literally, trash your visitor traffic.</p>
<p>Make sure you have backup copies of your entire site stored locally (on your PC) because the best (and often the quickest) solution when you&#8217;ve been hacked is to delete your entire site from the server and re-upload it.</p>
<p>Make sure you keep your PC clean and free of viruses.  A keylogger inserted onto your PC can capture your FTP login details and transmit them to the person who inserted it.</p>
<p>That will enable them to get access to your site code and do bad things.</p>
<h3>Backups</h3>
<p>As with any data, you should always have a recent back up copy &#8211; an exact copy of the data on your site.</p>
<p>Make sure you understand (and are happy with) the backup routines in place through your hosting company or the person setting up your site.</p>
<p>Create your own back ups if you&#8217;re not sure.</p>
<h2>Summary</h2>
<p>If you&#8217;re a small business considering advertising online for the first time, those are some of the primary things you&#8217;ll need to think about.</p>
<p>You should also ask your service provider (website designer/builder, Marketing guru, etc) to explain anything you&#8217;re not clear on.</p>
<p>Make sure you cover them all with whoever you hire to set up your site so that you understand what you&#8217;re paying for, and you pay for what you&#8217;re getting.</p>
<p>Like I said at the start: you need to know enough to know when you&#8217;re being ripped off.</p>
<p>If you don&#8217;t want to take that level of interest in your online marketing you probably shouldn&#8217;t start in the first place.</p>
<p>Cheers,</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="Martin Malden" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/02/10/how-to-start-your-internet-marketing-business/' rel='bookmark' title='Permanent Link: How To Start Your Internet Marketing Business'>How To Start Your Internet Marketing Business</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/06/15/reality-overnight-successes/' rel='bookmark' title='Permanent Link: The Reality Behind Those Overnight Successes'>The Reality Behind Those Overnight Successes</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/01/07/expertise-free-online/' rel='bookmark' title='Permanent Link: Why Should Expertise Be Free Just Because It&#8217;s Online?'>Why Should Expertise Be Free Just Because It&#8217;s Online?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/07/27/internet-marketing-small-businesses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is WordPress?</title>
		<link>http://www.wealthydragon.com/blog/2009/10/29/what-is-wordpress/</link>
		<comments>http://www.wealthydragon.com/blog/2009/10/29/what-is-wordpress/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 08:50:15 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[wordpress blogs]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1369</guid>
		<description><![CDATA[In this post I referred to a question I saw in one of the forums: what is WordPress? Given that I write this blog for people who are new, or relatively new, to working on-line, and it contains over 40 articles on WordPress, I have been remiss in not writing one that describes exactly what [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/11/19/wordpress-1-click-installs/' rel='bookmark' title='Permanent Link: 3 Things to Look Out For With WordPress 1-Click Installs'>3 Things to Look Out For With WordPress 1-Click Installs</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/08/20/blogger-or-wordpress/' rel='bookmark' title='Permanent Link: Which is Better &#8211; Blogger or WordPress?'>Which is Better &#8211; Blogger or WordPress?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/06/15/widgets-in-wordpress-28/' rel='bookmark' title='Permanent Link: How to Install Widgets in WordPress 2.8'>How to Install Widgets in WordPress 2.8</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F10%2F29%2Fwhat-is-wordpress%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F10%2F29%2Fwhat-is-wordpress%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="WordPress" src="http://www.wealthydragon.com/blogbanners/wordpress1.JPG" alt="" width="180" height="48" />In <a title="Communication Skills" href="http://www.wealthydragon.com/blog/2009/10/22/making-an-ass-out-of-u-and-me/" target="_blank">this post</a> I referred to a question I saw in one of the forums: what is WordPress?</p>
<p>Given that I write this blog for people who are new, or relatively new, to working on-line, and it contains over 40 <a title="WordPress Articles" href="http://www.wealthydragon.com/blog/category/wordpress/" target="_blank">articles on WordPress</a>, I have been remiss in not writing one that describes exactly what it is.</p>
<p>So here you go: WordPress is a free, open source platform that is primarily used for blogs but can also be used to create normal static sites, forums or content management systems.</p>
<p>Bet that helped..! <img src='http://www.wealthydragon.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>OK &#8211; here&#8217;s WordPress in plain, simple terms:</p>
<p><span id="more-1369"></span></p>
<p>It is, as I mentioned above, an open source application and it was originally designed to provide a blogging platform.</p>
<p>But, because it&#8217;s open source, and because of the vision of its founder, WordPress is now used to power many different types of sites.</p>
<p>It&#8217;s also used by some very big names to power very big sites &#8211; like the Larry King Live Blog and the Wall Street Journal Law Blog.</p>
<p>That&#8217;s not meant to be discouraging, by the way, if you&#8217;re new to this.  It&#8217;s meant to demonstrate that it&#8217;s a pretty good system.</p>
<p>And, as I said above, it&#8217;s free.</p>
<p>Because it&#8217;s open source, a huge developer community has grown up focused on building add-ons (called plugins) and themes (often referred to as templates) for WordPress.</p>
<p>Today there are over 4000 plugins available to download from the WordPress site (plus more that are stored on the developers&#8217; sites) and many thousands of themes.</p>
<p>In addition to all that WordPress itself contains widgets.</p>
<p>All these things enable you to add as much personalisation as you want, and pretty much any functionality you can think of, to the base WordPress application &#8211; usually with just a few clicks of the mouse.</p>
<h2>The Basic WordPress Platform</h2>
<p>The basic WordPress platform enables you to set up a simple blog or website that you run on-line.</p>
<p>That means that you don&#8217;t need to bother with HTML editors (there&#8217;s one built in) or FTPing your website from your PC to the server.</p>
<p>There are two types of WordPress: WordPress.com is a site that hosts WordPress blogs and where you can open an account and start a blog very quickly and easily, without the need for any technical skills.</p>
<p>It provides a similar service to Blogger &#8211; another free blogging site where you can set up and run a blog.</p>
<p>The second type of WordPress is one where you download and install the software on your server.</p>
<p>It&#8217;s called self-hosted WordPress or sometimes it&#8217;s called WordPress.org, because that&#8217;s the site from which you download the application.</p>
<p>Self hosted WordPress gives you more control over the look, feel and functionality of your site than WordPress.com blogs do.  But the downside is that you need to manage and maintain your blog yourself.</p>
<p>That&#8217;s not complex, by the way, but it means you have to do upgrades when they&#8217;re available (only a click of 1 button) and if it all goes horribly wrong you&#8217;ll need to get help from someone who knows about WordPress.</p>
<p>WordPress themselves have made the entire process of installing and maintaining your self hosted blog as painless as it&#8217;s possible to be.</p>
<p>Plus, there&#8217;s so much help available on-line through forums and blogs (like the one you&#8217;re reading now!) that you&#8217;re never going to find yourself stuck.</p>
<p>So let&#8217;s look at some of the components that make WordPress (self-hosted) so powerful.</p>
<h2>WordPress Widgets</h2>
<p>The first thing that enables you to personalise your WordPress site are the built in widgets.</p>
<p>These are modules that sit in the sidebars. Many of them are preprogrammed to display specific information like your last posts, the tags you&#8217;ve used, links you have to other sites and so on.</p>
<p>There&#8217;s also a text widget that enables you to insert anything you like as long as it&#8217;s HTML based.  That means you can install scripts (for things like an Aweber opt in form, or a You Tube video) or you can dream up and install your own creation.</p>
<p>It&#8217;s the equivalent of an HTML page &#8211; but displayed in your sidebar.</p>
<p>There&#8217;s no limit to the number of text widgets you can add to your site.  So you can add opt in forms, ads, widgets from social sites or whatever else &#8211; and as many of them as you like.</p>
<p>Widgets are easy to activate or deactivate &#8211; and there are instructions on <a title="Installing Widgets" href="http://www.online-wordpress-tutorial.com/widgets.html" target="_blank">how to do so here</a>.</p>
<h2>WordPress Plugins</h2>
<p>The next thing you can use to personalise your WordPress platform are plugins.</p>
<p>There are more than 4000 plugins available to download from the WordPress.org site and they add almost any kind of functionality you can think of to your platform.</p>
<p>You can add plugins to improve protection against spammers and hackers, to make it easy to back up your blog database, to improve search engine effectiveness, to add a forum, to add image galleries and almost anything else you can think of.</p>
<p>Most plugins are free to download and install, although most also have a PayPal donate button.  It&#8217;s good form to donate when the plugins are good and do their stuff, but it is voluntary.</p>
<p>Most plugin authors provide support for their plugins, including upgrades with new functionality and security improvements.</p>
<p>Finding and inserting plugins is very straightforward. There are instructions on how to <a title="Find Plugins" href="http://www.online-wordpress-tutorial.com/plugins.html" target="_blank">find them here</a> and on how to <a title="Install Plugins" href="http://www.online-wordpress-tutorial.com/installplugins.html" target="_blank">install them here</a>.</p>
<h2>WordPress Themes</h2>
<p>The third thing you use to personalise your site are themes or templates.</p>
<p>Themes define the layout of your site &#8211; the number and positioning of sidebars, colour schemes, fonts, the header and footer, and so on.</p>
<p>As with plugins there are thousands of free themes. More than 650 on the WordPress.org site alone, and thousands more that you can Google for.</p>
<p>If you&#8217;re looking for a specific type of theme &#8211; e.g. a music based theme &#8211; you can simply Google for &#8216;WordPress music themes&#8217; and you&#8217;ll get more results than you can shake a stick at.</p>
<p>There are lots and lots of excellent free themes but there are also some very badly coded ones, including ones where spam has been inserted into the code.</p>
<p>So you need to be careful if you&#8217;re looking for free themes &#8211; and be sure to get them from reputable sites.</p>
<p>Premium (or paid for) themes are generally well coded and also have support forums and regular upgrades.</p>
<p>There are usually two pricing options.  There&#8217;s a Personal option which allows you to use the theme on one of your own sites and a Developer&#8217;s option which allows you to use it on as many sites as you like, but usually your own.  Check the T&#8217;s &amp; C&#8217;s of the theme you buy to be sure.</p>
<p>The bar on premium themes is being raised all the time and, for example, the Thesis theme, which I&#8217;m using on this site, is more like a supplementary platform than a theme.</p>
<p>It enables you to drop some SEO plugins and enables non technical users to make good use of WordPress&#8217; flexibility much more easily.</p>
<p>There are instructions on <a title="Find Themes" href="http://www.online-wordpress-tutorial.com/themes.html" target="_blank">finding WordPress themes here</a> and on <a title="Install Themes" href="http://www.online-wordpress-tutorial.com/installthemes.html" target="_blank">installing them here</a>.</p>
<h2>Summary</h2>
<p>OK &#8211; so that&#8217;s WordPress.</p>
<p>It may seem daunting at first but, like anything, once you get to play around with it and see how it works I think you&#8217;ll find it very easy and intuitive.</p>
<p>If you&#8217;re interested in moving to WordPress one of the best ways to do it is to set up a free WordPress blog at WordPress.com.</p>
<p>That way you can learn how everything works and become familiar with the User Interface.</p>
<p>Then, when you move to a self-hosted version, you&#8217;re already familiar with the logic and the transition will be a lot easier.</p>
<p>If you have any questions leave a comment below, and if you&#8217;d like a complete tutorial on how to install it, configure it, add widgets, plugins and themes, write and promote your first article you&#8217;ll <a title="Online WordPress Tutorial" href="http://www.online-wordpress-tutorial.com/" target="_blank">find it here</a>. (It&#8217;s on-line, so it&#8217;s absolutely free).</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/11/19/wordpress-1-click-installs/' rel='bookmark' title='Permanent Link: 3 Things to Look Out For With WordPress 1-Click Installs'>3 Things to Look Out For With WordPress 1-Click Installs</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/08/20/blogger-or-wordpress/' rel='bookmark' title='Permanent Link: Which is Better &#8211; Blogger or WordPress?'>Which is Better &#8211; Blogger or WordPress?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/06/15/widgets-in-wordpress-28/' rel='bookmark' title='Permanent Link: How to Install Widgets in WordPress 2.8'>How to Install Widgets in WordPress 2.8</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2009/10/29/what-is-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Variable Width Websites: An Update</title>
		<link>http://www.wealthydragon.com/blog/2009/10/01/variable-width-websites-update/</link>
		<comments>http://www.wealthydragon.com/blog/2009/10/01/variable-width-websites-update/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 03:15:20 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[variable width websites]]></category>
		<category><![CDATA[web pages]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1339</guid>
		<description><![CDATA[A while ago I wrote about converting some of my websites to variable width. My thinking at the time was that, for someone using a wide-screen monitor, the appearance would be better if the content expanded to fill a larger portion of the screen. Having got a couple of them successfully converted I had second [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/01/18/how-to-build-a-variable-width-website/' rel='bookmark' title='Permanent Link: How to Build a Variable Width Website'>How to Build a Variable Width Website</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/02/04/variable-width-websites-another-one-converted/' rel='bookmark' title='Permanent Link: Variable Width Websites: Another One Converted'>Variable Width Websites: Another One Converted</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/07/22/search-engine-optimised-page/' rel='bookmark' title='Permanent Link: How to Create a Search Engine Effective Web Page'>How to Create a Search Engine Effective Web Page</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F10%2F01%2Fvariable-width-websites-update%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F10%2F01%2Fvariable-width-websites-update%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Very variable" src="http://www.wealthydragon.com/blogbanners/PEOP0233.jpg" alt="" width="96" height="130" />A while ago I wrote about <a title="How to Build a Variable Width Website" href="http://www.wealthydragon.com/blog/2009/01/18/how-to-build-a-variable-width-website/" target="_blank">converting some of my websites to variable width</a>.</p>
<p>My thinking at the time was that, for someone using a wide-screen monitor, the appearance would be better if the content expanded to fill a larger portion of the screen.</p>
<p>Having got a couple of them successfully converted I had second thoughts. I decided that it wasn&#8217;t such a good idea after all.</p>
<p>After pondering for a while, I eventually closed one of the sites down and converted the other one back to a fixed width.</p>
<p>Here&#8217;s why:</p>
<p><span id="more-1339"></span></p>
<p>Variable width works best where your page is largely text.  That&#8217;s why so many forums use variable widths.</p>
<p>But where you have images, or any other design elements on your page, it all becomes a bit messy because it&#8217;s difficult to get your page looking exactly as you want it at all possible widths.</p>
<p>In the process of converting my second site I came up against this issue and decided to limit the amount by which the width could vary.</p>
<p>But still, however much I fiddled around with it, the site looked better on a narrower screen because this forced it to display at the width at which it was originally designed.</p>
<p>So I decided to convert it back to a fixed width &#8211; and I&#8217;ve never looked back.</p>
<h2>Best Solution: Use a Combination</h2>
<p>The most recent site I built uses a combination of fixed and variable widths &#8211; and this works well for me.</p>
<p>The header and footer are both variable width &#8211; in both cases set at 100%, so they fill the entire width of any screen they&#8217;re viewed on.</p>
<p>All the rest of the content is styled and positioned within a page-container div (fixed width and centred).</p>
<p>This means that I have complete control over how the content appears to readers, irrespective of the width of the screen they&#8217;re using.  And the variable width header and footer help to improve the appearance on wider screens.</p>
<p>The best of both worlds.  (<a title="Online WordPress Tutorial" href="http://www.online-wordpress-tutorial.com" target="_blank">Here&#8217;s the site in question</a>).</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/01/18/how-to-build-a-variable-width-website/' rel='bookmark' title='Permanent Link: How to Build a Variable Width Website'>How to Build a Variable Width Website</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/02/04/variable-width-websites-another-one-converted/' rel='bookmark' title='Permanent Link: Variable Width Websites: Another One Converted'>Variable Width Websites: Another One Converted</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/07/22/search-engine-optimised-page/' rel='bookmark' title='Permanent Link: How to Create a Search Engine Effective Web Page'>How to Create a Search Engine Effective Web Page</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2009/10/01/variable-width-websites-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What&#8217;s All This SEO Stuff?</title>
		<link>http://www.wealthydragon.com/blog/2009/07/06/what-is-seo/</link>
		<comments>http://www.wealthydragon.com/blog/2009/07/06/what-is-seo/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 11:47:30 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web pages]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=906</guid>
		<description><![CDATA[When you first start working online the amount of jargon and acronyms you see can be extremely off-putting. Which is no different from starting any new type of activity, by the way, but for people who may be a bit nervous of technology it can be enough to keep you from getting started. So let&#8217;s [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/07/22/search-engine-optimised-page/' rel='bookmark' title='Permanent Link: How to Create a Search Engine Effective Web Page'>How to Create a Search Engine Effective Web Page</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/12/14/10-seo-steps-for-a-new-website/' rel='bookmark' title='Permanent Link: 10 SEO Steps For a New Website'>10 SEO Steps For a New Website</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/06/19/promote-your-site-free-1/' rel='bookmark' title='Permanent Link: Ways to Promote Your Site For Free Part 1'>Ways to Promote Your Site For Free Part 1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F07%2F06%2Fwhat-is-seo%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F07%2F06%2Fwhat-is-seo%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="SEO Boredom" src="http://www.wealthydragon.com/blogbanners/A03B0057.JPG" alt="" width="160" height="120" />When you first start working online the amount of jargon and acronyms you see can be extremely off-putting.</p>
<p>Which is no different from starting any new type of activity, by the way, but for people who may be a bit nervous of technology it can be enough to keep you from getting started.</p>
<p>So let&#8217;s de-mystify one today &#8211; Search Engine Optimisation or SEO.</p>
<p>Here&#8217;s what SEO is about.     <span id="more-906"></span></p>
<p>This first thing to understand is that SEO is <em>not </em>a black art. It&#8217;s common sense, nothing more.</p>
<p>The second thing to understand is that the search engines see their customers as the people doing searches for stuff. They do not see webmasters (anyone building a website or blog) as their customers.</p>
<p>But they do encourage webmasters to work with them to help provide a good search experience for their customers.</p>
<p><strong>So how does that knowledge help us?</strong></p>
<p>Knowing that the search engines are competing against each other to provide the most relevant and highest quality information in response to a search, tells us that good quality content is one of the basic building blocks of a site that&#8217;s well optimised for the search engines.</p>
<p>Or it should do.</p>
<p>The volume of actual business done on-line is growing day-by-day, but the majority of people still use the Internet as a source of information.</p>
<p>And they&#8217;re looking for the most relevant and highest quality information they can find.</p>
<p>As a result, and in their drive to gain competitive advantage over their rivals, the search engines are getting better and better at assessing the actual information on a site.</p>
<p>Often called contextual relevance, the search engines can dig deep into your site and assess the depth and breadth of information you have there.</p>
<p>In fact, it&#8217;s reasonable to assume that it won&#8217;t be long before the search engines are able to assess the quality of articles on a site &#8211; meaning spelling and grammar &#8211; and give greater priority to better written sites.</p>
<p>After all, spelling and grammar checkers have been around for years and it&#8217;s unusual now to find a website where you&#8217;re entering information that doesn&#8217;t highlight what it perceives to be mis-spelled words.</p>
<p><strong>So the first and most basic rule of good Search Engine Optimisation is this: plan and develop a site that has in-depth, good quality, well written information.</strong></p>
<p>And, while we&#8217;re on the subject of rules, here&#8217;s the second: if anyone tells you they can guarantee to get your site into the top spot on Google within a week/month/or whatever, don&#8217;t believe them.</p>
<p>No one can do that, and here&#8217;s why:</p>
<p>The only people who know the algorithms that the search engines use are the people who program them.  And, because of the competition I mentioned earlier, those rules are kept more secret than the CIA&#8217;s information sources.</p>
<p>Plus &#8211; the algorithms are changed on a regular basis for two reasons:</p>
<ol>
<li>To shake off the black hatters &#8211; people who try to game the system</li>
<li> To improve the quality of search results they can deliver.</li>
</ol>
<p>So claiming that a specific SEO technique will get your site into Google&#8217;s top 10 may be possible one week &#8211; but it will probably see you down at page 150 the following week.</p>
<p>Which brings us back to content.  It&#8217;s all about content: good, regularly updated, accurate and well written content.</p>
<p>Having said all that, here are some things you can do to help (and work with) the search engines:</p>
<p><strong>Site Navigation</strong></p>
<p>Just as people use the navigation (menus and links) you provide to find their way around your site, so do the search engines.</p>
<p>So make your navigation clear and easy to follow.</p>
<p>Avoid using Java or DHTML based drop down menus &#8211; you can do those using CSS. The search engines can&#8217;t read Java and, if someone has scripts and flash disabled in their browser (as many do), they won&#8217;t be able to read your navigation either.</p>
<p><strong>Page headlines and sub headers</strong></p>
<p>Headlines and sub headers help people to understand quickly what your page is telling them. By using your H tags to style your headers and sub headers you will also help the search engines get a quick understanding.</p>
<p><strong>META tags</strong></p>
<p>META tags are standards-defined bits of information that tell the search engines what your site is about. They&#8217;re also used to tell the robots that crawl your site where they can and can&#8217;t go, how often to re-visit and a whole lot more.</p>
<p>There are loads of free META tag generators available on-line. All you need to do is fill in the template they offer with information about your site, click the button and &#8211; hey presto &#8211; you&#8217;ve got an entire set of META tags that you can copy into your site.</p>
<p>Use them.</p>
<p>Many will tell you that META tags are no longer relevant &#8211; in which case I&#8217;d refer you to basic rule number 2 above.</p>
<p>At the very least, using them tells the search engines that you&#8217;ve taken the trouble to structure your site properly, and within the agreed standards.</p>
<p><strong>Create a sitemap.</strong></p>
<p>There are lots of free sitemap creators online too. Create and install a sitemap for your site, and remember to create a new one each time you add or remove a page.</p>
<p>Sitemaps tell the search engines about all the pages in your site, so if they miss a page in your navigation menu they can find out about it here.</p>
<p><strong>Read Google Webmaster&#8217;s Tools</strong></p>
<p>Google Webmaster&#8217;s Tools is the way Google extends the hand of co-operation to webmasters.</p>
<p>There&#8217;s a huge amount of very valuable information in Webmaster&#8217;s Tools and I strongly recommend you activate it within your Google account and absorb as much as you can.</p>
<p>At the very least read the <a title="Google Webmaster Guidelines" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769" target="_blank">Google Webmaster Guidelines</a>.  It expands on the principles I set out earlier.</p>
<p><strong>So how would I summarise all that?</strong></p>
<p><strong>Step 1:</strong> Plan and build a site which contains high quality, well written articles. Update it frequently as new information comes out.</p>
<p><strong>Step 2:</strong> Look at your site from an outsider&#8217;s perspective: is it logically structured? Is it easy to find your way around?</p>
<p>Get a friend to give their view as to how easy and intuitive your site is.</p>
<p>If it&#8217;s easy for people to find their way around your site, it will be easy for the search engines.</p>
<p><strong>Step 3:</strong> Create and use META tags</p>
<p><strong>Step 4:</strong> Create and use a sitemap</p>
<p><strong>Step 5:</strong> Absorb as much as you can from Google Webmaster&#8217;s Tools &#8211; and implement it!</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/07/22/search-engine-optimised-page/' rel='bookmark' title='Permanent Link: How to Create a Search Engine Effective Web Page'>How to Create a Search Engine Effective Web Page</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/12/14/10-seo-steps-for-a-new-website/' rel='bookmark' title='Permanent Link: 10 SEO Steps For a New Website'>10 SEO Steps For a New Website</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/06/19/promote-your-site-free-1/' rel='bookmark' title='Permanent Link: Ways to Promote Your Site For Free Part 1'>Ways to Promote Your Site For Free Part 1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2009/07/06/what-is-seo/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Do I Need to Learn HTML?</title>
		<link>http://www.wealthydragon.com/blog/2009/06/18/learn-html/</link>
		<comments>http://www.wealthydragon.com/blog/2009/06/18/learn-html/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 04:45:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[internet marketing resources]]></category>
		<category><![CDATA[web pages]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=852</guid>
		<description><![CDATA[Do I need to learn HTML and SEO?  This was a question I saw in a forum today. For people new to working on-line learning these new skills with strange acronyms can be daunting. In another post I talked about how I tried to start my Internet business without a website because I didn&#8217;t want [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/07/06/what-is-seo/' rel='bookmark' title='Permanent Link: What&#8217;s All This SEO Stuff?'>What&#8217;s All This SEO Stuff?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/11/24/internet-marketing-business-tools/' rel='bookmark' title='Permanent Link: Some Useful Internet Marketing Business Tools'>Some Useful Internet Marketing Business Tools</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/04/29/tools-working-online/' rel='bookmark' title='Permanent Link: Some Great Tools For People Working Online'>Some Great Tools For People Working Online</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F06%2F18%2Flearn-html%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F06%2F18%2Flearn-html%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Tools" src="http://www.wealthydragon.com/blogbanners/tobj-0127.jpg" alt="" width="160" height="97" />Do I need to learn HTML and SEO?  This was a question I saw in a forum today.</p>
<p>For people new to working on-line learning these new skills with strange acronyms can be daunting.</p>
<p>In another post I talked about how I tried to start my Internet business without a website because I didn&#8217;t want to learn about FTP.</p>
<p>But the fact is, if you&#8217;re serious about working on-line, you do need to learn the basic tools of your trade.</p>
<p>Here&#8217;s why:   <span id="more-852"></span></p>
<p>Tools and services that are readily available today mean that you can get a website up and running with zero technical skills. Setting up a new blog on Blogger is the perfect example.</p>
<p>But even tools like these will get you better results if you understand how to make use of the basic tools of your trade.</p>
<p>Take SEO.</p>
<p>On page SEO is about setting your website up according to the agreed web standards. These are not complicated.  In fact they&#8217;re straight-forward common sense.</p>
<p>But if you don&#8217;t understand SEO, and how the search engines work, you can still put the wrong information into the template fields that many of these tools provide.</p>
<p>And that will reduce the SEO effectiveness of your site and penalise you in the search for traffic.</p>
<p>And if you don&#8217;t understand HTML it&#8217;s going to be more difficult to sort out things that go wrong.</p>
<p>Take, for example, publishing articles in WordPress.</p>
<p>WordPress is another tool that enables you to build great looking websites without using HTML. But even using the excellent HTML editor that WordPress provides can still sometimes lead to things going wrong.</p>
<p>For example in a recent article that I wrote, the first few words of the first paragraph were a link.  I later decided to add an image that would be positioned to the left of the opening paragraph, so I used the &#8216;Add Image&#8217; tool to do that.</p>
<p>But, even though I put the cursor absolutely in the &#8216;home&#8217; position, when I inserted the image I found that it had been made into a link.  It had got mixed up with the HTML for the first few words of the article that were <em>already </em>a link.</p>
<p>Nothing I did in the text editor view would fix it, but fixing it by switching to the HTML view and editing the HTML code was an absolute piece of cake &#8211; it took less than 30 seconds.</p>
<p>If I didn&#8217;t understand HTML I would have had a problem &#8211; even with an application as friendly as WordPress. But because I do know HTML fixing it was a breeze.</p>
<p>So my response to that question on the forum was a resounding &#8216;yes&#8217;.</p>
<p>Learn HTML, SEO, CSS and all the rest, because if you&#8217;re serious about working on-line they&#8217;re the basic tools of your trade.</p>
<p>You don&#8217;t need to become the world&#8217;s best expert in these technologies &#8211; but learn enough to know how things work and where to look when things go wrong.</p>
<p>A great place to start learning about these web design technologies is w3schools.com. You can find tutorials there on HTML, CSS, XML and a whole host of other technologies you&#8217;ll need.</p>
<p>They&#8217;re all well structured and easy to follow &#8211; and you can <a title="w3schools" href="http://www.w3schools.com/default.asp" target="_blank">find them here</a>.</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/07/06/what-is-seo/' rel='bookmark' title='Permanent Link: What&#8217;s All This SEO Stuff?'>What&#8217;s All This SEO Stuff?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/11/24/internet-marketing-business-tools/' rel='bookmark' title='Permanent Link: Some Useful Internet Marketing Business Tools'>Some Useful Internet Marketing Business Tools</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/04/29/tools-working-online/' rel='bookmark' title='Permanent Link: Some Great Tools For People Working Online'>Some Great Tools For People Working Online</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2009/06/18/learn-html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is CSS?</title>
		<link>http://www.wealthydragon.com/blog/2009/06/11/what-is-css/</link>
		<comments>http://www.wealthydragon.com/blog/2009/06/11/what-is-css/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 12:28:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[web pages]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=838</guid>
		<description><![CDATA[In this post I said that CSS is one of the codes or languages that have been developed to work with HTML, to improve the efficiency with which the fonts and styling of a website are defined. So what is CSS? CSS stands for Cascading Style Sheets and it&#8217;s the way the themeing or styling [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2010/07/29/improve-cross-browser-compatibility/' rel='bookmark' title='Permanent Link: 1 Easy Way to Improve Cross-Browser Compatibility'>1 Easy Way to Improve Cross-Browser Compatibility</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/06/03/how-website-work/' rel='bookmark' title='Permanent Link: How Does a Website Work?'>How Does a Website Work?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/01/18/how-to-build-a-variable-width-website/' rel='bookmark' title='Permanent Link: How to Build a Variable Width Website'>How to Build a Variable Width Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F06%2F11%2Fwhat-is-css%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F06%2F11%2Fwhat-is-css%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Man styling statue" src="http://www.wealthydragon.com/blogbanners/ARTS0031.jpg" alt="" width="123" height="160" /><a title="How a Website Works" href="http://www.wealthydragon.com/blog/2009/06/03/how-website-work/" target="_blank">In this post</a> I said that CSS is one of the codes or languages that have been developed to work with HTML, to improve the efficiency with which the fonts and styling of a website are defined.</p>
<p>So what is CSS?</p>
<p>CSS stands for Cascading Style Sheets and it&#8217;s the way the themeing or styling of modern websites is achieved.</p>
<p>Here&#8217;s how it works.   <span id="more-838"></span></p>
<p><strong>Website styling prior to CSS</strong>:</p>
<p>In the early days of websites, before CSS, you had to define each element of your website&#8217;s look and feel by hand, and page-by-page.</p>
<p>For example, if you wanted your links to appear in a particular colour you had to define this at the top of each page of your site.</p>
<p>If you later wanted to change the colour of your links, you had to go back to each page of your site and change the settings.</p>
<p>You can imagine how laborious that would have been for someone with a large site &#8211; say several hundred pages.</p>
<p>You can also see the scope for mistakes or inconsistencies to creep in &#8211; resulting in your links being styled differently on different pages.</p>
<p>Web pages were originally based on tables.  That&#8217;s how the page was divided up into the different columns or areas (sidebars, for example).</p>
<p>These tables also had to be defined and styled on a table-by-table basis.</p>
<p>Not only was this highly labour intensive, it meant that each web page contained a lot of code &#8211; the stuff that tells the browser how to display the files &#8211; and that tended to slow down page-load times.</p>
<p>So CSS was developed, to improve the efficiency of managing the look and feel of websites.</p>
<p><strong>Website styling with CSS</strong>.</p>
<p>Prior to CSS the content of the site, and the code that defined the styling, were inter-mingled.</p>
<p>With CSS the principle is to <em>separate </em>the content from the styling, so you can manage each individually.</p>
<p>The advantage of this is that you can first define the look and feel you want for your website then, once that&#8217;s done, all you need to do is focus on the content.</p>
<p>Plus, by managing the look and feel separately, you no longer need to change each page when you want to change a styling element.</p>
<p>Taking the example I used earlier: if you want to change the colour of links in your site you only need to make one change in your stylesheet and the new colour will be applied consistently throughout your site.</p>
<p>Much quicker, and no more risk of inconsistencies.</p>
<p><strong>So how does CSS work?</strong></p>
<p>CSS is driven by a file called a Stylesheet. You create the stylesheet as a separate file and you put a link to the stylesheet file in the HEAD section of your website.</p>
<p>This tells the browser where to get the information about how to layout the page.</p>
<p>The stylesheet file is one of the files that the web server will send to the web browser when the link requesting the page is typed in. The description of how that works <a title="How a Website Works" href="http://www.wealthydragon.com/blog/2009/06/03/how-website-work/" target="_blank">is here</a>.</p>
<p>With CSS you no longer use tables to define the layout of your page. Instead you use divisions, which are called divs.</p>
<p>So now, when you want to define a sidebar in the page of your site, you no longer have to define the table and all its attributes.  You simply insert the name of the div as an HTML command.  The web browser then takes the div&#8217;s definitions from the stylesheet and applies them.</p>
<p>As a result there is a lot less code on the page (in relation to the content) so the page loads more quickly.</p>
<p>The better you become at using CSS the more efficient you can make the styling of your site.</p>
<p><strong>So, to summarise</strong>:</p>
<ol>
<li>The principle of CSS is to separate a website&#8217;s styling from its content so they can be managed separately</li>
<li>CSS is driven by a separate file called a stylesheet, which tells the web browser how to layout the page.</li>
<li>To change the style of an element in your website you only need to change that element in one place: the stylesheet.</li>
<li>CSS uses divs, which are defined in the stylesheet, not tables to create separate sections of a web page.</li>
<li>By separating the styling from the content and eliminating the need for tables, CSS reduces the amount of code in relation to content on a page, which results in faster page-load times.</li>
</ol>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2010/07/29/improve-cross-browser-compatibility/' rel='bookmark' title='Permanent Link: 1 Easy Way to Improve Cross-Browser Compatibility'>1 Easy Way to Improve Cross-Browser Compatibility</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/06/03/how-website-work/' rel='bookmark' title='Permanent Link: How Does a Website Work?'>How Does a Website Work?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/01/18/how-to-build-a-variable-width-website/' rel='bookmark' title='Permanent Link: How to Build a Variable Width Website'>How to Build a Variable Width Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2009/06/11/what-is-css/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>What is FTP?</title>
		<link>http://www.wealthydragon.com/blog/2009/06/08/what-is-ftp/</link>
		<comments>http://www.wealthydragon.com/blog/2009/06/08/what-is-ftp/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 12:16:30 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[internet marketing resources]]></category>
		<category><![CDATA[web pages]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=836</guid>
		<description><![CDATA[Before I started building websites FTP was one of those terms that I heard but never understood. In fact, I initially hoped I could run an on-line business without ever needing to build a website just so I didn&#8217;t have to deal with things like FTP  Well, I found out the hard way I couldn&#8217;t [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/05/14/setup-and-use-ftp/' rel='bookmark' title='Permanent Link: How to Setup and Use FTP'>How to Setup and Use FTP</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/06/03/how-website-work/' rel='bookmark' title='Permanent Link: How Does a Website Work?'>How Does a Website Work?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/07/13/gzip-speed-up-site-load-time/' rel='bookmark' title='Permanent Link: Do Better on Google: Speed Up Your Site Load Time'>Do Better on Google: Speed Up Your Site Load Time</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F06%2F08%2Fwhat-is-ftp%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F06%2F08%2Fwhat-is-ftp%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Fast Communication" src="http://www.wealthydragon.com/blogbanners/tran-land-09.jpg" alt="" width="160" height="120" />Before I started building websites FTP was one of those terms that I heard but never understood.</p>
<p>In fact, I initially hoped I could run an on-line business without ever needing to build a website just so I didn&#8217;t have to deal with things like FTP  <img src='http://www.wealthydragon.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Well, I found out the hard way I couldn&#8217;t do that &#8211; so I ended up getting to grips with it.</p>
<p>And here&#8217;s what it is:   <span id="more-836"></span></p>
<p>FTP stands for File Transfer Protocol and it&#8217;s simply the means by which you move files from your PC to your web server and back again.</p>
<p>In <a title="How Websites Work" href="http://www.wealthydragon.com/blog/2009/06/03/how-website-work/" target="_blank">this article</a> I said that a web page is made up of lots of files that Internet Explorer receives from the web server and arranges on your screen, so you can see the web page.</p>
<p>In many cases web designers work offline, creating the files that make up their pages using tools that they have on their PC.</p>
<p>For example, the graphic I have at the top of this page is a single file, which I made by editing a much larger picture and adding the text.  To do that I used a graphics tool that sits on my PC.</p>
<p>Having made up the file I then had to transfer it to my web server so it can be displaid whenever anyone types the link to this page.</p>
<p>I used FTP to do that.</p>
<p>Luckily, today we don&#8217;t need to know the ins and outs of how FTP actually works, because there are software packages that take care of all that for us.</p>
<p>All we have to do is learn how to use the software packages &#8211; there&#8217;s a description of <a title="How to Set Up FTP" href="http://www.wealthydragon.com/blog/2009/05/14/setup-and-use-ftp/" target="_blank">how to do that here</a>.</p>
<p><a title="How Websites Work" href="http://www.wealthydragon.com/blog/2009/06/03/how-website-work/" target="_self">In this post</a> I talked about Internet Explorer on your PC being the client because it&#8217;s what the server serves web pages to.</p>
<p>Many programs that people use to work online need a version that sits on the server and a version that sits on your PC.</p>
<p>These two versions work together to make sure they can carry out whatever they&#8217;re designed to do.</p>
<p>That applies to FTP.  So there&#8217;s a version that sits on your PC, which is called the FTP client, and a version that sits on the server.</p>
<p>There are lots of FTP clients available and they all work to the same standards, so that they can communicate and work with the server end.</p>
<p>They also work in pretty much the same way at the client end (your PC), but the user interface (what you see on the screen) looks different as each manufacturer tries to make their version more user friendly, or give it distinguishing features.</p>
<p>All you need to do, then, is to install an FTP client on your PC, make the connection with your FTP account on the server and you&#8217;re good to go.  <a title="How to Set Up FTP" href="http://www.wealthydragon.com/blog/2009/05/14/setup-and-use-ftp/" target="_blank">Here&#8217;s a description of how to do that</a>.</p>
<p>Using the FTP client on your PC is exactly the same as using Windows Explorer.  You simply drag and drop your files where you want them to go and the FTP client takes care of the rest.</p>
<p>Couldn&#8217;t be easier, but for a more detailed description <a title="How to Set Up FTP" href="http://www.wealthydragon.com/blog/2009/05/14/setup-and-use-ftp/" target="_blank">read this</a>.</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/05/14/setup-and-use-ftp/' rel='bookmark' title='Permanent Link: How to Setup and Use FTP'>How to Setup and Use FTP</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/06/03/how-website-work/' rel='bookmark' title='Permanent Link: How Does a Website Work?'>How Does a Website Work?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/07/13/gzip-speed-up-site-load-time/' rel='bookmark' title='Permanent Link: Do Better on Google: Speed Up Your Site Load Time'>Do Better on Google: Speed Up Your Site Load Time</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2009/06/08/what-is-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Does a Website Work?</title>
		<link>http://www.wealthydragon.com/blog/2009/06/03/how-website-work/</link>
		<comments>http://www.wealthydragon.com/blog/2009/06/03/how-website-work/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 12:55:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[web pages]]></category>
		<category><![CDATA[website builders]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=831</guid>
		<description><![CDATA[A friend told me the other day that although he read all my articles he didn&#8217;t understand any of them.  Not one. Which gave me an idea &#8230; Why not set up a new category and write a bunch of articles for people who are absolutely, completely new to the web (and possibly a bit [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/06/08/what-is-ftp/' rel='bookmark' title='Permanent Link: What is FTP?'>What is FTP?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/07/29/improve-cross-browser-compatibility/' rel='bookmark' title='Permanent Link: 1 Easy Way to Improve Cross-Browser Compatibility'>1 Easy Way to Improve Cross-Browser Compatibility</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/06/11/what-is-css/' rel='bookmark' title='Permanent Link: What is CSS?'>What is CSS?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F06%2F03%2Fhow-website-work%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F06%2F03%2Fhow-website-work%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Person getting help" src="http://www.wealthydragon.com/blogbanners/ppl-wom-0179.jpg" alt="" width="120" height="160" />A friend told me the other day that although he read all my articles he didn&#8217;t understand any of them.  Not one.</p>
<p>Which gave me an idea &#8230;</p>
<p>Why not set up a new category and write a bunch of articles for people who are absolutely, completely new to the web (and possibly a bit nervous of the technology)?</p>
<p>Sounded like a good idea to me, so here&#8217;s the first one:</p>
<p>How a website works.   <span id="more-831"></span></p>
<p><strong>How are web pages made up?</strong></p>
<p>A web page is made up from lots of different files: pictures, text, diagrams and so on.</p>
<p>When you surf the Internet from your PC you&#8217;re using a web browser &#8211; Internet Explorer for example.</p>
<p>So when you look at a web page on your PC, Internet Explorer receives all these files and puts them together to display the web page as you see it.</p>
<p>All these files have to be stored somewhere centrally, so that anyone using the Internet can see the web page from anywhere in the world.</p>
<p>The place where they&#8217;re stored is called a web server, or simply just a server. This is because it serves websites to people who ask to see them.</p>
<p>And the tool that you use to pass this request to the web server is your web browser &#8211; Internet Explorer.</p>
<p>Your web browser is also known as the client, because it&#8217;s the party to which the server serves the files.</p>
<p><strong>So what happens when you type in a link?</strong></p>
<p>When you type a link into your web browser this is what happens:</p>
<p><img class="aligncenter" title="Basic Web Transaction" src="http://www.wealthydragon.com/blogbanners/webbasics1.JPG" alt="" width="445" height="260" /><br />
Your web browser (Internet Explorer) sends a request to the web server that stores the files (1 above)</p>
<p>The web server looks up the page that&#8217;s been asked for, collects all the files that make up that page, and then sends them all back to your web browser (2 above).</p>
<p>Your browser receives the files and lays them out on the screen so that the web page is displaid for you to read.</p>
<p>Nothing too complex there, right?</p>
<p>Great &#8211; you now know how web pages work.</p>
<p><strong>So what about all that jargon and those abbreviations?</strong></p>
<p>The base language (or code) that web browsers use is HTML.  You&#8217;ll hear that mentioned quite a lot.</p>
<p>But HTML is a pretty basic language and, actually, very simple.</p>
<p>So other languages (or codes) have been developed to enable more and more functionality to be built into websites.</p>
<p>These codes all have to work with HTML.  So think of HTML as the base platform which all these other codes sit on top of.</p>
<p>Some of these codes use the power of the web servers to manipulate information that people visiting the web page type in. They&#8217;re then able to take pre-defined actions based on the information they see.</p>
<p>For example, if a site is age restricted and someone types in an age that&#8217;s below the limit, a language like PHP will take that age information, check it against the age limit, see that the viewer is too young and prevent them from accessing the site.</p>
<p>Other codes, like CSS, have been developed to improve the efficiency with which things like font styles and colour schemes are defined and displaid.</p>
<p>The last code type you&#8217;ll hear about are scripts.  These are bits of code that take the same action each time something happens.</p>
<p>For example, statistics on the number of visitors a site receives are often driven by scripts. Every time someone uses their web browser to look at a page which has the script on it, the script will send a message to its server telling the server there&#8217;s been another page view.</p>
<p><strong>So, to summarise:</strong></p>
<ol>
<li>The files that make up a web page are stored on a server so they can be accessed by anyone from anywhere</li>
<li>When you type a link into your web browser, it sends a request to the server. The server collects all the relevant files for that page and sends them back to the web browser</li>
<li>The browser receives all these files and lays them out on your screen</li>
<li>The base language that web browsers use is HTML</li>
<li>Other code languages are used to add additional functionality: PHP, CSS and Scripts are the main ones, but there are lots of others and they all have to work with HTML.</li>
</ol>
<p>Next time we&#8217;ll look at another term you&#8217;ll hear a lot of: FTP.</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/06/08/what-is-ftp/' rel='bookmark' title='Permanent Link: What is FTP?'>What is FTP?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/07/29/improve-cross-browser-compatibility/' rel='bookmark' title='Permanent Link: 1 Easy Way to Improve Cross-Browser Compatibility'>1 Easy Way to Improve Cross-Browser Compatibility</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/06/11/what-is-css/' rel='bookmark' title='Permanent Link: What is CSS?'>What is CSS?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2009/06/03/how-website-work/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Build a Variable Width Website</title>
		<link>http://www.wealthydragon.com/blog/2009/01/18/how-to-build-a-variable-width-website/</link>
		<comments>http://www.wealthydragon.com/blog/2009/01/18/how-to-build-a-variable-width-website/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 02:06:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[variable width websites]]></category>
		<category><![CDATA[web pages]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=358</guid>
		<description><![CDATA[Why would you want to build a variable-width website? Because the range of screen widths on which people browse the internet now ranges from around 12 inches to twice that size. And if you choose to view your PC through your TV you could be viewing web pages on screens many times bigger than people [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/10/01/variable-width-websites-update/' rel='bookmark' title='Permanent Link: Variable Width Websites: An Update'>Variable Width Websites: An Update</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/02/04/variable-width-websites-another-one-converted/' rel='bookmark' title='Permanent Link: Variable Width Websites: Another One Converted'>Variable Width Websites: Another One Converted</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/07/22/search-engine-optimised-page/' rel='bookmark' title='Permanent Link: How to Create a Search Engine Effective Web Page'>How to Create a Search Engine Effective Web Page</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F01%2F18%2Fhow-to-build-a-variable-width-website%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F01%2F18%2Fhow-to-build-a-variable-width-website%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" src="http://www.wealthydragon.com/blogbanners/PEOP0233.jpg" alt="" width="96" height="130" />Why would you want to build a variable-width website?</p>
<p>Because the range of screen widths on which people browse the internet now ranges from around 12 inches to twice that size.</p>
<p>And if you choose to view your PC through your TV you could be viewing web pages on screens many times bigger than people were using just a few years ago.</p>
<p>So if you build a fixed-width site that fits onto a 12 inch screen, the person using a wide-screen is going to see your site as a narrow strip down the middle.</p>
<p>Which doesn&#8217;t look so good.</p>
<p>Luckily, building a variable-width site is very easy, as long as you&#8217;re using CSS.  And if you&#8217;re not yet building your sites with CSS you should really start.  It greatly improves cross-browser compatibility and enables faster loading.<span id="more-358"></span></p>
<p>Building a site with CSS (as opposed to tables) means you need to think of the content of your site as being enclosed in a series of containers.  These containers are called &#8216;divs&#8217;.</p>
<p>You start with your main container, or div, and then create smaller containers which sit inside it and which you position by telling them to float left or right.  This creates the layout of your pages.</p>
<p>You style your divs (background colour, text alignment, font type, etc.) by defining those attributes in your stylesheet.  And there are loads of free CSS editors that makes this process a real cinch.</p>
<p>You then put your content &#8211; text, images, scripts etc. &#8211; inside the relevant containers (divs), based on where you want it to appear on your page.</p>
<p>If you&#8217;re new to CSS and would like to learn there&#8217;s an <a title="CSS Tutorial" href="http://www.subcide.com/tutorials/csslayout/index.aspx" target="_blank">excellent tutorial here</a>.  This is the tutorial that got me started on CSS and it&#8217;s really worth a look if you&#8217;re new to CSS and interested in getting started.</p>
<p><strong>So how do you create a variable-width site?</strong></p>
<p>The easiest way is by specifying the width of your main div (the one that contains all the others) as a percentage value, rather than a specific width.</p>
<p>That will cause it to adjust to the specified percent of the width of the screen it&#8217;s being viewed on.</p>
<p>Some of your divs (for example the divs that form your sidebars) will probably have fixed widths specified.  That&#8217;s fine, and they&#8217;ll retain their fixed width within your main div.</p>
<p>You do, though, need to make sure that the div containing your main content does not have a fixed width specified.</p>
<p>For example:  if your page has a div which contains your primary content and a right sidebar which contains testimonials, you would typically specify the width of the div containing the right sidebar (for example 200px) and tell that div to float right.</p>
<p>You would then specify a right margin of 200 px for your content div, which would cause the divs to sit side by side. (Remember &#8211; these are enclosed within, and bounded by, the main div so they position themselves in relation to that).</p>
<p>However, although you&#8217;ve specified a right margin of 200 px for your content div, you&#8217;ve not specified a width.</p>
<p>This means that when the width of your main div expands because it&#8217;s being viewed on a wide screen, your content div is able to expand as well.</p>
<p>It will still retain a right margin of 200px and your sidebar div will retain its fixed width of 200 px, so the relationship of those two will not be changed.</p>
<p><strong>A couple of things to keep in mind:</strong></p>
<p>Make sure that your header and footer are designed so that they can accommodate varying widths.</p>
<p>That means that if you use an image in your header you need to put this into its own fixed width div, which will then sit (centred) inside your header div.</p>
<p>The width of the header div will expand and contract with the different screen sizes but your fixed width and centred div containing your header image will stay centred and in place.</p>
<p>You also need to consider images contained within your content.</p>
<p>As the width of your content div expands it may reduce the number of lines in a paragraph.  So on a 12 inch screen a paragraph may have 6 lines but on a 24 inch screen this may reduce to 4, because of the extra line length.</p>
<p>Therefore you need to consider whether this would cause images contained within text to become incorrectly positioned.</p>
<p>I&#8217;ve just converted one of my sites (one of my secondary blogs which I didn&#8217;t mind experimenting on!) to a variable width site.  I&#8217;m pleased with that one, and I now need to get started on the rest.</p>
<p><em>Update 7th May, 2009</em></p>
<p>I wrote another post expanding on this one when I came across a problem while converting my second site.</p>
<p>You can <a title="Variable Width Websites" href="http://www.wealthydragon.com/blog/2009/02/04/variable-width-websites-another-one-converted/" target="_blank">find it here</a>.</p>
<p><em>Update 1st October, 2009</em></p>
<p>I eventually decided to move to a combination of fixed and variable widths &#8211; and wrote an updated article explaining why. You can <a title="Variable Width Websites: an Update" href="http://www.wealthydragon.com/blog/2009/10/01/variable-width-websites-update/" target="_blank">find it here</a>.</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/10/01/variable-width-websites-update/' rel='bookmark' title='Permanent Link: Variable Width Websites: An Update'>Variable Width Websites: An Update</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/02/04/variable-width-websites-another-one-converted/' rel='bookmark' title='Permanent Link: Variable Width Websites: Another One Converted'>Variable Width Websites: Another One Converted</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/07/22/search-engine-optimised-page/' rel='bookmark' title='Permanent Link: How to Create a Search Engine Effective Web Page'>How to Create a Search Engine Effective Web Page</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2009/01/18/how-to-build-a-variable-width-website/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
