<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Network Solutions - Small business conversations and working together for small business success &#187; hosting</title>
	<atom:link href="http://blog.networksolutions.com/tag/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.networksolutions.com</link>
	<description>Small Business tips, interviews and conversations that provide advice and discussion about small business.</description>
	<lastBuildDate>Fri, 20 Nov 2009 15:00:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!-- podcast_generator="Blubrry PowerPress/0.9.11" mode="advanced" entry="normal" -->
	<itunes:summary>Solutions Out Loud is a podcast from the Solutions Are Power blog team at Network Solutions. It offers tips, interviews and conversations that provide advice and discussion about small business.</itunes:summary>
	<itunes:author>Network Solutions</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.networksolutions.com/wp-content/themes/NetworkSolutions/images/NetSol-Logo-Lg.jpg" />
	<itunes:owner>
		<itunes:name>Network Solutions</itunes:name>
		<itunes:email>smedia@networksolutions.com</itunes:email>
	</itunes:owner>
	<managingEditor>smedia@networksolutions.com (Network Solutions)</managingEditor>
	<copyright>2007-2009</copyright>
	<itunes:subtitle>Solutions Out Loud</itunes:subtitle>
	<itunes:keywords>Small Business, Technology, News, Management, Marketing</itunes:keywords>
	<image>
		<title>Network Solutions - Small business conversations and working together for small business success &#187; hosting</title>
		<url>http://blog.networksolutions.com/wp-content/themes/NetworkSolutions/images/NetSol-Logo-Sm.jpg</url>
		<link>http://blog.networksolutions.com</link>
	</image>
	<itunes:category text="Business">
		<itunes:category text="Business News" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Tech News" />
	</itunes:category>
	<itunes:category text="Business">
		<itunes:category text="Management &amp; Marketing" />
	</itunes:category>
		<item>
		<title>Network Solutions Hosting and  Ruby on Rails Implementation</title>
		<link>http://blog.networksolutions.com/2009/network-solutions-hosting-ruby-on-rails-implementation/</link>
		<comments>http://blog.networksolutions.com/2009/network-solutions-hosting-ruby-on-rails-implementation/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 00:24:33 +0000</pubDate>
		<dc:creator>Shashi Bellamkonda</dc:creator>
				<category><![CDATA[Customer Support]]></category>
		<category><![CDATA[NS Hosting]]></category>
		<category><![CDATA[NS Services]]></category>
		<category><![CDATA[Swami Speaks]]></category>
		<category><![CDATA[blog hosting]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[netsol hosting]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[ruby on rails hosting]]></category>
		<category><![CDATA[Shashi Bellamkonda]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://blog.networksolutions.com/?p=551</guid>
		<description><![CDATA[Miguel Ramos, Product Ninja (actually product manager in charge of hosting products at Network Solutions),  my good friend and colleague sent us some information on the Ruby on Rails implementation in Network Solutions hosting. We wanted to share this information with our readers who may be interested-  installs, configures and updates the site also touching [...]]]></description>
			<content:encoded><![CDATA[<p>Miguel Ramos, Product Ninja (actually product manager in charge of hosting products at Network Solutions),  my good friend and colleague sent us some information on the Ruby on Rails implementation in Network Solutions hosting. We wanted to share this information with our readers who may be interested-  installs, configures and updates the site also touching in how one accesses the database (MySQL?), what version of RoR you are using, etc.</p>
<p>We support Ruby on Rails on all our UNIX hosting packages. At the moment we offer Ruby on Rails version 2.1.1, but we will be deploying Ruby on Rails version 2.2 on approximately February 19<sup>th</sup>. We understand that deploying Ruby on Rails applications is not always easy and have tried to simplify the process as much as possible for our customers. Our Account Manager includes a Ruby on Rails application manager that allows you to do two things quite easily:</p>
<blockquote>
<ul>
<li>Create a new Ruby on Rails skeleton application.</li>
<li>Import your own Ruby on Rails application into our system.</li>
</ul>
<p>You can perform these functions quite easily through our one click interfaces, without having to worry about messing around with the command line. As you develop your application locally, you have the option of uploading a new version of your application via the “import” feature of our Ruby on Rails application manager, or if you feel more comfortable, directly upload your Ruby on Rails files by FTP. The FTP upload feature is possible because our platform is based on Phusion Passenger Ruby on Rails.</p>
<p>I’m including two screenshots to show you what our Ruby on Rails application manager looks like. The first is a screenshot for the “Add” screen. Simply choose an application name and click “ok” and the skeleton will get created. The second illustrate the management options available on each Ruby on Rails application.</p>
<p>As you can see, you can:</p>
<ul>
<li>Restart the application (after you’ve made changes, to deploy it)</li>
<li>Reset the application (if you would like to turn it into a Ruby on Rails skeleton again and restart).</li>
<li>Export it – if you want to download the current application version to work on it locally, or for backup purposes.</li>
<li>Import it – to upload an application you have worked on locally, or a downloaded Rails application.</li>
</ul>
<p>We also have an easy to use Database Manager included in your hosting package that will allow you to easily create and manage a MySQL database that you can easily link to your application.</p></blockquote>
<blockquote><p>Once you have created an application you can create  a tarball and “import” it through our Ruby on Rails application manager, _<em>or</em>_ you can upload a single file to your application’s directory on your website via FTP – note, if you upload a single file via FTP, you have to go into the manager to restart the application so that it redeploys.</p></blockquote>
<p>Also, another nice thing about our Ruby offering is that the Ruby on Rails servers are part of a load balanced cluster – for better uptime.</p>
<p>Convinced that you need to get hosting from Network Solutions ? Go here and enter OFFER00522 and get <a href="http://www.networksolutions.com/web-hosting/web-hosting-benefits.jsp?channelid=P13C100S1N0B142A1D0E0000V118 " target="_blank">25% off hosting today</a>. If you would like more information please comment here and we will get the information even if we have to take Miguel to lunch and torture him with spicy food.</p>
<p>ScreenShot 1<br />
<a href="http://blog.networksolutions.com/wp-content/uploads/2009/02/network-solutions-hosting-ruby-on-rails-1.jpg"><img class="alignnone size-medium wp-image-552" title="network-solutions-hosting-ruby-on-rails-1" src="http://blog.networksolutions.com/wp-content/uploads/2009/02/network-solutions-hosting-ruby-on-rails-1.jpg" alt="" /></a></p>
<p>Screenshot 2<br />
<a href="http://blog.networksolutions.com/wp-content/uploads/2009/02/network-solutions-hosting-ruby-on-rails-2.jpg"><img class="alignnone size-medium wp-image-553" title="network-solutions-hosting-ruby-on-rails-2" src="http://blog.networksolutions.com/wp-content/uploads/2009/02/network-solutions-hosting-ruby-on-rails-2.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksolutions.com/2009/network-solutions-hosting-ruby-on-rails-implementation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Network Solutions offers More in Hosting Packages</title>
		<link>http://blog.networksolutions.com/2008/network-solutions-offers-more-in-hosting-packages/</link>
		<comments>http://blog.networksolutions.com/2008/network-solutions-offers-more-in-hosting-packages/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 13:40:01 +0000</pubDate>
		<dc:creator>cbensen</dc:creator>
				<category><![CDATA[NS Hosting]]></category>
		<category><![CDATA[NS Services]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[phpbb]]></category>

		<guid isPermaLink="false">http://solutionsarepower.com/?p=206</guid>
		<description><![CDATA[Our hosting packages are now packed with many great features! It&#8217;s more of more!
Here&#8217;s what you get:
- Increased storage &#38; bandwidth
- One click install of two open source applications
- Increased UNIX® server uptime of 99.99%.

We&#8217;re making it easy for you to get your web site up &#38; running quickly.
Save Time &#38; Engage your Customers
You can manage [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Our hosting packages are now packed with many great features! It&#8217;s more of more!</p></blockquote>
<p>Here&#8217;s what you get:</p>
<p>- Increased storage &amp; bandwidth</p>
<p>- One click install of two open source applications</p>
<p>- Increased UNIX® server uptime of 99.99%.</p>
<p><span id="more-206"></span></p>
<p>We&#8217;re making it easy for you to get your web site up &amp; running quickly.</p>
<h4>Save Time &amp; Engage your Customers</h4>
<p>You can manage &amp; update your website without sorting thru code.</p>
<p>You can use one click install to:</p>
<p>- download the free open source application <strong>Joomla®.</strong> You can organize your content through an intuitive interface for quick and easy management. It’s perfect for managing informational or community based sites that are constantly adding new information and displaying dynamic content.</p>
<p>- download <strong>PHPBB</strong>™ (PHP Bulletin board) a free open source application for starting a community. You can use this to build a community around your business. It&#8217;s turns a static web site into an interactive place for your customers to share ideas, ask questions &amp; talk with each other.</p>
<p>Your toolbox of your Network Solutions® hosting package gives you easy access to these free open source applications.</p>
<p>If you don&#8217;t already have a hosting package with Network Solutions® visit <a href="http://www.networksolutions.com/">www.networksolutions.com</a> and get started today!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksolutions.com/2008/network-solutions-offers-more-in-hosting-packages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building Your Business Online Series</title>
		<link>http://blog.networksolutions.com/2008/building-your-business-online/</link>
		<comments>http://blog.networksolutions.com/2008/building-your-business-online/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 17:19:32 +0000</pubDate>
		<dc:creator>cbensen</dc:creator>
				<category><![CDATA[Build Your Business Online Series]]></category>
		<category><![CDATA[Small Business Tips]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[online]]></category>

		<guid isPermaLink="false">http://solutionsarepower.com/?p=111</guid>
		<description><![CDATA[The internet has opened up a whole new world for small businesses. No longer does it matter where you&#8217;re at or what size of company you have. And there are opportunities for anyone that wants to create a presence online. Your customers can be anywhere in the world! No matter what your service or product [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">The internet has opened up a whole new world for small businesses. No longer does it matter where you&#8217;re at or what size of company you have. And there are opportunities for anyone that wants to create a presence online. Your customers can be anywhere in the world! No matter what your service or product is there is a high likelihood that those searching for it will be able to find you online.</span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal">
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">This is the first part in a series on how you can put your business on the web &amp; attract customers interested in your products &amp; services. It’s an overview of the steps to take &amp; I’ll cover a topic each day.</span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal">
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">It&#8217;s like building a house &amp; that&#8217;s the analogy that I&#8217;ll use. I&#8217;ll also include the many resources &amp; products that Network Solutions offers to make it straightforward &amp; customized to your needs.</span></p>
<p> <span id="more-111"></span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal">
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">1. <strong>Find a location for your house &amp; an address</strong> &#8211; <a href="http://solutionsarepower.com/2008/choosing-a-domain-name/">purchase a domain name</a> </span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal">
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">The best part about having a business online is that it&#8217;s relatively inexpensive to get started. It’s much more inexpensive to have a business online than in a physical location! I’ll take the guesswork out of choosing <a href="http://www.networksolutions.com/learning-center/domain-name-registrations.jsp">a domain name</a>. Once you’ve decided on <a href="http://www.networksolutions.com/domain-name-registration/guide/find-a-domain-name.jsp">a domain name</a>, Network Solutions makes purchasing it easy.</span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">2. <strong>The foundation</strong> &#8211; <a href="http://solutionsarepower.com/2008/choosing-a-hosting-package/">hosting package</a> </span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal">
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">Every house needs solid footings to support the infrastructure. Network Solutions offers a number <a href="http://www.networksolutions.com/learning-center/web-hosting.jsp">of options</a> so that you’re able to start your online website off to a good start.</span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal">
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">3. <strong><a href="http://solutionsarepower.com/2008/building-your-business-online-series-part-3-website-builder/">Building it</a></strong> &#8211; planning architecture &amp; choosing the design </span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">As with a house there are many ways to build a website. Network Solutions has options for every level. If you’d like to do it yourself you can no matter whether you’re <a href="http://www.networksolutions.com/create-a-website/index.jsp">a beginner</a> or a seasoned programmer. And if you’re just too busy then Network Solutions has talented people that will <a href="http://www.networksolutions.com/learning-center/web-design.jsp">do it for you</a>!</span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal">
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">4. <strong>Furnishing it</strong> – </span></p>
</p>
<p><a href="http://solutionsarepower.com/2008/building-your-business-online-series-part-4-content/">content is very important</a>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">An empty house is of no interest to those that live there or are visitors. So it’s important to create information that’s of value &amp; is relevant to your visitors. And if you keep adding more then it will give people a reason to keep returning to see what’s new. </span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal">
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">5. <strong>Helping customers locate your house</strong> &#8211; <a href="http://solutionsarepower.com/2008/building-your-business-online-part-5-seo-keywords-metatags/">SEO, keywords, &amp; metatags</a></span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">Once you get your house built it’s not of much value if people can’t find it. There are some straightforward things that can be done to help those searching find your site. <a href="http://www.networksolutions.com/learning-center/search-engine-optimization.jsp">Search engine optimization</a> (generally abbreviated as SEO) sounds complicated but Network Solutions offers services to assist you with it. Keywords &amp; metatags are also helpful to providing a more direct path to your site. </span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal">
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">6. <strong>Doing business </strong>- <a href="http://solutionsarepower.com/?p=145&amp;preview=true">ecommerce, paypal</a></span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">It’s as easy as using a spare room for an office. Network Solutions has a <a href="http://www.networksolutions.com/learning-center/e-commerce.jsp">number of options</a> for setting up your site to allow people to purchase your products. They also have an in-depth article on <a href="http://bpmforms.networksolutions.com/whitepaper-8steps.html?OriginationPage=/e-commerce/index.jsp">selling online.</a></span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">7. <strong>Inviting people to your house</strong> – marketing &amp; networking</span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal"><span style="font-size: 10pt; font-family: ">Once your website it set up &amp; ready for business the last step is to get the word out. There are two parts to this. Network Solutions offers some great options for helping with <a href="http://www.networksolutions.com/online-marketing/index.jsp">marketing</a>. And I’ll also give some tips on finding &amp; networking with potential customers.</span></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal">
<p class="MsoNormal">As you can see it&#8217;s relatively easy to get started. Start thinking about how you want people to find you online because that&#8217;s our first step!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksolutions.com/2008/building-your-business-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building Your Business Online Series Part 2 Choosing a Hosting Package</title>
		<link>http://blog.networksolutions.com/2008/choosing-a-hosting-package/</link>
		<comments>http://blog.networksolutions.com/2008/choosing-a-hosting-package/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 01:43:53 +0000</pubDate>
		<dc:creator>cbensen</dc:creator>
				<category><![CDATA[Build Your Business Online Series]]></category>
		<category><![CDATA[Small Business Tips]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[network solutions]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://solutionsarepower.com/?p=113</guid>
		<description><![CDATA[In the first part of this series, we talked about choosing a domain name. We chose the address for your website. The next step is to choose the hosting package. Your web site is hosted physically on a server. The web hosting provider maintains the server &#38; makes sure to provide the technology so that [...]]]></description>
			<content:encoded><![CDATA[<p>In the first part of this series, we talked about <a href="http://solutionsarepower.com/2008/choosing-a-domain-name/" target="_blank">choosing a domain name</a>. We chose the address for your website. The next step is to choose the hosting package. Your web site is hosted physically on a server. The web hosting provider maintains the server &amp; makes sure to provide the technology so that your website is connected to the internet.</p>
<p>Which hosting package that you&#8217;ll need will depend on two things:</p>
<p>1. The amount of content that you plan to have will dictate the amount of disk space needed</p>
<p>2. The amount of customers accessing your website &amp; downloading content will determine the bandwidth you need.</p>
<p>The nice thing about web hosting packages is that you can start with one then shift to a larger one as your online business grows. Network Solutions offers you assistance in choosing which package best suits your needs. We have more indepth information here on <a href="http://www.networksolutions.com/learning-center/web-hosting.jsp" target="_blank">Web Hosting</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksolutions.com/2008/choosing-a-hosting-package/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[Building Your Business Online]]></series:name>
	</item>
	</channel>
</rss>
