<?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; images</title>
	<atom:link href="http://blog.softlayer.com/tag/images/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, 22 May 2013 17:40: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>Web Development &#8211; HTML5 &#8211; Web Fonts</title>
		<link>http://blog.softlayer.com/2012/web-development-html5-web-fonts/</link>
		<comments>http://blog.softlayer.com/2012/web-development-html5-web-fonts/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 17:25:30 +0000</pubDate>
		<dc:creator>Philip Thompson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[web fonts]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=6961</guid>
		<description><![CDATA[All but gone are the days of plain, static webpages flowered with horrible repeating neon backgrounds and covered with nauseating animated GIFs created by amateur designers that would make your mother cry and induce seizures in your grandpa. Needless to say, we have come a long way since Al Gore first &#8220;created the intarwebs&#8221; in [...]]]></description>
			<content:encoded><![CDATA[<p>All but gone are the days of plain, static webpages flowered with horrible repeating neon backgrounds and covered with nauseating animated GIFs created by amateur designers that would make your mother cry and induce seizures in your grandpa. Needless to say, we have come a long way since <a href="http://image.wetpaint.com/image/1/2SabbhSYx07KUalUhXo0MQ37019/GW404H304">Al Gore</a> first &#8220;created the intarwebs&#8221; in the early &#8217;90&#8242;s. For those of you born in this century, that&#8217;s the 1990&#8242;s &#8230; Yes, the World Wide Web is still very new. Luckily for the seven billion people on this lovely planet, many advancements have been introduced into our web browsers that make our lives as designers and developers just a little bit more tolerable.</p>
<p>Welcome to the third installment in Web Development series. If you&#8217;re just joining us, the first posts in the series covered <a href="http://blog.softlayer.com/2011/html5-javascript-web-development-part-i/">JavaScript Optimization</a> and <a href="http://blog.softlayer.com/2012/web-development-html5-custom-data-attributes/">HTML5 Custom Data Attributes</a> &#8230; If you haven&#8217;t read those yet, take a few minutes to catch up and head back to this blog where we&#8217;ll be looking at how custom web fonts can add a little spice to your already-fantastic website.</p>
<p>If you&#8217;re like me, you&#8217;ve probably used the same three or four fonts on most sites you&#8217;ve designed in the past: Arial, Courier New, Trebuchet MS and Verdana. You know that pretty much all browsers will have support for these &#8220;core&#8221; fonts, so you never ventured beyond them because you wanted the experience to remain the same for everyone, no matter what browser a user was using to surf. If you were adventurous and wanted to throw in a little typographical deviation, you might have created a custom image of the text in whatever font Photoshop would allow, but those days are in the past (or at least they should be).</p>
<p>Why is using an image instead of plain text unfriendly?</p>
<ol>
<li><strong>Lack of Flexibility</strong> &#8211; Creating an image is time-consuming. Even if you have really fast fingers and know your way around Photoshop, it will never be as fast as simply typing that text into your favorite editor. Also, you can&#8217;t change the styles (font-size, color, text-decoration, etc.) of an image using CSS like you can with text.</li>
<li><strong>Lack of Accessibility</strong> – Not everyone is alike. Some of your readers or clients may have impairments that require screen readers or a really large font. Using an image – especially one that doesn&#8217;t contain a good <a href="http://lmgtfy.com/?q=html+image+long+description">long description</a> – prevents those users from getting the full experience. Also, some people use text-only browsers that don&#8217;t display any images. Think about your whole audience!</li>
<li><strong>More to Download</strong> – Plain text doesn&#8217;t require the same number of bytes as an image of that same text. By not having another image, you are saving on the amount of time it takes to load your page.</li>
</ol>
<p>Now that we&#8217;re on the same page about the downsides of the &#8220;old way&#8221; of doing things, let&#8217;s look at some cool HTML5-powered methods for displaying custom fonts. Before we get started, we need to have some custom fonts to use. Google has a nice interface for downloading custom fonts (<a href="http://www.google.com/webfonts">http://www.google.com/webfonts</a>), and there are plenty of other sites that provide free and non-free fonts that can suit your taste/needs. You can pick and choose which ones you&#8217;d like to use (remembering to always follow copyright guidelines), and once you&#8217;ve created and downloaded your collection of fonts, you&#8217;ll need to setup your CSS to read them.</p>
<p>For simplicity, my file structure will be setup with the HTML and CSS files in the same root directory. I will have a <em>fonts</em> directory where I will keep all my custom fonts.</p>
<style type="text/css">
code{color:blue;}
</style>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">/</span>fonts<span style="color: #339933;">.</span>html
<span style="color: #339933;">/</span>fonts<span style="color: #339933;">.</span>css
<span style="color: #339933;">/</span>styles<span style="color: #339933;">.</span>css
<span style="color: #339933;">/</span>fonts<span style="color: #339933;">/</span>MyCustomFont<span style="color: #339933;">/</span>MyCustomFont<span style="color: #339933;">-</span>Regular<span style="color: #339933;">.</span>ttf
<span style="color: #339933;">/</span>fonts<span style="color: #339933;">/</span>MyCustomFont<span style="color: #339933;">/</span>MyCustomFont<span style="color: #339933;">-</span>Bold<span style="color: #339933;">.</span>ttf
<span style="color: #339933;">/</span>fonts<span style="color: #339933;">/...</span></pre></div></div>

<p>My <em>fonts.html</em> file will include the two CSS files in the head section. The order in which you include the CSS files does not matter.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>link rel<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;stylesheet&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/css&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;fonts.css&quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>link rel<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;stylesheet&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/css&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;styles.css&quot;</span> <span style="color: #339933;">/&gt;</span></pre></div></div>

<p>The <em>fonts.css</em> file will include the definitions for all of our custom fonts. The <em>styles.css</em> file will be our main CSS file for our website. Defining our custom fonts (in <em>fonts.css</em>) is really simple:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">@</span>font<span style="color: #339933;">-</span>face <span style="color: #009900;">&#123;</span>
    font<span style="color: #339933;">-</span>family<span style="color: #339933;">:</span> <span style="color: #0000ff;">'MyCustomFont'</span><span style="color: #339933;">;</span>
    src<span style="color: #339933;">:</span> url<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'fonts/MyCustomFont/MyCustomFont-Regular.ttf'</span><span style="color: #009900;">&#41;</span> format<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'truetype'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>It&#8217;s almost too easy thanks to HTML5! </p>
<p>Let&#8217;s break this down into its components to better understand what&#8217;s going on here. The <code>@font-face</code> declaration will be ignored by older browsers that don&#8217;t understand it, so this standards-compliant definition degrades nicely. The <code>font-family</code> descriptor is the name that you&#8217;ll use to reference this font family in your other CSS file(s). The <code>src</code> descriptor contains the location of where your font is stored and the format of the font.</p>
<p>There are several things to note here. The quotes around <code>MyCustomFont</code> in the <code>font-family</code> descriptor are optional. If it were <code>My Custom Font</code> instead (in <em>fonts.css</em> and <em>styles.css</em>), it would still be successfully read. The quotes around the <code>url</code> portion are also optional. However, the quotes around the <code>format</code> portion are not optional. To keep things consistent, I have a habit of adding quotes around all of these items.</p>
<p>An alternative way to define the same font would be to leave off the <code>format</code> portion of the <code>src</code> descriptor. Browsers don&#8217;t need the <code>format</code> portion if it&#8217;s a standard font format (described below).</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">@</span>font<span style="color: #339933;">-</span>face <span style="color: #009900;">&#123;</span>
    font<span style="color: #339933;">-</span>family<span style="color: #339933;">:</span> <span style="color: #0000ff;">'MyCustomFont'</span><span style="color: #339933;">;</span>
    src<span style="color: #339933;">:</span> url<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'fonts/MyCustomFont/MyCustomFont-Regular.ttf'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Like standard <code>url</code> inclusions in other CSS definitions, the URL item is relative to the location of the definition file (<em>fonts.css</em>). The URL may also be an absolute location or point to a different website altogether. If using the Google web fonts site mentioned earlier (or similar site), you may simply point the URL to the location suggested instead of downloading the actual font.</p>
<p>If you&#8217;ve dealt with web fonts before, you may already be familiar with the multiple formats: WOFF (Web Open Font Format, .woff), TrueType (.ttf), OpenType (.ttf, .otf), Embedded Open Type (.eot) and SVG Font (.svg, .svgz). I won&#8217;t go into great detail here about these, but if you&#8217;re interested in learning more, Google and <a href="http://www.w3.org/TR/css3-fonts/#font-face-rule">W3C</a> are great resources.</p>
<p>It should be noted that all browsers are not alike (no shock there) and some may not render some font formats correctly or at all. You can get around this by including multiple <code>src</code> descriptors in your <code>@font-face</code> declaration to try and support all the browsers.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">@</span>font<span style="color: #339933;">-</span>face <span style="color: #009900;">&#123;</span>
    font<span style="color: #339933;">-</span>family<span style="color: #339933;">:</span> <span style="color: #0000ff;">'MyCustomFont'</span><span style="color: #339933;">;</span>
    src<span style="color: #339933;">:</span> url<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'fonts/MyCustomFont/MyCustomFont-Regular.eot'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">/* Old IE */</span>
    src<span style="color: #339933;">:</span> url<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'fonts/MyCustomFont/MyCustomFont-Regular.ttf'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">/* Cool browsers */</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Now that we have our font definition setup, we have to include our new custom font in our <em>styles.css</em>. You&#8217;ve done this plenty of times:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">h1<span style="color: #339933;">,</span> p <span style="color: #009900;">&#123;</span>
    font<span style="color: #339933;">-</span>family<span style="color: #339933;">:</span> MyCustomFont<span style="color: #339933;">,</span> Arial<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>There you go! For some reason if <code>MyCustomFont</code> is not understood, the browser will default to Arial. This degrades gracefully and is really simple to use. One thing to note is that even though your <em>fonts.css</em> file may define twenty custom fonts, only the fonts that are included and used in your <em>styles.css</em> file will be downloaded. This is very smart of the browser &ndash; it only downloads what it&#8217;s going to use.</p>
<p>So now you have one more tool to add to your development box. As more users adopt newer, standards-compliant browsers, it&#8217;s easier to give your site some spice without the headaches of creating unnecessary images. Go forth and impress your friends with your new web font knowledge!</p>
<style type="text/css">
@font-face {
    font-family: 'Monofett';
    src: url('http://themes.googleusercontent.com/static/fonts/monofett/v3/94n9d8-lEEaOz-Sn4plHGPesZW2xOQ-xsNqO47m55DA.woff') format('woff');
}
#fontfaceexample{font-family: 'Monofett', Arial; font-size:28px;}
</style>
<p id="fontfaceexample">Happy Coding!</p>
<p>-Philip</p>
<p>P.S. As a bonus, you can check out the in-line style declaration in the source of this post to see how &#8220;Happy Coding!&#8221; is coded to use the Monofett font family.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2012/web-development-html5-web-fonts/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>RankAbove: Tech Partner Spotlight</title>
		<link>http://blog.softlayer.com/2011/rankabove-tech-partner-spotlight/</link>
		<comments>http://blog.softlayer.com/2011/rankabove-tech-partner-spotlight/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 16:10:09 +0000</pubDate>
		<dc:creator>Guest Blog</dc:creator>
				<category><![CDATA[Partner Marketplace]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[partner marketplace]]></category>
		<category><![CDATA[ranking]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[SEM]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[techniques]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=5959</guid>
		<description><![CDATA[We invite each of our featured SoftLayer Tech Marketplace Partners to contribute a guest post to the SoftLayer Blog, and this week, we’re happy to welcome Eli Feldblum, CTO and Founder of RankAbove. RankAbove is a leader in search engine optimization (SEO) technologies and data management that helps solve complex SEO challenges for enterprise-sized organizations&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p class="attribution">We invite each of our featured SoftLayer Tech Marketplace Partners to contribute a guest post to the SoftLayer Blog, and this week, we’re happy to welcome Eli Feldblum, CTO and Founder of <a href="http://www.rankabove.com">RankAbove</a>. RankAbove is a leader in search engine optimization (SEO) technologies and data management that helps solve complex SEO challenges for enterprise-sized organizations&#8217; websites via a combination of proprietary technology, innovation and creativity.</p>
<p><img class="centered" src="http://cdn.softlayer.com/innerlayer/rankabove.png" alt="RankAbove"/></p>
<div class="more-info"><strong>Company Website:</strong> <a href="http://www.rankabove.com/">http://www.rankabove.com/</a><br />
<strong>Tech Partners Marketplace:</strong> <a href="http://www.softlayer.com/marketplace/rankabove">http://www.softlayer.com/marketplace/rankabove</a></div>
<h3>The New Number One Spot: Planning for the Future of SEO</h3>
<p>You run a successful business, or at least the IT for a successful business &mdash; that&#8217;s why you&#8217;re on <a href="http://www.softlayer.com">SoftLayer</a>. And, chances are, you&#8217;ve already spent lots of time and effort optimizing your site for search engines. You&#8217;ve built backlinks; you&#8217;ve ensured the structure of your site allows the search engine spiders to see every page of the site and prevents the creation of duplicate content; you&#8217;ve carefully written titles, friendly URLs and header tags; and you&#8217;ve continuously tweaked your on-page content to get to the number one spot in Google, Bing and other search engines.</p>
<p>Unfortunately, that apical spot is quickly becoming an apocryphal one; being number one isn&#8217;t what is used to be. The Search Engine Results Page (SERP) has undergone dramatic changes in the past few years, and even if you optimize perfectly and grab the top spot, you might be pushed down (even below the fold) by a variety of other Google products:</p>
<ul>
<li>Ads &#038; Comparison Ads</li>
<li>Local Results</li>
<li>Image Results</li>
<li>Video Results</li>
<li>Shopping Results</li>
</ul>
<p>In today&#8217;s SEO market, you need to optimize not only for regular web results, but for every other Google product too. Luckily, there are a few tips you can use to make sure you appear in those products, and get the new and improved global number one spot—and lots of traffic too.</p>
<p><span id="more-5959"></span></p>
<p><strong>Local</strong><br />
Does your business have any local presence? Or do you ever see yourself buried under lots of local results, even when you have great SEO? Optimizing your local presence can fix that, and it&#8217;s a pretty simple task. If Google already ranks you well, then it considers your site to be a high quality site. You just need to make sure it also considers your site to be a local one as well. </p>
<p>To let the search engines know you want to rank locally, follow these four steps:</p>
<ol>
<li>Add your company address to the footer of your page. Use the address Google already has on file for you. (If you tell customers that you are located at &#8220;1156 6th Avenue&#8221; and Google has you listed at &#8220;1156 Avenue of the Americas,&#8221; use the latter.</li>
<li>Embed a Google map on your contact us page. Find your company on Google Maps, then click the link icon on the top right of the map. You&#8217;ll see an option to &#8220;Customize the Embedded Map.&#8221; Pick the size that works for you and add it to your site.</li>
<li>If you haven&#8217;t already, claim your Google Places account at <a href="http://www.google.com/placesforbusiness">http://www.google.com/placesforbusiness</a></li>
<li>Lastly, build more links. I know you&#8217;ve already built a lot of relevant, quality links, but now you need relevant, quality <em>local</em> links, so make sure you&#8217;re linked to from local portals, yellow pages and local directories.</li>
</ol>
<p><strong>Images</strong><br />
If your customers are often looking for images &ndash; of your products, of your content or anything on else on your site &ndash; or if your results are pushed down by image results, you need to take the extra step of optimizing your images. Ignore what you&#8217;ve heard before about alt tags and image titles; we&#8217;ll share some of the <strong>real</strong> steps to take to make sure your images rank too.</p>
<p>As we saw with local SEO, ranking for images isn&#8217;t about doing special SEO for images as much as it is about doing great traditional SEO, and letting Google know your images are there &#8230; and that you want to rank for them in Google Images and in Universal Search results. The first &ndash; and more important &ndash; step for ensuring that your images rank is making sure the page on which that image is found is perfectly optimized. Next, focus on these steps:</p>
<ol>
<li>The most important image-specific optimization technique is ensuring that the name of the image contains the word or phrase you are optimizing for. Is it a picture of your West Coast data center? Call it &#8220;west-coast-data-center.jpg&#8221; instead &#8220;DC76182687.jpg.&#8221;</li>
<li>The next most important element is the content surrounding the image (or images) in question. That data center picture will rank well if it&#8217;s on a page all about your data center locations &ndash; and particularly well if it&#8217;s embedded right in the middle of a paragraph about your West Coast data center. It won&#8217;t do very well in a slideshow with a one-line caption beneath it.</li>
<li>You can highlight the images you particularly want Google to rank well in Universal/Image results by adding those images to your XML Sitemap. Inside the <code><url></code> tag, add the following lines for each image you want to highlight:<br />
<code>&lt;image:image&gt;<br />
&nbsp;&nbsp;&nbsp;&lt;image:loc&gt;http://example.com/image.jpg&lt;/image:loc&gt;<br />
&lt;/image:image&gt;</code></li>
</ol>
<p>Google recently improved its image duplicate filter. Buying lots of stock images? Then it might be harder to rank for those images. But if you have original images, then great! You have a leg up on your competitors.</p>
<p><strong>Video</strong><br />
Got any videos on your site? Then you definitely want to implement the steps below to make sure Google recognizes those videos and ranks them highly. If you do, any page that has a video will get a thumbnail in the SERPs and you&#8217;ll show up in Google Video search. You&#8217;ll also be given an incredible, unfair advantage: if there are two videos on a page, Google likes to group them together; if you&#8217;re the lower video, you&#8217;ll automatically be pulled up the SERP to be next to the higher video.</p>
<p>As we saw with images, your first step is great optimization of the page on which the video resides. That means ensuring the video isn&#8217;t alone on the page; try to add other textual content &ndash; comments, transcripts, context &ndash; alongside the video. This is especially important for video, since Google just interprets the video on the already well-optimized page, instead of ranking video separately on the SERP. You just need to let Google know you have a video.</p>
<ol>
<li>The first step to letting Google know about your video is actually having a video on your site, and fully owning and hosting that video. Embedding a YouTube video on your page &ndash; even if you filmed and produced it, and it&#8217;s on your channel &ndash; is not enough. You need to host both the video (the .swf file) and the video player (the .flv file). If you use a service like BrightCove to host and play your videos, make sure to set up a CNAME from your domain to BrightCove&#8217;s, to prove to the engines that the videos really are yours. This applies to images as well.</li>
<li>Once you are hosting the video, you need to tell Google that the video is there. You can either set up a video sitemap, an XML file similar to your XML Sitemap, that tells the engines where it can find videos on your site and some information about those videos—including where the thumbnail image is, the title of the video, a description and some more optional information. If you can&#8217;t put together a video sitemap, you can add some meta information to your page, called micro formats, that will let Google know there&#8217;s a video on that page. The two accepted formats are Facebook Share and RDFa.</li>
<li>Lastly, make sure the URL of the page that contains the video is less than 70 characters. Any more and Google might truncate the URL. If they do that, they won&#8217;t show the thumbnail, even if you&#8217;ve followed the above two steps.</li>
</ol>
<p>You may have noticed a theme here: Good SEO combined with following a few special steps to make sure Google knows which special category you are trying to rank for translates into great Universal SEO. Follow these steps, and you&#8217;re sure to get the real #1 spot &#8230; And if you want a little help getting the &#8220;good SEO&#8221; piece done, you can always use <a href="http://www.rankabove.com/seo-platform/">Drive</a>, the only SEO software designed to optimize for Universal, rich-media SEO to help. For more information about our business and what we do, check out the RankAbove page in the <a href="http://www.softlayer.com/marketplace/rankabove">SoftLayer Marketplace</a>.</p>
<p>If this information is helpful and you want to hear more, leave a comment, and I&#8217;ll start working on a follow up with tips for Google Shopping, Google News and more. To tide you over, you can click through a presentation about blended search from October:</p>
<div style="width:425px; margin:0 auto;" id="__ss_5465112" ><iframe src="http://www.slideshare.net/slideshow/embed_code/5465112" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"></div>
</p></div>
<p>- Eli Feldblum, <a href="http://www.rankabove.com">RankAbove</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>. These partners 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/rankabove-tech-partner-spotlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
