<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>101 Plus</title>
	<atom:link href="http://101plus.techbusiness.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://101plus.techbusiness.com.au</link>
	<description></description>
	<lastBuildDate>Tue, 27 Sep 2011 09:11: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>Are your posts displaying &#8220;funny characters&#8221;?</title>
		<link>http://101plus.techbusiness.com.au/are-your-posts-displaying-funny-characters/</link>
		<comments>http://101plus.techbusiness.com.au/are-your-posts-displaying-funny-characters/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 00:49:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://101plus.techbusiness.com.au/?p=106</guid>
		<description><![CDATA[<p>If after upgrading your MySql server or after upgrading your self-hosted WordPress install to a later version, your WP posts show gibberish characters (see image below), chances are the character set in your MySql install is &#8216;latin1&#8242; which is causing incompatibility with the &#8216;utf8&#8242; WordPress default charset.</p>
<p><img src="http://101plus.techbusiness.com.au/wp-content/uploads/2011/04/funny-characters1.png" alt="" title="funny-characters" width="386" height="175" class="alignright size-full wp-image-110" />According to MySql resources, you can convert your default server charset from &#8216;latin1&#8242; to &#8216;utf8&#8242; by modifying the server&#8217;s initialization file. This is fine if you have the&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>If after upgrading your MySql server or after upgrading your self-hosted WordPress install to a later version, your WP posts show gibberish characters (see image below), chances are the character set in your MySql install is &#8216;latin1&#8242; which is causing incompatibility with the &#8216;utf8&#8242; WordPress default charset.</p>
<p><img src="http://101plus.techbusiness.com.au/wp-content/uploads/2011/04/funny-characters1.png" alt="" title="funny-characters" width="386" height="175" class="alignright size-full wp-image-110" />According to MySql resources, you can convert your default server charset from &#8216;latin1&#8242; to &#8216;utf8&#8242; by modifying the server&#8217;s initialization file. This is fine if you have the time and technical skills, and of course access to your server&#8217;s root files. </p>
<p>The easiest workaround I found out, and without touching your server&#8217;s root files at that, on how get rid of those &#8220;funny characters&#8221; is to edit one of the lines in your wp-config.php file.</p>
<p>To do this, open the wp-config.php in a text editor after downloading the file via FTP to your local drive, or opening the wp-config.php using the file manager of your server&#8217;s control panel.</p>
<p>Once opened, look for that line (about line number 30) commented out with /** Database Charset to use in creating database tables. */</p>
<p>Next to that line is: define(&#8216;DB_CHARSET&#8217;, &#8216;utf8&#8242;);</p>
<p>Simply change &#8216;utf8&#8242; to &#8216;latin1&#8242; and save the file, and then upload the file to your server if you edited the file in your local drive. Otherwise, just close the editing window of your Control Panel&#8217;s file manager.</p>
<p>That&#8217;s it.</p>
<p><strong> Did you find this useful? Please leave me a message.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://101plus.techbusiness.com.au/are-your-posts-displaying-funny-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating your WP sites on the run</title>
		<link>http://101plus.techbusiness.com.au/updating-your-wp-sites-on-the-run/</link>
		<comments>http://101plus.techbusiness.com.au/updating-your-wp-sites-on-the-run/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 04:31:28 +0000</pubDate>
		<dc:creator>romyc</dc:creator>
				<category><![CDATA[101 Plus]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[postie]]></category>

		<guid isPermaLink="false">http://101plus.techbusiness.com.au/?p=104</guid>
		<description><![CDATA[<p>If you&#8217;re like me or others who spend most of their time on the road, you need tools to post new blogs or update your WordPress whilst you&#8217;re away from your desktop.</p>
<p>The best solution I have found so far is to post my blogs or news articles via email from a smartphone.</p>
<p>I use a WP.org script called &#8220;Postie&#8221; which allows email posting even with an image, video or audio attachment.</p>
<p>Setting Postie up&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me or others who spend most of their time on the road, you need tools to post new blogs or update your WordPress whilst you&#8217;re away from your desktop.</p>
<p>The best solution I have found so far is to post my blogs or news articles via email from a smartphone.</p>
<p>I use a WP.org script called &#8220;Postie&#8221; which allows email posting even with an image, video or audio attachment.</p>
<p>Setting Postie up is easy. Just enter the details of the recipient email account (mail server, mail I&#8217;d, and password) from which the script will grab the message, and the script is ready to roll.</p>
<p>The script can also be setup to allow only users with certain permissions like authors or editors to post. Administrators are automatically given permission to post by email. You can also specify if the post will be held under &#8220;pending review&#8221; or to be published once received.</p>
<p>I tried the WordPress app for Blackberry but I found that post-by-email is a much better solution.</p>
<p>Let me know if you need help with Postie.</p>
<p>By the way, this post is uploaded via email.</p>
]]></content:encoded>
			<wfw:commentRss>http://101plus.techbusiness.com.au/updating-your-wp-sites-on-the-run/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are hyperlinks in your emails not active?</title>
		<link>http://101plus.techbusiness.com.au/are-hyperlinks-in-your-emails-not-active/</link>
		<comments>http://101plus.techbusiness.com.au/are-hyperlinks-in-your-emails-not-active/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 21:08:49 +0000</pubDate>
		<dc:creator>romyc</dc:creator>
				<category><![CDATA[101 Plus]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[hyperlinks]]></category>

		<guid isPermaLink="false">http://101plus.techbusiness.com.au/?p=100</guid>
		<description><![CDATA[<p>Have you wondered why the hyperlinks in your sent emails are not active? Meaning, not clickable?</p>
<p>This is what has been bugging a friend for sometime. Each time she sent messages with hyperlinks of her suggested pages, the recipients had to highlight the entire URL, copy and then paste on the browser&#8217;s URL box to open the hyperlinked page.</p>
<p>This has been going on until one of her friends politely asked what she was doing&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Have you wondered why the hyperlinks in your sent emails are not active? Meaning, not clickable?</p>
<p>This is what has been bugging a friend for sometime. Each time she sent messages with hyperlinks of her suggested pages, the recipients had to highlight the entire URL, copy and then paste on the browser&#8217;s URL box to open the hyperlinked page.</p>
<p>This has been going on until one of her friends politely asked what she was doing to make the hyperlinks unclickable.</p>
<p>She said that she merely copied and pasted the URL of a page she wanted her friends to visit. Then, she press-clicked the link icon on her email composition window.</p>
<p>And that was the root of the problem!</p>
<p>If you&#8217;re having the same problem, simply highlight, copy and paste the address shown on the URL box of the page you want insert in your email message.</p>
<p>There&#8217;s no need to press-click the link icon. Today&#8217;s browsers automatically recognise and format hyperlinks.</p>
]]></content:encoded>
			<wfw:commentRss>http://101plus.techbusiness.com.au/are-hyperlinks-in-your-emails-not-active/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to be indexed higher by search engines using relevant keyphrases in your post titles &#8211; a case study</title>
		<link>http://101plus.techbusiness.com.au/how-to-be-indexed-higher-by-search-engines-using-relevant-keyphrases-in-your-post-titles-a-case-study/</link>
		<comments>http://101plus.techbusiness.com.au/how-to-be-indexed-higher-by-search-engines-using-relevant-keyphrases-in-your-post-titles-a-case-study/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 11:56:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Demo]]></category>
		<category><![CDATA[Search & SEO]]></category>
		<category><![CDATA[headings]]></category>
		<category><![CDATA[headlines]]></category>
		<category><![CDATA[post titles]]></category>

		<guid isPermaLink="false">http://101plus.techbusiness.com.au/?p=97</guid>
		<description><![CDATA[<p>There are a number of articles written about the importance of titles and headlines in search engine optimisations as well as making prospective readers jump to your website without any further prompting.</p>
<p>We agree with the articles&#8217; claims. It has long been held that titles including &#8220;H1 headings,&#8221; &#8220;H2 headings,&#8221; and so on are very important considerations if you want to have your webpages crawled effectively by search engine bots.</p>
<p>Here is an example to&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>There are a number of articles written about the importance of titles and headlines in search engine optimisations as well as making prospective readers jump to your website without any further prompting.</p>
<p>We agree with the articles&#8217; claims. It has long been held that titles including &#8220;H1 headings,&#8221; &#8220;H2 headings,&#8221; and so on are very important considerations if you want to have your webpages crawled effectively by search engine bots.</p>
<p>Here is an example to show that good titles and headlines greatly influence in making webpages to be ranked higher in search engine indexing lists.</p>
<p><img src="http://101plus.techbusiness.com.au/wp-content/uploads/2011/01/shortened-hyperlinks-450.png" alt="" title="shortened-hyperlinks-450" width="450" height="528" class="alignnone size-full wp-image-98" /></p>
<p>The page titled &#8220;<a href="http://spamwatchers.com/shortened-hyperlinks-spam-on-the-rise/" rel="nofollow">Shortened hyperlinks spams on the rise&#8221;</a> was indexed number 4. The page contains an article which summarised its content:shortened hyperlinks, spams, on the rise.</p>
<p>Actually, the article is a news story developed based on the results of MessageLabs / Symantec&#8217;s July 2010 surveys on shortened hyperlink spams titled &#8220;Symantec Announces July 2010 MessageLabs Intelligence Report.&#8221; Google&#8217;s indexing of the source of the story is number 8.</p>
<p>Were there other factors which could have influenced the page&#8217;s higher index? What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://101plus.techbusiness.com.au/how-to-be-indexed-higher-by-search-engines-using-relevant-keyphrases-in-your-post-titles-a-case-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing in ALL CAPS? Please don&#8217;t.</title>
		<link>http://101plus.techbusiness.com.au/writing-in-all-caps-please-dont/</link>
		<comments>http://101plus.techbusiness.com.au/writing-in-all-caps-please-dont/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 21:38:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Advisory]]></category>
		<category><![CDATA[commenting]]></category>
		<category><![CDATA[discussion groups]]></category>
		<category><![CDATA[emails]]></category>

		<guid isPermaLink="false">http://101plus.techbusiness.com.au/?p=93</guid>
		<description><![CDATA[<p>In emails, blog commenting and discussion groups, you don&#8217;t need audio facilities to appear (and sound) like shouting.</p>
<p>How?</p>
<p>Try writing in ALL CAPS, that&#8217;s how.</p>
<p>When you write in all capital letters, this is considered by many recipients and readers as if you are shouting.</p>
<p>If all you want is to put emphasis on some parts of your message, use ALL CAPS for those important words only. (Or the other technique is to enclose&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>In emails, blog commenting and discussion groups, you don&#8217;t need audio facilities to appear (and sound) like shouting.</p>
<p>How?</p>
<p>Try writing in ALL CAPS, that&#8217;s how.</p>
<p>When you write in all capital letters, this is considered by many recipients and readers as if you are shouting.</p>
<p>If all you want is to put emphasis on some parts of your message, use ALL CAPS for those important words only. (Or the other technique is to enclose the *important* words with asterisk like in this sentence.) </p>
<p>ALL CAPS have strong effect. If used in abundance, they have the same effect like shouting &#8211; and nagging. They annoy the wits out of the recipients and readers. Your messages lose their effect as they are completely ignored or deleted. Or, in discussion groups, if you repeatedly use ALL CAPS, you run the risk of being banned.</p>
<p>If you type in ALL CAPS because you find it faster and more convenient, consider using all lower case only. </p>
<p>You may not pass your English 101 class when you type in all lower cases, but the practice appears more widely accepted than ALL CAPS. And your message may get across easily.</p>
]]></content:encoded>
			<wfw:commentRss>http://101plus.techbusiness.com.au/writing-in-all-caps-please-dont/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;Posts&#8221; window: Tabs and Toolbar</title>
		<link>http://101plus.techbusiness.com.au/the-posts-window-tabs-and-toolbar/</link>
		<comments>http://101plus.techbusiness.com.au/the-posts-window-tabs-and-toolbar/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 05:35:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[toolbar]]></category>

		<guid isPermaLink="false">http://101plus.techbusiness.com.au/?p=83</guid>
		<description><![CDATA[<p>Going back to earlier entry, you would have noticed the Posts window has two tabs, Visual and HTML. </p>
<p>You can use either tab. The Visual tab is something like a &#8220;WYSIWYG&#8221; (What you see is what you get) Please <a href="http://101plus.techbusiness.com.au/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://101plus.techbusiness.com.au/wp-login.php?action=register">Register</a> to read the rest of this content.</p>
]]></description>
			<content:encoded><![CDATA[<p>Going back to earlier entry, you would have noticed the Posts window has two tabs, Visual and HTML. </p>
<p>You can use either tab. The Visual tab is something like a &#8220;WYSIWYG&#8221; (What you see is what you get) Please <a href="http://101plus.techbusiness.com.au/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://101plus.techbusiness.com.au/wp-login.php?action=register">Register</a> to read the rest of this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://101plus.techbusiness.com.au/the-posts-window-tabs-and-toolbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[WordPress 101]]></series:name>
	</item>
		<item>
		<title>How to post content to your site</title>
		<link>http://101plus.techbusiness.com.au/how-to-post-content-to-your-site/</link>
		<comments>http://101plus.techbusiness.com.au/how-to-post-content-to-your-site/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 05:20:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://wordpress.techbusiness.com.au/?p=66</guid>
		<description><![CDATA[<p>Why not get on posting your content now? It&#8217;s why you set up a blog site, isn&#8217;t it? To communicate, to share your ideas, to sell something, to rally people behind your cause, or for whatever reason you want to run website.</p>
<p>How do you post your material to your site?</p>
<p>If you know how to compose and send an email, then you already know how to post material to your site. You have a&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Why not get on posting your content now? It&#8217;s why you set up a blog site, isn&#8217;t it? To communicate, to share your ideas, to sell something, to rally people behind your cause, or for whatever reason you want to run website.</p>
<p>How do you post your material to your site?</p>
<p>If you know how to compose and send an email, then you already know how to post material to your site. You have a subject or title and you have the body of your message.</p>
<p>Please <a href="http://101plus.techbusiness.com.au/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://101plus.techbusiness.com.au/wp-login.php?action=register">Register</a> to read the rest of this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://101plus.techbusiness.com.au/how-to-post-content-to-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[WordPress 101]]></series:name>
	</item>
		<item>
		<title>How to set up your theme</title>
		<link>http://101plus.techbusiness.com.au/how-to-set-up-your-theme/</link>
		<comments>http://101plus.techbusiness.com.au/how-to-set-up-your-theme/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 01:34:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[Twenty Ten]]></category>

		<guid isPermaLink="false">http://wordpress.techbusiness.com.au/?p=53</guid>
		<description><![CDATA[<p>The next thing I suggest is for you to get hold of a nice theme for your site.</p>
<p>There are hundreds of professional-looking free themes on the web. But before going outside, have a look first of what you already have.</p>
<p>With WP3.0, a standard Twenty Ten theme is built in. The theme is very powerful and it has been built by the team of Automattic, the same people behind WordPress.</p>
<p>Please <a href="http://101plus.techbusiness.com.au/wp-login.php?redirect_to=/feed/">Login</a> or&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The next thing I suggest is for you to get hold of a nice theme for your site.</p>
<p>There are hundreds of professional-looking free themes on the web. But before going outside, have a look first of what you already have.</p>
<p>With WP3.0, a standard Twenty Ten theme is built in. The theme is very powerful and it has been built by the team of Automattic, the same people behind WordPress.</p>
<p>Please <a href="http://101plus.techbusiness.com.au/wp-login.php?redirect_to=/feed/">Login</a> or <a href="http://101plus.techbusiness.com.au/wp-login.php?action=register">Register</a> to read the rest of this content.</p>
]]></content:encoded>
			<wfw:commentRss>http://101plus.techbusiness.com.au/how-to-set-up-your-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[WordPress 101]]></series:name>
	</item>
		<item>
		<title>Get familiar with the dashboard</title>
		<link>http://101plus.techbusiness.com.au/get-familiar-with-the-dashboard/</link>
		<comments>http://101plus.techbusiness.com.au/get-familiar-with-the-dashboard/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 23:46:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://wordpress.techbusiness.com.au/?p=52</guid>
		<description><![CDATA[<p>Once successfully logged in to your WordPress Dashboard, administrative panel or control centre, there are a few things you need to do to get the full functionality of WordPress.</p>
<p><a rel="attachment wp-att-57" href="http://101plus.techbusiness.com.au/get-familiar-with-the-dashboard/wp-made-easy-dashboard-left/"><img class="alignleft size-full wp-image-57" title="wp-made-easy-dashboard-left" src="http://101plus.techbusiness.com.au/wp-content/uploads/2010/09/wp-made-easy-dashboard-left.png" alt="" width="214" height="578" /></a>But first, you need to familiarise yourself with the controls or menus you have on the left panel. Most of the menus are collapsible. On the screenshot, Posts is collapsed to show the menus under it.</p>
<p>I have been using WordPress for a number of years&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Once successfully logged in to your WordPress Dashboard, administrative panel or control centre, there are a few things you need to do to get the full functionality of WordPress.</p>
<p><a rel="attachment wp-att-57" href="http://101plus.techbusiness.com.au/get-familiar-with-the-dashboard/wp-made-easy-dashboard-left/"><img class="alignleft size-full wp-image-57" title="wp-made-easy-dashboard-left" src="http://101plus.techbusiness.com.au/wp-content/uploads/2010/09/wp-made-easy-dashboard-left.png" alt="" width="214" height="578" /></a>But first, you need to familiarise yourself with the controls or menus you have on the left panel. Most of the menus are collapsible. On the screenshot, Posts is collapsed to show the menus under it.</p>
<p>I have been using WordPress for a number of years now, but from time to time I still get lost trying to locate the command I need.</p>
<p>You will get familiarised with the control menus as you go along, but if you want to get on the fast track, spend a few minutes exploring the left panel control panel. Prior knowledge of what that left panel has in store will come very very handy.</p>
]]></content:encoded>
			<wfw:commentRss>http://101plus.techbusiness.com.au/get-familiar-with-the-dashboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[WordPress 101]]></series:name>
	</item>
		<item>
		<title>How to install WordPress</title>
		<link>http://101plus.techbusiness.com.au/how-to-install-wordpress/</link>
		<comments>http://101plus.techbusiness.com.au/how-to-install-wordpress/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 07:57:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://wordpress.techbusiness.com.au/?p=46</guid>
		<description><![CDATA[<p>The first step to installing WordPress is to find a web host for your <a href="http://internetpropertiesbroker.com/wp/tips-in-choosing-a-domain-name/">domain</a>.  These days, finding one is not that difficult. And web hosting is really very inexpensive, with some webhosts throwing in bonuses like free Adwords and other vouchers, even more valuable than the cost of hosting.</p>
<p><strong>Setting up WordPress</strong></p>
<p><a rel="attachment wp-att-47" href="http://101plus.techbusiness.com.au/how-to-install-wordpress/cpanel-part/"><img class="alignnleft size-medium wp-image-47" title="cpanel-part" src="http://wordpress.techbusiness.com.au/wp-content/uploads/cpanel-part-300x173.png" alt="" width="300" height="173" /></a><br />
When you sign up for webhosting, you&#8217;ll get a CPanel login from your host. Your CPanel control panel gives you&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The first step to installing WordPress is to find a web host for your <a href="http://internetpropertiesbroker.com/wp/tips-in-choosing-a-domain-name/">domain</a>.  These days, finding one is not that difficult. And web hosting is really very inexpensive, with some webhosts throwing in bonuses like free Adwords and other vouchers, even more valuable than the cost of hosting.</p>
<p><strong>Setting up WordPress</strong></p>
<p><a rel="attachment wp-att-47" href="http://101plus.techbusiness.com.au/how-to-install-wordpress/cpanel-part/"><img class="alignnleft size-medium wp-image-47" title="cpanel-part" src="http://wordpress.techbusiness.com.au/wp-content/uploads/cpanel-part-300x173.png" alt="" width="300" height="173" /></a><br />
When you sign up for webhosting, you&#8217;ll get a CPanel login from your host. Your CPanel control panel gives you an array of web management tools, one of which is WordPress.</p>
<p><a rel="attachment wp-att-48" href="http://101plus.techbusiness.com.au/how-to-install-wordpress/cpanel-wp-install/"><img class="alignleft size-medium wp-image-48" title="cpanel-WP-install" src="http://wordpress.techbusiness.com.au/wp-content/uploads/cpanel-WP-install-247x300.png" alt="" width="247" height="300" /></a> It’s really a couple of clicks to install a new WordPress package on your new domain. You can install WordPress either in your domain root or in a separate folder under your root like yourdomain.ext/blog/.</p>
<p>You enter your WP admin username and password, which of course you should remember.</p>
<p>Once confirmed by your Cpanel that WP is installed, you’ll then log in to WordPress admin area at yourdomain.ext/wp-admin/  (or yourdomain.ext/blog/wp-admin/ if installed in a folder) with the username and password you just created, and you go straight in to the WordPress dashboard.</p>
<p>That&#8217;s all there is in installing WordPress.</p>
<blockquote><p>NOTE: You can of course manually install WordPress using an FTP client. This means, you need to set up an FTP account in your CPanel and also, you need to set up a WP database, again using the Cpanel. You will be better off using the automatic installation. Installing WP via FTP is also very time consuming.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://101plus.techbusiness.com.au/how-to-install-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[WordPress 101]]></series:name>
	</item>
	</channel>
</rss>

