<?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>Website Tips 4U</title>
	<atom:link href="http://www.websitetips4u.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websitetips4u.com</link>
	<description>How to Get Started Online</description>
	<lastBuildDate>Wed, 09 Nov 2011 00:47:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress &#8211; Remove Date</title>
		<link>http://www.websitetips4u.com/wordpress-remove-date/</link>
		<comments>http://www.websitetips4u.com/wordpress-remove-date/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 04:26:23 +0000</pubDate>
		<dc:creator>Glenys</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.websitetips4u.com/?p=460</guid>
		<description><![CDATA[By default, the date that a post has been published is usually displayed right under the title of the post as well as in the comments. At first this might seem to be a really good idea but let&#8217;s examine why you might want to re-think this as an option. What happens when search engines&#8230;<br /><span class="more-link-wrapper"><a href="http://www.websitetips4u.com/wordpress-remove-date/" class="more-link">Read More</a></span>]]></description>
			<content:encoded><![CDATA[<h2><img class="alignleft size-full wp-image-471" style="border: 0pt none;" title="wordpress-date" src="http://www.websitetips4u.com/wp-content/uploads/2011/10/wordpress-date.png" alt="Date Displayed in WordPress Posts" width="131" height="145" /></h2>
<p>By default, the date that a post has been published is usually displayed right under the title of the post as well as in the comments.</p>
<p>At first this might seem to be a really good idea but let&#8217;s examine why you might want to re-think this as an option. What happens when search engines display your listing in the search results?</p>
<h3><img style="border: 1px solid black;" title="date-in-SERPs" src="http://www.websitetips4u.com/wp-content/uploads/2011/10/date-in-SERPs.png" alt="Date in SERPs" width="514" height="72" /></h3>
<p>That&#8217;s right, the publication date of your post is displayed before the description of your page content. The merits or otherwise of this fact are just a few of the issues to consider before deciding whether or not to display the date on your posts.</p>
<h3><span id="more-460"></span>Reasons Why You Might Want to Include the Publication Date</h3>
<ul type="disc">
<li>If there is no date, then there is no guide to visitors as to how up-to-date the information is.</li>
<li>Some posts may be dependent on chronological order.</li>
<li>Some posts may need to be given a date context to make sense, such as news items.</li>
</ul>
<h3>Reasons Why You Might Want to Remove the Publication Date</h3>
<ul>
<li>If the date is included under the post title, then the Search Engines will usually pick it up and then display it in the Search Engine results as shown in the image above.<br /> As you can see, the date appears before the description and can very well serve to act as a filter that browsers use in deciding which sites to click through to.</li>
<li>If the date appears first in the results, before the description, then the end of your description may be truncated because the length allowance has been used up.</li>
<li>The date can give the wrong impression about what might be timeless information. In other words, if your post that was written 2 years ago is still relevant today, then you don&#8217;t want to dissuade people from reading it by inviting them to make a pre-judgment based on the year appearing at its beginning. The content could still be just as relevant today.</li>
<li>Many bloggers observe an increased click through rate to their site from the Search Engine Results page after removing the date.</li>
<li>By removing the date, you can avoid giving the impression that older posts lack credibility. In other words, older posts are less likely to be discarded before the content is examined.</li>
<li>Readers are more likely to comment on posts that they perceive or believe are more recent.</li>
</ul>
<h2>Should Posts include the Date or Not?</h2>
<p>Jim Connelly from <a href="http://www.internetmarketingjam.com">www.internetmarketingjam.com</a> conducted a very interesting experiment in which he tested the efficacy of not including the date over a 30 day period. He found that there was a definite increase in the number of posts that were read and concluded that there was a strong correlation between the number of posts that were read and those that did not display a date</p>
<p>In making up your mind, you need to ask yourself does the post contain timeless information or is it time-sensitive such as release of a news item? There are some blogs, of course, for which it might make sense to include the date if the information is indeed time-sensitive.</p>
<p>Of course, you still have the option of including the date manually in selected posts if you feel it makes more sense.</p>
<p>Alternatively, you could opt to display the updated date rather than the published date so that the reader is reassured that the information is current.</p>
<p>I have a preference for removing it from the beginning of my posts but allowing it to appear in the comments. This way, I avoid the date appearing in SERPs but still allow my readers to scroll down to the end of the post if they wish to place it in a date context. I think this is a courtesy move and one that I appreciate myself when reading other blogs.</p>
<h2>How to Remove the Date from Posts</h2>
<p>There are a number of ways of doing this.</p>
<ul>
<li>If you are comfortable with coding. you can edit index.php and remove the call to a function that displays the date:<strong><br />&lt;?php the_time() ?&gt;</strong><br />Your function call may have some variables (words) inside the brackets.</li>
<li>You can also follow suggestions in your theme&#8217;s support forum or support pages to find out how to edit the code.<br /> I found the support forum very helpful for my theme from <a title="StudioPress WordPress Themes" href="http://www.websitetips4u.com/stpr" target="_blank">StudioPress</a>. It simply involved commenting out 1 line of code.</li>
<li>Alternatively, you can install a WordPress plugin to remove the date from posts for you: <a href="http://wordpress.org/extend/plugins/date-exclusion-seo-plugin/">http://wordpress.org/extend/plugins/date-exclusion-seo-plugin/</a></li>
</ul>
<p>I hope this post helps you decide which way you would like to go with respect to whether or not to display the publication date on your blog posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitetips4u.com/wordpress-remove-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use WordPress to Create a Website</title>
		<link>http://www.websitetips4u.com/build-a-wordpress-site/</link>
		<comments>http://www.websitetips4u.com/build-a-wordpress-site/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 05:16:34 +0000</pubDate>
		<dc:creator>Glenys</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.websitetips4u.com/?p=359</guid>
		<description><![CDATA[Everywhere you look; people are talking about WordPress and of course creating their sites using WordPress. There are many other options, naturally and I will be discussing a number of these in this blog. However, it is hard to look past the functionality that WordPress offers. I have coded sites from scratch, I have used&#8230;<br /><span class="more-link-wrapper"><a href="http://www.websitetips4u.com/build-a-wordpress-site/" class="more-link">Read More</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-408" style="border: 1px solid black;" title="wordpress-website" src="http://www.websitetips4u.com/wp-content/uploads/2011/09/wordpress-website-150x121.gif" alt="Using WordPress to Create a Website" width="150" height="121" />Everywhere you look; people are talking about WordPress and of course creating their sites using WordPress. There are many other options, naturally and I will be discussing a number of these in this blog. However, it is hard to look past the functionality that WordPress offers.</p>
<p>I have coded sites from scratch, I have used text editors, HTML editors and I have purchased WYSIWYG editors. But I find that it is much faster to get started with a website building environment like WordPress and I absolutely love all of the plugins that are available (most of them for free) to add the functionality that I am looking for.<span id="more-359"></span></p>
<p>For example, in the past, I have often spent weeks coding and tweaking scripts to get a site search working the way I want it. With WordPress, it is already there the moment that I set up my static site or blog. If I want to add modifications to how the search operates, there is a plethora of plugins available to upload to my site with the click of a button.</p>
<p>With respect to ease, I think most software tools can be confusing for beginners regardless of how powerful the software may be. So it is my intention to provide a step-by-step guide that you can refer to when using WordPress, a guide that you can return to for all the future sites you create using WordPress.</p>
<h2>8 Easy Steps to Setup Your Website</h2>
<h3>Step 1 – Select Your Domain Name and Hosting Service</h3>
<p>If you haven’t already selected your domain name and hosting solution, you can follow the advice given in these posts:</p>
<p><a href="http://www.websitetips4u.com/how-to-get-domain-name/">How to Get a Domain Name</a></p>
<p><a href="http://www.websitetips4u.com/how-to-host-a-website/">How to Host a Website</a></p>
<p>As outlined in these 2 posts, I have been using <a title="Domain Names at Go Daddy" href="http://www.websitetips4u.com/gd" target="_blank">Go Daddy</a> for all of my domain names and <a title="Hosting Solutions with Lunarpages" href="http://www.websitetips4u.com/lp" target="_blank">Lunarpages</a> for my hosting and have been very satisfied with the service in each case.</p>
<h3>Step 2 – Choose Your WordPress Theme</h3>
<p>The theme defines the look and feel that you want for your site. Instead of experimenting with different colour combinations and font types for your site, you can preview a ready-made theme and then select the one you like.</p>
<p>There are:</p>
<ul type="disc">
<li>Free Themes.
<ul type="circle">
<li>A collection already included with WordPress.</li>
<li>Endless selections across the Web to choose from.</li>
</ul>
</li>
<li>Paid Themes (Premium Templates).
<p>The themes I looked at were priced around the $39 to $80 mark for a single theme, more for a package of themes in some cases but they vary considerably.</p>
</li>
</ul>
<p>You can find lots of free themes at wordpress.org or you can simply search for “free wordpress themes” using your favourite search engine.</p>
<p>I must say that when I went looking for a free theme, I was overwhelmed by all of the choices. I ended up wasting weeks looking for just the right theme. When I eventually chose one, I found there were aspects that weren&#8217;t quite what I wanted so I wasted some more weeks tweaking with the code itself to customise it and to get it to validate as correct HTML. The result was okay but I still felt it lacked that professional, polished finish. Of course, this is just that particular free theme and I have since found others that impressed me. There are thousands to choose from and you will easily find a nice theme to start with.</p>
<p>I decided, after all of those wasted weeks to go with a paid theme. Then of course I spent additional weeks researching the paid (premium) themes looking for what I wanted at an affordable price. But I think that this research has paid off as I have been very happy with my selection. The theme I settled on was a <a href="http://www.websitetips4u.com/stpr">StudioPress Theme for WordPress</a>. I wasn&#8217;t interested in a developer’s pack so instead I selected a single theme that I can use, and of course modify, on any of my sites.</p>
<p>What Do I Like About My StudioPress Theme?</p>
<ul>
<li>It looked professional right away.</li>
<li>There is a forum for support.</li>
<li>There are tutorials provided.</li>
<li>It is easy to customise.</li>
<li>I am notified of updates as they become available, for no additional cost.</li>
</ul>
<h3>Step 3 – Install WordPress</h3>
<p>Most hosts offer a click-option (Fantastico) that will install WordPress for you.</p>
<ol type="1" start="1">
<li>Using the instructions sent to you by your hosting company, login to your account and go to cPanel.</li>
<li>Look for the Fantastico icon and click on it.</li>
</ol>
<p><img class="alignleft size-full wp-image-363" style="border: 1px solid black;" title="fantastico" src="http://www.websitetips4u.com/wp-content/uploads/2011/09/fantastico.png" alt="Installing WordPress with Fantastico" width="494" height="117" /></p>
<div style="clear: both;">
<p>Select WordPress from the list of options that appear on the next screen. (It will probably be listed under Blogs on the left hand side.)</p>
</div>
<ul>
<li>Click on Installation (or New Installation).</li>
<li>Leave “Install in Directory” blank. (You could use this if you were just looking to have part of your website set up as a blog.)</li>
<li>Change Admin to a username of your own choice. This will be more secure than leaving it as Admin.</li>
<li>Enter a new password.</li>
<li>Enter your Admin nickname that will be used on posts and comments. This will be visible to visitors to your site.</li>
<li>Finally, click the Install WordPress button.<br /> You will then be provided with a summary of what has been created and asked to click on Finish Installation.</li>
<li>The next screen reminds you of your admin and password details which you need to keep. It also provides the path for entering the admin area in order to set up the theme and content on your website. It is always in the format www.<em>yoursite.</em><em>com</em>/wp-admin. You simply replace <em>yoursite.com</em> with your domain name and extension.</li>
</ul>
<h3>Step 4 – View Your Site in a Browser</h3>
<p>Now the real fun starts as you style your site to suit your preferences.</p>
<p>But of course you will want to take a sneak preview of your site as it appears right now. Just enter your domain name in the browser and it will appear with the default theme already set up for you.</p>
<p>http://www.yoursite.com</p>
<p>(Just replace <strong>yoursite.com</strong> with the domain name that you have registered.)</p>
<p>You will see your site in the standard theme that is currently provided by default when you first install WordPress.</p>
<h3>Step 5 – Set Up Your Own Theme</h3>
<p>Login to your admin panel via:  www.<em>yoursite.com</em>/wp-admin</p>
<p>You will then be taken to your WordPress Dashboard.</p>
<p><img class="alignleft size-full wp-image-365" style="border: 1px solid black;" title="wordpress-dashboard" src="http://www.websitetips4u.com/wp-content/uploads/2011/09/wordpress-dashboard.png" alt="WordPress Dashboard" width="541" height="356" /></p>
<div style="clear: both;">
<p>Here you can try out the themes that are already provided for you within WordPress. Or you can upload the theme that you have found or purchased from another site on the Internet.</p>
<p>Click on <em>Appearance &#8211; Themes</em>. Select <em>Install  Themes</em> and then browse the multitude of themes available. You can preview any of them to see how your site would look. If you find one you like, just click Install underneath the screen shot and then Activate. If you change your mind, simply come back to the list and select another to activate. It is that easy.</p>
<p><img class="alignleft size-full wp-image-366" style="border: 1px solid black;" title="install-theme" src="http://www.websitetips4u.com/wp-content/uploads/2011/09/install-theme.png" alt="How to Install a WordPress Theme" width="570" height="447" /></p>
<div style="clear: both;">
<p>Alternatively if you already have a theme that you have purchased or downloaded from another site, simply select the <em>Upload</em> option:</p>
<p><img class="alignleft size-full wp-image-367" style="border: 1px solid black;" title="upload-theme" src="http://www.websitetips4u.com/wp-content/uploads/2011/09/upload-theme.png" alt="Upload WordPress Theme" width="541" height="210" /></p>
<h3 style="clear: both;"> </h3>
<h3 style="clear: both;">Step 6 – Settings</h3>
<p>Find <em>Settings</em> in the left panel and then click on <em>Writing</em>. While you are building your site and tweaking it to suit you can &#8220;turn off&#8221;  pinging.  You will find 1 address already listed by default in the Update Services section. You can just remove that address until you are ready to notify ping services.</p>
<h3>Step 7 – Make URLs Tidy</h3>
<p>By default WordPress creates URLs that have question marks and numbers in them, similar to this:</p>
<p>http://yoursite.com/?p=N</p>
<p>To allow your pages to rank better in the search engines, it is better to clean up these URLs by setting the permalinks before you start.</p>
<p>Click on <em>Settings &#8211; Permalinks</em> in the left menu of your dashboard.</p>
<p>Click on <em>Custom Structure</em> and enter the following:</p>
<p>/%postname%/</p>
<h3>Step 8 – Create Your First Page or Post</h3>
<p><strong>If Building a Static Site</strong></p>
<p>If you have decided that your site will be a static site (see <a href="http://www.websitetips4u.com/how-to-create-a-website/">Planning Your Website</a>) then specify that you front page will be a static page by choosing the menu options: <em>Settings – Reading</em></p>
<p><img class="alignleft size-full wp-image-368" style="border: 1px solid black;" title="static-site" src="http://www.websitetips4u.com/wp-content/uploads/2011/09/static-site.png" alt="Static Site with WordPress" width="484" height="434" /></p>
<p style="clear: both;">Now just add your first page by clicking on the options in the left hand menu.</p>
<p><strong>If Building a Blog Site</strong></p>
<p>If you have decided instead on having a blog site (with posts), then you have the choice of setting up your home page as a static page or leaving the <em>Reading Settings</em> as they appear above so that your home page will show your latest posts as they are added.  You can then add your 1st post by clicking on the options in the left hand menu.</p>
<p>Now you are ready to start adding content and graphics to your first page or post.</p>
<p>Until next time, have fun with your new website.</p>
<p>&nbsp;</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.websitetips4u.com/build-a-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Website Inspiration &#8211; Website Planning</title>
		<link>http://www.websitetips4u.com/how-to-create-a-website/</link>
		<comments>http://www.websitetips4u.com/how-to-create-a-website/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 12:11:46 +0000</pubDate>
		<dc:creator>Glenys</dc:creator>
				<category><![CDATA[Web Creation Tips]]></category>

		<guid isPermaLink="false">http://www.websitetips4u.com/?p=264</guid>
		<description><![CDATA[&#160; Now comes the exciting part &#8211; learning how to build a website from scratch . This is where your creative flair can come into its own. There are a number of web building options available to you. The option you choose will depend on your past experience in website development as well as the&#8230;<br /><span class="more-link-wrapper"><a href="http://www.websitetips4u.com/how-to-create-a-website/" class="more-link">Read More</a></span>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><img class="alignleft size-thumbnail wp-image-301" style="border: 0pt none;" title="01-11-(4)(2).jpg" src="http://www.websitetips4u.com/wp-content/uploads/2011/09/buildwebsite-150x88.jpg" alt="How to Make Own Website" width="150" height="88" />Now comes the exciting part &#8211; learning how to build a website from scratch . This is where your creative flair can come into its own.</p>
<p>There are a number of web building options available to you. The option you choose will depend on your past experience in website development as well as the purpose of your website. So let&#8217;s look at the different types of websites so that you can decide which type best suits your needs.<span id="more-264"></span></p>
<h2>Planning Your Website</h2>
<h3>What Type of Website Do You Need?</h3>
<h3>1. Static Websites</h3>
<p>This type of website consists of a number of web pages that provide information and display images. These pages, once written, usually do not change unless the content needs a revision further down the track or an image is replaced etc.. The page that is loaded in the browser is the same page that the web developer published. The code is HTML supplemented by CSS for styling (formatting &amp; layout). It can also include some kind of a scripting language which adds a little more interactivity to the static pages.</p>
<p>Static websites can be set up for informational purposes only or can be monetized to provide some kind of an income.</p>
<h3>2. Dynamic Websites</h3>
<p>Pages on a dynamic website are usually generated from a database as needed.  Scripting languages, such as PHP,  generate the HTML code so that the requested page can be loaded in a browser. Hence, they are often referred to as database-driven websites.</p>
<p>Pages stored in a database can be easily updated at any time; creating and updating such pages is not dependent on programming knowledge. Content Management Systems (CMS) are particularly useful in facilitating the creation and updating of dynamic sites, especially if they are large sites.</p>
<p>One of the most common types of sites in this category is a blog. Blog posts typically allow readers to post their own comments and queries which add to the dialog that goes on around the topic being discussed. So content is not static but is constantly being updating as more and more comments are added to various posts. Blog posts are usually labelled with the date they were published and then listed on the site in reverse date order.  The content on this type of website is constantly being refreshed. Interactivity is probably the main distinguishing characteristic of a dynamic website. It is this aspect that promotes a community-style interaction around a common interest or commentary on a particular product or service.</p>
<p>Blogs have evolved over time from their initial incarnation as a way to let friends know about what you have been doing to the current form where we see many more authoritative, informative sites that add real value to the Net as a place to learn. I find more and more that the sites I get the most from are blog sites and I&#8217;ll be pointing some of these sites out to you as we progress through the web building journey.  These days, blogs (those with high quality content) are finding it easier to rank in the search engines.</p>
<p>Dynamic websites or blogs can be set up for informational purposes only or can provide information and be monetized in some manner.<strong></strong> Either way, provision of information that people find valuable is critical to the success of this type of site as it is to any site.<strong></strong></p>
<h3>3. Combination Websites</h3>
<p>You can also have a combination of the 2 listed above. In that case you could have a static website that incorporates a blog within it.</p>
<h3>4. E-Commerce Websites</h3>
<p>These websites are set up like an online storefront for the purposes of selling products and/or services. They provide a shopping cart and a transactional capability that allows processing of credit cards.</p>
<h2>How to Build a Website From Scratch</h2>
<p>I am going to assume, given that you have found this post, that you are a beginner with respect to how to build a website. Later on, as demand dictates, I can go into more advanced topics on website creation  But for now, I will outline your options and then provide some of my recommendations.</p>
<p>I have created sites by programming from scratch; I have used HTML editors and WYSIWYG editors  and I have used Content Management Systems (CMS). One thing my experience has taught me is that, no matter how skilled someone might be in web coding, there is a level of productivity output and ease of website design that is hard to beat with the more advanced packages such as CMS. So my goal here is to lay out the easiest path for you to take.</p>
<h3>Which Website Development Tool Should You Choose?</h3>
<p><strong>1. Text Editors</strong><br /> These editors are readily available but only highly skilled HTML coders would choose a text editor to create websites. However even top coders, who prefer to code from scratch, probably combine text editors with more advanced editors to speed up their development output.</p>
<p><strong>Skill Level Required</strong><br /> You still need to have a significant level of HTML and CSS knowledge to program from scratch using just a text editor.</p>
<p><strong>Examples of HTML editors include:</strong></p>
<ul>
<li>Notepad &#8211; free</li>
</ul>
<p><strong>2. HTML Text Editors</strong><br /> There are free and paid options here but, whilst easier than with a text editor,  you still need to have a significant level of HTML and CSS knowledge to program using an HTML editor. And if you wish to add any degree of interactivity to your site, you would need a knowledge of JavaScript and/or a server scripting language such as PHP.  These editors usually provided syntax highlighting and a range of other options that can speed up your productivity.</p>
<p><strong>Skill Level Required</strong><br /> It depends on the editor chosen. With some editors you would need to code most sections. With some other editors you can click on a menu of some HTML tags and have some code elements created for you. But generally speaking, you need to be prepared to code if you choose one of these editors.</p>
<p><strong>Examples of HTML editors include:</strong></p>
<ul>
<li>TextPad   &#8211; free to try, then requires purchase</li>
<li>NotePad++   &#8211; free</li>
<li>Programmer&#8217;s Notepad   &#8211; free</li>
</ul>
<p><strong>4. WYSIWYG HTML Editors</strong><br /> The letters WYSIWYG stand for <strong>W</strong>hat <strong>Y</strong>ou <strong>S</strong>ee <strong>I</strong>s <strong>W</strong>hat <strong>Y</strong>ou <strong>G</strong>et which means that you can get the package to do a lot of the coding work for you or in fact all of it if that is your preference. These editors usually provide a split screen view so that you can see the code and the browser output in side-by-side windows (or top and bottom panes). You can usually employ drag-and-drop technology or select and click. That is, with a WYSIWYG editor you can for example use the menu options to select the headings, tables, lists etc. that you would like on your page.  The editor does all of this for you and you can see what the code looks like &#8220;behind the scenes&#8221;. Similarly you can write some HTML code yourself via the code window and then view on the design screen what that code has produced.</p>
<p><strong>Examples of WYSIWYG editors include:</strong></p>
<ul>
<li>Aptana Studio &#8211; free and paid version</li>
<li>Adobe Dreamweaver &#8211; paid</li>
<li>Microsoft Expression Web &#8211; paid</li>
</ul>
<p>The workload is much less with a WYSIWYG editor than with an HTML editor, although seasoned programmers often prefer the latter because it affords them more flexibility.</p>
<p>I have used all 3 (but only the free version of Aptana). I have probably used both Dreamweaver and Microsoft Expression Web (replacement to Frontpage) the most. I find these 2 packages very, very useful. I particularly like the split screen arrangement where I can look at the page as it would appear in a browser and then click on the heading or sentence that I would like to change via the code window. Aptana also has the split screen view but in the free version at least, I found it harder to locate the code that matched the sentence that I had highlighted. Given that I like to tweak the actual HTML code myself, this location feature is very, very handy in both Dreamweaver and Expression Web. However, you don&#8217;t need to do this, tweak the code that is. You can just use the menu options to specify what you want where and how you would like it to look, with respect to tables, color schemes, font colors and font types etc.</p>
<p><strong>Skill Level Required</strong><br /> Optional. You can have the WYSIWYG editor do everything for you. Or you can choose to have just some elements created for you to speed up the process and then go into the code to make your preferred changes.</p>
<p><strong>Content Management Systems (CMS)</strong></p>
<p>Blogs are probably the most recognizable form of a CMS. They are quite easy to set up and, best of all, they can be created for free. You can of course get paid themes but there are many, many free themes from which to choose. Setting up a blog requires no programming knowledge. At the same time, if you have some knowledge of HTML, PHP and CSS, then you can easily reach the code behind each page and do some direct tweaking if you like.</p>
<p><strong>Examples of Blog software include:</strong></p>
<ul>
<li>Drupal</li>
<li>Joomal</li>
<li>WordPress</li>
</ul>
<p>These Systems can be used to create static sites as well as blogs. WordPress was really set up predominately as a blog creation software. However, it is true to say that its ease of use and extensive plugin provision have made it so powerful that many developers now use it to create both blog sites and static sites. (I have done the same.)</p>
<p>You can set up a blog on the WordPress site (www.wordpress.com) but then your site name will always include  wordpress.com, such as sitename.wordpress.com. You are much better advised to utilize the software provided by your hosting provider.  For example, I &#8220;installed&#8221; WordPress for my site on <a title="Lunarpages for Your Hosting Needs" href="http://www.websitetips4u.com/lp" target="_blank">Lunarpages</a> by simply clicking the appropriate option.</p>
<p><strong>Skill Level Required</strong><br /> No programming skills are needed to set up a blog.<br /> Those who do like to program can still reach the code behind a blog and make modifications etc.</p>
<p>I hope this gives you some idea of the choices there are when it comes to deciding a) what type of site you would like and b) which editor or tool you would like to use. In my next post I will provide a tutorial on how to use WordPress because this platform can be used for static sites as well as blog sites. And I will let you know what I ended up doing with respect to themes (free versus paid) and which plugins I have found the most useful to start off with.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitetips4u.com/how-to-create-a-website/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Host a Website</title>
		<link>http://www.websitetips4u.com/how-to-host-a-website/</link>
		<comments>http://www.websitetips4u.com/how-to-host-a-website/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 08:02:47 +0000</pubDate>
		<dc:creator>Glenys</dc:creator>
				<category><![CDATA[Getting Started Online]]></category>

		<guid isPermaLink="false">http://www.websitetips4u.com/?p=116</guid>
		<description><![CDATA[What is a host? A hosting company simply provides access to the Internet via their server computers. When you sign up with one of these companies you will have your own area on their server for uploading your web pages and images etc. Thus your website will be visible to anyone on the Internet via&#8230;<br /><span class="more-link-wrapper"><a href="http://www.websitetips4u.com/how-to-host-a-website/" class="more-link">Read More</a></span>]]></description>
			<content:encoded><![CDATA[<h2><a href="http://www.websitetips4u.com/finding-a-host-for-your-website/"><img class="alignleft size-full wp-image-157" style="border: 0px;" title="How to Find a Host for Your Website" src="http://www.websitetips4u.com/wp-content/uploads/2011/08/www.png" alt="" width="150" height="102" /></a></h2>
<p>What is a host? A hosting company simply provides access to the Internet via their server computers. When you sign up with one of these companies you will have your own area on their server for uploading your web pages and images etc. Thus your website will be visible to anyone on the Internet via your URL (path with your domain name). <span id="more-116"></span></p>
<h2>Website Hosting: Where to Start?</h2>
<p>When I first started out online in 2003, I opted for a free hosting option (paying only for my domain name) and quickly started to regret it. At the time, I was restricted in the space that was allocated to my site which meant that I was constantly having to delete cached files so as not to exceed my limit. Support was minimalistic and outages frequent. Fortunately, my domain name was separate from my hosting company so eventually I was able to shop around for another host and simply transfer my domain name across.</p>
<p>However, it is much better if you can find a reliable web hosting solution right at the beginning so that you don&#8217;t have to go through the hassle, as I did, of having to relocate my domain name etc.</p>
<p>The web hosting provider I eventually chose (for the reasons listed below) was <a href="http://www.websitetips4u.com/lp">Lunarpages</a> .</p>
<h2>Choosing a Web Hosting Solution &#8211; What to Consider</h2>
<p>There is so much information provided on different hosting companies and so many companies offering different deals, it can be extremely confusing to say the least.</p>
<p>When I was looking for a new host, I spent a number of days reading comparative reviews on the top web hosting companies, looking for the best web host I could, paying particular attention to comments left in reviews from customers. The aspects that I considered the most important for me were:</p>
<ul>
<li><strong>Reliability</strong><br /> I wanted a company that could maintain its service and keep any dropouts to a minimum. You don&#8217;t want your site to be &#8220;down&#8221; when you start getting significant web traffic. I looked for a host that recorded up-times of 99% or greater.</li>
<li><strong>Web Space</strong><br /> This was of premium importance to me. You have to have room to grow. Plus the more visitors you start getting to your site the more page loads will be cached, all of which require space.</li>
<li><strong>Speed of Page Loads</strong><br /> This was a consideration I had given no thought to when originally choosing a free option. But it is an extremely important requirement in your host.</li>
<li><strong>Software Provision</strong><br /> There were a number of options that I wanted access to including Content Management Systems (CMS), MySQL databases, PHP  etc..</li>
<li><strong>Email Accounts<br /> </strong>I wanted to have a number of email accounts along with auto-responders.</li>
<li><strong>Server Type<br /> </strong>I personally have a preference for a Unix system running the Apache server but don&#8217;t let this technical-sounding aspect scare you as this is the most common type of server anyway and my recommendations will already have taken this requirement into account.</li>
<li><strong>An Easy to Use Control Panel<br /> </strong>This is where you can upload files, set up email accounts, check error pages, activate certain software components and check website analytics (to find out how many people are visiting your site and what terms they are using to find your site). In other words, this is where you manage your website account and pages.</li>
<li><strong>Support</strong><br /> This is extremely important. I took notice of how quickly customers were being responded to when submitting a help ticket. You need your host to be available for technical support 24-7 .</li>
</ul>
<h3>The Website Host that I Use</h3>
<p><a onmouseover="window.status='http://www.lunarpages.com';return true" onmouseout="window.status='';return true" href="http://www.websitetips4u.com/lp" target="_blank"><img class="alignright" style="border: none;" src="http://www.lunarpages.com/affiliatebanners/11_lunarpages_120x240.gif" alt="Lunarpages.com Web Hosting" /></a>I have to be upfront and say that I have not used the services of a lot of hosts. The main reason for this is that the company I ended up choosing, after my initial disappointment with a free service, was <a title="Hosting a Website" href="http://www.websitetips4u.com/lp" target="_blank">Lunarpages</a>. Because I have been so happy with their service, I haven&#8217;t felt the need to look for any other host. I have been particularly thrilled with their fast response times to any queries I have had or any of my emailed pleas for help to resolve something that I was trying to do with my site.</p>
<p>I have found it to be very affordable web hosting. The cost varies of course, depending on the option you go for but you can frequently take advantage of coupons and specials. I often get a discount simply by renewing my web hosting a month early. This year, for example, I secured a $35 deduction on my renewal.</p>
<p>I have set up both static type websites on Lunarpages as well as blog sites; they offer a number of Content Management Systems (CMS) for blog development, such as WordPress and Joomla.  The Fantastico option allows you to automatically install any of the scripts provided.</p>
<p>They offer a Starter Plan but make it very easy to upgrade to other plans as you find your needs changing. If it is any guide, I am planning my next site with Lunarpages as well. While I am getting the kind of instant response from their support team that I have been enjoying as well as the server reliability that I have been experiencing, then I see no need to change my hosting company.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitetips4u.com/how-to-host-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get a Domain Name</title>
		<link>http://www.websitetips4u.com/how-to-get-domain-name/</link>
		<comments>http://www.websitetips4u.com/how-to-get-domain-name/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 05:02:48 +0000</pubDate>
		<dc:creator>Glenys</dc:creator>
				<category><![CDATA[Getting Started Online]]></category>

		<guid isPermaLink="false">http://websitetips4u.com/?p=25</guid>
		<description><![CDATA[The question &#8220;How do I get a domain name?&#8221;  is one that is asked by all newbies. Certainly you can jump straight into registering any name but it is a much better idea to do a little homework first, as outlined in the simple steps below, so that the domain name that you choose is one that&#8230;<br /><span class="more-link-wrapper"><a href="http://www.websitetips4u.com/how-to-get-domain-name/" class="more-link">Read More</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-419" style="border: 0pt none;" title="get-domain-name" src="http://www.websitetips4u.com/wp-content/uploads/2010/07/get-domain-name-150x80.jpg" alt="How to get a domain name." width="150" height="80" />The question &#8220;How do I get a domain name?&#8221;  is one that is asked by all newbies. Certainly you can jump straight into registering any name but it is a much better idea to do a little homework first, as outlined in the simple steps below, so that the domain name that you choose is one that will enhance your chances of getting people to your site.</p>
<p>To purchase a domain name, you simply have to find a domain name that is still available and then register it. The process is very straightforward and can be broken down into 4 easy steps:<span id="more-25"></span></p>
<h3>Step 1: Make a List of Possible Domain Names</h3>
<p>What you need to do first is to think of a suitable domain name that you would like to use for your website and one that is still available.</p>
<p>What type of site do you have in mind? Will it be informational only? Are you creating a site for a sporting organisation or a hobby site for yourself? Are you hoping to monetize your site? Do you already have a product in mind or an eBook that you have already created and wish to sell? Most importantly, what exactly is your site about?</p>
<p>Generally speaking it is best not to use your name in your domain name unless your name is already a &#8220;brand name&#8221; or readily recognised by a wide audience.  There may come a day when you have a few sites and you want to sell this one. If the domain name is your own name it will have limited use and appeal to new owners.</p>
<p>You are much better advised to include a word or words in your domain name that people are using when searching online. It is a good idea to look for words that suggest what your site is about so that people instantly get the idea of what your site has to offer.</p>
<p><strong>Keywords in Domain Names &#8211; </strong><strong>What are People Searching For?</strong></p>
<p>Try to incorporate the main search term(s) your visitors might use to find your site. This can help considerably when it comes to your search engine rankings.</p>
<p>There are a number of tools you can use to check search terms (keywords) but the one I use the most is Google’s Keyword Tool:</p>
<p><a href="https://adwords.google.com/select/KeywordToolExternal" rel="nofollow" target="_blank">The Google Keyword Tool</a></p>
<p>Using this tool, you can enter words or phrases that you think someone might use to find your site and find out how many people are using those particular phrases in their searches.</p>
<p>For example if your site is going to feature your own photography, then you could  enter some related terms to see if they are being used in searches. Perhaps you want to share your knowledge as a photographer and offer tips to people who aspire to improve their skills. You would enter the relevant search phrase into the Keyword Tool, &#8220;photography tips&#8221; for example, to find out how many people searched on that term last month and the extent of competition for that search term (that is, how many other sites have been optimized for that search term as well.)</p>
<div id="attachment_108" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-108 " title="keywords_search2" src="http://www.websitetips4u.com/wp-content/uploads/2010/07/keywords_search22.png" alt="Keyword Search Tool" width="500" height="437" /><p class="wp-caption-text">Google Search Tool</p></div>
<p>But if this is too narrow then you would target a broader description. If you are hoping to advertise your services as a photographer, for example, then you could enter a more relevant phrase such as “top photographer”. This exercise of checking on what people are actually searching for in the search engines can help you to come up with a list of possible domain names for your site that might help your site rank more highly in the search engine results.</p>
<p><strong>Should it be a .com or .net or some other kind of extension?</strong></p>
<p>If your site will be for a global audience, then ALWAYS go for a .com if it is available; you will find that most people automatically assume .com when you tell them the name of your site so you won’t have to correct them if you have chosen .net instead for example.</p>
<p>If your site is advertising services in a local area or a specific country then you can choose the relevant local extension such as .com.au in the case of Australia for example. Keep in mind that .com and .net will usually be cheaper and that there may be additional information needed for various country code extensions. For example, in Australia, an Australian Business Number (ABN) is needed for a .com.au domain. Generally speaking,  .com is much more straightforward, more universal and has wider appeal for sites targeting a global market.</p>
<h3>Step 2: Filter Your List of Possible Domain Names</h3>
<p>Now that you have a list of available domain names, do a final check to narrow your selection:</p>
<ul>
<li><strong>Descriptive</strong> &#8211; Is it easy to tell what the site is about by just reading the name?</li>
<li><strong>Distinctive</strong> &#8211; Does it sound distinctive or too similar to other established sites?  That is, you don’t want it easily confused with another popular site that could end up with your traffic.</li>
<li><strong>Easy to Remember &#8211; </strong>It’s a good idea to choose a name that is easy to remember and without alternative spellings.</li>
<li><strong><strong>Easy to Say &#8211; </strong></strong>Will people be able to easily pass on the word about your new site?</li>
<li><strong>No Breaks &#8211; </strong>Choose names that are not hyphenated.</li>
<li><strong>Low Competition &#8211; </strong>Check the competition. If you end up choosing a domain name that does have keywords in it then check the 1st page of search engine results using that keyword. Are there any large named companies dominating positions 1 to 3 or, worse still, positions 1 to 10?</li>
</ul>
<p>Some people prefer to buy existing domain names; that is, domain names that have been in use and just expired or domain names that the owner is willing to sell. The intention here is to “snap up” a very good keyword-targeted domain name and/or buy a domain name that already has ranking in the search engines. This is certainly one way you can go if you like but it is usually considerably more expensive and probably of more appeal further down the track once you are used to the process of finding a domain name.</p>
<h3>Step 3: Check Domain Name Availability</h3>
<p>The name that you choose has to be unique and one that hasn&#8217;t already been registered. For example, the domain name <strong>brightdogtips.com</strong> has already been taken so no-one else can use that name for their website unless it is sold on or allowed to expire.<img title="More..." src="http://www.websitetips4u.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p>How to check domain availability is quite straight forward . Domain registrars and most hosting companies allow you to check availability of domain names on their sites. The following domain name lookup is one that I have used extensively:</p>
<p><iframe src="http://www.websitetips4u.com/gd2" width="468" height="60" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" hspace="0" allowtransparency="true"></iframe><br />
Enter each name on your filtered list to see which domain names are available (not already registered by someone else). Then make your preferred selction from those still available.</p>
<p>Now that you have made your choice you are ready for the next step.</p>
<h3>Step 4: Register Your Preferred Domain Name</h3>
<p>To buy a domain name, you simply have to register it for the advertised fee.</p>
<p>Once you have found an available name that you like, you need to register it for either a monthly fee or a yearly fee. I always go for the term of a year or two as it is cheaper and a job that I now need to think about only once every year or so. The registrar that I have been using is <strong><a href="http://www.websitetips4u.com/gd" rel="nofollow" target="_blank">Go Daddy</a>  </strong>and I receive an email with plenty of notice each time that my domain name is nearing a renewal date. I have mine set up with automatic renewals but I still receive the email with advice as well which allows me to make sure that my payment details are up-to-date.</p>
<blockquote><p><strong>So in summary the easy steps to follow are:</strong></p>
<ol>
<li>Make a list of possible domain names.</li>
<li>Filter Your List of Possible Domain Names.</li>
<li>Check Domain Name Availability.</li>
<li>Register Your Preferred Domain Name.</li>
</ol>
</blockquote>
<p><strong>What is the Next Step After Registering Your  Domain Name?</strong></p>
<p>Now you are the proud owner of your very own domain name.  An exciting journey lies before you as you develop your online website. Once you have your domain name, there is no urgency to do anything with it until you site is ready to “go live”. You now own your chosen domain name so you can take the time you need to find your preferred host and create your site the way you would like it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitetips4u.com/how-to-get-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 5/41 queries in 0.147 seconds using disk: basic
Object Caching 414/487 objects using disk: basic

Served from: www.websitetips4u.com @ 2012-02-23 08:49:21 -->
