<?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>CreateBetterWebsites.com</title>
	<atom:link href="http://www.createbetterwebsites.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.createbetterwebsites.com</link>
	<description>Learn How to Create Better Websites</description>
	<lastBuildDate>Wed, 28 Jul 2010 20:42:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Translate Webpage Content</title>
		<link>http://www.createbetterwebsites.com/how-to-translate-webpage-content.html</link>
		<comments>http://www.createbetterwebsites.com/how-to-translate-webpage-content.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 19:37:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=585</guid>
		<description><![CDATA[How to Translate Webpage Content into multiple languages using google translator tools.]]></description>
			<content:encoded><![CDATA[<p>Do you want to translate webpage content on your website to different languages?  It&#8217;s a great idea to offer translation if your site caters to international visitors.</p>
<p>There is one very easy and simple way to do this using Google translate on your website.  Visit the <a href="http://translate.google.com/translate_tools">google translate</a> site and follow the instructions.</p>
<p>You can choose all languages or specific languages if you like.  For example if I want to translate webpage to only Russian then in the Google translate tool I choose specific languages and then just select Russian and English.  Always add English as well.  This way your user&#8217;s can go back to English as well.</p>
<p>It gives me the following code to copy and past on to translate this webpage to Russian.</p>
<blockquote><p>
&lt;div id=&#8221;google_translate_element&#8221;&gt;&lt;/div&gt;&lt;script&gt;<br />
function googleTranslateElementInit() {<br />
new google.translate.TranslateElement({<br />
pageLanguage: &#8216;en&#8217;,<br />
includedLanguages: &#8216;en,ru&#8217;<br />
}, &#8216;google_translate_element&#8217;);<br />
}<br />
&lt;/script&gt;&lt;script src=&#8221;http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&#8221;&gt;&lt;/script&gt;
</p></blockquote>
<p>And this is how it looks on your website.  You can place it anywhere of course.  Try it out and see how it works.</p>
<div id="google_translate_element"></div>
<p><script>
function googleTranslateElementInit() {
  new google.translate.TranslateElement({
    pageLanguage: 'en',
    includedLanguages: 'en,ru'
  }, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></p>
<p>On this <a href="http://www.strongshape.com">Strength Training</a> site for example, you&#8217;ll see it on the top right column for every language.  So user&#8217;s can translate all pages to any language.</p>
<p>NOTE: On this particular webpage the code above gets translated as well.  Which I don&#8217;t want.  But I don&#8217;t know how to avoid that.  So if you are translating this and want to copy the code from here make sure you go back to English first then copy the code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createbetterwebsites.com/how-to-translate-webpage-content.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Build an E-Commerce Website</title>
		<link>http://www.createbetterwebsites.com/how-to-build-e-commerce-website.html</link>
		<comments>http://www.createbetterwebsites.com/how-to-build-e-commerce-website.html#comments</comments>
		<pubDate>Tue, 27 Jul 2010 22:21:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[E-Commerce]]></category>

		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=578</guid>
		<description><![CDATA[So you want to sell online but you&#8217;re not sure where to begin or what you need to get started and get going. E-Commerce sounds like a scary word but it&#8217;s not. With some careful planning and research anyone can setup an E-Commerce site. You can end up paying anywhere from zero dollars to thousands [...]]]></description>
			<content:encoded><![CDATA[<p>So you want to sell online but you&#8217;re not sure where to begin or what you need to get started and get going.  E-Commerce sounds like a scary word but it&#8217;s not.  </p>
<p>With some careful planning and research anyone can setup an E-Commerce site.<br />
You can end up paying anywhere from zero dollars to thousands of dollars to get started.  It all depends on your needs and requirements.  </p>
<p>Don&#8217;t worry though even If you&#8217;re on a low budget you have some great options.  Before you build it do a little research to decide on a few things first.  So what all do you need to get started?</p>
<p>There are 5 main things you must have to get up and running with your online store.</p>
<ol>
<li><strong>Domain Name:</strong>  This is the first thing you need make sure you choose a domain name that reflect your business name well or something catchy and easy to remember.</li>
<p></p>
<li><strong>Hosting Account:</strong> You&#8217;ll also need a place where you can store all the information, files, images, customer information etc that are used for your website.  A hosting account is a server or computer that stores your files and serves them on the internet to your users.
<p>The things to look for in a hosting account are how much space and bandwidth do they provide.  Some hosting accounts also offer free shopping cart systems that can be setup with a click of a button.    </p>
<p>Another thing to look for is if they offer SSL certificates.  See below to learn what this is.  Some hosts offer free shared SSL and also the option to buy your own.
</li>
<p></p>
</li>
<li><strong>Merchant Account:</strong>  A merchant account is used to receive payments from the customers online.  Some merchant accounts also allow you to process payments by phone as well.  Paypal, Authorize.net, Google Checkout, Amazon are all good merchant account options.
</li>
<p><br/></p>
<li><strong>Shopping Cart:</strong>  A shopping cart is the framework or the interface by which customers can place their orders.  These are the pages you see online when you purchase things.  The include the products, your buy buttons, checkout and all that is needed to process and integrate your shopping cart.
<p>There are many shopping carts out there making it difficult to choose one.  Some hosts offer free shopping carts.  Read the article on <a href="http://www.createbetterwebsites.com/free-shopping-cart.html">How to Choose a Free Shopping Cart</a>.
</li>
<p><br/></p>
<li><strong>Shared or Private SSL:</strong>  Finally you need a way to make your payment pages and personal information pages secure (HTTPS).  Notice when your buy online you are taken to a secure page to enter you payment information.
<p>The address displayed in your browser&#8217;s url is proceeded by https instead of http. An SSL certificate allows you to serve secure pages (payment pages) over HTTPS instead of HTTP.  This encrypts the data as it&#8217;s sent through the internet for processing and secures the entered information.</p>
<p>Without the SSL your customers wont trust you and will not buy from you.  Make sure you payment system is secure.</p>
</li>
<p> <br/><br />
Learning how to build an E-Commerce site  can be a complicated or as simple task depending on what you need.  If you&#8217;re not sure and are stuck you can always hire a pro to setup your store for you from start to finish.  Make sure you setup a system that you can easily maintain yourself once it&#8217;s all setup.</p>
<p>Visit our <a href="http://www.createbetterwebsites.com/website-design">Web Design page to see our rates for an E-Commerce site.  If you are in need of something more unique don&#8217;t hesitate to <a href="http://www.createbetterwebsites.com/contact">contact us</a> and ask for a quote.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createbetterwebsites.com/how-to-build-e-commerce-website.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS DIV Code Instead of Tables</title>
		<link>http://www.createbetterwebsites.com/css-div-code-instead-of-tables.html</link>
		<comments>http://www.createbetterwebsites.com/css-div-code-instead-of-tables.html#comments</comments>
		<pubDate>Mon, 26 Jul 2010 18:10:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=524</guid>
		<description><![CDATA[It&#8217;s always better to use CSS div code instead of tables for layout items in HTML. Use tables only if you have tabular data and lots of it. But if for example you just want to display a 1 row, two column item on your pages use div&#8217;s. Here&#8217;s a n example. This is the [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always better to use CSS div code instead of tables for layout items in HTML.  Use tables only if you have tabular data and lots of it.  But if for example you just want to display a 1 row, two column item on your pages use div&#8217;s.</p>
<p>Here&#8217;s a n example.</p>
<div style="width: 48%;  float: left; font-weight: bold; padding: 10px  0 10px 0;">This is the first column.  I can put anything in here.</div>
<div style="width: 48%; float: right; font-weight: bold; padding: 10px  0 10px 0;">This is the second column and again I can insert anything in place of this text.</div>
<p></p>
<div style="clear:both;">
The rest of your content goes here below the two columns.  This part needs to be styled to clear: both.  See the code below for this.
</div>
<p>Here&#8217;s the HTML Code for the above example:</p>
<blockquote><p>
&lt;div id=&#8221;col1&#8243;&gt;This is the first column.  I can put anything in here.&lt;/div&gt;<br />
&lt;div id=&#8221;col2&#8243;&gt;This is the second column and again I can insert anything in place of this text.&lt;/div&gt;<br />
&lt;div id=&#8221;content-below&#8221;&gt;</p>
<p>This is the rest of the content below the columns.</p>
<p>&lt;/div&gt;
</p></blockquote>
<p>Here is the CSS code for the above;</p>
<blockquote><p>
#col1 {<br />
width: 48%;<br />
float: left;<br />
font-weight: bold;<br />
padding: 10px  0 10px 0;<br />
}<br />
#col2 {<br />
width: 48%;<br />
float: right;<br />
font-weight: bold;<br />
clear: right;<br />
padding: 10px  0 10px 0;<br />
}<br />
#content-below {<br />
clear: both<br />
}</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.createbetterwebsites.com/css-div-code-instead-of-tables.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Accept Credit Cards on Your Website</title>
		<link>http://www.createbetterwebsites.com/how-to-accept-credit-cards-on-your-website.html</link>
		<comments>http://www.createbetterwebsites.com/how-to-accept-credit-cards-on-your-website.html#comments</comments>
		<pubDate>Fri, 11 Jun 2010 16:49:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[E-Commerce]]></category>

		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=493</guid>
		<description><![CDATA[Growing Your Business &#8211; How To Accept Credit Cards on your Website In the fast paced age of the internet, not accepting credit cards can be a death blow to a growing business trying to make a name for itself on the web. Customers are unwilling to send checks online when they can move on [...]]]></description>
			<content:encoded><![CDATA[<h2>Growing Your Business &#8211; How To Accept Credit Cards on your Website</h2>
<p>In the fast paced age of the internet, not accepting credit cards can be a death blow to a growing business trying to make a name for itself on the web. Customers are unwilling to send checks online when they can move on to the next merchant and pay by credit card. It is imperative that businesses that wish to grow and thrive learn how to accept credit cards online.</p>
<h2>Decide on an Account Type</h2>
<p>The first step is determining if your business will be using its own merchant account or using a third party merchant account. Each type has its own advantages and disadvantages.</p>
<p>To get your own account, your business will need to open a merchant account at a bank. Each country has its own requirements and restrictions. Your bank can give you more information about opening a merchant account. Using your own account adds a degree of professionalism to your website, but can come with a hefty start up cost, and the liability of accepting your own credit card transactions.</p>
<p>Third party merchants are a better choice for smaller businesses that lack the capital and infrastructure to handle their own transactions. A third party merchant handles all the back-end involved in processing credit card payments, but for a higher transaction fee.</p>
<h2>Choosing a Merchant</h2>
<p>If you&#8217;re setting up your own merchant account, you&#8217;ll be handling all credit card transactions yourself, and your local bank can walk you through the proper steps. If you choose to use a third party merchant, you&#8217;ll want to pick a company with a proven track record, good administration, and reliability. Here are a few of the more well known merchants.</p>
<p><strong>Paypal: </strong>One of the forefathers of internet commerce, Paypal is both reliable and easy to use. Personal accounts cannot accept credit card payments, but Premier and Business accounts can, and per transaction, it&#8217;s cheaper than most other 3rd party merchants.</p>
<p><strong>Amazon Store: </strong>The web store at Amazon gives the seller access to the customers from the Amazon search engine. They use a per month charge, but are reputable and recognizable.</p>
<p><strong>Google Checkout: </strong> With prices comparable to Paypal, Google Checkout allows merchants to sell goods, both real and digital, as well as services and subscriptions.</p>
<p><stron>CCBill: </strong> A powerhouse in the internet merchant market, CCBill offers security, reliability and professional support, but you pay for those features with a heftier revenue percentage.</p>
<p><strong>CCNow: </strong>A 3rd party merchant for physical goods. They charge a retail margin of about 5% with small fees for extra services.</p>
<h2>Setting up Your Shop</h2>
<p>Most of the third party merchants offer pre-made forms that you can customize to fit the theme and layout of your website. Some merchants, like Amazon, allow you to create your entire site within the boundary of their main merchant site, saving you money on hosting services for your company.</p>
<p>Whether you choose a 3rd party merchant, or you decide to set up your own merchant account, it&#8217;s important that you use the most secure options available. More and more consumers are venturing online for their shopping needs. Customer trust is a valuable commodity, and any business looking to participate in e-commerce must learn how to accept credit cards online in a safe and secure way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createbetterwebsites.com/how-to-accept-credit-cards-on-your-website.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vertical Collapsible, Expandable Menu</title>
		<link>http://www.createbetterwebsites.com/vertical-collapsible-expandible-menu.html</link>
		<comments>http://www.createbetterwebsites.com/vertical-collapsible-expandible-menu.html#comments</comments>
		<pubDate>Tue, 25 May 2010 23:39:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[collapsible menu]]></category>
		<category><![CDATA[expandable menu]]></category>

		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=419</guid>
		<description><![CDATA[A vertical collapsible, expandable menu is a great way to organize a large site and create a much more user friendly experience.  A navigation menu is probably one of the most critical pieces in web design. ]]></description>
			<content:encoded><![CDATA[<p><script src="http://www.createbetterwebsites.com/scripts/collapsable-menu.js" type="text/javascript"></script></p>
<link href="http://www.createbetterwebsites.com/scripts/collapsable-menu.css" rel="stylesheet" type="text/css">
A vertical collapsible, expandable menu is a great way to organize a large site and create a much more user friendly experience.  A navigation menu is probably one of the most critical pieces in web design.  So making your navigation subcats easy to find and all in one location can be a great way to help your user&#8217;s find things on your website.</p>
<p>In this article I show by example a vertical collapsible, expandable menu which is extremely easy to implement and can be great for organizing large navigation systems.</p>
<p>Start by organizing your menu subcats into categories and subcategories.</p>
<h2>Menu Example</h2>
<p>Click on the links below to expand and collapse the categories.</p>
<ul id="nav">
<li> <a id="pm1" class="span" onclick="menuexpand('m1');return false;" href="#">Category 1</a>
<ul id="m1">
<li><a href="#">subcat 1a</a></li>
<li><a href="#">subcat 1b</a></li>
<li><a href="#">subcat 1c</a></li>
<li><a href="#">subcat 1d</a></li>
</ul>
</li>
<li> <a id="pm2" class="span" onclick="menuexpand('m2');return false;" href="#">Category 2</a>
<ul id="m2">
<li><a href="#">subcat 2a</a></li>
<li><a href="#">subcat 2b</a></li>
<li><a href="#">subcat 2c</a></li>
<li><a href="#">subcat 2d</a></li>
</ul>
</li>
<li> <a id="pm3" class="span" onclick="menuexpand('m3');return false;" href="#">Category 3</a>
<ul id="m3">
<li><a href="#">subcat 3a</a></li>
<li><a href="#">subcat 3b</a></li>
<li><a href="#">subcat 3c</a></li>
<li><a href="#">subcat 3d</a></li>
</ul>
</li>
<li> <a id="pm4" class="span" onclick="menuexpand('m4');return false;" href="#">Category 4</a>
<ul id="m4">
<li><a href="#">subcat 4a</a></li>
<li><a href="#">subcat 4b</a></li>
<li><a href="#">subcat 4c</a></li>
<li><a href="#">subcat 4d</a></li>
</ul>
</li>
<li> <a id="pm5" class="span" onclick="menuexpand('m5');return false;" href="#">Category 5</a>
<ul id="m5">
<li><a href="#">subcat 5a</a></li>
<li><a href="#">subcat 5b</a></li>
<li><a href="#">subcat 5c</a></li>
<li><a href="#">subcat 5d</a></li>
</ul>
</li>
</ul>
<p>The first thing you&#8217;ll need is the Javascript code which collapses and expands the menu.</p>
<blockquote><p>var myvar;<br />
function menuinit() {<br />
document.getElementById(&#8216;m1&#8242;).style.display = &#8216;none&#8217;;<br />
document.getElementById(&#8216;m2&#8242;).style.display = &#8216;none&#8217;;<br />
document.getElementById(&#8216;m3&#8242;).style.display = &#8216;none&#8217;;<br />
document.getElementById(&#8216;m4&#8242;).style.display = &#8216;none&#8217;;<br />
document.getElementById(&#8216;m5&#8242;).style.display = &#8216;none&#8217;;</p>
<p>}<br />
function menuexpand (i) {<br />
menuinit();<br />
if (myvar == i) {<br />
document.getElementById(i).style.display = &#8216;none&#8217;;<br />
myvar = &#8221;;<br />
}<br />
else {<br />
document.getElementById(i).style.display = &#8216;block&#8217;;<br />
myvar = i;<br />
}<br />
}</p>
<p>if ( typeof window.addEventListener != &#8220;undefined&#8221; )<br />
window.addEventListener( &#8220;load&#8221;, menuinit, false );<br />
else if ( typeof window.attachEvent != &#8220;undefined&#8221; ) {<br />
window.attachEvent( &#8220;onload&#8221;, menuinit );<br />
}<br />
else {<br />
if ( window.onload != null ) {<br />
var oldOnload = window.onload;<br />
window.onload = function ( e ) {<br />
oldOnload( e );<br />
menuinit();<br />
};<br />
}<br />
else<br />
window.onload = init;<br />
}</p></blockquote>
<p>To add additional categories to this you&#8217;ll need to add to the Javascript as well.  For example to add a sixth category to this menu, simply add the following line of code to the end of the menuinit() function.</p>
<blockquote><p>document.getElementById(&#8216;m5&#8242;).style.display = &#8216;none&#8217;;</p></blockquote>
<p>You can add as many extra categories as you need this way.</p>
<h2>The HTML code</h2>
<blockquote><p>&lt;ul id=&#8221;nav&#8221;&gt;<br />
&lt;li&gt; &lt;a id=&#8221;pm1&#8243; onclick=&#8221;menuexpand(&#8216;m1&#8242;);return false;&#8221; href=&#8221;#&#8221;&gt;Category 1&lt;/a&gt;<br />
&lt;ul id=&#8221;m1&#8243;&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 1a&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 1b&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 1c&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 1d&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt; &lt;a id=&#8221;pm2&#8243; onclick=&#8221;menuexpand(&#8216;m2&#8242;);return false;&#8221; href=&#8221;#&#8221;&gt;Category 2&lt;/a&gt;<br />
&lt;ul id=&#8221;m2&#8243;&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 2a&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 2b&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 2c&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 2d&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt; &lt;a id=&#8221;pm3&#8243; onclick=&#8221;menuexpand(&#8216;m3&#8242;);return false;&#8221; href=&#8221;#&#8221;&gt;Category 3&lt;/a&gt;<br />
&lt;ul id=&#8221;m3&#8243;&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 3a&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 3b&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 3c&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 3d&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt; &lt;a id=&#8221;pm4&#8243; onclick=&#8221;menuexpand(&#8216;m4&#8242;);return false;&#8221; href=&#8221;#&#8221;&gt;Category 4&lt;/a&gt;<br />
&lt;ul id=&#8221;m4&#8243;&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 4a&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 4b&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 4c&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 4d&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt; &lt;a id=&#8221;pm5&#8243; onclick=&#8221;menuexpand(&#8216;m5&#8242;);return false;&#8221; href=&#8221;#&#8221;&gt;Category 5&lt;/a&gt;<br />
&lt;ul id=&#8221;m5&#8243;&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 5a&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 5b&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 5c&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;subcat 5d&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;</p></blockquote>
<h3>Download the files</h3>
<p><a href="http://www.createbetterwebsites.com/scripts/collapsable-menu.css">The CSS File</a><br />
<a href="http://www.createbetterwebsites.com/scripts/collapsable-menu.js">The Javascript File</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createbetterwebsites.com/vertical-collapsible-expandible-menu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Robots Mets Tag on a Website</title>
		<link>http://www.createbetterwebsites.com/robots-meta-tag.html</link>
		<comments>http://www.createbetterwebsites.com/robots-meta-tag.html#comments</comments>
		<pubDate>Thu, 06 May 2010 19:09:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[robots meta tags]]></category>

		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=388</guid>
		<description><![CDATA[The <strong>Robots Meta Tag</strong> is used mainly when you don't want search engine spiders to index a webpage or to follow the links on a webpage.  Another way to control this is through a robots.txt file. But here I'll just discuss the Robots Meta Tag.
]]></description>
			<content:encoded><![CDATA[<p>The <strong>Robots Meta Tag</strong> is used mainly when you don&#8217;t want search engine spiders to index a webpage or to follow the links on a webpage.  Another way to control this is through a robots.txt file. But here I&#8217;ll just discuss the Robots Meta Tag.</p>
<p>When a webpage is indexed in search engines it means that the page is in the Search Engines database.  So when someone searches for keywords related to your indexed page, your page will show up in the Search Engine Results page. The follow directive tells the Search Engine to follow the links on that page as well.</p>
<p>The default behavior if this tag is not specified is for the search engines to index the webpage and to follow the links as well.  So it&#8217;s not necessary and not recommended to add the below code to a page if you want it indexed and followed.</p>
<blockquote><p>&lt;meta name=&#8221;robots&#8221; content=&#8221;index,follow&#8221;&gt;</p></blockquote>
<p>If you want a webpage indexed but don&#8217;t want the links on that page to be followed then you&#8217;d use the directive below.  Generally if you have an outgoing link but don&#8217;t trust the link, then it&#8217;s wise to use the nofollow.  To specify the nofollow for an entire page, use the Robots Meta Tag below. This would apply to all links on the page.</p>
<blockquote><p>&lt;meta  name=&#8221;robots&#8221; content=&#8221;index,nofollow&#8221;&gt;</p></blockquote>
<p>If you want specific links not to be followed, not all links on the page, then you wouldn&#8217;t use the above directive. Instead You can specify nofollow per link using the below link link tag example.</p>
<blockquote><p>&lt;a href=&#8221;contact-us.html&#8221; rel=&#8221;nofollow&#8221;&gt;Contact Us&lt;/a&gt;</p></blockquote>
<p>Most websites contain pages that we want the search engines to index so that internet surfers may find them when looking for information on our website.  But there are times when you don&#8217;t want a page indexed.  </p>
<p>For example you may create a website just to share family photos not with everyone on the internet but just with family and friends.  Another example is when you create websites for your customers that you share only with customers and not with the public. In these cases it&#8217;s a good idea to add the Meta Robots Tags directive for noindex and nofollow like the example below.</p>
<blockquote><p>&lt;meta name=&#8221;robots&#8221; content=&#8221;noindex,nofollow&#8221;&gt;</p></blockquote>
<p>Then there are cases where you don&#8217;t want a page to be indexed but you want the links to be followed.  Good pages to do this on are utilities pages, like contact us, privacy policy, and terms of use pages.  Use the below directive in these cases.</p>
<blockquote><p>&lt;meta name=&#8221;robots&#8221; content=&#8221;noindex,follow&#8221;&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.createbetterwebsites.com/robots-meta-tag.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sticky Note Like CSS Boxes To Add to Your Website</title>
		<link>http://www.createbetterwebsites.com/css-boxes.html</link>
		<comments>http://www.createbetterwebsites.com/css-boxes.html#comments</comments>
		<pubDate>Wed, 05 May 2010 05:36:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[css box]]></category>
		<category><![CDATA[css boxes]]></category>
		<category><![CDATA[sticky note css box]]></category>

		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=198</guid>
		<description><![CDATA[Here are some examples of sticky not like CSS boxes you can add to your website.  You can use them for quotes, for special ads, for sign up forms, free giveaways, etc.  They can be used for anything you feel like needs to be highlighted in some way.  They look pretty cool and grab some attention.  ]]></description>
			<content:encoded><![CDATA[<p>Here are some examples of sticky note like CSS boxes you can add to your website.  You can use them for quotes, for special ads, for sign up forms, free giveaways, etc.  They can be used for anything you feel like needs to be highlighted in some way.  They look pretty cool and grab some attention.  </p>
<p>Each CSS floating box includes the CSS code and HTML code you can use.  Just copy and paste it to your documents.</p>
<div style="border-top: 1px solid #ccc; width: 100%; padding: 10px; margin-top: 20px;"></div>
<p><center></p>
<div style="padding: 10px; background: #fdfb8c none repeat scroll 0% 0%; width: 200px; height: 200px;">This is a cool looking sticky note css box and I can use this to place a special ad etc with some light weight code and no images. This has no borders or shadows and is just a plain jane box.</div>
<p></center></p>
<p><strong>The CSS Code</strong></p>
<blockquote><p>.plane-sticky { padding: 10px; background: #FDFB8C; width: 200px; height: 200px; }</p></blockquote>
<p><strong>The HTML code</strong></p>
<blockquote><p>&lt;div id=&#8221;plain-sticky&#8221;&gt;The text inside the box goes here&lt;/div&gt;
</p></blockquote>
<div style="border-top: 1px solid #ccc; width: 100%; padding: 10px; margin-top: 20px;"></div>
<p><center></p>
<div style="padding: 10px; background: #F5F1C1 none repeat scroll 0% 0%; position: relative; bottom: 5px; right: 5px; width: 200px; height: 200px; font-family:'Brush Script MT',Phyllis,'Lucida Handwriting',cursive; font-size: 26px; color: #3A7197; line-height: 1.1em;">This CSS floating box has the text formatted a little like handwriting. It looks more like a sticky note in this case.  You can add any text in this area.</div>
<p></center></p>
<p><strong>The CSS Code</strong></p>
<blockquote><p>
.sticky-handwriting {<br />
padding: 10px;<br />
background: #E57895;<br />
position: relative;<br />
bottom: 5px;<br />
right: 5px;<br />
width: 200px;<br />
height: 200px;<br />
font-family:&#8217;Brush Script MT&#8217;,Phyllis,&#8217;Lucida Handwriting&#8217;,cursive;<br />
font-size: 26px;<br />
color: blue;<br />
line-height: 1em;<br />
}
</p></blockquote>
<p><strong>The HTML Code</strong></p>
<blockquote><p>&lt;div id=&#8221;sticky-handwriting&#8221;&gt;The text inside the box goes here&lt;/div&gt;
</p></blockquote>
<div style="border-top: 1px solid #ccc; width: 100%; padding: 10px; margin-top: 20px;"></div>
<p><center></p>
<div style="border: 2px solid #363636; padding: 10px; background: #2f9be4 none repeat scroll 0% 0%; position: relative; bottom: 5px; right: 5px; width: 200px; height: 200px; font-family:'Brush Script MT',Phyllis,'Lucida Handwriting',cursive; font-size: 26px; color: #363636; line-height: 1.1em;margin-left: 10px;">This CSS box is similar to the above but has a border arount it.</div>
<p></center></p>
<p><strong>The CSS Code</strong></p>
<blockquote><p>
.bordered-sticky {<br />
border: 2px solid #363636;<br />
padding: 10px;<br />
background: #2f9be4;<br />
position: relative;<br />
bottom: 5px;<br />
right: 5px;<br />
width: 200px;<br />
height: 200px;<br />
font-family:&#8217;Brush Script MT&#8217;,Phyllis,&#8217;Lucida Handwriting&#8217;,cursive;<br />
font-size: 26px;<br />
color: #363636;<br />
line-height: 1.1em;<br />
margin-left: 10px;<br />
}
</p></blockquote>
<p><strong>The HTML Code:</strong></p>
<blockquote><p>&lt;div id=&#8221;bordered-sticky&#8221;&gt;The text inside the box goes here&lt;/div&gt;
</p></blockquote>
<div style="border-top: 1px solid #ccc; width: 100%; padding: 10px; margin-top: 20px;"></div>
<p><center></p>
<div style="width: 220px; height: 220px; background-color: #3f3b3b; color: inherit;margin-left:10px; margin-top: 5px;">
<div style="border: 1px solid #3A7197; padding: 10px; background: #fdfb8c none repeat scroll 0% 0%; position: relative; bottom: 10px; right: 20px; width: 200px; height: 200px; font-family:'Brush Script MT',Phyllis,'Lucida Handwriting'; font-size: 26px; color: #3A7197; line-height: 1.1em;margin-left: 10px;text-align: center;">This CSS box has a little more detail.  it has a border around it and a shadow behind it.</div>
</div>
<p></center></p>
<p><strong>The CSS Code</strong></p>
<blockquote><p>
.sticky-shadow {<br />
width: 220px;<br />
height: 220px;<br />
background-color: #3f3b3b;<br />
color: inherit;<br />
margin-left:10px;<br />
margin-top: 5px;<br />
}</p>
<p>.bordered-sticky {<br />
border: 1px solid #3A7197;<br />
padding: 10px;<br />
background: #fdfb8c none repeat scroll 0% 0%;<br />
position: relative;<br />
bottom: 5px;<br />
right: 15px;<br />
width: 200px;<br />
height: 200px;<br />
font-family:&#8217;Brush Script MT&#8217;,Phyllis,&#8217;Lucida Handwriting&#8217;;<br />
font-size: 26px;<br />
color: #3A7197;<br />
line-height: 1.1em;<br />
margin-left: 10px;<br />
text-align: center;<br />
}
</p></blockquote>
<p><strong>The HTML Code:</strong></p>
<blockquote><p>&lt;div id=&#8221;shadow&#8221;&gt;&lt;div id=&#8221;bordered-sticky&#8221;&gt;The text inside the box goes here&lt;/div&gt;<br />
&lt;/div&gt;
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.createbetterwebsites.com/css-boxes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Increase Website Traffic</title>
		<link>http://www.createbetterwebsites.com/how-to-increase-website-traffic.html</link>
		<comments>http://www.createbetterwebsites.com/how-to-increase-website-traffic.html#comments</comments>
		<pubDate>Tue, 04 May 2010 22:06:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Planning and Optimizing]]></category>
		<category><![CDATA[increase website traffic]]></category>

		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=238</guid>
		<description><![CDATA[Do you want to know how to increase website traffic?  If you are a website owner then chances is are this is always a priority and something you can almost always improve on. 
]]></description>
			<content:encoded><![CDATA[<p>Do you want to know how to increase website traffic?  If you are a website owner then chances are this is always a priority and something you can almost always improve on.  </p>
<p>You can never have too much traffic. After all, what good is it to have a website if nobody ever sees it? There are several proven ways to get more people to look at your pages. </p>
<p>Some traffic building methods are totally free, other than the time involved, and some require a little cash investment and some quite a bit. Regardless of anything else, the most important factor in attracting more visitors will be to give them something of value to look at. </p>
<p><strong>You must have interesting, quality content on your site. </strong> Having great content gives people a reason to return again and to refer the site to others. Information should be offered that is helpful and useful. People only visit any particular place on the web because they want to find news, solve a problem or to be entertained.</p>
<p>Creating good content should always be the first priority. It should also be updated as frequently as possible to keep it fresh in order to develop a following of return visitors. </p>
<p>If you are not comfortable with writing your own ad copy, consider outsourcing the work. Find a friend or colleague with writing talent who might want to contribute articles. There are many dependable Internet sources that will write original content for a nominal fee.</p>
<p><strong>Never copy material from another website for your own use and always be original. </strong>The major search engines are very sophisticated these days and will spot duplicate content immediately, sending you to the bottom of the engine listings. No matter what other forms of promotion you may use, you will still want to get in on the action that comes from search engines. This is where most people will look first for information.</p>
<p><strong>Improve your search engine ranking through the use of keywords in your content. </strong>This is what is known as SEO, or search engine optimization. For example, if you sell dog food, be sure that those words appear in your page titles, first paragraphs and throughout all your articles, without over doing it. </p>
<p>Use words that people commonly think of when they want your product. Saying, &#8220;Gourmet canine cuisine&#8221; may be clever, but it will not be the first thing people will search for.</p>
<p><strong>Another very important strategy to increase your traffic is the use of back links. </strong>These are links on other websites that link to yours. Using the previous example, if you are able to get a link on a site that sells dog collars or other related accessories, people will find you there. </p>
<p>Just as important, search engines rate sites on popularity and this will get you noticed and can bring you closer to the top of the list. Naturally, the best way to get others to link to your site is to offer to link to theirs. </p>
<p><strong>Another way to get traffic and valuable back linking is through article marketing.</strong> This is where you place relevant articles on the various directories about what it is that you do. </p>
<p>When these are read, the reader will have the option to click on your main page for more details. This not only creates instant traffic, but also helps boost your engine rankings.</p>
<p>Finally, if you have a budget, <strong>consider buying advertising.</strong> The first listings you see when you do a search are not always there because they are the best. They paid for that position. The most popular programs are known as pay per click. </p>
<p>Companies like Yahoo, Google and others will give you better placement, for a fee. When you have someone click on your listing, you are charged a certain amount. This absolutely demands having good content, since you pay every time someone looks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createbetterwebsites.com/how-to-increase-website-traffic.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Use CSS</title>
		<link>http://www.createbetterwebsites.com/how-to-use-css.html</link>
		<comments>http://www.createbetterwebsites.com/how-to-use-css.html#comments</comments>
		<pubDate>Mon, 03 May 2010 06:26:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[how to use css]]></category>

		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=221</guid>
		<description><![CDATA[how to use CSS is very simple once you get used to it and the language is a critical tool for ensuring the cross browser compatibility that allows us to view sites accurately and as their authors intended.]]></description>
			<content:encoded><![CDATA[<p>Just when you begin to feel comfortable with HTML and really get to grips with website design along comes CSS. But don&#8217;t fear, if you could learn HTML, then CSS will be easier.</p>
<p>One of the main problems web developers face, is the number of different browsers that are likely to be used to read their website. Just when you get the site to work fine with Firefox, IE or some version of IE has a problem with it. </p>
<p>All browsers tend to render or interpret the HTML code slightly differently. So they all read the words correctly but the story doesn&#8217;t always come out the same.</p>
<p>This is where CSS or Cascading Style Sheets come into the picture. CSS is a programming language that specifically addresses the interpretation of the base HTML code. So, in essence, the HTML coding tells the browser what the web page consists of and where to find it and the CSS code tells the browser how to display it on the viewers monitor.</p>
<p>Occasionally your browser may read the HTML before it reads the CSS and then you have the cases where you get a momentary flash of un-configured text before the page loads correctly. </p>
<p>I&#8217;m sure most people who surf the net regularly have experienced this and it is one of the best examples of CSS at work. Another good example of this is when you open sites that are garbled with overlapping text and graphics that are clearly not what the author wanted as an end result. This happens when the CSS block is missing or corrupted.</p>
<p>This also happens when you open sites with a browser that does not support CSS such as those sometimes found on mobile phones. For this reason web developers need to think pro-actively when they design so that, in the event of the site being opened by a non-CSS enabled application, the content will at least make sense.</p>
<p>CSS is also particularly powerful when it comes to configuring content for different output protocols such as on screen, print or even speech and Braille browsers for impaired users. The code also tends to make for slicker, less complex site structures with minimal code repetition. </p>
<p>CSS coding syntax is also pretty simple by comparison and consists of 3 basic parts that are generally laid out in this way<br />
<strong>  selector { property: value} </strong> </p>
<p>Let&#8217;s break that down a bit more. The selector indicates the actual HTML item you wish to address for example the header of your page. The property part of the code indicates the exact property of the element that you wish to specify e.g. The font. The last part or value indicator tells the browser which property will be applied for example Arial.</p>
<p>The completed code would look something like this<br />
<strong> h1 {font-family:arial) </strong></p>
<p>The browser would read this as header one needs to have its font set to Arial. Nice and simple. You can also combine multiple properties and values. </p>
<p><strong>h1 {font-family:arial;background:#eeeeee}</strong><br />
So the above would mean header one is Arial font as in the previous example but the second property, separated by a semi-colon, means that the background colour is grey.</p>
<p>This may all seem a little complex at first but how to use CSS is very simple once you get used to it and the language is a critical tool for ensuring the cross browser compatibility that allows us to view sites accurately and as their authors intended.</p>
<p>And it makes for much cleaner and organized HTML code, with all the styling code out of the way and in one place.  This separation of style and content is more maintainable and also much more flexible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createbetterwebsites.com/how-to-use-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Learn HTML</title>
		<link>http://www.createbetterwebsites.com/how-to-learn-html.html</link>
		<comments>http://www.createbetterwebsites.com/how-to-learn-html.html#comments</comments>
		<pubDate>Mon, 03 May 2010 06:09:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Planning and Optimizing]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[how to learn HTML]]></category>
		<category><![CDATA[learn HTML]]></category>

		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=219</guid>
		<description><![CDATA[No matter what learning path you choose in how to learn HTML, it is generally a good rule of thumb to focus one step at a time and start with the basics and take it from there. Many tend to rush, winding up more confused than is necessary, although there are plenty of resources available where you can practice coding.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re creating a website, you may want to Know how to learn HTML, you might be surprised at just how easy it is to achieve this. Not only are there many different resources available online, there are also plenty of how-to books, tutorials, as well as online or on-sight classes that you can attend if you want to have a more structured and detailed setting.</p>
<p>In short, HTML stands for Hyper Text Markup Language. It&#8217;s a language designed to create webpages. However, in regards to webpages, HTML allows for the creation of document-type structure by denoting structural semantics for text. This allows for things such as headings, paragraphs, lists, links, quotes, as well as other items.</p>
<p>HTML enables you to embed things such as images and other objects like videos or third party interactive tools etc. HTML elements in the general form in which the language is written. This language consists of what are called tags, surrounded by angled brackets, within a webpage&#8217;s contents. It is this format that helps write scripts, which in turn runs the page itself, factoring in appearance, layout and more when in regards to overall design and performance.</p>
<p>However it is more common now a days and much more practical to use CSS to separate the style or layout of the page from the content, so HTML styling elements are no longer considered good practice.  </p>
<p>You can learn HTML online through how to articles and sample code etc.  One of the best resources is w3.org.  Practice creating a simple HTML document and learn only as you need to do specific things for your website for example.  In time you&#8217;ll find that you will start to feel like you have a pretty good grasp.  </p>
<p>No matter what learning path you choose in how to learn HTML, it is generally a good rule of thumb to focus one step at a time and start with the basics and take it from there. Many tend to rush, winding up more confused than is necessary, although there are plenty of resources available where you can practice coding.</p>
<p><iframe src="http://rcm.amazon.com/e/cm?t=stron04-20&#038;o=1&#038;p=16&#038;l=st1&#038;mode=books&#038;search=html&#038;fc1=000000&#038;lt1=&#038;lc1=3366FF&#038;bg1=FFFFFF&#038;f=ifr" marginwidth="0" marginheight="0" width="468" height="336" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createbetterwebsites.com/how-to-learn-html.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
