<?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>InsideOut Solutions &#187; Website Development Essentials</title>
	<atom:link href="http://insideout.com/website-development-essentials/feed/" rel="self" type="application/rss+xml" />
	<link>http://insideout.com</link>
	<description>Websites, Marketing and Print for Small Business</description>
	<lastBuildDate>Thu, 16 May 2013 21:43:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>What is HTML 5 and Why Do I Need It?</title>
		<link>http://insideout.com/blog/2012/09/26/what-is-html-5-and-why-do-i-need-it/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-is-html-5-and-why-do-i-need-it</link>
		<comments>http://insideout.com/blog/2012/09/26/what-is-html-5-and-why-do-i-need-it/#comments</comments>
		<pubDate>Wed, 26 Sep 2012 22:11:33 +0000</pubDate>
		<dc:creator>Kailey Lampert</dc:creator>
				<category><![CDATA[Website Development Essentials]]></category>
		<category><![CDATA[Apple Safari]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[HTML 4]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[Microsoft Internet Explorer]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Vimeo]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://insideout.com/?p=28962</guid>
		<description><![CDATA[<p>A little background on HTML 5 If you spend much time on the internet, especially around website design &#38; development communities, you&#8217;ve probably heard of HTML 5. But what is it? HTML 5 is the fifth version of Hypertext Markup Language &#8211; the language behind every website on the internet. HTML 4 as an official [...]</p><p>The post <a href="http://insideout.com/blog/2012/09/26/what-is-html-5-and-why-do-i-need-it/">What is HTML 5 and Why Do I Need It?</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-28968" title="HTML5" src="http://insideout.com/wp-content/uploads/2012/09/HTML5_Logo_256.png" alt="HTML 5" width="256" height="256" /></p>
<h2>A little background on HTML 5</h2>
<p>If you spend much time on the internet, especially around website design &amp; development communities, you&#8217;ve probably heard of HTML 5. But what is it?</p>
<p>HTML 5 is the fifth version of Hypertext Markup Language &#8211; the language behind every website on the internet. HTML 4 as an official standard was published back in May 2000, and as you may know, 12 years is a <em>very</em> long time when it comes to anything related to the internet and technology.</p>
<p>While large portions of the HTML 5 specification are supported in modern web browsers &#8211; such as Safari, Firefox, and Chrome &#8211; it is not yet &#8220;the standard&#8221; and there are still aspects of it that are under development.</p>
<h2>So what&#8217;s so special about HTML 5?</h2>
<p>Well, think of this: YouTube debuted in 2005 &#8211; that&#8217;s five years after HTML 4 came out. When HTML 4 was being developed, video on the web wasn&#8217;t on their minds. (Flashback: <a href="http://lava360.com/10-years-old-web-designs-of-famous-websites/" target="_blank">http://lava360.com/10-years-old-web-designs-of-famous-websites/</a>) The web has evolved immensely over the past 12 years, and it&#8217;s time we had a language that could support these features natively.<span id="more-28962"></span></p>
<p>What is meant by that? Let&#8217;s look at our video example:</p>
<p>Since there was no standard for putting video on the web with HTML 4, different companies came up with their own strategies, meaning that today there are a number of different ways to accomplish that goal. And none of them are terribly friendly (which is why most of the videos you&#8217;ll see are hosted on sites like YouTube and Vimeo, because doing it yourself is just no fun).</p>
<h2>&#8220;Okay,&#8221; you&#8217;re thinking, &#8220;but I don&#8217;t have any videos.&#8221;</h2>
<p>Well that was just an example. There is a fair amount of technical improvement in HTML 5 that won&#8217;t impact most people, but here are a couple that you might find interesting:</p>
<ul>
<li><strong>Form field types.</strong> Have you ever gone to enter your email address and accidentally left off the &#8216;.com&#8217; or typed in your website instead? Well, improvements to those form fields in HTML 5 will make it easier for those kinds of mistakes to be caught by the form during processing and allowing the sender to correct the error.</li>
<li><strong>Semantic markup.</strong> This probably doesn&#8217;t sound interesting, but it means that areas of your website will be more easily recognized (and possibly ranked) by search engines for what they are, such as headers, footers, asides, figures (describing an image), audio and video.</li>
</ul>
<h2>&#8220;But it&#8217;s still under development, why should I care about HTML 5?&#8221;</h2>
<p>Although the entire &#8216;spec&#8217; isn&#8217;t complete, there are pieces that are pretty well complete and unlikely to change. That means it&#8217;s safe to use these stable chunks of HTML 5. But why should you consider it? For developers out there, it means a lot leaner code, and for the end user, less code means faster loading (and faster loading means search engines will reward you)!</p>
<p>Most of these fancy new features will degrade gracefully on browsers (Looking at you, Internet Explorer.) that don&#8217;t support HTML 5, and there are techniques to give these old browsers a boost where needed.</p>
<h2>As an end-user, what&#8217;s the best way to benefit from the new features of HTML 5?</h2>
<p>Use a modern web browser that supports these new HTML 5 standards. We recommend <a href="http://google.com/chrome">Google Chrome</a> &#8211; it&#8217;s very clean, and has frequent, automatic, silent updates.  This means  you know you are running the latest and greatest version with almost zero effort. It is available for both Mac and Windows.</p>
<p><a href="http://getfirefox.com">Mozilla Firefox</a> is another extremely popular browser, and has also started supporting frequent automatic updates, making it a great choice for Mac and Windows users.</p>
<p>Apple&#8217;s Safari and Microsoft&#8217;s Internet Explorer 9 &amp; 10 both support (to varying degrees) HTML 5, but, as the bundled/default browser for Mac and Windows respectively, tend to see less frequent updates.</p>
<p>To upgrade to a new web browser, check out: <a href="http://browsehappy.com/" target="_blank">http://browsehappy.com/</a></p>
<h2>Recommended Reading on HTML 5</h2>
<p><a href="http://youtu.be/mzPxo7Y6JyA" target="_blank">http://youtu.be/mzPxo7Y6JyA</a><br />
<a href="http://tympanus.net/codrops/2011/11/24/top-10-reasons-to-use-html5-right-now/">http://tympanus.net/codrops/2011/11/24/top-10-reasons-to-use-html5-right-now/</a></p>
<p>The post <a href="http://insideout.com/blog/2012/09/26/what-is-html-5-and-why-do-i-need-it/">What is HTML 5 and Why Do I Need It?</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://insideout.com/blog/2012/09/26/what-is-html-5-and-why-do-i-need-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Website Upgrade for WordPress Websites</title>
		<link>http://insideout.com/blog/2012/05/27/mobile-website-upgrade-for-wordpress-websites-imw/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mobile-website-upgrade-for-wordpress-websites-imw</link>
		<comments>http://insideout.com/blog/2012/05/27/mobile-website-upgrade-for-wordpress-websites-imw/#comments</comments>
		<pubDate>Sun, 27 May 2012 21:00:57 +0000</pubDate>
		<dc:creator>Shawn Kerr</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Website Development Essentials]]></category>
		<category><![CDATA[inndx]]></category>
		<category><![CDATA[mobile websites]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://insideout.com/?p=13728</guid>
		<description><![CDATA[<p>Internet Marketing News: WordPress Websites Have a New Mobile Option Mobile website standards, as with everything else related to the internet, have continued to evolve at an increasing rate and InsideOut Solutions is proud to announce a new mobile website solution for our Inndx and WordPress website customers that offers greater design flexibility, content management, [...]</p><p>The post <a href="http://insideout.com/blog/2012/05/27/mobile-website-upgrade-for-wordpress-websites-imw/">Mobile Website Upgrade for WordPress Websites</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Internet Marketing News: WordPress Websites Have a New Mobile Option</h2>
<p><div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/35448539@N00/4773693893"><img style="margin-left: 5px; margin-right: 5px; border: 0pt none;" title="Mobile Devices" src="http://farm5.static.flickr.com/4143/4773693893_4ea90d9483_m.jpg" alt="Mobile Devices" width="240" height="159" border="0" hspace="5" /></a><p class="wp-caption-text">The mobile web shows no sign of slowing its growth; make sure you have a mobile website that&#39;s ready to compete!</p></div></p>
<p>Mobile website standards, as with everything else related to the internet, have continued to evolve at an increasing rate and InsideOut Solutions is proud to announce a new mobile website solution for our Inndx and WordPress website customers that offers greater design flexibility, content management, search engine optimization features.</p>
<p>This totally new version of our mobile website feature for WordPress websites is a major upgrade from the version we rolled out to our clients in May of 2011. The all-new administration interface makes management of your mobile website more efficient. The mobile site as it displays to visitors is more user-friendly with larger, easier to click links.</p>
<p>Have a look at one of our first clients to use this new mobile website service and compare the previous version with the new:</p>
<table>
<tbody>
<tr>
<td valign="top">
<p><div id="attachment_2364" class="wp-caption alignnone" style="width: 281px"><a href="http://insideout.com/wp-content/uploads/plugin-mobile3.jpg"><img class="wp-image-2364  " title="plugin-mobile3" src="http://insideout.com/wp-content/uploads/plugin-mobile3.jpg" alt="Previous WordPress Mobile Website Header" width="271" height="375" /></a><p class="wp-caption-text">Previous mobile website was good, but we recognized a need for easier thumb clicking of menu items.</p></div></td>
<td valign="top">
<p><div id="attachment_15086" class="wp-caption alignnone" style="width: 262px"><a href="http://insideout.com/wp-content/uploads/2012/05/m-9cranesinn-cropped.png"><img class="wp-image-15086 " title="m-9cranesinn-cropped" src="http://insideout.com/wp-content/uploads/2012/05/m-9cranesinn-cropped.png" alt="Mobile Website for 9 Cranes Inn" width="252" height="375" /></a><p class="wp-caption-text">The new mobile website for WordPress is &quot;thumb friendly&quot; and customizable to meet your mobile marketing needs.</p></div></td>
</tr>
</tbody>
</table>
<p>The new mobile website is packed with improved features to help clients improve their ability to effectively market their business in the mobile marketplace.<span id="more-13728"></span></p>
<p>New and upgraded features include:</p>
<h3>Multiple Layout Options</h3>
<p>The new mobile website settings include four layout themes; each customizable for a selected photo or logo.</p>
<h3>Google Mobile Search Friendly</h3>
<ul>
<li>A mobile-specific sitemap XML file allows for easy indexing of mobile content by search engines</li>
<li>Customizable title &amp; content for mobile versions of each page, so that your mobile website can be optimized specifically for mobile search</li>
</ul>
<h3>Flexible Mobile Website Page Menu</h3>
<p><div id="attachment_15099" class="wp-caption alignright" style="width: 263px"><a href="http://insideout.com/wp-content/uploads/2012/05/m-innatcapecod-page.png"><img class=" wp-image-15099   " title="m-innatcapecod-page" src="http://insideout.com/wp-content/uploads/2012/05/m-innatcapecod-page.png" alt="Mobile Website Page Editor" width="253" height="156" /></a><p class="wp-caption-text">Easily add a page and customize the content for mobile website pages.</p></div></p>
<p>Previously, our mobile websites were limited to 3 pages as tabs on a horizontal main menu and the rest in a &#8220;click to reveal&#8221; drop-down tab. The new mobile feature allows you to add as many of your pages to the mobile website&#8217;s new vertical page menu as you like via the Pages administration. You can also customize the menu item title to keep them shorter for mobile users.</p>
<h3>Improved Mobile Website Special Feature</h3>
<p>The &#8220;mobile-only&#8221; special editor now allows for text formatting, including use of headers, bold, italic, links, etc. just like the pages of your website.</p>
<p><div id="attachment_15092" class="wp-caption alignleft" style="width: 610px"><a href="http://insideout.com/wp-content/uploads/2012/05/m-innatcapecod-special.png"><img class=" wp-image-15092" title="m-innatcapecod-special" src="http://insideout.com/wp-content/uploads/2012/05/m-innatcapecod-special.png" alt="Website Administration - Mobile Special Editor" width="600" height="204" /></a><p class="wp-caption-text">Easily edit and apply text formatting, links, etc. to a special that will only display to mobile device users.</p></div></p>
<h3>Full Site Option</h3>
<p><div id="attachment_15103" class="wp-caption alignright" style="width: 292px"><a href="http://insideout.com/wp-content/uploads/2012/05/m-innatcapecod-cropped.png"><img class="size-full wp-image-15103" title="m-innatcapecod-cropped" src="http://insideout.com/wp-content/uploads/2012/05/m-innatcapecod-cropped.png" alt="Inn at Cape Cod Mobile Websites" width="282" height="422" /></a><p class="wp-caption-text">Let InsideOut Solutions provide your Inndx or hosted WordPress website with an effective mobile solution!</p></div></p>
<p>The mobile device user has the option view the full version of the website and easily return to mobile version.</p>
<h3>The Best Mobile Website Features Have Been Retained</h3>
<p>The great features of the earlier version our mobile website service remain, including:</p>
<ul>
<li>Automatic display of mobile website on mobile devices</li>
<li>Google Analytics tracking</li>
<li>Automatic click-to-call feature on your phone numbers</li>
<li>Prominent check availability links</li>
<li>Google map link for easy access to directions</li>
<li>Link to Facebook Business Page</li>
<li><em>and much more</em></li>
</ul>
<h3>See the Advantage of Our Mobile Website Solution for Yourself</h3>
<p>Use a smartphone, tablet computer or other internet-enabled mobile device to view our growing number of clients making the upgrade, including:</p>
<ul>
<li>lookoutpointinn.com</li>
<li>innatcedarfalls.com</li>
<li>englishmeadowsinn.com</li>
</ul>
<h3>Going Mobile with Your Website Is Affordable</h3>
<p>Price for an entirely new mobile website is $400 for individual businesses and $625 for association/organization websites built in WordPress. Upgrading from the previous version is priced at $160.  These prices include a free instructional video for editing your mobile website after it launches.</p>
<h3>Get on the <em>Internet Marketing</em> Feed</h3>
<p><a title="Internet Marketing" href="http://insideout.com/blog/category/internet-marketing/feed/">Subscribe to the <em>Internet Marketing</em> feed from InsideOut Solutions.</a></p>
<p>The post <a href="http://insideout.com/blog/2012/05/27/mobile-website-upgrade-for-wordpress-websites-imw/">Mobile Website Upgrade for WordPress Websites</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://insideout.com/blog/2012/05/27/mobile-website-upgrade-for-wordpress-websites-imw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check the age of your website</title>
		<link>http://insideout.com/blog/2011/09/20/how-to-check-the-age-of-your-website/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-check-the-age-of-your-website</link>
		<comments>http://insideout.com/blog/2011/09/20/how-to-check-the-age-of-your-website/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 23:30:32 +0000</pubDate>
		<dc:creator>Jack Waknitz</dc:creator>
				<category><![CDATA[Website Development Essentials]]></category>

		<guid isPermaLink="false">http://www.insideout.com/blog/?p=3024</guid>
		<description><![CDATA[<p>So you got a slick new website three years ago and want to know how it has aged.  Does it keep up with your competitors who just got a brand new site?  There are a few places you can check the status of the technology on your site. The first would be the WC3 validator.  [...]</p><p>The post <a href="http://insideout.com/blog/2011/09/20/how-to-check-the-age-of-your-website/">How to check the age of your website</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>So you got a slick new website three years ago and want to know how it has aged.  Does it keep up with your competitors who just got a brand new site?  There are a few places you can check the status of the technology on your site.</p>
<p>The first would be the WC3 validator.  The WC3 is the global standard setter for the internet.  All standards that web browsers such as Firefox, Internet Explorer, and Chrome follow are set by the WC3.  WC3 stands for World Wide Web Consortium.  The validator can be found here:  <a href="http://validator.w3.org/">http://validator.w3.org/</a>  Just put your web address in there.  While the results will mostly only be useful for web developers and designers, it is still a great place to start.  Errors in red are bad.  Warnings in yellow are not great, but shouldn&#8217;t be too big a deal.</p>
<p><a href="http://insideout.com/wp-content/uploads/w3c-fail.png"><img class="alignnone size-full wp-image-3030" title="w3c-fail" src="/wp-content/uploads/w3c-fail.png" alt="" width="429" height="77" /></a></p>
<p>If you have more than a handful of errors, you will see a reduction in load times and possibly Google Pagerank as well.  While errors you have today may not have been considered errors three years ago, they are not anymore and should be fixed to improve your site performance.  Contact your web developer and show them your results.</p>
<p><a href="http://insideout.com/wp-content/uploads/w3c-pass.png"><img class="alignnone size-full wp-image-3031" title="w3c-pass" src="/wp-content/uploads/w3c-pass.png" alt="" width="798" height="110" /></a></p>
<p>Another great way to test your site is to see how fast it loads.  The tool found here: <a href="http://loads.in/">http://loads.in/</a> lets you put in your website URL and see how long it takes to load.  Page load times affect bounce rates and conversion rates as well as your Google Pagerank.  Google wants to reward you for having a site that loads quickly.  Things like large images and large slideshow Flash files can negatively affect your page loads.  This tool is great because it shows you how a site will look while it loads at certain intervals.  You can also change what country and web browser you want to have the site load time checked in.  A load time under 4 seconds is great.  Under 8 and you are doing okay.  Above that and you should look into the reasons why.</p>
<p>These are two great tools to gauge the relative age of your site and see what you could improve on from a technical perspective.  Neither of these tools care about what your site &#8220;looks&#8221; like, just speed and coding method.  With the new HTML5 and CSS3 becoming more widespread, now is the time to update the functionality of your site to meet the current standards.</p>
<p>The post <a href="http://insideout.com/blog/2011/09/20/how-to-check-the-age-of-your-website/">How to check the age of your website</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://insideout.com/blog/2011/09/20/how-to-check-the-age-of-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Website Services from InsideOut Solutions</title>
		<link>http://insideout.com/blog/2011/05/20/mobile-website-services-from-insideout-solutions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mobile-website-services-from-insideout-solutions</link>
		<comments>http://insideout.com/blog/2011/05/20/mobile-website-services-from-insideout-solutions/#comments</comments>
		<pubDate>Fri, 20 May 2011 18:39:03 +0000</pubDate>
		<dc:creator>Shawn Kerr</dc:creator>
				<category><![CDATA[Website Development Essentials]]></category>
		<category><![CDATA[mobile sites]]></category>
		<category><![CDATA[mobile web]]></category>
		<category><![CDATA[mobile website]]></category>
		<category><![CDATA[mobile website design]]></category>
		<category><![CDATA[mobile website development]]></category>
		<category><![CDATA[mobile websites]]></category>

		<guid isPermaLink="false">http://www.insideout.com/blog/?p=2305</guid>
		<description><![CDATA[<p>We are pleased to announce that InsideOut Solutions now offers website services for mobile devices. All websites we design currently display correctly on smartphones, personal digital assistants (PDA) and other web-enabled mobile devices. InsideOut is now providing mobile-specific website services to customize the display of your website on those devices. Use of mobile devices for [...]</p><p>The post <a href="http://insideout.com/blog/2011/05/20/mobile-website-services-from-insideout-solutions/">Mobile Website Services from InsideOut Solutions</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/35448539@N00/4773693893"><img class="alignleft" style="margin-left: 5px; margin-right: 5px; border: 0pt none;" title="my iPhone family pile" src="http://farm5.static.flickr.com/4143/4773693893_4ea90d9483_m.jpg" alt="Mobile Devices" width="240" height="159" border="0" hspace="5" /></a>We are pleased to announce that InsideOut Solutions now offers website services for mobile devices.</p>
<p>All websites we design currently display correctly on smartphones, personal digital assistants (PDA) and other web-enabled mobile devices. InsideOut is now providing mobile-specific website services to customize the display of your website on those devices.</p>
<p>Use of mobile devices for web browsing has continued to rise through 2010 into 2011:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2333" style="border: 0pt none;" title="StatCounter-mobile_vs_desktop-ww-monthly-201004-201104" src="/wp-content/uploads/StatCounter-mobile_vs_desktop-ww-monthly-201004-201104.jpg" alt="Stat Counter Globa Stats - Mobile vs. Desktop from April 2010 to April 2011" width="854" height="500" /></p>
<p>Source: <a href="http://gs.statcounter.com/#mobile_vs_desktop-ww-monthly-201004-201104">StatCounter Global Stats &#8211; Mobile vs. Desktop Market Share</a></p>
<p>With more and more web users accessing websites via their mobile devices, mobile websites are quickly growing out of their niche marketplace and into the mainstream. InsideOut Solutions recognizes this and now offers a couple of powerful mobile website options to our clients.</p>
<p><span id="more-2305"></span></p>
<p><a href="http://insideout.com/wp-content/uploads/plugin-mobile3.jpg"><img class="size-full wp-image-2308 alignright" style="border: 0pt none;" title="wordpress-mobile-plugin1" src="/wp-content/uploads/plugin-mobile3.jpg" alt="WordPress Mobile Website Header" width="192" height="265" /></a><strong>WordPress Mobile Website Plugin</strong></p>
<p>If we host your WordPress-based website on <a title="Inndx.com" href="http://inndx.com">Inndx.com</a>, we can add a custom mobile plugin that will automatically display a version of your website that has been optimized for viewing on mobile devices when accessed by a web-enabled smartphone, PDA, etc.</p>
<p>The <em><strong>WordPress Mobile Website Header</strong></em> displays:</p>
<ul>
<li>Check availability link</li>
<li>Phone number (automatically a &#8220;click to call&#8221; link on most mobile web browsers)</li>
<li>Logo</li>
<li>Custom navigation items</li>
<li>Home page headline &amp; top image</li>
</ul>
<p>Page content is displayed directly below the top image.</p>
<p><a href="http://insideout.com/wp-content/uploads/plugin-mobile4.jpg"><img class="alignright size-full wp-image-2309" style="border: 0pt none;" title="wordpress-mobile-plugin2" src="/wp-content/uploads/plugin-mobile4.jpg" alt="WordPress Mobile Plugin Footer" width="192" height="265" /></a>The <em><strong>WordPress Mobile Website Footer</strong></em> displays:</p>
<ul>
<li>Business name</li>
<li>Address</li>
<li>Phone number (automatically a &#8220;click to call&#8221; link on most mobile web browsers)</li>
<li>Email as a link</li>
<li>Your social media links (Facebook, Twitter, etc.)</li>
<li>Link to your location on Google Maps</li>
</ul>
<p>All pages of your website listed in the navigation display in the same custom mobile layout.  The website resides at a mobile-dedicated &#8220;m dot&#8221; subdomain (e.g. http://m.9cranesinn.com) which is quickly becoming the standard set up for mobile websites (and precludes the need for you to register a .mobi domain solely for mobile website display).</p>
<p>Note: we are in the process of completing a similar option for WordPress websites we host that are not part of Inndx.</p>
<p><strong><a href="http://insideout.com/wp-content/uploads/standalone-mobile1.jpg"><img class="alignright size-full wp-image-2306" style="border: 0pt none;" title="standalone-mobile1" src="/wp-content/uploads/standalone-mobile1.jpg" alt="Mobile Website Header" width="192" height="265" /></a>Mobile Website Services for Non-WordPress Sites</strong></p>
<p>If you haven&#8217;t migrated your website to the WordPress platform, InsideOut Solutions has developed a standalone system for our hosting clients that will automatically display a version of your website that has been optimized for viewing on mobile devices.</p>
<p>The <em><strong>Mobile Website Header</strong></em> displays:</p>
<ul>
<li>Business name</li>
<li>Phone number (automatically a &#8220;click to call&#8221; link on most mobile web browsers)</li>
<li>Email address as a link</li>
<li>Link to your location on Google Maps</li>
</ul>
<p>Page content is displayed directly below the top image.</p>
<p><a href="http://insideout.com/wp-content/uploads/standalone-mobile3.jpg"><img class="alignright size-full wp-image-2327" style="border: 0pt none;" title="standalone-mobile3" src="/wp-content/uploads/standalone-mobile3.jpg" alt="Mobile Website Footer" width="192" height="265" /></a>The <em><strong>Mobile Website Footer</strong></em> displays a link to the full, non-mobile version of your website.</p>
<p>The <strong><em>Mobile Website<strong> Administrative Area </strong></em></strong>allows you to control:</p>
<ul>
<li>Background color</li>
<li>Text color</li>
<li>Accent/link color</li>
<li>Heading font</li>
<li>Body font</li>
<li>Site title (name that appears on the headline)</li>
</ul>
<p>The Intro Paragraph entry allows you to write up page content using formatted text that allows:</p>
<ul>
<li><a href="http://insideout.com/wp-content/uploads/standalone-mobile2.jpg"><img class="alignright size-full wp-image-2307" style="border: 0pt none;" title="standalone-mobile2" src="/wp-content/uploads/standalone-mobile2.jpg" alt="" width="242" height="330" /></a>Text formatting (bold, italic, etc.)</li>
<li>Paragraph formatting (left, center, right or justified)</li>
<li>Bullet point or numbered lists</li>
<li>Links</li>
<li>Headers</li>
<li>and more</li>
</ul>
<p>You may enter any amount of text you want.  Include a prominent link to your availability calendar to encourage online booking.</p>
<p>These tools will help you create an attractive, visitor-friendly mobile website page for users of those devices.</p>
<p>InsideOut Solutions offers either mobile website upgrade for a one-time set up fee of $400 (the introductory price of $200 ended July 15, 2011).  There is NO additional hosting fee for your website; it is a value added service of your annual website hosting.  Simply give us a call at 1-800-500-8401, send us an <a href="mailto:sales@insideout.com">email</a>, or submit a <a href="http://www.insideout.com/contact.php">contact form</a> for more information about how we can help your business present its best face to the mobile web marketplace.</p>
<p>The post <a href="http://insideout.com/blog/2011/05/20/mobile-website-services-from-insideout-solutions/">Mobile Website Services from InsideOut Solutions</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://insideout.com/blog/2011/05/20/mobile-website-services-from-insideout-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Your Site Up-to-Date with the Latest Web Technologies and Standards?</title>
		<link>http://insideout.com/blog/2011/05/06/is-your-site-up-to-date-with-the-latest-web-technologies-and-standards/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=is-your-site-up-to-date-with-the-latest-web-technologies-and-standards</link>
		<comments>http://insideout.com/blog/2011/05/06/is-your-site-up-to-date-with-the-latest-web-technologies-and-standards/#comments</comments>
		<pubDate>Sat, 07 May 2011 00:01:13 +0000</pubDate>
		<dc:creator>Kailey Lampert</dc:creator>
				<category><![CDATA[Website Development Essentials]]></category>

		<guid isPermaLink="false">http://www.insideout.com/blog/?p=2225</guid>
		<description><![CDATA[<p>The web is growing fast, and new tools and techniques are being used all the time. When it comes to what&#8217;s online, it only takes a few years for what was once new, to become outdated. So how can you tell if your website needs a checkup? How wide is your site? The average screen [...]</p><p>The post <a href="http://insideout.com/blog/2011/05/06/is-your-site-up-to-date-with-the-latest-web-technologies-and-standards/">Is Your Site Up-to-Date with the Latest Web Technologies and Standards?</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>The web is growing fast, and new tools and techniques are being used all the time. When it comes to what&#8217;s online, it only takes a few years for what was once new, to become outdated. So how can you tell if your website needs a checkup?</p>
<p><div id="attachment_2228" class="wp-caption alignright" style="width: 268px"><img class="size-full wp-image-2228 " title="site-width" src="http://www.insideout.com/wp-content/uploads/site-width.png" alt="" width="258" height="194" /><p class="wp-caption-text">Sites that take advantage of today&#39;s smallest average screen size have space to show off larger photos</p></div></p>
<h3>How wide is your site?</h3>
<p>The average screen size today is larger than it was five years ago. This means that if your site was built in 2006, there&#8217;s probably some unused screen real estate you could take advantage of now.<br />
If your site can be widened, this means that there could be room for larger photos. Plus, you might be able to sport a nice multi-column layout that&#8217;s not too cramped; these sidebars can be a great place to post positive reviews or quotes, as well as call-to-action buttons.</p>
<h3>Does your site have a &#8220;table-based&#8221; layout?</h3>
<p>Once upon a time, it was common practice to build a site using a &#8220;table-based&#8221; structure.  This was a great way to control the layout of your site &#8211; you could control columns as you would in a spreadsheet. However, this is not the way modern sites should work. Why? Those sorts of layouts are much more difficult to maintain over time since a lot more code goes into building the layout.  More code means longer page load times &#8211; something that search engines now take into consideration when ranking a website. Lastly, it&#8217;s not correct syntactically, meaning that tables should be used for &#8220;tabular data&#8221; like comparison charts, or the sort of information you might put into a spreadsheet.</p>
<h3>Are your main links image-based or text-based?</h3>
<p>Did you know that there are only a handful of internet or &#8220;web-friendly&#8221; fonts? With current technology, we can expand that number, but in the past, the only way to use a non-standard font was to save your text as an image. This might seem pretty harmless because humans can still read it even though it&#8217;s an image of text. But here&#8217;s the problem: search engines aren&#8217;t human. Granted, search engines seem to be getting smarter all the time, but there&#8217;s still a limit to what they can &#8220;read&#8221;. If your text, and especially important links, were created as images the search engines can&#8217;t &#8220;read&#8221; what your pages or links are about, which may reduce the link&#8217;s relevance and ranking.</p>
<p><div id="attachment_2229" class="wp-caption alignright" style="width: 276px"><a href="http://www.insideout.com/wp-content/uploads/flash-site-preview.png"><img class="size-full wp-image-2229   " title="flash-site-preview" src="http://www.insideout.com/wp-content/uploads/flash-site-preview.png" alt="" width="266" height="164" /></a><p class="wp-caption-text">Sites that depend on Flash may not render correctly in some places</p></div></p>
<h3>Does your site depend on Flash?</h3>
<p>There&#8217;s no denying that Flash animation, when done well, is very eye-catching. But there are some things to consider, for example, Google&#8217;s relatively new site preview ability (that magnifying glass next to some of your search results). Google will attempt to get a snapshot of your site so visitors can quickly tell if this is what they&#8217;re looking for. But it can&#8217;t (at least not yet) capture Flash. Instead, it&#8217;ll replace what should be Flash with a gray block and a puzzle piece. Secondly, the ever-present iDevices (iPhone, iPad, iPod Touch) do not support Flash. Fortunately, many effects that were once only possible with Flash can now be mimicked using other methods like JavaScript. For example, simple features, such as a header slideshow or photo galleries, are implemented easily in JavaScript. These two websites use JavaScript to make their slideshow run: <a href="http://innatcedarfalls.com/">Inn and Spa at Cedar Falls</a> and the <a href="http://www.obbg.org/">Oregon Bed and Breakfast Guild</a></p>
<h3>How can you tell where your site stands?</h3>
<p>If you&#8217;re not sure how your site measures up to the modern standard, and if you&#8217;re interested in finding out, contact InsideOut Solutions at <a href="mailto:info@insideout.com">info@insideout.com</a> to request a free report. In a week or less, we&#8217;ll review your site and let you know how it stands, and what steps you can take to bring it up to date. Please write &#8220;Website Standards Review&#8221; in the subject line of your email request.</p>
<p>The post <a href="http://insideout.com/blog/2011/05/06/is-your-site-up-to-date-with-the-latest-web-technologies-and-standards/">Is Your Site Up-to-Date with the Latest Web Technologies and Standards?</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://insideout.com/blog/2011/05/06/is-your-site-up-to-date-with-the-latest-web-technologies-and-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Redesign: Seven Essential Pieces</title>
		<link>http://insideout.com/blog/2011/04/05/website-redesign-seven-essential-pieces/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=website-redesign-seven-essential-pieces</link>
		<comments>http://insideout.com/blog/2011/04/05/website-redesign-seven-essential-pieces/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 20:26:13 +0000</pubDate>
		<dc:creator>Laura Alisanne</dc:creator>
				<category><![CDATA[Website Development Essentials]]></category>
		<category><![CDATA[website redesign]]></category>

		<guid isPermaLink="false">http://www.insideout.com/blog/?p=1908</guid>
		<description><![CDATA[<p>Your website, built five years ago by a professional (or someone’s cousin for free), is showing its age. You’re embarrassed to send clients there. It has out-of-date information. And nobody can find it on Google. Perhaps you feel your website is fine because, hey, you fill your guestrooms each season, but you notice that your [...]</p><p>The post <a href="http://insideout.com/blog/2011/04/05/website-redesign-seven-essential-pieces/">Website Redesign: Seven Essential Pieces</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.insideout.com/wp-content/uploads/Website_Redesign.png"><img class="alignleft size-full wp-image-1917" title="Redesigning and Updating Your Website" src="http://www.insideout.com/wp-content/uploads/Website_Redesign.png" alt="Redesigning Your Website" width="375" height="669" /></a>Your website, built five years ago by a professional (or someone’s cousin for free), is showing its age. You’re embarrassed to send clients there. It has out-of-date information. And nobody can find it on Google. Perhaps you feel your website is fine because, hey, you fill your guestrooms each season, but you notice that your Google Analytics bounce rate has gone up or your visits to the site have gone down.</p>
<p>Remember that while your aging website has been doing its job, your competition has been working diligently on their marketing efforts, many of whom have beautiful new, high functioning websites.</p>
<p>We&#8217;re just going to go ahead and rip the band-aid off and say it:<br />
It’s time to update your website.</p>
<p>Planning a <a title="InsideOut Solutions Web Design" href="http://www.insideout.com/webdesign.php">new website design</a> for your inn can seem daunting. There isn’t a one-size-fits-all solution, but there are a few basic functions and content areas you should include to make it an effective marketing tool.</p>
<p><span id="more-1908"></span></p>
<h3>1. Contact information on every single page</h3>
<p>This seems simple, but small businesses miss this. Include the phone number you want people to call for inquiries. Preferably at the top of each page. Include a clickable “email us!” button that either opens an email client or links to your contact form.</p>
<h3>2. A Blog</h3>
<p>All social media marketing and other online marketing requires quality content. So if you’re considering any online marketing effort, you should start with a blog. To get maximum SEO benefit, your blog should be listed under your domain (something like www.yourinn/blog) instead of off-site through a service like Blogger.com. A blog can help your business in so many ways that this will require a separate blog post on the subject.</p>
<p>Some of the main benefits include:</p>
<ul>
<li>Search engine optimization (SEO)</li>
<li>A communications channel for your business that produces content shareable on social sites like Facebook and Twitter.</li>
<li>A great way to establish your business as a resource in your area and a way to connect with your guest (past, present and future).</li>
</ul>
<h3>3. An SEO strategy that targets your inn and its ancillary services</h3>
<p>The people who know name of your inn can find your website. So optimizing your site so that people can find you through Google when they search “your inn’s name” isn’t the most critical piece. Of course you should include your company name on your website and in the metadata, but the fact is that your inn’s name is going to be on your website multiple times, and therefor your inn probably can’t help but be found on Google. Instead, focus on terms that people who may not know your business are searching for.</p>
<h3>4. Geographic information in your SEO efforts</h3>
<p>Most businesses with brick-and-mortar locations rely on customers within a certain geographic area. Fortunately, when most people search for a product or service, they include a location. For instance, if you need a plumber, you might search “plumbers in Seattle” This is why you should use your location in page titles and other metadata as well as in the text that appears on your website.</p>
<h3>5. Photos &amp; video of your inn, your offerings, yourself and your staff</h3>
<p>Customers like pictures. And they like to see that you know what you’re doing. Give them top quality photos to look at. We recommend working with a professional photographer experienced in location based photography.</p>
<h3>6. A newsletter sign-up</h3>
<p>Give people a way to stay in touch with your inn such as a newsletter sign-up. This will let you share information about your inn through email marketing. Yes, you can certainly send out a newsletter by email each month, but you can also use this list to share information you think your guests and prospects will find valuable whenever you have it. If you have a blog or news page, an RSS feed subscription button is another good idea. This will let you stay in touch with your clients each time you add a blog post.</p>
<h3>7. Social media accounts</h3>
<p>If you’re active in social media, with Facebook, Twitter LinkedIn, etc., include a page, a section on the Contact page, or in the footer of your website where you list which accounts you have with links to each them.</p>
<p>The post <a href="http://insideout.com/blog/2011/04/05/website-redesign-seven-essential-pieces/">Website Redesign: Seven Essential Pieces</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://insideout.com/blog/2011/04/05/website-redesign-seven-essential-pieces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Website Design for Westby House Inn and Restaurant</title>
		<link>http://insideout.com/blog/2011/03/29/new-website-design-for-westby-house-inn-and-restaurant/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-website-design-for-westby-house-inn-and-restaurant</link>
		<comments>http://insideout.com/blog/2011/03/29/new-website-design-for-westby-house-inn-and-restaurant/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 23:34:36 +0000</pubDate>
		<dc:creator>insideout</dc:creator>
				<category><![CDATA[Website Development Essentials]]></category>
		<category><![CDATA[westbly house wordpress website]]></category>
		<category><![CDATA[westby house CMS]]></category>
		<category><![CDATA[westby house new website design]]></category>
		<category><![CDATA[westby house wordpress blog]]></category>

		<guid isPermaLink="false">http://www.insideout.com/blog/?p=1855</guid>
		<description><![CDATA[<p>Recently launched is a new website design for innkeepers Mike and Marie Cimino, of Westby House Inn and Restaurant in Westby, Wisconsin. We designed a website for them in 2007, built in static html and css, and using InsideOut&#8217;s Web Tools, including Easy Edit, Photo Gallery, Gift Certificates, and Specials Editor tools. These tools allowed [...]</p><p>The post <a href="http://insideout.com/blog/2011/03/29/new-website-design-for-westby-house-inn-and-restaurant/">New Website Design for Westby House Inn and Restaurant</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><div id="attachment_1856" class="wp-caption alignright" style="width: 310px"><a href="http://www.insideout.com/wp-content/uploads/westbyhouse2011.jpg"><img class="size-full wp-image-1856" title="westbyhouse2011" src="http://www.insideout.com/wp-content/uploads/westbyhouse2011.jpg" alt="" width="300" /></a><p class="wp-caption-text">Westby House Inn and Restaurant</p></div></p>
<p>Recently launched is a new website design for innkeepers Mike and Marie Cimino, of <a title="Westby House Bed and Breakfast Inn" href="http://westbyhouse.com" target="_blank">Westby House Inn and Restaurant</a> in Westby, Wisconsin. We designed a website for them in 2007, built in static html and css, and using InsideOut&#8217;s Web Tools, including Easy Edit, Photo Gallery, Gift Certificates, and Specials Editor tools. These tools allowed innkeepers to edit the content of their website, upload and manage photos in their photo gallery, add and manage their specials page, and collect and manage gift certificate requests.<br />
A few years later, InsideOut&#8217;s tools were still doing the job they&#8217;d been cut out to do but in the meantime, WordPress had risen to high potential and created new standards of website management. When Marie came to us wanting more flexibility to add photos and pages to her website, we designed and built a WordPress site for her, giving her all the flexibility of her old site, plus the ability to add photos and new pages throughout the site, herself.</p>
<p>The post <a href="http://insideout.com/blog/2011/03/29/new-website-design-for-westby-house-inn-and-restaurant/">New Website Design for Westby House Inn and Restaurant</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://insideout.com/blog/2011/03/29/new-website-design-for-westby-house-inn-and-restaurant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check out the new Grays Harbor Washington Tourism Website!</title>
		<link>http://insideout.com/blog/2011/03/17/check-out-the-new-grays-harbor-washington-tourism-website/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=check-out-the-new-grays-harbor-washington-tourism-website</link>
		<comments>http://insideout.com/blog/2011/03/17/check-out-the-new-grays-harbor-washington-tourism-website/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 22:10:11 +0000</pubDate>
		<dc:creator>insideout</dc:creator>
				<category><![CDATA[Website Development Essentials]]></category>

		<guid isPermaLink="false">http://www.insideout.com/blog/?p=1828</guid>
		<description><![CDATA[<p>InsideOut Solutions is pleased to announce the launch of another website, Grays Harbor Washington has a new tourism website and blog. This new site helps to showcase the variety of attractions in and around Grays Harbor county. There are very few places in the world where you can stick your toe in the Pacific Ocean [...]</p><p>The post <a href="http://insideout.com/blog/2011/03/17/check-out-the-new-grays-harbor-washington-tourism-website/">Check out the new Grays Harbor Washington Tourism Website!</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><div id="attachment_1784" class="wp-caption alignleft" style="width: 410px"><a href="http://visitgraysharbor.com/"><img class="size-large wp-image-1784   " title="Unforgettable Grays Harbor Washington" src="http://www.insideout.com/wp-content/uploads/graysharborblogimg.jpg" alt="New Website for Grays Harbor Tourism" width="400" height="417" /></a><p class="wp-caption-text">See the new Grays Harbor Tourism Website</p></div><br />
InsideOut Solutions is pleased to announce the launch of another website, Grays Harbor Washington has a new tourism website and blog. This new site helps to showcase the variety of attractions in and around Grays Harbor county. There are very few places in the world where you can stick your toe in the Pacific Ocean one hour, and the next hour, be in the lush rain forest. We at InsideOut Solutions enjoy working to bring the best of what a place has to offer to the community by combining beauty, form and function. Our talented team consists of top notch designers, coders and idea driven individuals, creating fabulous websites is what we love to do!  The new Grays Harbor tourism website was designed around WordPress, we of-course make the fully functional customized design and then built it around WordPress which enables the user to make quick additions to their new site. <strong>With WordPress,</strong> the user will be able to manage their website with a single login and make blog posts, add photos, text, pages and much more&#8230;all with an easy to use interface. If you are interested in a new website in which you can utilize the power of WordPress for your CMS give us a call, our friendly staff can help you explore your options.   <a href="http://www.insideout.com/contact.php"><strong> Contact Us:</strong> </a></p>
<p>The post <a href="http://insideout.com/blog/2011/03/17/check-out-the-new-grays-harbor-washington-tourism-website/">Check out the new Grays Harbor Washington Tourism Website!</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://insideout.com/blog/2011/03/17/check-out-the-new-grays-harbor-washington-tourism-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Website and Blog for Hoyt House Bed and Breakfast Inn on Amelia Island</title>
		<link>http://insideout.com/blog/2010/10/08/new-website-and-blog-for-hoyt-house-bed-and-breakfast-inn-on-amelia-island/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-website-and-blog-for-hoyt-house-bed-and-breakfast-inn-on-amelia-island</link>
		<comments>http://insideout.com/blog/2010/10/08/new-website-and-blog-for-hoyt-house-bed-and-breakfast-inn-on-amelia-island/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 18:09:17 +0000</pubDate>
		<dc:creator>Shawn Kerr</dc:creator>
				<category><![CDATA[Website Development Essentials]]></category>
		<category><![CDATA[Bed and Breakfast Web sites]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[New Web Site]]></category>
		<category><![CDATA[New Website Design]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.insideout.com/blog/?p=1687</guid>
		<description><![CDATA[<p>InsideOut Solutions is pleased to announce the launch of a new website and blog for Hoyt House, an Amelia Island bed and breakfast inn in Fernandina Beach, Florida. This beautiful new website was designed and developed by InsideOut Solutions in WordPress and features the photography of Christian Gianelli. With the new WordPress platform, Hoyt House [...]</p><p>The post <a href="http://insideout.com/blog/2010/10/08/new-website-and-blog-for-hoyt-house-bed-and-breakfast-inn-on-amelia-island/">New Website and Blog for Hoyt House Bed and Breakfast Inn on Amelia Island</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><div id="attachment_1688" class="wp-caption alignright" style="width: 259px"><a title="Hoyt House, an Amelia Island bed and breakfast" href="http://hoythouse.com"><img class="size-medium wp-image-1688 " style="border: 0pt none;" title="hoythouse-new-website" src="http://www.insideout.com/wp-content/uploads/hoythouse-new-website-249x300.jpg" alt="Hoyt House, an Amelia Island Bed and Breakfast" width="249" height="300" /></a><p class="wp-caption-text">Click to view the new website</p></div></p>
<p>InsideOut Solutions is pleased to announce the launch of a new website and blog for <a title="Hoyt House, an Amelia Island bed and breakfast" href="http://hoythouse.com">Hoyt House, an Amelia Island bed and breakfast inn</a> in Fernandina Beach, Florida.</p>
<p>This beautiful new website was designed and developed by InsideOut Solutions in WordPress and features the photography of <a href="http://www.christiangiannelli.com">Christian Gianelli</a>.</p>
<p>With the new WordPress platform, Hoyt House hosts Deborah and Myrta will be able to:</p>
<ul>
<li>Manage their entire website with a single login.</li>
<li>Find everything easily with the very friendly WordPress user interface.</li>
<li>Make quality blog posts with the #1 blogging platform on the web.</li>
<li>Easily add, modify and delete website pages, page copy, blog posts, images and photos galleries &amp; albums.</li>
<li>Enjoy easy Search Engine Optimization control.</li>
<li>Access InsideOut&#8217;s stock images and custom WordPress photos, recipes &amp; specials plug-ins.</li>
</ul>
<p>InsideOut Solutions is migrating many of our clients to the WordPress platform so that they may take advantage of the ease and flexibility of control it offers.  Please <a title="contact InsideOut Solutions" href="http://www.insideout.com/contact.php">contact us</a> if you&#8217;re interested in having your website upgraded to WordPress!</p>
<p>The post <a href="http://insideout.com/blog/2010/10/08/new-website-and-blog-for-hoyt-house-bed-and-breakfast-inn-on-amelia-island/">New Website and Blog for Hoyt House Bed and Breakfast Inn on Amelia Island</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://insideout.com/blog/2010/10/08/new-website-and-blog-for-hoyt-house-bed-and-breakfast-inn-on-amelia-island/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tourism Website for the Driftless Area of Wisconsin</title>
		<link>http://insideout.com/blog/2010/06/10/tourism-website-for-the-driftless-area-of-wisconsin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tourism-website-for-the-driftless-area-of-wisconsin</link>
		<comments>http://insideout.com/blog/2010/06/10/tourism-website-for-the-driftless-area-of-wisconsin/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 22:49:09 +0000</pubDate>
		<dc:creator>insideout</dc:creator>
				<category><![CDATA[Website Development Essentials]]></category>
		<category><![CDATA[business directory]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Driftless]]></category>
		<category><![CDATA[tourism]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Wisconsin]]></category>

		<guid isPermaLink="false">http://www.insideout.com/blog/?p=1577</guid>
		<description><![CDATA[<p>We want to share the new website for Driftless Wisconsin tourism and travel information. This area, covering several counties in southwest Wisconsin, is named for it&#8217;s terrain left untouched by continental glaciers. The term “drift” refers to the rock, clay, and silt material that left behind by continental glaciers. Driftless is known for it&#8217;s peculiar [...]</p><p>The post <a href="http://insideout.com/blog/2010/06/10/tourism-website-for-the-driftless-area-of-wisconsin/">Tourism Website for the Driftless Area of Wisconsin</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.driftlesswisconsin.com" target="_blank"><img class="size-full wp-image-1579 alignright" title="The New Driftlesswisconsin.com website" alt="The New Driftlesswisconsin.com website" src="http://www.insideout.com/wp-content/uploads/Welcome-Guide-to-Wisconsins-Driftless-Region-20100610.jpg" width="448" height="332" border="0" /></a>We want to share the new website for <a href="http://www.driftlesswisconsin.com">Driftless Wisconsin tourism</a> and travel information. This area, covering several counties in southwest Wisconsin, is named for it&#8217;s terrain left <strong>untouched</strong> by continental glaciers. The term “drift” refers to the rock, clay, and silt material that left behind by continental glaciers. Driftless is known for it&#8217;s peculiar landscapes, including deep river valleys, caves and cave systems, underground streams, and cold springs. Cold streams with cold springs as it sources are noted as superb trout habitat.<span id="more-1577"></span></p>
<p>The team behind the Driftless website and tourism is a collaboration of folks representing Kickapoo Valley, Crawford county and Vernon county; Pete Knapik from the Inn at Lonesome Hollow in Soldiers Grove, Marie Cimino from the Westby House Bed and Breakfast in Westby, Eric Frydenlund from the Crawford County Tourism Council, and David Boyer from the Kickapoo Valley Association. Pete and Marie had enjoyed their experiences with the <a href="http://www.wbba.org">Wisconsin bed and breakfast</a> association site we designed, and asked if we couldn&#8217;t make something similar for their unique and beautiful area of the state.</p>
<p>The site contains an abundance of information about the area. Users can read about the unique geography and the history of Driftless Wisconsin.  Explore the farmlands and vineyards as well as quaint, friendly towns and Amish communities. There are numerous attractions and things to do in the area: find the best places to go fishing, hiking, or camping. See the historical sights and landmarks, take a tour of the Amish and farming communities, or check out the Suggested Itineraries to plan a day trip.</p>
<p>Browse the Business Directory to find various businesses, places to shop, find lodging, restaurants, and services offered. Take a look at the Events Calendar to see what&#8217;s happening in Driftless during your stay, or to get an idea for the ideal time to visit. And be sure to revisit the <a href="http://www.driftlesswisconsin.com/learn-more/blog/">blog</a> to keep up with the latest news and information!</p>
<p>We welcome you to experience Driftless Wisconsin.</p>
<p>The post <a href="http://insideout.com/blog/2010/06/10/tourism-website-for-the-driftless-area-of-wisconsin/">Tourism Website for the Driftless Area of Wisconsin</a> appeared first on <a href="http://insideout.com">InsideOut Solutions</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://insideout.com/blog/2010/06/10/tourism-website-for-the-driftless-area-of-wisconsin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
