<?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>SimpleByte Help</title>
	<atom:link href="http://simplebyte.net/help/feed" rel="self" type="application/rss+xml" />
	<link>http://simplebyte.net/help</link>
	<description>tutorials, help files</description>
	<lastBuildDate>Sun, 24 Apr 2011 22:18:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>16 Rules of Social Media Optimisation</title>
		<link>http://simplebyte.net/help/articles/16-rules-of-social-media-optimisation</link>
		<comments>http://simplebyte.net/help/articles/16-rules-of-social-media-optimisation#comments</comments>
		<pubDate>Fri, 03 Sep 2010 14:30:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://simplebyte.net/help/?p=194</guid>
		<description><![CDATA[ Rohit Bhargava, who has been credited for terming Social Media Optimization or SMO, outlined the bulk of the rules for Social Media Optimisation. Here are more:]]></description>
			<content:encoded><![CDATA[<p>The 16 Rules for Social Media Optimization as penned by five of digital marketing’s go-to professionals are an excellent springboard for review and innovation of strategies. Rohit Bhargava, who has been credited for terming Social Media Optimization or SMO, outlined the bulk of the list with:</p>
<ol>
<li><strong> Increase Your Linkability</strong>. The key performance indicator of any social media campaign revolves around link building. The simple commitment to maintaining a blog for one, can do wonders for increasing linkability.</li>
<li><strong>Make Tagging and Bookmarking Easy</strong>. Twitter, Facebook, StumbleUpon are names to be recited by online marketers as sacred. The easier it is to share your content, the likelier it is to be spread.</li>
<li><strong>Reward Inbound Links</strong>. Positive reinforcement works in most cases, but in building your credibility, also bear in mind that not all inbound links ought to be automatically reciprocated.</li>
<li><strong>Help Your Content Travel</strong>. Through RSS feeds, newsletters, social media updates, and downloadable files, content that can conveniently be communicated expands your reach.</li>
<li><strong>Encourage The Mashup</strong>. The fact is, your content will be available for most of the world to see. Encouraging your followers to add their own take on the matter will make for an entirely productive interaction.</li>
</ol>
<p>Enumerating two important points, Jeremiah Owyang, emphasizes the need to:</p>
<ol>
<li><strong>Be a User Resource, even if it Doesn’t Help You</strong>. Well, doesn’t help “directly” — it will return in the form of recognition as the go-to authority for information on your field of expertise.</li>
<li><strong>Reward Helpful and Valuable Users</strong>. Following the Pareto Principle of 80-20, forming relationships with your influential VIPs are a valuable investment.</li>
</ol>
<p>Four things that Cameron Olthuis shares never to underestimate are the value of:</p>
<ol>
<li><strong>Participation</strong>. Being involved, belonging to a community to which you significantly contribute to — that is what social media is all about.</li>
<li><strong>Knowing How to Target Your Audience</strong>. To ignore this piece of advice would be folly.</li>
<li><strong>Create Content</strong>. Real content is different from space-fillers in being relevant, informative, and reliable.</li>
<li><strong>Being Real</strong>. Sooner or later the truth will prevail. Fakers, scammers, hypocritical identities will backfire no matter the short-term advantages.</li>
</ol>
<p>Creating a difference is simplified by keeping in mind the two things contributed by Loren Baker:</p>
<ol>
<li><strong>Don’t Forget Your Roots, Be Humble</strong>. Do not forget the people who have one way or another brought you where you are today.</li>
<li><strong>Don’t Be Afraid to Try New Things, Stay Fresh</strong>. Be critical, yet open-minded about opportunities to constantly improve.</li>
</ol>
<p>Lee Odden completes the list by focusing on Social Media Optimization with the easy to understand advice to:</p>
<ol>
<li><strong>Develop an SMO Strategy</strong></li>
<li><strong>Choose your SMO Tactics Wisely</strong></li>
<li><strong>Make SMO part of your process and best practices</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://simplebyte.net/help/articles/16-rules-of-social-media-optimisation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide file extensions from URL by .htaccess</title>
		<link>http://simplebyte.net/help/how-to/hide-file-extensions-from-url-by-htaccess</link>
		<comments>http://simplebyte.net/help/how-to/hide-file-extensions-from-url-by-htaccess#comments</comments>
		<pubDate>Tue, 03 Aug 2010 13:22:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://simplebyte.net/help/?p=187</guid>
		<description><![CDATA[To hide extensions from a URL copy and paste this code into your .htaccess file. ]]></description>
			<content:encoded><![CDATA[<p>To hide an extension from URL, for instance;</p>
<p>Change this url <strong>http://simplebyte.net/does/seo.php</strong> to <strong>http://simplebyte.net/does/seo</strong></p>
<p>copy and paste the following code to your .htaccess file.</p>
<p><code> RewriteEngine on<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_FILENAME}\.php -f<br />
RewriteRule ^(.*)$ $1.php </code></p>
]]></content:encoded>
			<wfw:commentRss>http://simplebyte.net/help/how-to/hide-file-extensions-from-url-by-htaccess/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>GTO Network Website</title>
		<link>http://simplebyte.net/help/our-works/gto-network-website</link>
		<comments>http://simplebyte.net/help/our-works/gto-network-website#comments</comments>
		<pubDate>Sun, 11 Jul 2010 17:54:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Our Works]]></category>
		<category><![CDATA[B2G]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[greentech]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://simplebyte.net/help/?p=160</guid>
		<description><![CDATA[<a href="http://simplebyte.net/help/our-works/gto-network-website"><img title="GTO Network" src="http://simplebyte.net/help/wp-content/uploads/gtonetwork.gif" alt="GTO Network" width="284" height="102" /></a>Its green everywhere, and SimpleByte is no different. An US / HongKong based green tech company needed a professional website to support its B2G backend system.]]></description>
			<content:encoded><![CDATA[<p>Its green everywhere, and SimpleByte is no different. An US / HongKong based green tech company needed a professional website to support its B2G backend system. Steve Wong was convinced that SimpleByte could deliver what they needed to impress their  clients ranging from government agencies to suppliers in China and US.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplebyte.net/help/our-works/gto-network-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>云南留学服务中心 (1Guoji.com)</title>
		<link>http://simplebyte.net/help/our-works/%e4%ba%91%e5%8d%97%e7%95%99%e5%ad%a6%e6%9c%8d%e5%8a%a1%e4%b8%ad%e5%bf%83-1guoji-com</link>
		<comments>http://simplebyte.net/help/our-works/%e4%ba%91%e5%8d%97%e7%95%99%e5%ad%a6%e6%9c%8d%e5%8a%a1%e4%b8%ad%e5%bf%83-1guoji-com#comments</comments>
		<pubDate>Sun, 11 Jul 2010 17:47:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Our Works]]></category>
		<category><![CDATA[1guoji]]></category>
		<category><![CDATA[chinese]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[our work]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://simplebyte.net/help/?p=156</guid>
		<description><![CDATA[<a href="http://1guoji.com/" title="Click to visit 1Guoji.com Website"><img src="http://1guoji.com/img/top_nav_logo.png" alt="1Guoji Logo" class="smallThumbnail" /></a>云南留学服务中心 (1Guoji.com) is a students exhchange programme for Chinese university students going abroad for higher studies.]]></description>
			<content:encoded><![CDATA[<p>1Guoji.com is a students exhchange programme which required a website to manage the Chinese students wanting to study abroad.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplebyte.net/help/our-works/%e4%ba%91%e5%8d%97%e7%95%99%e5%ad%a6%e6%9c%8d%e5%8a%a1%e4%b8%ad%e5%bf%83-1guoji-com/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABA4Hire Community Website</title>
		<link>http://simplebyte.net/help/our-works/aba4hire-community-website</link>
		<comments>http://simplebyte.net/help/our-works/aba4hire-community-website#comments</comments>
		<pubDate>Sun, 11 Jul 2010 17:40:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Our Works]]></category>

		<guid isPermaLink="false">http://simplebyte.net/help/?p=152</guid>
		<description><![CDATA[We just completed a community website for parents with autistic kids seeking professional help and therpists to provide aid to the community.]]></description>
			<content:encoded><![CDATA[<p>We just completed a community website for parents with autistic kids seeking professional help and therpists to provide aid to the community.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplebyte.net/help/our-works/aba4hire-community-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable downloadable vCards with .htaccess</title>
		<link>http://simplebyte.net/help/how-to/enable-vcards-with-htaccess-on-a-webpage</link>
		<comments>http://simplebyte.net/help/how-to/enable-vcards-with-htaccess-on-a-webpage#comments</comments>
		<pubDate>Wed, 07 Jul 2010 18:40:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://simplebyte.net/help/?p=146</guid>
		<description><![CDATA[How to enable parsing of a vCard on a webpage with .htaccess]]></description>
			<content:encoded><![CDATA[<p>If you just put a link to your vCard on a webpage, some browsers cannot parse it as a vCard. For instance try downloading <a title="Unparsed vCard" href="http://simplebyte.net/help/simplebyte.vcf">this vCard</a>.</p>
<p>To enable browser to corectly read a vCard, just copy and paste this code into your .htaccess file</p>
<p><code> &lt;Files ~ "\.vcf$"&gt;ForceType text/x-vcard&lt;/Files&gt; </code></p>
<p>This should now enable the browser to properly download the vCard. Try <a title="Downloadable vCard" href="http://simplebyte.net/listens/simplebyte.vcf">downloadable vCard</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplebyte.net/help/how-to/enable-vcards-with-htaccess-on-a-webpage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bruegmann USA SEO</title>
		<link>http://simplebyte.net/help/our-works/seo/bruegmann-usa</link>
		<comments>http://simplebyte.net/help/our-works/seo/bruegmann-usa#comments</comments>
		<pubDate>Thu, 01 Jul 2010 04:57:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[bruegmann usa]]></category>
		<category><![CDATA[shelf management]]></category>

		<guid isPermaLink="false">http://simplebyte.net/help/?p=183</guid>
		<description><![CDATA[Bruegmann USA is a subscriber to our popular monthly SEO package. Conversion rate has increased by more than 500% and the traffic keeps increasing on the site.]]></description>
			<content:encoded><![CDATA[<p>Bruegmann USA is a subscriber to our popular monthly SEO package. Conversion rate has increased by more than 500% and the traffic keeps increasing on the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplebyte.net/help/our-works/seo/bruegmann-usa/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upload WordPress theme</title>
		<link>http://simplebyte.net/help/how-to/upload-wordpress-theme</link>
		<comments>http://simplebyte.net/help/how-to/upload-wordpress-theme#comments</comments>
		<pubDate>Tue, 08 Jun 2010 12:40:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://simplebyte.net/help/?p=133</guid>
		<description><![CDATA[After you&#8217;ve set up the WordPress site, you might want to change the default theme. 1. To change the theme, you need to first download a theme. 2. Once you&#8217;ve downloaded the theme you need to navigate to WordPress directory in your server and upload the theme  folder to /wp-content/themes. You can use software like [...]]]></description>
			<content:encoded><![CDATA[<p>After you&#8217;ve <a title="How to setup WordPress site" href="http://simplebyte.net/help/how-to/setup-wordpress" target="_blank">set up the WordPress site</a>, you might want to change the default theme.</p>
<p>1. To change the theme, you need to <strong>first download a theme</strong>.</p>
<p>2. Once you&#8217;ve downloaded the theme you need to <strong>navigate to WordPress directory in your server</strong> and <strong>upload the theme  folder to /wp-content/themes</strong>. You can use software like <a title="Download Filezilla" href="http://filezilla-project.org/" target="_blank">filezilla</a> to connect to your server.</p>
<p>3. After you&#8217;ve upload the theme folder, <strong><a title="How to log in to WordPress admin panel" href="http://simplebyte.net/help/how-to/log-in-to-wordpress-admin" target="_blank">log in to your WordPress admin</a></strong> and <strong>navigate to Appearance &gt; Themes</strong>.</p>
<p>4. On the right, you&#8217;ll see your newly uploaded theme. Just <strong>click on &#8216;Activate&#8217; </strong>and you are done.<strong> </strong>Congratulations ! You are one step closer to world domination.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplebyte.net/help/how-to/upload-wordpress-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Log-in to wordpress admin panel</title>
		<link>http://simplebyte.net/help/how-to/log-in-to-wordpress-admin</link>
		<comments>http://simplebyte.net/help/how-to/log-in-to-wordpress-admin#comments</comments>
		<pubDate>Wed, 02 Jun 2010 19:35:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://simplebyte.net/help/?p=123</guid>
		<description><![CDATA[This article tells you how to log in to wordpress admin panel.]]></description>
			<content:encoded><![CDATA[<p>To log into wordpress admin panel</p>
<p>1. Point your browser to <strong>http://yourdomain.com/wp-admin</strong> ( yourdomain.com needs to be replaced with your website domain name )</p>
<p>2. On the screen, enter your admin <strong>username</strong> and <strong>password</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplebyte.net/help/how-to/log-in-to-wordpress-admin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create new post in wordpress</title>
		<link>http://simplebyte.net/help/how-to/create-new-post-in-wordpress</link>
		<comments>http://simplebyte.net/help/how-to/create-new-post-in-wordpress#comments</comments>
		<pubDate>Wed, 02 Jun 2010 18:54:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://simplebyte.net/help/?p=117</guid>
		<description><![CDATA[To create new posts in wordpress, you need to follow these steps.]]></description>
			<content:encoded><![CDATA[<p>1. To create a new Post,<strong> log in</strong> to your WordPress <strong>admin at http://yourdomain.com/wp-admin</strong></p>
<p>2. Once you are logged in, you will notice a <strong>menu bar on the left</strong> hand side of the screen.</p>
<p>3. Click on<strong> Posts &gt; Add New.</strong></p>
<p>4. <strong>Type</strong> in a relevant <strong>post title</strong> and <strong>insert the content</strong>.</p>
<p>5. After you finish writing the content, press <strong>Publish</strong> on the right hand side of the screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplebyte.net/help/how-to/create-new-post-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

