<?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>SoftLayer Blog &#187; search</title>
	<atom:link href="http://blog.softlayer.com/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.softlayer.com</link>
	<description>A Behind the Scenes Look at the Best Hosting Provider in the World</description>
	<lastBuildDate>Wed, 15 May 2013 15:33:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>SoftLayer + OpenStack Swift = SoftLayer Object Storage</title>
		<link>http://blog.softlayer.com/2012/softlayer-openstack-swift-softlayer-object-storage/</link>
		<comments>http://blog.softlayer.com/2012/softlayer-openstack-swift-softlayer-object-storage/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 15:15:02 +0000</pubDate>
		<dc:creator>Marc Jones</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Executive Blog]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[cloud storage]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[object storage]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[redundant]]></category>
		<category><![CDATA[scalable]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=7207</guid>
		<description><![CDATA[Since our inception in 2005, SoftLayer&#8217;s goal has been to provide an array of on-demand data center and hosting services that combine exceptional access, control, scalability and security with unparalleled network robustness and ease of use &#8230; That&#8217;s why we&#8217;re so excited to unveil SoftLayer Object Storage to our customers. Based on OpenStack Object Storage [...]]]></description>
			<content:encoded><![CDATA[<p>Since our inception in 2005, SoftLayer&#8217;s goal has been to provide an array of on-demand data center and hosting services that combine exceptional access, control, scalability and security with unparalleled network robustness and ease of use &#8230; That&#8217;s why we&#8217;re so excited to unveil <a href="http://www.softlayer.com/lp/object-storage">SoftLayer Object Storage</a> to our customers. </p>
<p>Based on <a href="http://openstack.org/projects/storage/">OpenStack Object Storage</a> (codenamed Swift) &mdash; open-source software that allows the creation of redundant, scalable object storage on clusters of standardized servers &mdash; SoftLayer Object Storage provides customers with new opportunities to leverage cost-effective cloud-based storage and to simultaneously realize significant capex-related cost savings. </p>
<p>OpenStack has been phenomenally successful thanks to a global software community comprised of developers and other technologists that has built and tweaked a standards-based, massively scalable open-source platform for public and private cloud computing. The simple goal of the OpenStack project is to deliver code that enables any organization to create and offer feature-rich cloud computing services from industry-standard hardware. The overarching OpenStack technology consists of several interrelated project components: One for compute, one for an image service, one for object storage, and a few more projects in development.</p>
<p><strong>SoftLayer Object Storage</strong><br />
Like the OpenStack Swift system on which it is based, SoftLayer Object Storage is not a file system or real-time data-storage system, rather it&#8217;s a long-term storage system for a more permanent type of static data that can be retrieved, leveraged and updated when necessary. Typical applications for this type of storage can involve virtual machine images, photo storage, email storage and backup archiving. </p>
<p>One of the primary benefits of Object Storage is the role that it can play in automating and streamlining data storage in cloud computing environments. <a href="http://openstack.org/projects/storage/">SoftLayer Object Storage</a> offers rich metadata features and search capability that can be leveraged to automate the way unstructured data gets accessed. In this way, SoftLayer Object Storage will provide organizations with new capabilities for improving overall data management and storage efficiency.</p>
<p><strong>File Storage v. Object Storage</strong><br />
To better understand the difference between file storage and object storage, let&#8217;s look at how file storage and object storage differ when it comes to metadata and search for a simple photo image. When a digital camera or camera-enabled phone snaps a photo, it embeds a series of metadata values in the image. If you save the image in a standard image file format, you can search for it by standard file properties like name, date and size. If you save the same image with additional metadata as an object, you can set object metadata values for the image (after reading them from the image file). This detail provides granular search capability based on the metadata keys and values, in addition to the standard object properties. Here is a sample comparison of an image&#8217;s metadata value in both systems:</p>
<table style="width: 400px; margin:0 auto;">
<tr>
<td style="width:200px;"><strong>File Metadata</strong></td>
<td style="width:200px;"><strong>Object Metadata</strong></td>
</tr>
<tr>
<td>Name:img01.jpg</td>
<td>Name:img01.jpg</td>
</tr>
<tr>
<td>Date: 2012-02-13</td>
<td>Date:2012-02-13</td>
</tr>
<tr>
<td>Size:1.2MB</td>
<td>Size:1.2MB</td>
</tr>
<tr>
<td></td>
<td>Manufacturer:CASIO</td>
</tr>
<tr>
<td></td>
<td>Model:QV-4000</td>
</tr>
<tr>
<td></td>
<td>x-Resolution:72.00</td>
</tr>
<tr>
<td></td>
<td>y-Resolution:72.00</td>
</tr>
<tr>
<td></td>
<td>PixelXDimension:2240</td>
</tr>
<tr>
<td></td>
<td>PixelYDimension:1680</td>
</tr>
<tr>
<td></td>
<td>FNumber:f/4.0</td>
</tr>
<tr>
<td></td>
<td>Exposure Time:1/659 sec.</td>
</tr>
</table>
<p>Using the rich metadata and search capability enabled by object storage, you would be able to search for all images with a dimension of 2240&#215;1680 or a resolution of 72&#215;72 in a quick/automated fashion. The object storage system &#8220;understands&#8221; more about what is being stored because it is able to differentiate files based on characteristics that you define.</p>
<p style="margin-bottom:0; padding-bottom:0;"><strong>What Makes SoftLayer Object Storage Different?</strong><br />
SoftLayer Object Storage features several unique features and ways for SoftLayer customers to upload, access and manage data:</p>
<ul style="margin-top:10px; padding-top:0;">
<li><strong>Search</strong> &mdash; Quickly access information through user-defined metadata key-value pairs, file name or unique identifier</li>
<li><strong>CDN</strong> &mdash; Serve your content globally over our high-performance content delivery network</li>
<li><strong>Private Network</strong> &mdash; Free, secure private network traffic between all data centers and storage cluster nodes</li>
<li><strong>API</strong> &mdash; Access to a full-feature OpenStack-compatible API with additional support for CDN and search integration</li>
<li><strong>Portal</strong> &mdash; Web application integrated into the SoftLayer portal</li>
<li><strong>Mobile</strong> &mdash; iPhone and Android mobile apps, with Windows Phone app coming soon</li>
<li><strong>Language Bindings</strong> &mdash; Feature-complete bindings for Java, PHP, Python and Ruby*</li>
</ul>
<p style="margin-top:10px; padding-top:0;">*Language bindings, documentation, and guides are available on <a href="http://sldn.softlayer.com/article/Introduction-Object-Storage">SLDN</a>.</p>
<p>We think SoftLayer Object Storage will be attractive to a broad range of current and prospective customers, from web-centric businesses dependent on file sharing and content distribution to legal/medical/financial-services companies which possess large volumes of data that must be stored securely while remaining readily accessible.</p>
<p>SoftLayer Object Storage significantly extends our cloud-services portfolio while substantially enriching the storage capabilities that we bring to our customers. What are you waiting for? Go order yourself some <a href="http://www.softlayer.com/services/storagelayer/object-storage">object storage @ $0.12/GB</a>!</p>
<p>-Marc</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2012/softlayer-openstack-swift-softlayer-object-storage/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Native Rank: Tech Partner Spotlight</title>
		<link>http://blog.softlayer.com/2011/nativerank-tech-partner-spotlight/</link>
		<comments>http://blog.softlayer.com/2011/nativerank-tech-partner-spotlight/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 15:45:38 +0000</pubDate>
		<dc:creator>Guest Blog</dc:creator>
				<category><![CDATA[Partner Marketplace]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[marketplace]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[partner]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[visibility]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=5755</guid>
		<description><![CDATA[This is a guest blog from Native Rank. Native Rank provides an effective solution for improving your visibility across search engines, social networks and web maps. They are a full-service search and advertising solution for small to large businesses both on a local and national level. Company Website: http://nativerank.com/Tech Partners Marketplace: http://www.softlayer.com/marketplace/nativerank Ranking Well != [...]]]></description>
			<content:encoded><![CDATA[<p class="attribution">This is a guest blog from Native Rank. <a href="http://nativerank.com">Native Rank</a> provides an effective solution for improving your visibility across search engines, social networks and web maps. They are a full-service search and advertising solution for small to large businesses both on a local and national level.</p>
<div class="yt560"><iframe width="560" height="349" src="http://www.youtube.com/embed/igKiOv8p354?hd=1" frameborder="0" allowfullscreen></iframe></div>
<div class="more-info"><strong>Company Website:</strong> <a href="http://nativerank.com/">http://nativerank.com/</a><br/><strong>Tech Partners Marketplace:</strong> <a href="http://www.softlayer.com/marketplace/nativerank">http://www.softlayer.com/marketplace/nativerank</a></div>
<h3>Ranking Well != Being Well Ranked</h3>
<p>There is a common misconception in Search Engine Optimization: That if Company A was just on the first page for some random keyword, the sky would open up and leads would fall from the heavens. This is not always the case, and a better place to start the process of deciding what Key Words will be most effective for a client to rank for can be assessed in 3 easy steps: </p>
<ol>
<li>In depth keyword analysis for terms that your customers <em>actually use</em> to find a business like yours. If you specialize in DUI law, keywords structured around your area of expertise will lead to a higher quality of lead than the search term, &#8220;Denver Attorney.&#8221;</li>
<li>Be realistic about who your competitors are and find where they are ranking organically. There is no need to reinvent the wheel. This will give you a good road map for what your competitors are doing and they are creating success.</li>
<li>If you have a physical location make sure your local maps listings for Google, Yahoo and Bing are optimized and Owner Verified. The Search Engines want to show your business to Searchers that are in your Geographic area..Please let them!</li>
</ol>
<p>Once you have gone through those three easy steps, make sure that the SEO company you are working with has the same expectations that you have for your business. Targeted success metrics and milestones need to be at the core of your SEO strategy. Ranking for 50 Keywords that bounce at 90% will not result in more customers through your door. It is very important that the SEO firm you use has your business objectives in mind. If not you may find yourselves three or six months down the road having a very uncomfortable conversation about what success is.</p>
<p>If you&#8217;ve never made a concerted effort into SEO and SEM strategy, we&#8217;d be happy to share some of the tools we&#8217;ve developed to get you ranking well whether you consider yourself a <a href="http://nativerank.com/local">local</a> business or a <a href="http://nativerank.com/enterprise">national</a> one. Head over to <a href="http://nativerank.com/">http://nativerank.com/</a> to see a few of our products in action and learn a little more about our service.</p>
<p>-Winston Cook, <a href="http://nativerank.com">Native Rank</a></p>
<div class="tpm-note">This guest blog series highlights companies in SoftLayer&#8217;s <a href="http://www.softlayer.com/marketplace">Technology Partners Marketplace</a>. <br/>These <a href="http://blog.softlayer.com/partner-marketplace/">Partners</a> have built their businesses on the SoftLayer Platform, and we&#8217;re excited for them to tell their stories. New Partners will be added to the Marketplace each month, so stay tuned for many more come.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/nativerank-tech-partner-spotlight/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 Bars &#124; 3 Questions: Big Data and Search</title>
		<link>http://blog.softlayer.com/2011/3-bars-3-questions-big-data-and-search/</link>
		<comments>http://blog.softlayer.com/2011/3-bars-3-questions-big-data-and-search/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 23:39:25 +0000</pubDate>
		<dc:creator>Marc Jones</dc:creator>
				<category><![CDATA[3 Bars 3 Questions]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[3 Bars]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[IaaS]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/2011/</guid>
		<description><![CDATA[Last week, Duke chose me as this week&#8217;s &#8220;3 Bars &#124; 3 Questions&#8221; participant, so my desk chair became the hot seat this afternoon. The topic of discussion: &#8220;Big Data and Search.&#8221; Have you started working with big data? What&#8217;s the best method you&#8217;ve found to keep it organized and accessible? How do you scale [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, <a href="http://blog.softlayer.com/2011/3-bars-3-questions-hybrid-hosting-video-interview/">Duke chose me</a> as this week&#8217;s &#8220;3 Bars | 3 Questions&#8221; participant, so my desk chair became the hot seat this afternoon. The topic of discussion: &#8220;Big Data and Search.&#8221;</p>
<div class="yt560"><iframe width="560" height="349" src="http://www.youtube.com/embed/6CwZ2c7MbX0" frameborder="0" allowfullscreen></iframe></div>
<p>Have you started working with big data? What&#8217;s the best method you&#8217;ve found to keep it organized and accessible? How do you scale your infrastructure to maintain performance?</p>
<p>-Marc</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/3-bars-3-questions-big-data-and-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
