<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Blogs About Hosting &#187; News</title>
	<link>http://blogs-about.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 29 Mar 2008 21:21:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>WordPress 2.5 Released &#38; My Needed Fix for Image Upload on servers with Mod_Security</title>
		<link>http://blogs-about.com/2008/03/29/wordpress-25-released-my-needed-fix-for-image-upload-on-servers-with-mod_security/</link>
		<comments>http://blogs-about.com/2008/03/29/wordpress-25-released-my-needed-fix-for-image-upload-on-servers-with-mod_security/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 21:21:24 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Wordpress for Dummies]]></category>

		<category><![CDATA[Upgrade]]></category>

		<category><![CDATA[WordPress 2.5]]></category>

		<guid isPermaLink="false">http://blogs-about.com/2008/03/29/wordpress-25-released-my-needed-fix-for-image-upload-on-servers-with-mod_security/</guid>
		<description><![CDATA[
WordPress 2.5 was finally released today, after much anticipation.  Matt Mullenweg did a comprehensive post on the WordPress Blog about this new update and the changes to 2.5. I won&#8217;t go through all the major changes - - just read Matt&#8217;s post.. he&#8217;s done a nice job of explaining a few things and includes [...]]]></description>
			<content:encoded><![CDATA[<div align="center"><img src='http://justagirlintheworld.com/wp-content/uploads/2008/03/wordpressorg.jpg' alt='WordPress.Org Version 2.5 Released March 29, 2008' /></div>
<p>WordPress 2.5 was finally released today, after much anticipation.  <a href="http://ma.tt">Matt Mullenweg</a> did a comprehensive post on the <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress Blog</a> about this new update and the changes to 2.5. I won&#8217;t go through all the major changes - - just read Matt&#8217;s post.. he&#8217;s done a nice job of explaining a few things and includes a video on some the enhancements.  The <a href="http://wordpress.org">WordPress.Org</a> website has undergone a brand new re-design that coordinates with the new design of the WordPress Dashboard, as well.  Some very nice improvements in the design you&#8217;ll notice when you upgrade to WordPress 2.4 - - it&#8217;s a little difficult to get used to, at first, but it&#8217;s a lighter interface with, overall, some very nice improvements.  I think once users get over the initial shock of everything looking different and being moved around and renamed&#8230; the old design will be a distant memory as we all move forward.   My only sticky point on the new interface design is that it is all left aligned.  On my 1280 monitor - - it&#8217;s a little hard to take.  But if that&#8217;s the worst of it - I&#8217;m good.</p>
<p>I ran into a little buggy issue with the image uploader in 2.5 that seems to revolve around the fact that my server runs <a href="http://www.webhostingresourcekit.com/137.html">mod_security</a>.  The new image uploader uses a Flash interface and mod_security was rejecting it completely.  I could not upload images at all and kept getting errors.  (<a href="http://wordpress.org/support/topic/162373?replies=12#post-716574">Read my post in the WordPress Support Forum about this issue and the errors</a>).</p>
<p>If you find this to be the case in your situation - disabling mod_security on one file, in particular, has solved the problem for me and I accomplished that by adding the following rules to the .htaccess file in my WordPress installation directory:</p>
<pre><code>
&lt;IfModule mod_security.c&gt;
&lt;Files async-upload.php&gt;
SecFilterEngine Off
SecFilterScanPOST Off
&lt;/Files&gt;
&lt;/IfModule&gt;
</code></pre>
<p>For me, that worked like a dream - - now the image uploader works fine and I&#8217;m able to take advantage of the gallery features with 2.5.  Though, if everyone is shutting off security on that one single file - - it will become a file targeted for foolery and exploit, and it won&#8217;t take long, so the hole will need to be closed, eventually.  Locking that file down to a particular IP is a solution for someone who has that kind of access.</p>
<p>When this weekend is over, I will have completed a PDF chapter that covers the changes in WordPress 2.5.  This chapter will be available as a free, downloadable PDF document on <a href="http://dummies.com">Dummies.com</a>, as well as being available here on my site for free download.</p>
<p>This free PDF chapter update for <a href="http://tinyurl.com/2448c6">WordPress For Dummies</a> is being done in tandem to the planning and writing of the second edition of WordPress For Dummies, due to be released a bit later this year.  This weekend, I am revising the Table of Contents as I plan the content inclusion for the second edition, which will, of course, include WordPress 2.5 updates.  Though, due to much feedback I&#8217;ve recieved from readers - - there&#8217;s much demand for more information on WordPress theme information: tweaking, modifying existing themes, theme development, CSS information , etc.  Themes were covered in the first edition - - but on a pretty basic level.  We&#8217;ll be looking at more in-depth information on themes, template tags and the like with the second edition, as well as more information on upgrading, using custom fields and plugin information.</p>
<p>I&#8217;m thrilled that the fine folks at <a href="http://wiley.com">Wiley Publishing</a> recognize the popularity of the WordPress blogging platform and understand the community and the progressive nature of the software development, so much so that they want to keep the book project moving forward, rather than stagnating on the shelves with only a first edition that covers outdated development.  This was one of my main concerns when entering into this book project - and they have answered the call.  Good on them, I say!</p>
<p><small>Cross-posted to <a href="http://justagirlintheworld.com/wordpress-25-released-my-needed-fix-for-image-upload-on-servers-with-mod_security">Lisa Sabin-Wilson&#8217;s blog</a> and <a href="http://wpassist.com/wordpress-25-released-my-needed-fix-for-image-upload-on-servers-with-mod_security">WPAssist</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs-about.com/2008/03/29/wordpress-25-released-my-needed-fix-for-image-upload-on-servers-with-mod_security/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2/20/08 - DNS Configuration Problem</title>
		<link>http://blogs-about.com/2008/02/21/22008-dns-configuration-problem/</link>
		<comments>http://blogs-about.com/2008/02/21/22008-dns-configuration-problem/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 07:48:54 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Server Updates]]></category>

		<category><![CDATA[DNS]]></category>

		<category><![CDATA[Domain Name Servers]]></category>

		<category><![CDATA[Domain Registration]]></category>

		<guid isPermaLink="false">http://blogs-about.com/2008/02/21/22008-dns-configuration-problem/</guid>
		<description><![CDATA[Today is 2/20/08 and if you are experiencing difficulties accessing your domain  - your account has probably gotten caught up in the DNS migration that took place yesterday.
We are having issues with our upstream DNS Servers.  What you need to do is update your Domain Name Servers (DNS) settings in your domain registration [...]]]></description>
			<content:encoded><![CDATA[<p>Today is 2/20/08 and if you are experiencing difficulties accessing your domain  - your account has probably gotten caught up in the DNS migration that took place yesterday.</p>
<p>We are having issues with our upstream DNS Servers.  What you need to do is update your Domain Name Servers (DNS) settings in your domain registration account.  You can do this by logging into your account at the place you registered your domain (such as GoDaddy, Network Solutions, etc). </p>
<p>Your domain name servers currently are set as:<br />
ns1.geodns.net<br />
ns2.geodns.net</p>
<p>You need to edit those so that they say:<br />
ns1.blogs-about.com<br />
ns2.blogs-about.com</p>
<p>As soon as you do this, please let us know by leaving us a <a href="http://tickets.blogs-about.com">ticket in our Client Support Center</a> and we will make sure that the domain propagation takes place immediately.</p>
<p>NOTE: you cannot manage your domain name servers via your hosting account CPanel - you must do this at the registrar where you registered your domain.  For those of you who registered your domain using our services - you can access and login to your domain registration account <a href="https://www.securepaynet.net/gdshop/rhp/default.asp?prog_id=blogsabout">here at our domain reseller center</a>.  Once there, click the &#8220;My Account&#8221; link and enter the customer number and password that you were given at the time of your domain registration.  If you do not know your customer number and password - you will need to use the  &#8220;Help me retrieve my password&#8221; link on that account page.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs-about.com/2008/02/21/22008-dns-configuration-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OZ Server Network Connectivity Problems</title>
		<link>http://blogs-about.com/2007/03/29/oz-server-network-connectivity-problems/</link>
		<comments>http://blogs-about.com/2007/03/29/oz-server-network-connectivity-problems/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 10:00:49 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Server Updates]]></category>

		<guid isPermaLink="false">http://blogs-about.com/2007/03/29/oz-server-network-connectivity-problems-329/</guid>
		<description><![CDATA[Between the hours of 12:00 AM and 12:45AM on 3/29 the network card on the OZ server required replacement.  We discovered the problem very late in the evening on 3/28 and started working on it immediately and our excellent data center technicians hopped on the issue and had our network back up and completely [...]]]></description>
			<content:encoded><![CDATA[<p>Between the hours of 12:00 AM and 12:45AM on 3/29 the network card on the OZ server required replacement.  We discovered the problem very late in the evening on 3/28 and started working on it immediately and our excellent data center technicians hopped on the issue and had our network back up and completely functional a little after midnight.  Big kudos to the geeks in the back room!</p>
<p>We do apologize for any inconvienece this may have caused during the time of 12:00AM and 12:45AM on 3/29 - we have the problem solved now and do not expect any further difficulty as a result.</p>
<p>Thanks so much!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs-about.com/2007/03/29/oz-server-network-connectivity-problems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome Clients from Weblog Design Studios</title>
		<link>http://blogs-about.com/2007/03/26/welcome-clients-from-weblog-design-studios/</link>
		<comments>http://blogs-about.com/2007/03/26/welcome-clients-from-weblog-design-studios/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 22:03:30 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[blog hosting]]></category>

		<category><![CDATA[blogs about hosting]]></category>

		<category><![CDATA[Weblog Design Studios]]></category>

		<guid isPermaLink="false">http://blogs-about.com/2007/03/26/welcome-clients-from-weblog-design-studios/</guid>
		<description><![CDATA[We&#8217;d like to extend a warm welcome to the clients from Weblog Design Studios!  As you have all heard by now, clients who were previously hosted with Weblog Design Studios were transferred to our servers here at Blogs About Hosting over the weekend.   Weblog Design Studios had some severe issues with their [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;d like to extend a warm welcome to the clients from <a href="http://blogstudios.com">Weblog Design Studios</a>!  As you have all heard by now, clients who were previously hosted with Weblog Design Studios were transferred to our servers here at Blogs About Hosting over the weekend.   Weblog Design Studios had some severe issues with their servers last week and Danalynn and I worked out a hosting solution to make sure that you no longer experienced an interruption in services for your website.</p>
<p>Within the next 72 hours, you will each receive a personal email from us explaining our services and to set up your billing arrangements with us.</p>
<p>In the meantime, if you have any questions at all about our services, or need technical assistance with your site - please visit our <a href="http://tickets.blogs-about.com">Support Center</a> to file a help ticket with our technicians - the will be more than happy to answer any questions you may have.  Our Support Center does require that you register a user account &#8212; the username and password you use for your CPanel will NOT work in the Support Center, for security purposes - we do need to keep those two accounts separate.  So please register an account there and let us know how we can assist you.</p>
<p>More importantly, we&#8217;re thrilled to have you on board!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs-about.com/2007/03/26/welcome-clients-from-weblog-design-studios/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.1 Release</title>
		<link>http://blogs-about.com/2007/01/23/wordpress-21-release/</link>
		<comments>http://blogs-about.com/2007/01/23/wordpress-21-release/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 01:00:36 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[blogs about hosting]]></category>

		<category><![CDATA[CPanel]]></category>

		<category><![CDATA[WordPress 2.1]]></category>

		<category><![CDATA[WordPress Upgrade]]></category>

		<guid isPermaLink="false">http://blogs-about.com/2007/01/23/wordpress-21-release/</guid>
		<description><![CDATA[WordPress announced the release of the new version 2.1-Ella.  This is a major version release and we encourage everyone to read the information about what has changed in this version, as well as the details upgrade instructions for upgrading to WordPress 2.1.
Also, here is a listing of WP Plugins that are compatible with this [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress announced the release of the new version 2.1-Ella.  This is a major version release and we encourage everyone to read <a href="http://wordpress.org/development/2007/01/ella-21/">the information about what has changed in this version</a>, as well as <a href="http://codex.wordpress.org/Upgrading_WordPress#Detailed_Upgrade_Instructions_for_1.5.x_and_2.0.x_to_2.1">the details upgrade instructions for upgrading to WordPress 2.1</a>.</p>
<p>Also, <a href="http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.1">here is a listing of WP Plugins that are compatible with this newest version</a> - also listed there are plugins that are NOT compatible with WordPress version 2.1  - - make sure you read that information as it applies to plugins you may have installed on your WordPress blog.</p>
<p>We strongly recommend that you follow the threads in the <a href="http://wordpress.org/support/">WordPress Support Forums</a> regarding major issues that users are having after upgrading to version 2.1 - - read through these issues before deciding to proceed with the upgrade. Typically, after such a major release - - they will release another version shortly that addresses any major bugs found only after several thousand users have upgraded and reported back with the issues.  Please keep that in mind before jumping on the upgrade bandwagon.</p>
<p>As always - - back up your data before you proceed with an upgrade!  We cannot stress this strongly enough.  Yes, we do keep backups of your account - however, please read our <a href="http://blogs-about.com/terms">Terms of Service</a> as it pertains to the restoration of your back ups.  We will restore the first back up for no charge - - after that, if you continue to experience issues due to failing to back up your own data, there will be a charge for each instance of back up restoration to compensate for time involved and the server resources it utilizes with each occurrance.  You are able to create a full back up of your account via your CPanel  - login and find the &#8216;BackUp&#8221; icon - - click that and follow the instructions on the creation of a back up file.  This way, if the installation goes wrong, you have a full and complete back up that you can restore via your CPanel, as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs-about.com/2007/01/23/wordpress-21-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress for Dummies</title>
		<link>http://blogs-about.com/2006/12/17/wordpress-for-dummies/</link>
		<comments>http://blogs-about.com/2006/12/17/wordpress-for-dummies/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 06:55:35 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Lisa Sabin Wilson]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Wordpress for Dummies]]></category>

		<guid isPermaLink="false">http://blogs-about.com/2006/12/17/wordpress-for-dummies/</guid>
		<description><![CDATA[We are very happy, and proud, to annouce that our very own Lisa Sabin-Wilson has been asked to author &#8220;Wordpress for Dummies&#8221; - due to be available in stores in August 2007.  The &#8220;.. for Dummies&#8221; books are a product of Wiley Publishing.  Lisa&#8217;s experience and knowledge of the Wordpress blogging software will [...]]]></description>
			<content:encoded><![CDATA[<p>We are very happy, and proud, to annouce that our very own Lisa Sabin-Wilson has been asked to author &#8220;Wordpress for Dummies&#8221; - due to be available in stores in August 2007.  The &#8220;.. for Dummies&#8221; books are a product of <a href="http://www.dummies.com/WileyCDA/">Wiley Publishing</a>.  Lisa&#8217;s experience and knowledge of the Wordpress blogging software will make this book a &#8216;must have&#8217; for anyone with a desire to learn more about working with Wordpress.  You can read her own announcement on her <a href="http://ewebscapes.com/designblog/2006/12/16/wordpress-for-dummies/">Design Blog</a> at <a href="http://ewebscapes.com">E.Webscapes</a>.  If you&#8217;re interested in receiving updates on the progress and release of the book - please visit her <a href="http://ewebscapes.com/designblog">Design Blog</a> and subscribe to her <a href="http://feeds.feedburner.com/EWebscapes">RSS Feed</a></p>
<p>Congratulations, Lisa!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs-about.com/2006/12/17/wordpress-for-dummies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mail Server Update</title>
		<link>http://blogs-about.com/2006/12/03/mail-server-update/</link>
		<comments>http://blogs-about.com/2006/12/03/mail-server-update/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 01:02:10 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Server Updates]]></category>

		<category><![CDATA[Anti Spam]]></category>

		<category><![CDATA[Anti Virus]]></category>

		<category><![CDATA[blogs about hosting]]></category>

		<category><![CDATA[Email]]></category>

		<category><![CDATA[Hosting]]></category>

		<category><![CDATA[Mail Scanner]]></category>

		<category><![CDATA[Mail Server]]></category>

		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://blogs-about.com/2006/12/03/mail-server-update/</guid>
		<description><![CDATA[Over this past weekend, we have upgraded the anti-spam and anti-virus software on all of the mail servers within our network.  Our clients should experience greater protection than ever before.  As always, should you experience any strange behaviour with your server mail - incoming or outgoing, please visit our Support Center to file [...]]]></description>
			<content:encoded><![CDATA[<p>Over this past weekend, we have upgraded the anti-spam and anti-virus software on all of the mail servers within our network.  Our clients should experience greater protection than ever before.  As always, should you experience any strange behaviour with your server mail - incoming or outgoing, please visit our <a href="http://tickets.blogs-about.com">Support Center</a> to file a help ticket with our support staff - - our technicians will be happy to assist you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs-about.com/2006/12/03/mail-server-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photoblogging With PixelPost</title>
		<link>http://blogs-about.com/2006/09/23/photoblogging-with-pixelpost/</link>
		<comments>http://blogs-about.com/2006/09/23/photoblogging-with-pixelpost/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 01:21:06 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Blog Design]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Photoblogging]]></category>

		<category><![CDATA[Blogs About]]></category>

		<category><![CDATA[blogs about hosting]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[E.Webscapes]]></category>

		<category><![CDATA[PixelPost]]></category>

		<guid isPermaLink="false">http://blogs-about.com/2006/09/23/photoblogging-with-pixelpost/</guid>
		<description><![CDATA[We&#8217;ve had several requests recently on questions regarding photoblogging and whether or not we provide that as a service.  The quick and easy answer to that is, yes we do provide that service.  You can hire us to install PixelPost photoblogging software on your site.  Although, it is not something that comes [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had several requests recently on questions regarding photoblogging and whether or not we provide that as a service.  The quick and easy answer to that is, yes we do provide that service.  You can hire us to install <a href="http://pixelpost.org" rel="external">PixelPost</a> photoblogging software on your site.  Although, it is not something that comes included with your hosting fees - we can perform the installations for you.  We are well versed in the use and configuration of PixelPost.  Once the installation is complete - photoblogging at that point is a breeze.</p>
<p>We offer the installation set up and configuration to our hosted clients, as well as photoblogging clients who do not host with us, but need assistance with the installation and set up of the software.  Of course, the installation for Blogs About Hosting clients comes with a community discount.  <a href="/contact">Inquire about PixelPost installation services</a></p>
<p>While there are a few nice templates available for PixelPost - our design division at <a href="http://ewebscapes.com" rel="external">E.Webscapes</a> can provide you with a custom designed PixelPost template that would reflect your indiviudality.  As an example - here is a photoblog owned by our own Lisa Sabin-Wilson called <a href="http://snappingphotos.com" rel="external">Snapping Photos</a> - powered by PixelPost and designed, of course, by Lisa at <a href="http://ewebscapes.com" rel="external">E.Webscapes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs-about.com/2006/09/23/photoblogging-with-pixelpost/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Akismet bug fixed</title>
		<link>http://blogs-about.com/2006/08/27/1/</link>
		<comments>http://blogs-about.com/2006/08/27/1/#comments</comments>
		<pubDate>Sun, 27 Aug 2006 22:10:22 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Akismet]]></category>

		<category><![CDATA[Blogs About]]></category>

		<category><![CDATA[blogs about hosting]]></category>

		<category><![CDATA[Spam]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">/?p=1</guid>
		<description><![CDATA[Over the past 24 hours, Wordpress users who utilize the Akismet plugin experienced a mass influx of spam (this blog included).  We&#8217;ve received just a ton of help tickets in our Support Center about the amount of spam they&#8217;ve received.
This was an Akismet issue and they&#8217;ve posted about it on their blog, including a [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past 24 hours, Wordpress users who utilize the Akismet plugin experienced a mass influx of spam (this blog included).  We&#8217;ve received just a ton of help tickets in our <a href="http://tickets.blogs-about.com">Support Center</a> about the amount of spam they&#8217;ve received.</p>
<p>This was an Akismet issue and they&#8217;ve posted about it on their blog, including a statement that the problem has been resolved: <a href="http://akismet.com/blog/2006/08/downtime/">Akismet blog: Downtime</a></p>
<p>Comment/trackback spam is very frustrating - however, when Akismet experiences a &#8216;burp&#8217; such as this - there&#8217;s not much to be done except ride out the storm.  And what a storm it was!</p>
<p>Akismet is an excellent service - especially considering that it doesn&#8217;t cost a thing.  Keep up the great work Akismet folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs-about.com/2006/08/27/1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Hosting Packages Rollout!</title>
		<link>http://blogs-about.com/2006/08/12/new-hosting-packages-rollout/</link>
		<comments>http://blogs-about.com/2006/08/12/new-hosting-packages-rollout/#comments</comments>
		<pubDate>Sat, 12 Aug 2006 17:30:17 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[bandwidth]]></category>

		<category><![CDATA[Blog Design]]></category>

		<category><![CDATA[blog hosting]]></category>

		<category><![CDATA[Blogs About]]></category>

		<category><![CDATA[blogs about hosting]]></category>

		<category><![CDATA[multiple domains]]></category>

		<category><![CDATA[MYSQL]]></category>

		<category><![CDATA[web hosting]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blogs-about.com/2006/08/12/new-hosting-packages-rollout/</guid>
		<description><![CDATA[We&#8217;re thrilled to annouce the launch of a new design at Blogs About Hosting!  Along with the new look - we&#8217;ve rolled out our new and improved hosting packages, available immediately.  We&#8217;ve up&#8217;d the ante on all the good stuff - while at the same time, kept the prices the exact same as [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re thrilled to annouce the launch of a new design at <a href="http://blogs-about.com">Blogs About Hosting</a>!  Along with the new look - we&#8217;ve rolled out our new and improved hosting packages, available immediately.  We&#8217;ve up&#8217;d the ante on all the good stuff - while at the same time, kept the prices the exact same as before.</p>
<p>More stuff.  Same cost.  Gotta love it!</p>
<p>How much more stuff?  WAY MORE bandwidth, disk space, add on domains (ability to run multiple domains on one account), subdomains, MYSQL databases and more!</p>
<p>Why are we doing this?  Because we enjoy the heck out of this job - and have a boatload of excellent clients that we want to keep happy.  As technology changes - we&#8217;ve seen an increase in the need for resources - with the popularity of podcasting, vblogging, etc - the need for resources increases and we want to keep up with the flow. (not too mention the need for extra bandwidth with the 2008 elections just right around the corner - you polibloggers are gonna need it!)</p>
<p><a href="http://blogs-about.com">Check out the new packages here</a>.  If you&#8217;re an existing client - your package will change over the next week . .  but your price won&#8217;t change!  Existing clients can submit any questions by opening a help ticket in our <a href="http://tickets.blogs-about.com">Support Center</a>.</p>
<p><a href="http://blogs-about.com">Blogs About Hosting</a> is more than a web host - - we have a focus on bloggers, blog software, tools, resources, etc.  Along with your account, our clients receive a free installation of Wordpress.  We take it a step further and provide support for the use of Wordpress in our <a href="http://tickets.blogs-about.com">Support Center</a> for clients who host their blogs with us.</p>
<p>Even better - all of our <a href="http://blogs-about.com">Blogs About Hosting</a> clients receive a 10% discount on all design fees here at E.Webscapes.  It&#8217;s a nice way to say &#8220;Thanks!&#8221; - not too mention, keeping all of your blog needs under one roof makes it nice, tidy and easy for you, so you can keep your focus on changing the world - one blog post at a time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs-about.com/2006/08/12/new-hosting-packages-rollout/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
