<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>Under the Digital Cloud</title>
	
	<link>http://www.ocsblog.com</link>
	<description>Perspectives from the staff at OCS Solutions</description>
	<lastBuildDate>Fri, 12 Jun 2009 00:42:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/OcsSolutionsBlog" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">OcsSolutionsBlog</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FOcsSolutionsBlog" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FOcsSolutionsBlog" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FOcsSolutionsBlog" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.bloglines.com/sub/http://feeds.feedburner.com/OcsSolutionsBlog" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FOcsSolutionsBlog" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FOcsSolutionsBlog" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FOcsSolutionsBlog" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>Regarding the Recent Ruby Vulnerability</title>
		<link>http://www.ocsblog.com/2009/06/regarding-the-recent-ruby-vulnerability/</link>
		<comments>http://www.ocsblog.com/2009/06/regarding-the-recent-ruby-vulnerability/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 00:31:34 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ocsblog.com/?p=41</guid>
		<description><![CDATA[We take security very seriously at OCS Solutions.  In fact, security issues trump all other issues, including application compatibility and performance when we make decisions about our network and servers.
On June 9th, 2009 a vulnerability was disclosed that causes Ruby to crash when an very large (we&#8217;re talking astronomical proportions) decimals are converted to strings. [...]]]></description>
			<content:encoded><![CDATA[<p>We take security very seriously at OCS Solutions.  In fact, security issues trump all other issues, including application compatibility and performance when we make decisions about our network and servers.</p>
<p>On June 9th, 2009 a <a href="http://www.ruby-lang.org/en/news/2009/06/09/dos-vulnerability-in-bigdecimal/">vulnerability was disclosed</a> that causes Ruby to crash when an very large (we&#8217;re talking astronomical proportions) decimals are converted to strings.  This is a serious issue, but we feel that the exposure surface to most Rails sites may not be as large as initially thought.</p>
<p>Rails seems to convert <a href="http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/7f94816daef899ec">decminals into big decimals</a> when fetched from the database, and possibily a few other instances.  Since values in the database can very easily be user input, any Rails application that has decimals of any kind either stored in the database or at any time retrieved from the user is potentially at risk.  We can&#8217;t say for certain that if you don&#8217;t use decimals or big decimals you&#8217;re not at risk, but it does appear to be that way.</p>
<p><strong>Our Recommendation</strong></p>
<p>If your Rails app in any way uses decimals (either stored in the database or requested from the user), we recommend you update Ruby ASAP.  If you do not use this, we still recommend you upgrade, but its not as critical.</p>
<p>In either case, you can patch the issue by installing the gem by running:</p>
<pre>gem sources -a http://gems.github.com
sudo gem install NZKoz-bigdecimal-segfault-fix</pre>
<p>Then add the lines:</p>
<pre>gem 'NZKoz-bigdecimal-segfault-fix'
require 'bigdecimal-segfault-fix'</pre>
<p>to your application (for Rails, put this in <code>config/environment.rb</code>).  Once you install this, you&#8217;ll need to restart your Rails application.</p>
<p>The best long term solution though is to upgrade Ruby.  Here&#8217;s how to proceed:</p>
<ul>
<li>If you&#8217;re on shared hosting we will be automatically updating Ruby over the next few days.  If you use Mongrel, your application will need to be restarted, so we recommend you do this within the next 72 hours.  If you&#8217;re using your own install of  Ruby in your account, in which case you&#8217;ll have to upgrade it yourself.  If you don&#8217;t know how, we can do this for you as part of <a href="http://www.ocssolutions.com/managed-shared-hosting.php">managed shared hosting</a> or on a one-time-fee basis.</li>
<li>If you have a managed server or VDS we&#8217;ll be glad to do that, just <a href="https://support.ocstech.com/index.php?_m=tickets&amp;_a=submit&amp;step=1&amp;departmentid=3">open a ticket</a> and we&#8217;ll get that scheduled.</li>
<li>If you have an unmanaged server or VDS and would like us to perform this for you, we can do it on a one-time-fee basis.  Just <a href="https://support.ocstech.com/index.php?_m=tickets&amp;_a=submit&amp;step=1&amp;departmentid=3">open a ticket</a> and we&#8217;ll start the process for you.</li>
</ul>
<p>If you have any questions about this, please let us know and we&#8217;ll be glad to assist you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ocsblog.com/2009/06/regarding-the-recent-ruby-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passenger 2.2.2 Upgrade</title>
		<link>http://www.ocsblog.com/2009/05/passenger-222-upgrade/</link>
		<comments>http://www.ocsblog.com/2009/05/passenger-222-upgrade/#comments</comments>
		<pubDate>Mon, 18 May 2009 03:17:35 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.ocsblog.com/?p=35</guid>
		<description><![CDATA[On select production cPanel servers, we have upgraded to Passenger 2.2.2.  This new release offers a variety of new features and substantial performance improvements, but we&#8217;ve had to make one slight change to our Passenger deployment routine.  Due to this, you&#8217;ll have to add a line to your .htaccess file in your public folder in [...]]]></description>
			<content:encoded><![CDATA[<p>On select production cPanel servers, we have upgraded to Passenger 2.2.2.  This new release offers a variety of new features and substantial performance improvements, but we&#8217;ve had to make one slight change to our <a href="http://wiki.ocssolutions.com/Deploying_a_Rails_Application_With_Passenger" target="_blank">Passenger deployment routine</a>.  Due to this, you&#8217;ll have to add a line to your <code>.htaccess</code> file in your <code>public</code> folder in your Rails app with the contents:</p>
<pre>PassengerAppRoot /home/user/rails_apps/yourapp</pre>
<p>Replace &#8220;user&#8221; with your username and &#8220;rails_apps/yourapp&#8221;  with the path to your Rails application. </p>
<p>On the servers we have deployed the upgrade to we have added this to any existing <code>.htaccess</code> file or created a new one with that line in it.  However, if you use Subversion or Git repository, you&#8217;ll need to add this change to it so that the next time you do an update this change will be preserved. </p>
<p>You have not made this change already, please do so as soon as you can.  This will ensure upgrades on the rest of our shared hosting cluster will go smoothly.</p>
<p>On the off chance that your Rails application isn&#8217;t functioning correctly, make sure the above line is in your <code>.htaccess</code> file in the public folder of your Rails application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ocsblog.com/2009/05/passenger-222-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Perfect Rails Development Environment in Windows</title>
		<link>http://www.ocsblog.com/2009/04/my-perfect-rails-development-environment-in-windows/</link>
		<comments>http://www.ocsblog.com/2009/04/my-perfect-rails-development-environment-in-windows/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 01:36:21 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ocsblog.com/?p=26</guid>
		<description><![CDATA[The Problem
I normally do most of my Rails development in Linux, but I do have a Windows development environment setup as well, because most of my non-development time is spent in Windows and I like being able to quickly work on a Rails project without having to switch to my Linux machine.
The problem though with [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Problem</strong></p>
<p>I normally do most of my Rails development in Linux, but I do have a Windows development environment setup as well, because most of my non-development time is spent in Windows and I like being able to quickly work on a Rails project without having to switch to my Linux machine.</p>
<p>The problem though with Rails development on Windows is two-fold:</p>
<ol>
<li>Ruby and Rails do not cooperate with Windows as well as they should sometimes</li>
<li>Microsoft doesn&#8217;t cooperate with UNIX well at all</li>
</ol>
<p>So rather than try and lay blame as to who&#8217;s fault this is, I&#8217;ve developed a workaround work flow that works quite nicely.</p>
<p><strong>Software I Use</strong></p>
<p>To make Rails development easier in Windows, I use:</p>
<ul>
<li>The <a href="http://www.e-texteditor.com/" target="_blank">E &#8211; TextEditor</a></li>
<li>Cygwin (installed at first by e, but customized later on by me)</li>
<li><a href="http://code.google.com/p/puttycyg/" target="_blank">puttycyg</a> (because Windows console windows suck)</li>
</ul>
<p><strong>Installing the Environment</strong></p>
<p>I recommend removing Ruby for Windows (the one-click installer variety) before you get started.  It will make things a lot easier for you down the road, and unless you&#8217;re doing Ruby for Windows applications development, you won&#8217;t need it.  I also recommend uninstalling Cygwin as well if you have installed it previously, because the e will automatically setup Cygwin for you with some pretty good defaults.</p>
<p>Download a trial of the E &#8211; TextEditor and install it.  When you first run it, it will want to install Cygwin.  Let it do so.  Pick Manual if you want to customize the software.  You can choose Automatic though and be just  fine, because you can always rerun the Cygwin setup (by going to the <a href="http://www.cygwin.com/" target="_blank">Cygwin website</a> and downloading their installer) and add or update features later.  If you choose the manual method, it would be a good idea to include Subversion, Git, and perhaps other languages like Python and a C compiler to enable you to use other UNIX software inside your Cygwin installation.</p>
<p>Once you&#8217;ve done this, you&#8217;re almost ready to go.  If you like the Windows console, then you can stop here &#8211; but I don&#8217;t.  That&#8217;s where <a href="http://code.google.com/p/puttycyg/" target="_blank">puttycyg</a> comes in.   It&#8217;s basically a modified PuTTY version that works with Cygwin.  Using this program you can connect to your Cygwin instance, but having all the options of display and scrollback that come with PuTTY.  Let&#8217;s face it, being limited to 2 fonts in the Windows console really isn&#8217;t fun.  I&#8217;m still amazed Microsoft hasn&#8217;t fixed this.</p>
<p>Once you&#8217;ve done this, you can pretty much proceed with development of Rails application using the same commands you would on a Linux or Mac machine (well, at least with 99% compatibility).  You can even access your Windows drives with the /cygdrive/c (replace c with the drive you want to use) path in Cygwin.</p>
<p><strong>Conclusion</strong></p>
<p>While this isn&#8217;t the most ideal setup, it works well for most things, and enables you to use Capistrano deployments much more easily than you can in Windows.  Git&#8217;s native Windows version has a long way to go, and thus the Cygwin near-native UNIX version of Git makes using Git under Windows a far more productive task.</p>
<p>In this guide I&#8217;m using the E &#8211; TextEditor.  You could replace this with any other editor that you like and achieve similiar results.  You can even use Vim or Emacs inside Cygwin.  Either way, I still recommend using Cygwin, because the native Windows Ruby interpreter and Rails support for Windows will cause you problems down the road.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ocsblog.com/2009/04/my-perfect-rails-development-environment-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAM Upgraded on Shared Hosting Plans</title>
		<link>http://www.ocsblog.com/2009/02/ram-upgraded-on-shared-hosting-plans/</link>
		<comments>http://www.ocsblog.com/2009/02/ram-upgraded-on-shared-hosting-plans/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 01:02:09 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.ocsblog.com/?p=23</guid>
		<description><![CDATA[Effective March 1st, 2009, we are upgrading our shared hosting plans to include more RAM.  This really applies only to customers who use Ruby on Rails, Django, or another long-running user-created process.  This extra RAM will make more room for your application and give you more breathing room to avoid running over on your plan.
Many [...]]]></description>
			<content:encoded><![CDATA[<p>Effective March 1st, 2009, we are upgrading our shared hosting plans to include more RAM.  This really applies only to customers who use Ruby on Rails, Django, or another long-running user-created process.  This extra RAM will make more room for your application and give you more breathing room to avoid running over on your plan.</p>
<p>Many have asked our policy on RAM usage and how we enforce the limits.  All of the RAM limits on shared hosting are soft, with a high hard limit to prevent a runaway process with a memory leak to cause problems for other accounts.  If your Rails application goes over your limit by 5 or 10% we do not typically mind.  Since we don&#8217;t oversell, the limits are there to help keep resources free for all users on shared hosting plans.  If you start to use too much RAM over the buffer zone we allow for all accounts, we will notify you with options on how to proceed.</p>
<p>These new limits will take effect both on new and existing accounts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ocsblog.com/2009/02/ram-upgraded-on-shared-hosting-plans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alert: New cPanel Phishing Scheme</title>
		<link>http://www.ocsblog.com/2009/02/alert-new-cpanel-phishing-scheme/</link>
		<comments>http://www.ocsblog.com/2009/02/alert-new-cpanel-phishing-scheme/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 00:47:44 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[SPAM]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.ocsblog.com/?p=20</guid>
		<description><![CDATA[Recently we received an e-mail from a concerned customer that was claiming that their cPanel account needed validation, instructing them to click a link and provide login credentials.  The e-mail appeared to come from a bogus address and fortunately the link didn&#8217;t work, instead providing a 404 error page.
We are passing this along to our [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we received an e-mail from a concerned customer that was claiming that their cPanel account needed validation, instructing them to click a link and provide login credentials.  The e-mail appeared to come from a bogus address and fortunately the link didn&#8217;t work, instead providing a 404 error page.</p>
<p>We are passing this along to our customers and all cPanel users in general though so that they can be aware of this and avoid this sort of scam.  OCS staff would never e-mail you and ask for information in this way.</p>
<p>If you are an OCS customer and receive an e-mail asking for login details that you&#8217;re not sure about, please <a href="https://support.ocstech.com/index.php?_m=tickets&amp;_a=submit&amp;step=1&amp;departmentid=3" target="_blank">contact us securely</a>.  If you&#8217;re not an OCS customer, please contact your hosting company or <a href="http://www.cpanel.net" target="_blank">cPanel</a> for details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ocsblog.com/2009/02/alert-new-cpanel-phishing-scheme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OCS Website Improvements</title>
		<link>http://www.ocsblog.com/2008/12/ocs-website-improvements/</link>
		<comments>http://www.ocsblog.com/2008/12/ocs-website-improvements/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 05:14:57 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.ocsblog.com/?p=15</guid>
		<description><![CDATA[I&#8217;m delighted to announce some significant improvements that we have made on the OCS website, particularly in regards to navigation.  The top navigation single layer menu has been replaced with a drop-down menu to aid in faster navigation.  In addition, the bottom of the site now has a mini-navigation area so you can quickly move [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m delighted to announce some significant improvements that we have made on the <a href="http://www.ocssolutions.com/">OCS website</a>, particularly in regards to navigation.  The top navigation single layer menu has been replaced with a drop-down menu to aid in faster navigation.  In addition, the bottom of the site now has a mini-navigation area so you can quickly move to other pages of interest.</p>
<p>We have added a new page on our <a href="http://www.ocssolutions.com/managed-hosting.php">managed hosting</a> service.  Back by popular demand, this service frees you from the headaches of server management and lets you focus on your business.  We have also introduced a <a href="http://www.ocssolutions.com/managed-shared-hosting.php">managed shared hosting</a> plan which provides support above the standard level of already comprehensive support offered by our shared hosting service.</p>
<p>We are in the process with working out promotions with 3rd party vendors that we&#8217;ll be able to offer you for free or at a reduced cost.  I&#8217;ll be providing more details on that in our next post.</p>
<p>If you haven&#8217;t yet signed up for our low-volume mailing list, please <a href="http://www.ocssolutions.com/mailing-list.php">take a moment to do so</a>.  Each e-mail will be loaded with information you can use, including tips and tricks on how to get the most out of your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ocsblog.com/2008/12/ocs-website-improvements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improved OCS Support Wiki Layout</title>
		<link>http://www.ocsblog.com/2008/11/improved-wiki-layout/</link>
		<comments>http://www.ocsblog.com/2008/11/improved-wiki-layout/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 03:39:52 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.ocsblog.com/?p=11</guid>
		<description><![CDATA[We have improved the layout of our OCS Support Wiki, particularly on the front page.  Information is better categorized and more easily visible.    We have also removed some redundant and conflicting information in articles and updated some of them to reflect recent improvements.
We are always adding new information and articles to our wiki, so [...]]]></description>
			<content:encoded><![CDATA[<p>We have improved the layout of our <a href="http://wiki.ocssolutions.com">OCS Support Wiki</a>, particularly on the front page.  Information is better categorized and more easily visible.    We have also removed some redundant and conflicting information in articles and updated some of them to reflect recent improvements.</p>
<p>We are always adding new information and articles to our wiki, so check back often for the latest updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ocsblog.com/2008/11/improved-wiki-layout/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Blog, New Direction</title>
		<link>http://www.ocsblog.com/2008/11/new-blog-new-direction/</link>
		<comments>http://www.ocsblog.com/2008/11/new-blog-new-direction/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 09:48:32 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.ocsblog.com/?p=9</guid>
		<description><![CDATA[Many of our customers have asked where they can get the latest news and updates on OCS products and services, as well as opinions from our staff.  Our forums usually served as this outlet, but unfortunately, there has been no cohesive place for this.
This new blog is an attempt to change that.  We&#8217;ll be posting [...]]]></description>
			<content:encoded><![CDATA[<p>Many of our customers have asked where they can get the latest news and updates on OCS products and services, as well as opinions from our staff.  Our forums usually served as this outlet, but unfortunately, there has been no cohesive place for this.</p>
<p>This new blog is an attempt to change that.  We&#8217;ll be posting here on a regular basis, sometimes daily.  You&#8217;ll hear mainly from me, but also from the rest of our staff, sharing news that affects both OCS customers and thoughts and ideas on current Internet technology topics of interest.</p>
<p>Our old posts have been archived and can be found at the old <a href="http://ocssolutions.blogspot.com/">OCS Solutions Blog</a>, but we will phase them out eventually.</p>
<p>Please feel free to comment on any post you see here and share your thoughs with us as well.  We love hearing from you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ocsblog.com/2008/11/new-blog-new-direction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
