<?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>TotalChoice Hosting Blog</title>
	<atom:link href="http://www.tchblog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tchblog.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2009 22:06:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Joomla, DL() &amp; You</title>
		<link>http://www.tchblog.com/2009/09/joomla-dl-you/</link>
		<comments>http://www.tchblog.com/2009/09/joomla-dl-you/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 22:06:48 +0000</pubDate>
		<dc:creator>TCH-Ryan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[TCH News]]></category>

		<guid isPermaLink="false">http://www.tchblog.com/?p=190</guid>
		<description><![CDATA[I am not going to beat around the bush on this, the last couple of days have been a little hectic here a TCH while working to deal with a series of web application vulnerabilities that are being taken advantage of by attackers. The purpose of this post is to explain a bit about what [...]]]></description>
			<content:encoded><![CDATA[<p>I am not going to beat around the bush on this, the last couple of days have been a little hectic here a TCH while working to deal with a series of web application vulnerabilities that are being taken advantage of by attackers. The purpose of this post is to explain a bit about what is going on, how these attacks effect you and what we have done to prevent further abuse.</p>
<p>The first thing we need to understand is what is being attacked; as the post subject implies, it is primarily Joomla being attacked as the software has had a series of 9 vulnerabilities released since the 1st of September of which a number of more in depth attacks have formed around. The intended purpose of most of these attacks is to taint web sites with injected javascript, that code takes advantage of a number of client side browser vulnerabilities that if not patched or stopped by an antivirus can cause further issues for web site visitors.</p>
<p>Now, at a glance you might be thinking that if someone fails to patch web site software then it is there own problem, how does this affect me? That is where the dl() function comes into play, the dl() function is essentially a dynamic loader for php modules or 3rd party extensions. To simplify this a bit, the dl() function when enabled allows anyone to add extensible features onto php, generally these are all well to do features but if someone so desires they can create a dynamic loader module with malicious intent.</p>
<p>The scenario we are looking at is that attackers have gained entry to vulnerable web sites, primarily through joomla then they upload a series of malicious scripts including a dynamic loadable module for php that once enabled through dl() has the ability to inject javascript code into pages. The code usually finds itself placed before the body tags and executes its payload on a visitors first visit to a site, a cookie is then set that expires every 2hours then the payload executes itself again on a new visit.</p>
<p>This attack though had far reaching implications, only affected 4 servers on our network (denver, dantooine, alderaan, chewbacca) of which only about half the sites on the given servers or in some cases less were being tainted by the attack. As alarming as this situation is, we need to stress that no content was actually modified on sites except the joomla sites themselves that were compromised.</p>
<p>The way we have come to deal with this situation is a layered approach, we have first and foremost made increased efforts to identify compromised sites on our servers and suspend/remove them. The next step was to cut off the enabling function of the attack, which is the dl() function. This function was actually something we used to disable on servers for its malicious implications but over time that procedure was phased out in the interest of allowing users to install custom dynamic loadable modules from their home directories such as ioncube. However, now that ioncube is standard server-wide on all servers, there is little in the way of other commonly installed packages that depend on dl(), php.net has even went as far as to declare dl() deprecated as of php 5.3. </p>
<p>With dl() disabled on servers, the effects were immediate and all reports of tainted sites stopped, now when I say stopped I do not just mean that that lightly. We literally sat around all evening bashing the f5 key on our keyboards trying to get the javacode injections to reappear on sites, between myself, Bill and Dick we must have done over 6 hours of combined keyboard kungfu in this effort. It was with great relief that we were not seeing anymore reports or issues ourselves first hand but it was still not quite enough to actually be confident that we had done enough.</p>
<p>We are continuing to be extra vigilant with compromise assessment on the servers to prevent any further malicious content from being injected into sites, in addition to this we have on some servers started to use suPHP as a basis for new php security standards. Essentially, by using suPHP we enforce php code to run as the user who executed it instead of as the web server but it goes beyond that by enforcing strict permissions on content and not allowing anything to run above mode 755 (such as world writable data) and also making sure that executed content is owned by the user. This might seem problematic however since the code is now executing as the user, there is no longer a need for data to be set to mode 777 (world writable) or its ownership set as the web server user, which reduces support issues and vastly increases security. The suPHP changes are something we have only rolled out to about 6 servers so far but the support issues it has generated are minimal for the advantages it provides, in the future we will be looking to roll this change out to more servers on a slow but steady basis.</p>
<p>That is where we are at, if you have any questions or concerns regarding this blog or the topics discussed please feel free to comment or head to the TCH forums for further dialog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tchblog.com/2009/09/joomla-dl-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Emergency Server Updates</title>
		<link>http://www.tchblog.com/2009/08/emergency-server-updates/</link>
		<comments>http://www.tchblog.com/2009/08/emergency-server-updates/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 00:38:16 +0000</pubDate>
		<dc:creator>TCH-Ryan</dc:creator>
				<category><![CDATA[TCH DataCenter]]></category>

		<guid isPermaLink="false">http://www.tchblog.com/?p=183</guid>
		<description><![CDATA[We have the last 3 days been tracking a local root vulnerability in the Linux kernel, the core element of all Linux operating systems. This vulnerability is unprecedented in scope, effecting Linux versions going as far back as 8 years which prompted extra consideration in how we handle it.
Here at TCH we operate a network [...]]]></description>
			<content:encoded><![CDATA[<p>We have the last 3 days been tracking a local root vulnerability in the Linux kernel, the core element of all Linux operating systems. This vulnerability is unprecedented in scope, effecting Linux versions going as far back as 8 years which prompted extra consideration in how we handle it.</p>
<p>Here at TCH we operate a network that is dominated by Linux, to say we took this matter very seriously would be an understatement. It was decided after evaluating the threat this vulnerability poses to our network, dedicated servers, and shared/reseller clients, that waiting any longer on an upstream update was not reasonable. Originally there was an estimate of Saturday 1900GMT for upstream updates but this fell through prompting us to take action. In addition to a lack of a reliable upstream update for this issue is the fact that this vulnerability is being actively exploited in the wild with publicly available attack code on many security and underground web sites.</p>
<p>At this moment, we are rolling out to all Linux servers on our network an updated kernel version that will close this vulnerability while maintaining version compatibility with future upstream software updates. This effort in retaining version support will allow our dedicated clients in addition to our own support team to resume normal update practices with tools such as &#8216;yum&#8217; or &#8216;apt-get&#8217; and not have to worry about conflicting versions against our in-house kernel update.</p>
<p>Please do not be alarmed if you experience an outage temporarily on dedicated, shared or reseller servers, we thank everyone for understanding the urgency of this matter and if you have any questions or comments please feel free to submit a help desk ticket at https://www.tchhelp.com.</p>
<p><strong>UPDATE:Aug 18, 2009</strong><br />
<strong> We will be conducting reboots again this evening to push out a revised version of last nights kernel that corrects issues with r1backup agent, local firewall services and the network driver on certain servers. In addition, this new kernel revision is binary compatible with CentOS/RHEL 4 kernels being that it was built off the same kernel source tree as the standard kernels.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tchblog.com/2009/08/emergency-server-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Authorize.net Outage</title>
		<link>http://www.tchblog.com/2009/07/authorizenet-outage/</link>
		<comments>http://www.tchblog.com/2009/07/authorizenet-outage/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 17:07:19 +0000</pubDate>
		<dc:creator>TCH-Dick</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.tchblog.com/?p=180</guid>
		<description><![CDATA[The payment portal Authorize.net, which is used by TotalChoice Hosting and many of our clients, has been offline for hours, meaning that its merchants have been unable to process credit card payments through their web sites. Your account will not be affected due to this incident and we will be extending our payment grace period [...]]]></description>
			<content:encoded><![CDATA[<p>The payment portal Authorize.net, which is used by TotalChoice Hosting and many of our clients, has been offline for hours, meaning that its merchants have been unable to process credit card payments through their web sites. Your account will not be affected due to this incident and we will be extending our payment grace period to insure your sites stay online.</p>
<p><strong>Update: Authorize.net is now back online. You will be able to make payments. We will update you if this or any other changes arise.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tchblog.com/2009/07/authorizenet-outage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Issue</title>
		<link>http://www.tchblog.com/2009/05/network-issue/</link>
		<comments>http://www.tchblog.com/2009/05/network-issue/#comments</comments>
		<pubDate>Sun, 31 May 2009 20:10:43 +0000</pubDate>
		<dc:creator>TCH-Dick</dc:creator>
				<category><![CDATA[TCH DataCenter]]></category>

		<guid isPermaLink="false">http://www.tchblog.com/?p=175</guid>
		<description><![CDATA[At 3:34 PM EST, we begin to see intermittent packet loss to some of our network due to an inbound Denial of Service attack. We then experienced a core router crash while working to mitigate the attack. This resulted in a wide spread network outage until 3:46 PM EST, when  we were able to [...]]]></description>
			<content:encoded><![CDATA[<p>At 3:34 PM EST, we begin to see intermittent packet loss to some of our network due to an inbound Denial of Service attack. We then experienced a core router crash while working to mitigate the attack. This resulted in a wide spread network outage until 3:46 PM EST, when  we were able to switch over to our redundant core router. We continued to experience intermittent outages until 4:03 PM EST, at which time all services were returned to normal.</p>
<p>We are sorry for any inconvenience this causes you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tchblog.com/2009/05/network-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Issues</title>
		<link>http://www.tchblog.com/2009/04/network-issues/</link>
		<comments>http://www.tchblog.com/2009/04/network-issues/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 20:05:59 +0000</pubDate>
		<dc:creator>TCH-Dick</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.tchblog.com/?p=168</guid>
		<description><![CDATA[April 24, 2009 4:05 PM
TotalChoice Hosting Total Choice is currently experiencing a wide spread network outage.  We have  networking engineering personnel on site in  investigating this issue.
At this time we do not have a estimated  time for when normal network conditions will return.
We will keep  this site updated as this unplanned [...]]]></description>
			<content:encoded><![CDATA[<p><strong>April 24, 2009 4:05 PM</strong><br />
TotalChoice <span id="gtbmisp_12">Hosting Total Choice</span> is currently <span id="gtbmisp_13">experiencing</span> a wide spread network outage.  We have  networking engineering <span id="gtbmisp_14">personnel</span> on site in  investigating this issue.</p>
<p>At this time we do not have a estimated  time for when normal network conditions will return.</p>
<p>We will keep  this site updated as this unplanned outage moves along.</p>
<p>We are very sorry for this issue and are working to correct the networking issues as quickly as possible.</p>
<p>Thank you for your understanding during this outage.</p>
<p>TotalChoice Hosting</p>
<p><strong>April 24, 2009 4:24 PM</strong><br />
All services have now been returned to normal. We had a core router crash due to a failed supervisor card, however it did not switch over smoothly. The router was brought back online, switched to the backup supervisor card, and then a replacement card was installed. </p>
<p>We apologize for the inconvenience and thank you for your patience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tchblog.com/2009/04/network-issues/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Take Me Out to the Ball Game</title>
		<link>http://www.tchblog.com/2009/04/take-me-out-to-the-ball-game/</link>
		<comments>http://www.tchblog.com/2009/04/take-me-out-to-the-ball-game/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 12:42:49 +0000</pubDate>
		<dc:creator>TCH-Terri</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.tchblog.com/?p=151</guid>
		<description><![CDATA[Whether it be a Little League field or Minute Maid Park, I will feel at home.  Baseball is one of America’s greatest pass times. I’m not sure if it is the smell of the freshly raked dirt on the field, the crack of the bat connecting with a speeding ball, or just the rush of [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="mso-ansi-language: EN;" lang="EN"><span style="font-size: small;"><span style="font-family: Times New Roman;">Whether it be a Little League field or Minute Maid Park, I will feel at home. <span style="mso-spacerun: yes;"> </span>Baseball is one of America’s greatest pass times. I’m not sure if it is the smell of the freshly raked dirt on the field, the crack of the bat connecting with a speeding ball, or just the rush of the competition that keeps us coming back. The game pulls at your heartstrings and nerves all at once. </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="mso-ansi-language: EN;" lang="EN"><span style="font-size: small; font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="mso-ansi-language: EN;" lang="EN"><span style="font-size: small;"><span style="font-family: Times New Roman;">As a Team Mom/Mother of three little leaguers and an avid Astros’ fan, I know this gnawing urge for a WIN all to well. I have seen the hurt of defeat in a child’s eyes and the smile of victory on their faces. I’ve watched as they have picked themselves up out of the dust just as the Umpire shouts out “Safe”. I’ve followed the ball as it flew into outfield and fell perfectly into the Left fielders glove, when they were only inches away from second base. They have learned to overcome the losses and bask in the glory of the game that is Baseball.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="mso-ansi-language: EN;" lang="EN"><span style="font-size: small; font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="mso-ansi-language: EN;" lang="EN"><span style="font-size: small;"><span style="font-family: Times New Roman;">When they are not on the field themselves, we are perched in the stands of<span style="mso-spacerun: yes;">  </span>Minute Maid Park, the home of Houston Astros’. We are a loyal Astros’ family, and attend as many games as we can. Each year we spend Mother’s and Father’s day with these guys. Today, April 6, 2009, is Opening Day of the 2009 Series. The Astros’ will go head to head with The Chicago Cubs. </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="mso-ansi-language: EN;" lang="EN"><span style="font-size: small; font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="mso-ansi-language: EN;" lang="EN"><span style="font-size: small;"><span style="font-family: Times New Roman;">Roy Oswalt, who has been with the Astros’ since 2001, will be pitching the opening game. This year’s 40 man roster will consist of new and old faces of the organization. Lance Berkman and Hunter Pence, my favorites, will be with us once again and are currently part of the active roster. We are all looking forward to another exciting season. </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="mso-ansi-language: EN;" lang="EN"><span style="font-size: small; font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="mso-ansi-language: EN;" lang="EN"><span style="font-size: small; font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">So <span style="mso-ansi-language: EN;" lang="EN">whether it be a Little League field or </span><span style="mso-ansi-language: EN;" lang="EN">Minute</span><span style="mso-ansi-language: EN;" lang="EN"> </span><span style="mso-ansi-language: EN;" lang="EN">Maid</span><span style="mso-ansi-language: EN;" lang="EN"> </span><span style="mso-ansi-language: EN;" lang="EN">Park</span>, as they say “Let me root, root, root for the home team”. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;">PLAY BALL!!!</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tchblog.com/2009/04/take-me-out-to-the-ball-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Can&#8217;t I Change My Billing Password?</title>
		<link>http://www.tchblog.com/2009/04/why-cant-i-change-my-billing-password/</link>
		<comments>http://www.tchblog.com/2009/04/why-cant-i-change-my-billing-password/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 16:29:12 +0000</pubDate>
		<dc:creator>TCH-Dick</dc:creator>
				<category><![CDATA[TCH News]]></category>

		<guid isPermaLink="false">http://www.tchblog.com/?p=147</guid>
		<description><![CDATA[We have recently learned of an issue with changing the password to access your billing account.   So far we have been able to determine that while the system can generate passwords beginning with a capital letter or number-it will not allow that when manually setting a password, including on the admin side.  We appreciate your [...]]]></description>
			<content:encoded><![CDATA[<p>We have recently learned of an issue with changing the password to access your billing account.   So far we have been able to determine that while the system can generate passwords beginning with a capital letter or number-it will not allow that when manually setting a password, including on the admin side.  We appreciate your patience while we work on this issue and hope to have  it corrected soon.</p>
<p>If you have been unable to change your password, please try the change again using 6-8 characters with the first character being a lower case letter.</p>
<p>Thank you,<br />
Dick DeVance<br />
General Manager<br />
TotalChoice Hosting, L.L.C.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tchblog.com/2009/04/why-cant-i-change-my-billing-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backups, Backups, Backups!</title>
		<link>http://www.tchblog.com/2009/04/backups-backups-backups/</link>
		<comments>http://www.tchblog.com/2009/04/backups-backups-backups/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 15:40:38 +0000</pubDate>
		<dc:creator>TCH-Ryan</dc:creator>
				<category><![CDATA[TCH DataCenter]]></category>

		<guid isPermaLink="false">http://www.tchblog.com/?p=139</guid>
		<description><![CDATA[Yup, you guessed it &#8211; we are going to talk about backups.
Here at TCH we take backups very seriously and when I say that I do not say it lightly, there is no single more important aspect of our management regime than our backup infrastructure. I am going to explain a bit about the extent [...]]]></description>
			<content:encoded><![CDATA[<p>Yup, you guessed it &#8211; we are going to talk about backups.</p>
<p>Here at TCH we take backups very seriously and when I say that I do not say it lightly, there is no single more important aspect of our management regime than our backup infrastructure. I am going to explain a bit about the extent to which we go through to protect the data you host with TCH.</p>
<p>The first layer of protection we use is raid 1 mirroring on all our shared, reseller and operations servers (help desk, dns servers etc..), this allows for the servers to maintain an identical copy of the system so that in the event of a disk failure the server can continue operating with no adverse effects. There is a catch here though, that is the fact that software support for raid cards in Linux and even under Windows is severely lacking in the capacity of failure notification, which means when a disk fails there is no industry standard method for alerting someone that there is a problem. At TCH, we have developed an in-house software solution that works with our two preferred raid hardware vendors (AMC 3ware and ARECA raid) to the extent that when there is a disk failure in a raid array it captures information on the failure then sends e-mail alerts to management blackberry pagers and to our help desk ensuring that problems are identified and maintenance is immediately scheduled.</p>
<p>Using raid however reliable it may be, is still not impervious to data loss, which brings us to our next level of protection. All our servers are setup with a spare hard disk and configured to take weekly backups of all user data and server configurations. Although these backups have proven to be extremely reliable they are not always ideal as they can be up to a week old depending on the situation where they are required. We look at these backups as a strictly first-line restore point in the event of a failure that allows us to restore accounts in a fashion that is application compatible with the cPanel interface which makes sure accounts function properly and consistently and overcome the data gaps using our CDP solution below.</p>
<p>Finally, we have our gigabit network enabled continuous data protection (CDP) which runs on absolutely every server that retains client and mission critical data. This is a solution we maintain on network accessible storage (NAS) devices that we have build in house, they contain hardware raid across 16 hard disks with redundant power supplies and a capacity of between 6-13tb of space. The continuous data protection (CDP) is a low-level software run on servers with minimal load impact as it does not read the file system but rather the disk in a raw block-by-block method. This allows CDP to identify differences on the disk quickly and backup only those areas of the disk that have changed since the last backup run (incremental backups). These backups are captured on a 12h schedule of every day, 365 days a year and saved to the NAS devices in a &#8220;snapshot&#8221; capacity. The snapshots make it possible to recover data as it was 12h ago or 5 days ago or anywhere in between &#8211; we save copies of the data in every state from every backup run, we do not overwrite backups!. We can further leverage this backup solution as it is a backup of the servers entire hard disk once you pancake together all the snapshots, so in the event of a catastrophic failure we can take the CDP backup image and restore an entire hard disk in a single swift action. You can also leverage this solution from inside cPanel with the R1Soft Backup feature that allows you to restore from the CDP backup images any data you require just as we would without having to request support, although we are always more than happy to help you with any data recovery needs you may have, so do not hesitate.</p>
<p>I hope you have enjoyed learning a bit more about how we protect the data you host with TCH and understand that there is never any substitute for a well planned and executed backup solution. Before I sign off, let me remind you to take the time and consider the data you store at home or work and ask, do you have a backup solution? If not consider storing some of your more important data on your TCH account so in the event of a failure you can rest assured knowing that TCH has you covered.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tchblog.com/2009/04/backups-backups-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodbye Dew&#8230;Hello Coffee</title>
		<link>http://www.tchblog.com/2009/03/goodbye-dewhello-coffee/</link>
		<comments>http://www.tchblog.com/2009/03/goodbye-dewhello-coffee/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 11:39:12 +0000</pubDate>
		<dc:creator>TCH-Dick</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.tchblog.com/?p=123</guid>
		<description><![CDATA[I just can&#8217;t resist that sweet green caffeinated nectar of a Mountain Dew, however, I have recently and unwillingly had to give it up. It seems my doctor believes that the amount of sugar in Mountain  Dew and my excessive intake is just not good for my diabetes.
I personally think it is a conspiracy between [...]]]></description>
			<content:encoded><![CDATA[<p>I just can&#8217;t resist that sweet green caffeinated nectar of a Mountain Dew, however, I have recently and unwillingly had to give it up. It seems my doctor believes that the amount of sugar in Mountain  Dew and my excessive intake is just not good for my diabetes.</p>
<p>I personally think it is a conspiracy between my wife and my doctor to torture me, although they claimed to only be concerned with my health. Despite my paranoia,  I decided they had a legitimate point and sadly drank my last Dew a few weeks ago.</p>
<p>Well it only took a couple a of days before the crankiness set in and the throbbing pain of what my doctor so lovingly called &#8220;caffeine withdrawal headaches&#8221;. Caffeine headaches? Really? The paranoid side of me started to wonder what they really put in Mountain Dew? I shook off that crazy thought and eventually came to my senses, put away my tinfoil hat, and begin to look for an alternative fix.</p>
<p>As I frantically rummaged through the kitchen, I came across an old dusty coffee pot hidden in the back of the pantry.  Eureka, a source of caffeine with no sugar, I can&#8217;t possible go wrong here!  I never have been a big coffee drinker but that was about to change!  Since we only break out the coffee pot for company, it took a bit more rummaging before I was able to find what I needed.  One stale can of coffee-it will have to do for now, paper filters, and one coffee cup from the &#8220;good dishes&#8221; I am not allowed to use. I never understood why we needed a set of &#8220;good dishes&#8221; just for company, but I digress.</p>
<p>Intent on curing my headache with as much caffeine as possible, I quickly begin the task of setting up the coffee pot. Within a few minutes the kitchen was filled with the smell of fresh brewed coffee. Stale coffee or not, the aroma was overwhelmingly intoxicating, which only intensified my craving. While it only took a few minutes to brew-it felt like an eternity- with every drip of the coffee pot slowly torturing me. I wonder what Attorney General Eric Holder would have to say about that?</p>
<p>The coffee pot then began to gurgle as if it was dying, signaling me that I could finally have a hot cup of <span style="text-decoration: line-through;">caffeine</span> coffee. It wasn&#8217;t the greatest cup of coffee, it was very bitter tasting but it was serving its purpose and it didn&#8217;t take long for the effects of the caffeine to kick in. As started on my second cup,  I could feel my heart rate increase and the throbbing in my head begin to fade away. I had soon emptied the entire pot(8 cups)and happily found the way to my office.</p>
<p>I am sure all that coffee was not good for me, but I was feeling so much better that it didn&#8217;t really matter. It also made for a very productive day-I think-as I bounced off the office walls from my caffeine high.  I was now talking nonstop as I was fielding the phone calls that seemed to come in one after another. I do apologize to the brave souls that called me that day, you must have thought I was crazy and I  hope you can forgive me for rambling on. I can&#8217;t say that I didn&#8217;t enjoy this day and the energetic feeling the coffee provided, but I knew it was going to wear off soon-resulting in that typical caffeine crash.</p>
<p>This all occurred about 6 weeks ago and I am still starting my day with a pot of coffee and  just a bit more self control.  It doesn&#8217;t seem very wise to replace one vice with another, so I have been considering cutting back on the coffee too.  Although, I doubt that will happen any time soon.  Some would say I just have an addictive nature but I prefer to think that if you enjoy something-then enjoy it as often as you can.</p>
<p>I need a refill&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tchblog.com/2009/03/goodbye-dewhello-coffee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pony Power!</title>
		<link>http://www.tchblog.com/2009/03/pony-power/</link>
		<comments>http://www.tchblog.com/2009/03/pony-power/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 14:58:43 +0000</pubDate>
		<dc:creator>TCH-Bill</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.tchblog.com/?p=112</guid>
		<description><![CDATA[Hello TCH Family,
One of the great benefits of hosting with TotalChoice Hosting, is being a true part of our family.  I can not express how many times a confused client has approached me inquiring about an account upgrade.  Just recently I have been helping a client with a large amount of shared hosting sites make [...]]]></description>
			<content:encoded><![CDATA[<p>Hello TCH Family,</p>
<p>One of the great benefits of hosting with TotalChoice Hosting, is being a true part of our family.  I can not express how many times a confused client has approached me inquiring about an account upgrade.  Just recently I have been helping a client with a large amount of shared hosting sites make some choices on how to upgrade.</p>
<p>Mike Ford, owner of <a href="http://www.newyorkmustangs.com" target="_blank">newyorkmustangs.com</a> , has been a happy TCH client for over 5 years.  During this time Mike has grown from one shared hosting account to over ten shared accounts.  Each time adding a new account with a smile. Mike was ready to order his 11th account, however this time, he approached TCH asking about his options.</p>
<p>TotalChoice offers many upgrade options.  I explained to Mike that moving into a reseller account would be the next logical step.  This would allow Mike to host unlimited domains within the allotted disk and bandwidth space.  I explained that a reseller account was still on a shared server. However, Mike really wanted to have full control.  He wanted to add as many domains to his account as humanly possible.  I explained to Mike, that a fully managed dedicated server was the way to go.</p>
<p>After a few days of back and forth questions, Mike looked around and shopped the competitors.  In the end, Mike choose to host his new dedicated server at TotalChoice Hosting.</p>
<p>Thank you Mike! I know you will be pleased with your new server!</p>
<p>Check out Mike Ford&#8217;s website at <a href="http://www.newyorkmustangs.com" target="_blank"></p>
<p>http://www.newyorkmustangs.com</a></p>
<p>Happy Hosting!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tchblog.com/2009/03/pony-power/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
