<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Active-Server Webhosting Blog</title>
	
	<link>http://www.active-server.com/blog</link>
	<description>Bloggin about webhosting, SAAS and whatever else comes to mind.</description>
	<lastBuildDate>Mon, 23 Jul 2012 18:08:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/active-server-webhosting" /><feedburner:info uri="active-server-webhosting" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Fulfillment by Amazon and ZenCart</title>
		<link>http://feedproxy.google.com/~r/active-server-webhosting/~3/NuZjZS_GJAc/</link>
		<comments>http://www.active-server.com/blog/fulfillment-by-amazon-and-zen-cart/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 21:54:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Fulfillment by Amazon]]></category>
		<category><![CDATA[ZenCart]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon Fulfillment]]></category>
		<category><![CDATA[Zen-Cart]]></category>

		<guid isPermaLink="false">http://www.active-server.com/blog/?p=259</guid>
		<description><![CDATA[Adding Fulfillment by Amazon to Zen Cart
No related posts.]]></description>
			<content:encoded><![CDATA[<h3>Why use Zen Cart</h3>
<p>We have been hosting Zen Cart sites for years and have found that the ability to customize Zen Cart with the many readily available open source add-ons and modules to be of great benefit to our customers.</p>
<p>&nbsp;</p>
<h3>Tying Zen Cart and Amazon together</h3>
<p>When one of our customers decided to outsource his product fulfillment to Amazon the free module, “Checkout by Amazon Zen Cart Plug-in”, caught his eye.</p>
<p>&nbsp;</p>
<h3>Amazon in the marketplace</h3>
<p>Amazon is really a friendly 500 pound gorilla when it comes to e-commerce. Not only do they hope that other merchants will sell products on-line, they make it easy to take payments and get your product delivered too. In reality these are two separate features which work differently.</p>
<p>&nbsp;</p>
<h3>Checkout by Amazon</h3>
<p>Checkout by Amazon allows you to process your payments via Amazon’s credit card processing system. It expects the merchant to fulfill the orders.</p>
<p>&nbsp;</p>
<h3>Fulfillment by Amazon</h3>
<p>Fulfillment by Amazon adds a fulfillment service to Checkout by Amazon. This allows merchants to accept payments via Amazon’s credit card processing system and also leverage the delivery and warehousing power of Amazon. This allows you to maintain control of content, SEO and marketing of your products using your own website, and have Amazon do all the grunt work.</p>
<p>&nbsp;</p>
<h3>It&#8217;s all in the name</h3>
<p>At first glance it appeared that the “Checkout by Amazon Zen Cart Plug-in” would handle this for him, but during actual implementation we found otherwise. After trying several things to get this Zen Cart add on to work we realized that “Checkout by Amazon Zen Cart Plug-in” does not support Fulfillment by Amazon. This was documented in a small one line comment in one of the module files using the acronym “FBA”. In other words this module was doing exactly what it&#8217;s name implied, “Checkout by Amazon”.</p>
<p>&nbsp;</p>
<h3>A minor tweak</h3>
<p>After researching how this module talks to Amazon and what Amazon expects we came up with an easy solution that requires minimal modification to the add-on and your products. Here are our notes as to what we changes need to be made to the following plugin for Zen Cart.</p>
<blockquote><p>Base Module: FULLFILLMENT by AMAZON &#8211; CHECKOUT BY AMAZON PLUGIN v1.0 FOR ZEN CART 1.3.9e<br />
These changes to Checkout by Amazon will allow you to use Fulfillment by Amazon instead of just Checkout by Amazon.</p></blockquote>
<p>In order to use Fulfillment by Amazon instead of Checkout you will need to make the following changes after you install the add-on to Zen Cart.</p>
<ol>
<li>We ignored the option to call the module via a cron job as all orders fulfilled by Amazon end up at Amazon in their order system.</li>
<li>In your Zen Cart Products each model number must match the Amazon Fulfillment Part number. This is set or assigned at the time you add the part to Amazon&#8217;s Fulfillment System.</li>
<li>Make the following changes to the installed add-on.</li>
</ol>
<p>In file: <strong>checkout_by_amazon/checkout_by_amazon_constants.php</strong>, after Line 39 add 1 line:<br />
<code>Before:<br />
// types of fulfillment<br />
define("MERCHANT_FULFILLMENT", "MERCHANT");</p>
<p>After:<br />
// types of fulfillment<br />
define("MERCHANT_FULFILLMENT", "MERCHANT");<br />
define("AMAZON_FULFILLMENT", "AMAZON_NA");</code></p>
<p>In file: <strong>checkout_by_amazon/button_generator.php</strong>, make the following changes:<br />
Near line 93:<br />
<code><strong>Before:</strong><br />
$xmlBuilder->Element('SKU', substr($item[id], 0, MAX_SKU_LEN));</p>
<p><strong>After:</strong><br />
// $xmlBuilder->Element('SKU', substr($item[id], 0, MAX_SKU_LEN));<br />
$xmlBuilder->Element('SKU', substr($item[model], 0, MAX_SKU_LEN));</code></p>
<p>Near Line: 127<br />
<code><strong>Before:</strong><br />
// FulfillmentNetwork settings - Hardcoded for merchant fulfillment as we do not support FBA at present<br />
$xmlBuilder->Element('FulfillmentNetwork',	 MERCHANT_FULFILLMENT);</p>
<p><strong>After:</strong><br />
// FulfillmentNetwork settings - Hardcoded for either merchant fulfillment or Fulfillment by Amazon (FBA)<br />
// $xmlBuilder->Element('FulfillmentNetwork',	 MERCHANT_FULFILLMENT);<br />
$xmlBuilder->Element('FulfillmentNetwork',	 AMAZON_FULFILLMENT);</code></p>
<p>&nbsp;</p>
<h3>Limitations</h3>
<p>1. At this time ALL products sold and processed via Fulfillment by Amazon must be fulfilled by Amazon.<br />
2. The Model number MUST match Amazons Fulfillment number.</p>
<p>&nbsp;</p>
<h3>Future possibilities</h3>
<p>It may be possible to have both Fulfilled by Amazon and Merchant Fulfilled items in one order.  This has not been investigated and is left as an exercise to those who follow.</p>
<p>&nbsp;</p>
<h3>Disclaimer</h3>
<p>Unless otherwise stated, the software, scripts, code snippets or code modifications on this site are provided &#8220;as-is,&#8221; without any express or implied warranty of merchantability or fitness for any particular purpose. In no event shall Plateau Ltd. dba Active-Server.com, be held liable for any damages arising from the use of the software, scripts, code snippets or code modifications.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/active-server-webhosting/~4/NuZjZS_GJAc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.active-server.com/blog/fulfillment-by-amazon-and-zen-cart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.active-server.com/blog/fulfillment-by-amazon-and-zen-cart/</feedburner:origLink></item>
		<item>
		<title>Differences between IMAP, POP and SMTP</title>
		<link>http://feedproxy.google.com/~r/active-server-webhosting/~3/Bi2hHviBUj0/</link>
		<comments>http://www.active-server.com/blog/differences-between-imap-pop-and-smtp/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 21:37:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[hosted exchange]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[mail client]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[pop]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://www.active-server.com/blog/?p=236</guid>
		<description><![CDATA[&#160; IMAP, POP and SMTP Protocols These are  three different methods or protocols used to handle email. The are used to either receive (IMAP, POP) or send (SMTP) email. Receiving email – a simple overview When someone sends you an email it moves from their email client to their mail server. Their mail server then uses [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<h2>IMAP, POP and SMTP Protocols</h2>
<p>These are  three different methods or protocols used to handle email. The are used to either receive (IMAP, POP) or send (SMTP) email.</p>
<h3>Receiving email – a simple overview</h3>
<p>When someone sends you an email it moves from their email client to their mail server. Their mail server then uses the recipient email address to determine where the mail is supposed to go and delivers the email to your mail server.</p>
<p>These two mail servers may exists as part of a hosting package, be provided by their ISP or be a paid for free 3rd party mail service and can even be the same server. They can be around the world or in the same building where you work.</p>
<p>Your mail server stores the received email in a mailbox until your mail client asks for it. This is where IMAP and POP enter the picture.</p>
<h3>IMAP (Internet Message Access Protocol) and POP (Post Office Protocol)</h3>
<p>IMAP and POP are the two most prevailing methods or protocols for retrieving email from a mail server. Both of these protocols are supported by almost all popular mail client programs like Outlook, Thunderbird and Apple Mail.</p>
<p>When your mail client reads an email it can either download the email from the mail server to your local desktop and delete it from the mail server, or just allow you to see the email contents, without saving it locally, similar to your viewing a webpage. In the first case, where you download an email to your local machine, POP is used. In the second case, where you view the email, it actually stays on the mail server.</p>
<h3><strong>Main differences</strong></h3>
<p style="padding: 0 10px;">POP – Downloads email locally</p>
<p style="padding: 0 10px;">IMAP – Mail is stored on the mail server</p>
<p>&nbsp;</p>
<h3><strong>Benefits and disadvantages</strong></h3>
<p>There as benefits and disadvantages to using either protocol.</p>
<table style="text-align: left;" width="80%" border="1" cellspacing="0" cellpadding="2">
<tbody>
<tr align="left">
<th scope="col" colspan="2" bgcolor="#CCCCCC">
<h4>POP</h4>
</th>
</tr>
<tr>
<th align="left" width="50%">Benefits</th>
<th align="left" width="50%">Disadvantages</th>
</tr>
<tr>
<td align="left" width="50%">Mail is stored locally you can access it when offline</td>
<td align="left" width="50%">Need to use workaround to read email on multiple machines</td>
</tr>
<tr>
<td align="left" width="50%">Easier to maintain mail quotas</td>
<td align="left" width="50%">All mail can be lost if your hard drive or computer dies and you don’t have a backup</td>
</tr>
<tr>
<td align="left" width="50%">Easy to backup and archive locally or offsite</td>
<td align="left" width="50%">Harder to access mail anywhere</td>
</tr>
<tr>
<td align="left" width="50%">Faster – only need to read mail from server once</td>
<td align="left" width="50%"></td>
</tr>
<tr>
<td align="left" width="50%">Faster when you have to search email</td>
<td align="left" width="50%"></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<table style="text-align: left;" width="80%" border="1" cellspacing="0" cellpadding="2">
<tbody>
<tr align="left">
<th scope="col" colspan="2" bgcolor="#CCCCCC">IMAP</th>
</tr>
<tr>
<th align="left" width="50%">Benefits</th>
<th align="left" width="50%">Disadvantages</th>
</tr>
<tr>
<td align="left" width="50%">Mail is stored remotely, you can access anywhere</td>
<td align="left" width="50%">Takes up a lot of server space – may easily exceed your quota **</td>
</tr>
<tr>
<td align="left" width="50%">Keeps a copy of everything you do on the mail server. Privacy concerns may apply.</td>
<td align="left" width="50%">All mail can be lost if your hard drive or computer dies and you don’t have a backup</td>
</tr>
<tr>
<td align="left" width="50%">Easy to backup and archive locally or offsite</td>
<td align="left" width="50%">Slower in reading email – index of all messages downloaded</td>
</tr>
<tr>
<td align="left" width="50%">Faster – only need to read mail from server once</td>
<td align="left" width="50%">Harder to backup locally and remotely.</td>
</tr>
<tr>
<td align="left" width="50%">Faster when you have to search email</td>
<td align="left" width="50%">All mail can be lost if mail account becomes corrupted, server crashes and backup is bad</td>
</tr>
<tr>
<td align="left"></td>
<td align="left">Slow when searching email – all emails are downloaded and read by mail client.</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h3>Recommendations</h3>
<p>In almost all cases we recommend that our customers use POP for reading their email.<br />
&nbsp;</p>
<h3>Sending Emails</h3>
<p>In either case, POP or IMAP, when you send an email you will use some form of SMTP (Simple Mail Transfer Protocol), which totally different from IMAP and POP.<br />
&nbsp;<br />
When you click on send on an email message the mail client contacts the SMTP server that is part of your mail service. The server authenticates you using your login id and password and receives the email message from your client. The mail server then looks up the recipient’s mail server and passes the message to that server. Your mail client then places the sent email in either your local sent mail folder or in the case of IMAP the sent email folder on the server.<br />
&nbsp;</p>
<h3>** Benefits of Hosted Exchange Server</h3>
<p>Our unlimited <a title="Hosted Exchange 2010 with unlimited mailbox" href="http://www.active-server.com/microsoft-exchange-server-2010/" target="_self">Hosted Exchange Service</a> works similar to IMAP in that you keep all your messages on the mail server. It overcomes the quota limitations as well as the offline reading of email, when used with the latest version of Outlook (free with Hosted Exchange). You can also share a mailbox and allow others to send email on your behalf.<br />
If you want large mailbox quotas, need to share a mailbox or want to be able to read email anywhere then we highly recommend moving to our Hosted Exchange Service.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/active-server-webhosting/~4/Bi2hHviBUj0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.active-server.com/blog/differences-between-imap-pop-and-smtp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.active-server.com/blog/differences-between-imap-pop-and-smtp/</feedburner:origLink></item>
		<item>
		<title>Creating an Open Relay with Sendmail</title>
		<link>http://feedproxy.google.com/~r/active-server-webhosting/~3/LSBDdhUF2T0/</link>
		<comments>http://www.active-server.com/blog/creating-an-open-relay-with-sendmail/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 17:14:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Virtual Private Servers]]></category>
		<category><![CDATA[Sendmail]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.active-server.com/blog/?p=212</guid>
		<description><![CDATA[Sending email without authentication Back in the day when a hacker was a computer geek who did no evil and spam was a meat product popular in Hawaii and rural America one could send email through anyone’s mail server without them caring. Those days are gone and almost every mail server requires some sort of [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<h2>Sending email without authentication</h2>
<p>Back in the day when a hacker was a computer geek who did no evil and spam was a meat product popular in Hawaii and rural America one could send email through anyone’s mail server without them caring.</p>
<p>Those days are gone and almost every mail server requires some sort of authentication. Even so at times it becomes necessary to send email without authenticating, like when using a document scanner that does not support email authentication.</p>
<p>&nbsp;</p>
<h2>Possible Solutions</h2>
<ol>
<li>Upgrade the firmware in your scanner to allow authentication when emailing documents.</li>
<li>A few ISPs still have a mail server, called a smarthost that allows sending email without authentication. This mail server is only available to their customers and you may need to call their helpdesk in order to be able to use it.</li>
<li>If you need to send email to a single user, setup the scanner to send mail as that user to that user and then use that user’s mail server as the server you connect to when the scanner sends email.</li>
</ol>
<h2>When Nothing Else Works &#8211; Make a Limited Open Relay</h2>
<p>If none of the above are feasible then you can enable Sendmail to allow unauthenticated relaying from a specific IP address. This of course requires that you have a static IP address.</p>
<p>These instructions are specific to our <a title="Linux Virtual Private Servers" href="http://www.linux-virtual-servers.com/" target="_blank">Linux Virtual Private Servers</a> and Linux Managed Private Servers.</p>
<div style="padding: 2px 6px 4px 6px; color: #555555; background-color: #eeeeee; border: #dddddd 2px solid;">
<pre><code>ssh into the server and su – root    
cd /etc/mail    

*** Create a bacxkup copy of the file sendmail.mc ***

edit (using your favorite editor, like vi):  sendmail.mc 

look for  the line:    
dnl FEATURE(`relay_mail_from')dnl 

change it to read (or add it if it is not in the sendmail.mc file):    
FEATURE(`relay_mail_from')dnl 

Save your changes 

Recompile your Sendmail configuration file by typing: Make 

Edit the file “access” located in the same /etc/mail  folder. 
Add a line that reads:    Connect:XXX.XXX.XXX.XXX                     RELAY 
Where XXX.XXX.XXX.XXX is the IP address for your internet connection 

Hash the file so it can be used by Sendmail, type:
makemap hash &lt; access access.db 

Restart  Sendmail using
   service sendmail restart </code></pre>
</div>
<p>Next, setup your scanner to use your Linux Virtual Server to send mail.</p>
<p>Test your changes by seeing if you can scan and email a document</p>
<p>&nbsp;</p>
<h2>Be Careful</h2>
<p>A few words of caution:</p>
<ul>
<li>If your local IP address changes it will stop working.</li>
<li>Doing the above may allow a sophisticated spammer to relay mail through your mail server.</li>
<li>Your mail server may get blacklisted.</li>
<li>If your mail server because an open relay you may be forced to remove the above changes or in a worst case your Linux Virtual Private Server could be disabled or terminated.</li>
</ul>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/active-server-webhosting/~4/LSBDdhUF2T0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.active-server.com/blog/creating-an-open-relay-with-sendmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.active-server.com/blog/creating-an-open-relay-with-sendmail/</feedburner:origLink></item>
		<item>
		<title>Get Your Company on FaceBook in 15 min or less</title>
		<link>http://feedproxy.google.com/~r/active-server-webhosting/~3/XAKMLKv3w2A/</link>
		<comments>http://www.active-server.com/blog/get-your-company-on-facebook-in-15-min-or-less/#comments</comments>
		<pubDate>Tue, 24 May 2011 18:27:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Marketing]]></category>

		<guid isPermaLink="false">http://www.active-server.com/blog/?p=189</guid>
		<description><![CDATA[Add your company to Facebook in 15 minutes or less Facebook has over 500 Million active users and at least one of this is one of your customers. By adding a Facebook page for your business you are giving yourself an opportunity to reach out to these customers and also find new customers. Social Media [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<h1>Add your company to Facebook in 15 minutes or less</h1>
<p>Facebook has over <a href="#Ref1" target="_new">500 Million active users</a> and at least one of this is one of your customers. By adding a Facebook page for your business you are giving yourself an opportunity to reach out to these customers and also find new customers. Social Media is a large part of SEO and Facebook is just one part of it, so think of it as a billboard on the super highway.</p>
<p>If you already have an account you want to use, skip to step 3, otherwise let&#8217;s get started!</p>
<ol>
<li><strong>Create an Account on <a href="http://www.facebook.com/" target="_new">Facebook</a>:</strong> If you do not already have a personal account, or wish to use a separate login from your personal account create a new account on Facebook. Note: having multiple accounts on Facebook is a violation of their policy.</li>
<li><strong>Skip all the profile setup pages: </strong>You will want to come back and adjust your security settings, but for now skip all these steps.</li>
<li><strong>Create a Page: </strong>At the bottom of your Facebook page there is a menu item, &#8220;Create a Page&#8221;, click on it.<a href="http://www.active-server.com/blog/wp-content/uploads/2011/05/CreateFaceBookPage1.png"><img class="alignnone size-full wp-image-193" title="Create a facebook page, step 1" src="http://www.active-server.com/blog/wp-content/uploads/2011/05/CreateFaceBookPage1.png" alt="" width="640" height="88" /></a></li>
<li><strong>Page Type:</strong> Facebook currently presents you with 6 types of pages. For most businesses one of the 1st 3 will work best.<br />
<a href="http://www.active-server.com/blog/wp-content/uploads/2011/05/CreateFaceBookPage2.jpg"><img class="size-full wp-image-194 alignnone" title="Create a facebook page, step 2" src="http://www.active-server.com/blog/wp-content/uploads/2011/05/CreateFaceBookPage2.jpg" alt="" width="640" height="423" /></a>&nbsp;</p>
<table border="1" cellspacing="0" cellpadding="2" width="640">
<caption><strong>Facebook Pages for Businesses</strong><br />
</caption>
<tbody>
<tr>
<td width="80"></td>
<td width="240">
<h3>Local Business or Place</h3>
</td>
<td width="240">
<h3>Company Organization&nbsp;</p>
<p>or Institution</h3>
</td>
<td width="240">
<h3>Brand or Product</h3>
</td>
</tr>
<tr>
<td><strong>Basic Info</strong></td>
<td>Business Category&nbsp;</p>
<p>Name; Address</td>
<td>Business Category&nbsp;</p>
<p>Name; Address; Founded</td>
<td>Business Category&nbsp;</p>
<p>Name; Address; Founded</td>
</tr>
<tr>
<td><strong>Detailed Info</strong></td>
<td>Hours; About; Description; Prices Range; Parking</td>
<td>About; Description; Mission; Awards; Products;</td>
<td>About; Company Overview; Description; Mission; Awards; Products</td>
</tr>
<tr>
<td><strong>Contact Info</strong></td>
<td>Email; Phone; Website</td>
<td>Email; Phone; Website</td>
<td>Email; Phone; Website</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<table border="1" cellspacing="0" cellpadding="2" width="640">
<caption><strong>Facebook Pages for Individuals, Groups or Causes</strong><br />
</caption>
<tbody>
<tr>
<td width="80"></td>
<td width="240">
<h3>Artist, Band or Public Figure</h3>
</td>
<td width="240">
<h3>Entertainment</h3>
</td>
<td width="240">
<h3>Cause or Community</h3>
</td>
</tr>
<tr>
<td><strong>Basic Info</strong></td>
<td>Personal Info</td>
<td>Name; Address</td>
<td>About</td>
</tr>
<tr>
<td><strong>Detailed Info</strong></td>
<td>Biography; Awards; Interests; Gender</td>
<td>Personal Information; Birthday; Biography;Awards; Affiliation; Interests; Gender</td>
<td>Description</td>
</tr>
<tr>
<td><strong>Contact Info</strong></td>
<td>Email; Phone; Website</td>
<td>Email; Phone; Website</td>
<td>Website</td>
</tr>
</tbody>
</table>
<p>&nbsp;</li>
<li><strong>Use Facebook as a page:</strong> Once you have created you page you can &#8220;use&#8221; Facebook as a page.<a href="http://www.active-server.com/blog/wp-content/uploads/2011/05/CreateFaceBookPage3.png"><img class="size-full wp-image-195 alignnone" title="CreateFaceBookPage" src="http://www.active-server.com/blog/wp-content/uploads/2011/05/CreateFaceBookPage3.png" alt="" width="200" height="261" /></a>
<p>This will allow you to edit your information or the page.</li>
<li>Tell ALL your friends and customers.</li>
</ol>
<p>Additional to do items:</p>
<ol>
<li>Promote your <a href="http://www.facebook.com/advertising/?campaign_id=402047449186&amp;placement=pf&amp;extra_1=0" target="_new">Facebook page with a &#8220;like&#8221; link</a> on your website.</li>
<li>Promote your Facebook page on your emails, letters, invoices, etc.</li>
<li>Using facebook aps to promote your business.</li>
<li>Advertising on Facebook.</li>
</ol>
<h3><a id="Ref1" name="Ref1"></a>References:</h3>
<ol>
<li>Facebook active users &#8211; press room <a href="http://www.facebook.com/press/info.php?statistics" target="_new">statistics</a></li>
<li>Facebook for <a href="http://developers.facebook.com/docs/guides/web/" target="_new">Websites</a></li>
<li>Facebook <a href="http://developers.facebook.com/docs/samples/" target="_new">Samples and How-Tos</a></li>
</ol>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/active-server-webhosting/~4/XAKMLKv3w2A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.active-server.com/blog/get-your-company-on-facebook-in-15-min-or-less/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.active-server.com/blog/get-your-company-on-facebook-in-15-min-or-less/</feedburner:origLink></item>
		<item>
		<title>Email Privacy</title>
		<link>http://feedproxy.google.com/~r/active-server-webhosting/~3/1p1CIoBpXUA/</link>
		<comments>http://www.active-server.com/blog/email-privacy/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 20:37:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain Registration]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[domain privacy]]></category>
		<category><![CDATA[domain registrations]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.active-server.com/blog/?p=186</guid>
		<description><![CDATA[Spammers use as many tactics as possible to obtain email addresses. From hacking mail servers used to send email to scraping email addresses off of website and also domain registrations. One way to protect your email address is to use Contact Privacy with your domain registration. This allows official domain related emails to get to [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Spammers use as many tactics as possible to obtain email addresses. From hacking mail servers used to send email to scraping email addresses off of website and also domain registrations.</p>
<p>One way to protect your email address is to use Contact Privacy with your domain registration. This allows official domain related emails to get to you while blocking spammers from getting your email address. If your domain is registered through us you can have contact privacy added at no additional charge. This is something you control via the domain control panel. </p>
<p>Effective today, we&#8217;re making a minor change to how domains protected by Contact Privacy appear in public WHOIS records.  This change will have no impact on the way Contact Privacy functions.</p>
<p>The listed registrant for domains protected by Contact Privacy will now appear as &#8216;Contact Privacy Inc. Customer #####&#8217; (where #### is a unique numeric string associated with each registrant). Previously, the listed registrant was simply &#8216;Contactprivacy.com&#8217;.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/active-server-webhosting/~4/1p1CIoBpXUA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.active-server.com/blog/email-privacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.active-server.com/blog/email-privacy/</feedburner:origLink></item>
		<item>
		<title>Do it yourself (or DIY) web design and maintenance</title>
		<link>http://feedproxy.google.com/~r/active-server-webhosting/~3/DRYTuAdIJ7w/</link>
		<comments>http://www.active-server.com/blog/do-it-yourself-or-diy-web-design-and-maintenance/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 22:19:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.active-server.com/blog/?p=123</guid>
		<description><![CDATA[In this economy many web site owners are becoming do it yourselfers where they take over actual web design and change maintenance. As in anything in life there are pros and cons to doing this, so before you jump into the web design pool you need to be aware of some of them. What is [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>In this economy many web site owners are becoming do it yourselfers where they take over actual web design and change maintenance. As in anything in life there are pros and cons to doing this, so before you jump into the web design pool you need to be aware of some of them. What is not included below is the use of a Content Management Systems (CMS), as that would be a whole new posting. If you still want to go ahead and DIY I have included a list of some free and not so free tools below to get you started.</p>
<h3>Pros</h3>
<ul>
<li>Absolute control of the cost. If your budget is $0.00 and you have a lot of time on your hands this may make sense</li>
<li>This allows you to exercise your creative talents which can be a reward in itself.</li>
<li>Your site will look and feel exactly the way you want it to look.</li>
<li>If you must have it done right now this may make sense.</li>
</ul>
<h3>Cons</h3>
<ul>
<li>A poorly designed site looks amateurish and may turn away customers.</li>
<li>Site navigation may not allow your customers to find what they are looking for.</li>
<li>Web design requires a complex skill set including the use of HTML tags, search engine optimization and tools.</li>
<li>Profession web design tools can be expensive.</li>
<li>You have to know how to upload your site and any changes via FTP.</li>
<li>The learning curve &#8211; if you don&#8217;t know what you are doing it might never get done.</li>
</ul>
<h3>Tools</h3>
<p>Tools can be broken down into 3 categories: Page or HTML Editors, Graphic Design Programs and Publishing Tools. There can be overlaps in some of the tools like Page Editors and Publishing Tools. The following lists include both free and commercial tools<br />. </p>
<h4>HTML or Page Editors</h4>
<ul>
<li><a href="http://www.activestate.com/komodo-edit" target="_blank"><strong>Komodo Edit</strong></a>&nbsp;$0.00 &#8211; While this free and open source editor makes writing code easy it may not be the best tool for a beginner.</li>
<li><a href="http://www.coffeecup.com/free-editor/" target="_blank"><strong>CoffeeCup HTML Editor</strong></a>&nbsp;$0.00 to $49 &#8211; Designed for those getting started in Web Design the free version is only a text editor. To get the full WYSIWYG experience you need to purchase the <a href="http://www.coffeecup.com/html-editor/download/" target="_blank">Full Version CoffeeCup HTML Editor</a></li>
<li><a href="http://www.seamonkey-project.org/" target="_blank"><strong>SeaMonkey all-in-one internet application suite</strong></a>&nbsp;$0.00 &#8211; Supported by the Mozilla Foundation SeaMonkey includes a browser, mail client and web design tools.</li>
<li><a href="http://www.w3.org/Amaya/" target="_blank"><strong>Amaya Web Editor for WIndows, Mac and Linux</strong></a>&nbsp;$0.00 &#8211; Hosted by W3C the organization which sets the standards for Web Design and Applications.</li>
<li><a href="http://www.adobe.com/products/dreamweaver/" target="_blank"><strong>Adobe Dreamweaver</strong></a>&nbsp;$399 &#8211; This is the most popular web development tool with professional web designers.</li>
</ul>
<h4>Graphic Editors</h4>
<ul>
<li><a href="http://www.adobe.com/products/photoshop/family/" target="_blank"><strong>Photoshop</a></strong>&nbsp;$699 to $999 &#8211; The tool of first choice for graphics artists.</li>
<li><a href="http://www.adobe.com/products/illustrator/web/" target="_blank"><strong>Adobe Illustrator for the Web</strong></a>&nbsp;$599 &#8211; A professional tool for designing vector graphics.</li>
<li><a href="http://www.corel.com/" target="_blank"><strong>Paint Shop Photo Pro</strong></a>&nbsp;$99.99 &#8211; Many designers start with this tool and then upgrade to Photoshop. There are many tutorials available for using it for web site graphic design.</li>
<li><a href="http://graphicssoft.about.com/od/freesoftware/Free_Graphics_Software.htm" target="_blank"><strong>Free Graphics Software</strong></a> list at About.com</li>
</ul>
<h4>Publishing Tools (FTP Software)</h4>
<ul>
<li><a href="http://filezilla-project.org/" target="_blank">FileZilla</a>&nbsp;$0.00 &#8211; This is what we use when we need to FTP pages outside of our development environment. The price is right and it does everything most web designers need. Versions for both Windows and MAC are available.</li>
<li><a href="http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software" target="_blank">Comparison of various other FTP software at Wikipedia</a></li>
</ul>
<h3>Skill Sets &#8211; Learning how to do it</h3>
<p>The following list gives links to several websites which provide HTML design tips, tutorials and advice. This list is not complete and will probably be added to as time goes on.</p>
<ul>
<li><a href="http://www.w3.org/MarkUp/Guide/" target="_blank">Getting started with HTML</a></li>
<li><a href="http://webdesign.about.com/od/webdesignbasics/u/webdesignbasics.htm" target="_blank">Web Design Basics at About.com</a></li>
<li><a href="http://www.w3schools.com/" target="_blank">w3schools free tutorials</a></li>
<li><a href="http://www.w3.org/standards/webdesign/" target="_blank">W3C Web Design and Applications</a></li>
<li><a href="http://www.smashingmagazine.com/">Smashing Magazine</a></li>
<li><a href="http://net.tutsplus.com/" target="_blank">Net Tuts+ Tutorials</a></li>
<li><a href="http://www.webdesignerwall.com/">Web Designer Wall &#8211; Tutorials</a></li>
<li><a href="http://www.alistapart.com/">A List Apart</a></li>
</ul>
<h3>This is too much for me!</h3>
<p>Overwhelmed by all this? We can help you with small changes to an existing site, a design of a new site or a complete redesign of your existing website. Contact <a href="http://www.active-server.com/support/contact-us.php">contact our Help Desk</a> and let us know what needs to be done. Someone will get back to you within one working day to provide a free quote.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/active-server-webhosting/~4/DRYTuAdIJ7w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.active-server.com/blog/do-it-yourself-or-diy-web-design-and-maintenance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.active-server.com/blog/do-it-yourself-or-diy-web-design-and-maintenance/</feedburner:origLink></item>
		<item>
		<title>WordPress as a CMS (Part 3)</title>
		<link>http://feedproxy.google.com/~r/active-server-webhosting/~3/Zx-412kTYTU/</link>
		<comments>http://www.active-server.com/blog/wordpress-as-a-cms-part-3/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 00:14:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.active-server.com/blog/?p=88</guid>
		<description><![CDATA[Going Beyond Setup &#8211; Design, Look and Feel Once you have WordPress installed and setup as a both a CMS and blog you need to think about your website design, Look and Feel. There are several ways to go about this, but they all start with your deciding what you want your site to look [...]
Related posts:<ol>
<li><a href='http://www.active-server.com/blog/wordpress-as-a-cms-maybe-maybe-not/' rel='bookmark' title='WordPress as a CMS? Maybe, maybe not. (Intro)'>WordPress as a CMS? Maybe, maybe not. (Intro)</a></li>
<li><a href='http://www.active-server.com/blog/word-press-as-a-cms-part-1/' rel='bookmark' title='Word Press as a CMS (Part 1)'>Word Press as a CMS (Part 1)</a></li>
<li><a href='http://www.active-server.com/blog/word-press-as-a-cms-part-2/' rel='bookmark' title='Word Press as a CMS (Part 2)'>Word Press as a CMS (Part 2)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h2>Going Beyond Setup &#8211; Design, Look and Feel</h2>
<p>Once you have WordPress installed and setup as a both a CMS and blog you need to think about your website design, Look and Feel. There are several ways to go about this, but they all start with your deciding what you want your site to look like.</p>
<p>If you already have a website and just want to move it to WordPress as a CMS you will need to create a theme for it, which is a little beyond the scope of this article. The WordPress.org site offers substantial <a href="http://codex.wordpress.org/Using_Themes" target="_blank">theme documentation</a>.  If you need assistance with this we have web designers that can do it for you, just <a href="https://www.active-server.com/billing/submitticket.php" target="_blank">contact our helpdesk</a>. If this is a new site design your job is a little harder as it takes time and effort to decide how you want your site to look. Luckily there are resources out there that make your job easier as many sites provide WordPress themes at little or no cost.</p>
<p>Some WordPress theme resources:</p>
<ul>
<li><a href="http://wordpress.org/extend/themes/">The WordPress Site &#8211; over 1,200 themes to choose from</a></li>
<li><a href="http://www.wplover.com/category/projects/themes">WordPress Lover&#8217;s Site</a></li>
<li><a href="http://www.freethemelayouts.com/">Free Theme Layouts</a></li>
<li><a href="https://encrypted.google.com/search?hl=en&#038;source=hp&#038;q=free+wordpress+themes">Google Search &#8211; Free WordPress Themes</a></li>
</ul>
<p>Related posts:<ol>
<li><a href='http://www.active-server.com/blog/wordpress-as-a-cms-maybe-maybe-not/' rel='bookmark' title='WordPress as a CMS? Maybe, maybe not. (Intro)'>WordPress as a CMS? Maybe, maybe not. (Intro)</a></li>
<li><a href='http://www.active-server.com/blog/word-press-as-a-cms-part-1/' rel='bookmark' title='Word Press as a CMS (Part 1)'>Word Press as a CMS (Part 1)</a></li>
<li><a href='http://www.active-server.com/blog/word-press-as-a-cms-part-2/' rel='bookmark' title='Word Press as a CMS (Part 2)'>Word Press as a CMS (Part 2)</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/active-server-webhosting/~4/Zx-412kTYTU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.active-server.com/blog/wordpress-as-a-cms-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.active-server.com/blog/wordpress-as-a-cms-part-3/</feedburner:origLink></item>
		<item>
		<title>Apache Shared Hosting Updates – 1/27/2010</title>
		<link>http://feedproxy.google.com/~r/active-server-webhosting/~3/TXEZ4FFKQAE/</link>
		<comments>http://www.active-server.com/blog/apache-shared-hosting-updates-1272010/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 17:24:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server Update Notifications]]></category>

		<guid isPermaLink="false">http://www.active-server.com/blog/?p=92</guid>
		<description><![CDATA[The following updates will be sent out to all Apache shared hosting servers beginning on Jan 27, 2010. Email Messages Routed to Spam Bug Fix Code updated so that blacklisted email addresses do not result in all email messages from that domain to be routed to SPAM. Now, when a customer adds an email like [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>
<h2>The following updates will be sent out to all Apache shared hosting servers beginning on Jan 27, 2010.</h2>
<p>
<h3>Email Messages Routed to Spam Bug Fix</h3>
</p>
<p>Code updated so that blacklisted email addresses do not result in all email messages from that domain to be routed to SPAM. Now, when a customer adds an email like Joe@a_real_domain to a blacklist, other email messages from that domain will make it past the blacklist. Previously, when a customer added Joe@a_real_domain to their blacklist, email messages from others like jack@a_real_domain would go to trash. This update fixes that problem.</p>
<p></p>
<p>
<h3>MySQL V5 UPGRADE PROCESS—NEW INFORMATION</h3>
</p>
<p>We have added a knowledgebase article on how to
<ul><a href="http://www.plateaultd.com/billing/knowledgebase/31/MySQL-v5-Upgrade-Process.html">upgrade to MySQL 5</a></ul>
</p>
<p>
<h3>SpamAssassin EMERGENCY Patch</h3>
<p> (Already implemented)</p>
<p>SpamAssassin had a scoring rule bug that caused some email messages sent after January 1, 2010 to be incorrectly labeled as &#8220;spam.&#8221; This fix ensured that the spam scoring for all customers returned to 2009 levels. It was patched on January 6, 2010.</p>
<p>
<h3>Calendar 8 Rollback</h3>
</p>
<p>Due to an unresolved bug in Calendar 8, the feature has been pulled from this release. An upgraded version of Calendar 8 will be offered in a subsequent release.</p>
<p>
<h3>Added Gallery2 to Control Panel Features</h3>
</p>
<p>The Gallery feature on the Control Panel has been joined by Gallery2, so customers can manage picture files using MySQL (Gallery1 does not use MySQL). For more information about Gallery, see: http://gallery.menalto.com/. VSAP updated for this feature.</p>
<p>Note: Gallery 2 requires MySQL to function. It will not be visible in accounts that have MySQL disabled. A few strings were added to the English and Japanese versions to the website.xml and global.xml files in association with this feature.</p>
<p>
<h3>Upgraded Site Search</h3>
</p>
<p>The Swish-e feature (Labeled as Site Search on the Control Panel) has been updated to version 2.4.7. This version is available to any customer that is not using Site Search at this time.  Current Site Search users will have to delete the following files to use the new version:</p>
<p>  /usr/home/userid/index.swish<br />
  /usr/home/userid/swish.conf<br />
  /usr/home/userid/www/htdocs/sitesearch.html<br />
  /usr/home/userid/www/cgi-bin/query.pl<br />
  /usr/home/userid/www/cgi-bin/query.pl</p>
<p>Customers will then go to their Control Panel to install Site Search again. After deleting the files and redoing the install, customers can use the newer version. For more information about Swish-e, see: http://swish-e.org/</p>
<p>Note: The files strings/website.xml and strings/global.xml were modified in association with this feature.</p>
<p>
<h3>Update phpMyFAQ</h3>
</p>
<p>Updated code so that customers could upgrade to phpMyFAQ v2.5.4. New phpMyFAQ customers will get this version when they install the feature. Current phpMyFAQ customers must back up their phpMyFAQ content before installing the current version. To perform the upgrade, current customers must access phpMyFAQ through their Control Panel, uninstall phpMyFAQ, and then reinstall the application to use v2.5.4. For more information, see: http://www.phpmyfaq.de/changelog.php</p>
<p>
<h3>WordPress Bug Fix</h3>
</p>
<p>Updated code so that WordPress will not display if MySQL is disabled for the account.</p>
<p>
<h3>FTP Latency Bug Fix</h3>
</p>
<p>Updated code so that there is no long wait time when a customer initiates an FTP request and when the Control Panel allows them to actually use FTP.</p>
<p>
<h3>Urchin Default Settings Update</h3>
</p>
<p>Updated code so that customers can set the default installation locale of Urchin in the Branding System.</p>
<p>
<h3>Upgraded ShopSite Update Button</h3>
</p>
<p>Customers can now click a link in the Control Panel to upgrade their ShopSite 9 accounts to ShopSite 10. Once a customer upgrades to ShopSite 10, they will not be able to roll back to version 9. For more information about ShopSite, see: http://shopsite.com/news_10_0_released.html.</p>
<p>
<h3>Changelog</h3>
</p>
<p>Updated the “What is New” file.</p>
<p>
<h3>File Manager Updates</h3>
</p>
<p>Added a feedback message and character rules to File Manager so customers will know if they fail in their attempt to create a directory. This fix also includes a change so that the following characters cannot be used in a file name: | : * < > ? / &#8221; \</p>
<p>Fixed a bug where File Manager was allowing double quotes in a file name. A customer now sees an error message when they attempt to create a file name with double quotes. </p>
<p>
<h3>UserID Field in Web Access Bug Fix</h3>
</p>
<p>Code updated so that customers cannot use double quotes when creating a userID in the WebAccess feature.</p>
<p>
<h3>View CSR in Digital Certificate Bug Fix</h3>
</p>
<p>Code updated so that customers can view the digital certificate CSR without scrolling to the bottom of the page.</p>
<p>
<h3>Apache Error Logs (Lumberjack) Bug Fix</h3>
</p>
<p>Lumberjack Error Logs were not being populated in certain accounts. This fix corrects the issue.</p>
<p>Note: Apache Restart is needed for this fix.</p>
<p>
<h3>Email Updates/Bug Fixes</h3>
</p>
<p>Updated rc.whitelist, so that customers can create a WhiteList entry that will not be blocked by the RBL settings.</p>
<p>Updated Blacklist so that the proper Whitelist entries make it to the customer’s IN box; when a Blacklist entry is made, the entry was causing email messages associated with certain whitelist entries from making it past the filters.</p>
<p>Updated Code so that qmail-smtpd will check tmlocals AFTER it checks locals.</p>
<p>Updated Code so that email addresses with multiple periods (&#8230;) display correctly in Webmail.</p>
<p>Updated dovecot mail log size to 100mb, enabling the logs to rotate out less frequently. </p>
<p>
<h3>Customize Account Feedback Message</h3>
</p>
<p>Customers can now brand the feedback message for a new string in associated with Task Manager, in account.xml </p>
<p>
<h3>HTML Tags in Welcome Message</h3>
</p>
<p>Customers can now add HTML code to the welcome message in the Control Panel.</p>
<p></p>
<p>Note: This notification reflects the best knowledge of code and feature updates for this release. Changes may occur and those will be documented in new notifications. These updates may reflect code changes/additions or edits that increase the accuracy of this report. We might make improvements and/or changes in the product(s) and/or the program(s) described here at any time.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/active-server-webhosting/~4/TXEZ4FFKQAE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.active-server.com/blog/apache-shared-hosting-updates-1272010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.active-server.com/blog/apache-shared-hosting-updates-1272010/</feedburner:origLink></item>
		<item>
		<title>Word Press as a CMS (Part 2)</title>
		<link>http://feedproxy.google.com/~r/active-server-webhosting/~3/ZDYNoDWNdAM/</link>
		<comments>http://www.active-server.com/blog/word-press-as-a-cms-part-2/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 00:55:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.active-server.com/blog/?p=75</guid>
		<description><![CDATA[How to Setup WordPress as a CMS I am going to assume you have WordPress installed on your virtual server which can either be done via the control panel or manually.  This posting is focused just on setting up WordPress as a workable CMS and a blog. I am not going to delve into plugins, [...]
Related posts:<ol>
<li><a href='http://www.active-server.com/blog/word-press-as-a-cms-part-1/' rel='bookmark' title='Word Press as a CMS (Part 1)'>Word Press as a CMS (Part 1)</a></li>
<li><a href='http://www.active-server.com/blog/wordpress-as-a-cms-maybe-maybe-not/' rel='bookmark' title='WordPress as a CMS? Maybe, maybe not. (Intro)'>WordPress as a CMS? Maybe, maybe not. (Intro)</a></li>
<li><a href='http://www.active-server.com/blog/wordpress-as-a-cms-part-3/' rel='bookmark' title='WordPress as a CMS (Part 3)'>WordPress as a CMS (Part 3)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h2>How to Setup WordPress as a CMS</h2>
<p>I am going to assume you have WordPress installed on your virtual server which can either be done via the control panel or manually.  This posting is focused just on setting up WordPress as a workable CMS and a blog. I am not going to delve into plugins, the template design, menus or other Word Press settings.</p>
<ol>
<li>Create a page called &#8220;Home&#8221; which will be your website&#8217;s main or home page.
<div class="mceTemp">
<dl class="wp-caption alignnone" style="width: 650px;">
<dt class="wp-caption-dt"><img title="Add home page to WordPress CMS" src="http://www.active-server.com/images/wp-reading-settings.png" alt="Add home page to WordPress CMS" width="640" height="309" /></dt>
</dl>
</div>
<p>By way of example, if you were to browse directly to our <a title="Linux Virtual Private Servers" href="http://www.linux-virtual-servers.com" target="_blank">Linux Virtual Private Servers</a> site using just the URL: http://www.linux-virtual-servers.com the &#8220;Home&#8221; page will be displayed.</li>
<li>Add a second page called &#8220;Blog&#8221; which will act as a placeholder for your blog, which will then be located at:
<p>http://www.yoursitename.com/blog/</li>
<li>Next you have to tell WordPress what pages to use for your CMS Home Page and also where the blog is located.<br />
1. Under Settings select &#8220;Reading.&#8221;<br />
2. Click the &#8220;Static Page&#8221; radio button.<br />
3. Select &#8220;Home&#8221; for the FrontPage.<br />
4. Select &#8220;Blogs&#8221; for the Posts Page<br />
5. Click on Save Changes.</li>
<p><img class="alignnone" title="Set WordPress Reading Settings" src="http://www.active-server.com/images/wp-reading-settings.png" alt="" width="640" height="304" /></p>
<p>WordPress will now display the &#8220;Home&#8221; page as your sites &#8220;Home&#8221; page.<br />
It will display your blog entries at:  /blogs/</p>
<li>There is one more step needed, which is to set your permalinks custom setting.<img class="alignnone" src="http://www.active-server.com/images/wp-permalink-settings.png" alt="" width="640" height="305" /><br />There are several options which can be used, such as:<br />
/blog/%postname%<br />
or<br />
/blog/%category%/%postname%<br />
or<br />
/%category%/%postname%<br />
There is a link at the top of the Permalink Settings page to that shows many other options.</li>
</ol>
<p>This is really all there is to it, your Word Press install is now both a CMS system and a Blog. To add pages to your site just create a new page and publish it.</p>
<p>Related posts:<ol>
<li><a href='http://www.active-server.com/blog/word-press-as-a-cms-part-1/' rel='bookmark' title='Word Press as a CMS (Part 1)'>Word Press as a CMS (Part 1)</a></li>
<li><a href='http://www.active-server.com/blog/wordpress-as-a-cms-maybe-maybe-not/' rel='bookmark' title='WordPress as a CMS? Maybe, maybe not. (Intro)'>WordPress as a CMS? Maybe, maybe not. (Intro)</a></li>
<li><a href='http://www.active-server.com/blog/wordpress-as-a-cms-part-3/' rel='bookmark' title='WordPress as a CMS (Part 3)'>WordPress as a CMS (Part 3)</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/active-server-webhosting/~4/ZDYNoDWNdAM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.active-server.com/blog/word-press-as-a-cms-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.active-server.com/blog/word-press-as-a-cms-part-2/</feedburner:origLink></item>
		<item>
		<title>Security Alert – WordPress 2.85 and below</title>
		<link>http://feedproxy.google.com/~r/active-server-webhosting/~3/j2u_Q2LsNxU/</link>
		<comments>http://www.active-server.com/blog/security-alert-wordpress-2-85-and-below/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 18:43:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.active-server.com/blog/?p=69</guid>
		<description><![CDATA[- Release date: November 11th, 2009 - Discovered by: Dawid Golunski - Severity: Moderately High Problem: WordPress  versions 2.85 and below allow unrestricted file uploads and arbitrary PHP code execution. Impact: It is possible for a hacker to upload scripts that can be run on the server, view website source code which could allow them [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><strong>- Release date: November 11th, 2009<br />
- Discovered by: Dawid Golunski<br />
- Severity: Moderately High</strong></p>
<p><strong>Problem: </strong>WordPress  versions 2.85 and below allow unrestricted file uploads and arbitrary PHP code execution.</p>
<p><strong>Impact: </strong>It is possible for a hacker to upload scripts that can be run on the server, view website source code which could allow them to see passwords and then gain access to databases.</p>
<p><strong>Versions Affected:</strong> Very possibly all versions of WordPress including current hardened stable release 2.8.5 and beta versions.</p>
<p><strong>Solutions: </strong></p>
<p>This is fixed in version 2.8.6, make sure you are running the latest version.</p>
<p>LEGAL NOTICES<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
The information contained within this advisory is supplied &#8220;as-is&#8221; with  no warranties or guarantees of fitness of<br />
use or otherwise. I accept no responsibility for any damage caused by  the use or misuse of this information.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/active-server-webhosting/~4/j2u_Q2LsNxU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.active-server.com/blog/security-alert-wordpress-2-85-and-below/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.active-server.com/blog/security-alert-wordpress-2-85-and-below/</feedburner:origLink></item>
	</channel>
</rss>
