<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>AEXT.NET NET MAGAZINE</title> <link>http://aext.net</link> <description>An Extension of the Net - Daily resources, tutorials and useful tips for web designers, developers, social media and online businesses.</description> <lastBuildDate>Mon, 30 Aug 2010 07:58:38 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=abc</generator> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/aextnet" /><feedburner:info uri="aextnet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>29.49428</geo:lat><geo:long>-98.404314</geo:long><feedburner:emailServiceId>aextnet</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Server-Side Rendering and the World of Opera Mini 5</title><link>http://feedproxy.google.com/~r/aextnet/~3/Cg3viNVsloA/</link> <comments>http://aext.net/2010/08/server-side-rendering-opera-mini-5/#comments</comments> <pubDate>Mon, 30 Aug 2010 07:20:04 +0000</pubDate> <dc:creator>Shannon Suetos</dc:creator> <category><![CDATA[Web Design]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[CSS Techniques]]></category> <category><![CDATA[Mobile Solution]]></category> <category><![CDATA[Opera Mini 5]]></category> <category><![CDATA[Server-Side]]></category><guid isPermaLink="false">http://aext.net/?p=7000</guid> <description><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/08/server-side-rendering-opera-mini-5/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/08/server-side-rendering-opera-mini-5/" height="61" width="51" /></a></p>]]></description> <content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/3IS_NJ-Oqui7NL--V9P1g04TkmU/0/da"><img src="http://feedads.g.doubleclick.net/~a/3IS_NJ-Oqui7NL--V9P1g04TkmU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3IS_NJ-Oqui7NL--V9P1g04TkmU/1/da"><img src="http://feedads.g.doubleclick.net/~a/3IS_NJ-Oqui7NL--V9P1g04TkmU/1/di" border="0" ismap="true"></img></a></p><p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/08/server-side-rendering-opera-mini-5/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/08/server-side-rendering-opera-mini-5/" height="61" width="51" /></a></p><p>According to <a href="http://www.pewinternet.org/Reports/2009/12-Wireless-Internet-Use.aspx">Pew Internet Research</a>, one-third of Americans use a cell phone or smartphone to browse the Internet.  With this many people discovering the convenience of mobile browsing, it is no wonder major browsers are creating mobile versions.</p><p>Most people have a preferred browser they use, whether it is Internet Explorer, Firefox, Opera, Safari, Chrome etc.  While others simply use the default browser that their computer comes with.  The same seems to be coming true for mobile.  Most major browsers now have a mobile version, and of course most smartphones comes with a standard browser, just like computers do.</p><p>Opera mini 5 is available on Java phones, Windows Mobile, Android, S60, Blackberry and the iPhone.</p><p><span id="more-7000"></span></p><p>So why all the hype about Opera Mini 5?  One of the reasons is because of the server side rendering Opera offers.  Basically server side rendering is when Opera processes the information sent on the browser through their own servers and then shoot the information back onto the browser page.  The cool thing about Opera Mini is that Opera Mini’s servers change the information so it is faster for phones to navigate through.  Below is a graphic to help you visualize the process.</p><p><a href="http://dev.opera.com/articles/view/opera-mini-5-developers/"><img src="http://aext.net/wp-content/uploads/2010/08/01-500x171.png" alt="" title="Server-side rendering" width="500" height="171" class="aligncenter size-medium wp-image-7001" /></a></p><p>This technology is different than Opera mobile, which is more like a computer based browser. <em>“<a href="http://www.opera.com/mobile/specs/">Opera Mobile</a> is a full Internet browser for mobile devices. The full web-rendering engine – Opera Presto – is run on the phone using the phones’ hardware to download and display webpages.”</em></p><h3>What it Means for Developers</h3><p>One thing developers should take note is that javascript has limited support for Opera mini. <em>“<a href="http://en.wikipedia.org/wiki/Opera_Mini">Before the page</a> is sent to the mobile device, its <code>onLoad</code> events are fired and all scripts are allowed a maximum of two seconds to execute. The <code>setInterval</code> and <code>setTimeout</code> functions are disabled, so scripts designed to wait a certain amount of time before executing will not execute at all.”</em></p><p>Take into consideration that Opera Mini uses the same layout engine that is included with Opera 9.5—meaning it supports most web standards.  With that said, since it reformats web pages it won’t pass the <a href="http://www.webstandards.org/action/acid2/">Acid2 standards compliance test</a>.</p><p>When developing or designing for mobile in general, not just for the Opera browser, you should be aware of the smaller screen visitors are viewing on.  Opera Mini will default to a Small-Screen Rendering (SSR) mode—for any device that has screens that are 128 pixels wide or smaller.  SSR reformats the page into one vertical column, this way the user only needs to scroll up and down, not horizontally too.</p><p>The user agent string for Opera Mini 5 is below.  Some tips Opera gives developers about the string, <em>“It is important to bear in mind that the user agent string&#8217;s build or Presto number may be changed in the future, so sniffing for an exact match to any particular user agent string doesn’t always yield the desired results. The <code>Opera Mini/5.x</code> portion of the string is probably the most relevant bit, where x is the minor version number. Also note that in general, Opera can be identified by using JavaScript to test for the <code>window.opera</code> object.”</em></p><pre>
Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18635/1030; U; en) Presto/2.4.15
</pre><p>If you are dying to use those <a href="http://aext.net/2010/06/css3-streamlining-buttons-imagery-transitions/">CSS3</a> techniques you have been reading about—mobile gives you that option.  Because CSS3 allows you to do media queries, you can set up the code to let the browser figure out what size screen it will be loading to.  Because Opera Mini is available on a myriad of phones, you can’t guarantee what size screen it will be going on.  If you want to have the browser display for 480 pixel screen you would use the following code:</p><pre class="css" name="code">
@media screen and <span style="color:#760f15;">(max-device-width: 480px)</span> {
&nbsp;&nbsp;&nbsp;&nbsp;//insert CSS rules here
}
</pre><h3>Opera Mini 5 and the iPhone</h3><p>Until April of this year Safari has been the only browser supported on the iPhone.  We all know how Steve Jobs can be on certain subjects, and he is pretty particular what Apple approves in the App Store.  With that said, after 20 days of deliberation, Opera Mini was given permission to be available in the App Store.</p><p>Opera now has the bragging rights to say they are the <a href="http://www.pcmag.com/article2/0,2817,2362545,00.asp">first alternative browser Apple has allowed on their mobile devices</a>. The secret to their success was due to their server side rendering—allowing Apple <em>“to deem it to not be a Web browser.  As Daring Fireball&#8217;s John Gruber pointed out, though, Opera Mini doesn&#8217;t actually render Web pages. That&#8217;s done on Opera&#8217;s servers; rather, Opera Mini renders a boiled-down, compressed markup language called OBML, making Opera Mini in some technical ways closer to a PDF reader than to a Web browser,”</em> <a href="http://www.pcmag.com/article2/0,2817,2362545,00.asp">reports PC Magazine</a>.  Because of this, some websites do not read as well in the Opera browser.  Below is an example of the same website loaded in Opera Mini 5 (on the left) and Safari (right).</p><p><a href="http://aext.net/wp-content/uploads/2010/08/03.jpg"><img src="http://aext.net/wp-content/uploads/2010/08/03.jpg" alt="" title="Website loaded in Opera Mini 5 " width="500" height="344" class="aligncenter size-full wp-image-7007" /></a></p><p>As you can see, because of the server side rendering, you aren’t able to zoom as well in Opera as in Safari.  In Opera you have a full in zoom or zoom out feature, where you have a little more “wiggle” room in Safari.</p><h3>Save Money</h3><p>Opera also boasts that using Opera Mini 5 can also save you money on your data package.  Server side rendering is the reason for this. <em>“Opera Mini uses only a tenth of the bandwidth of other browsers, compressing Web pages by up to 90%. On Opera Mobile, turning on Opera Turbo compresses data up to 80% or leave Opera Turbo off to get full Web site data, as you would on a PC.”</em></p><p>All in all Opera Mini 5 seems to be a great choice.  Like most things there are good and bad points, but overall the server side rendering allows for faster load times and a great user experience.  Let us know down below your thoughts on the browser and any good or bad points you have experienced.</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aextnet?a=Cg3viNVsloA:QJhyjeZU0As:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aextnet?i=Cg3viNVsloA:QJhyjeZU0As:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=Cg3viNVsloA:QJhyjeZU0As:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aextnet?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=Cg3viNVsloA:QJhyjeZU0As:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aextnet?i=Cg3viNVsloA:QJhyjeZU0As:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=Cg3viNVsloA:QJhyjeZU0As:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aextnet?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=Cg3viNVsloA:QJhyjeZU0As:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/aextnet?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aextnet/~4/Cg3viNVsloA" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://aext.net/2010/08/server-side-rendering-opera-mini-5/feed/</wfw:commentRss> <slash:comments>2</slash:comments> <feedburner:origLink>http://aext.net/2010/08/server-side-rendering-opera-mini-5/</feedburner:origLink></item> <item><title>SEO Tips and Tricks for Mobile</title><link>http://feedproxy.google.com/~r/aextnet/~3/hsfoE1eupP0/</link> <comments>http://aext.net/2010/08/seo-tips-and-tricks-for-mobile/#comments</comments> <pubDate>Thu, 26 Aug 2010 03:36:52 +0000</pubDate> <dc:creator>Shannon Suetos</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[Mobile Solution]]></category> <category><![CDATA[seo]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Tricks]]></category><guid isPermaLink="false">http://aext.net/?p=6976</guid> <description><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/08/seo-tips-and-tricks-for-mobile/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/08/seo-tips-and-tricks-for-mobile/" height="61" width="51" /></a></p>]]></description> <content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/WwmZE_mErvGhJWzusbXUtNaqys0/0/da"><img src="http://feedads.g.doubleclick.net/~a/WwmZE_mErvGhJWzusbXUtNaqys0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/WwmZE_mErvGhJWzusbXUtNaqys0/1/da"><img src="http://feedads.g.doubleclick.net/~a/WwmZE_mErvGhJWzusbXUtNaqys0/1/di" border="0" ismap="true"></img></a></p><p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/08/seo-tips-and-tricks-for-mobile/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/08/seo-tips-and-tricks-for-mobile/" height="61" width="51" /></a></p><p>Since the mid 90&#8217;s marketers and companies have been optimizing their sites for search engine optimization.  Now SEO has evolved in a way no one could have imagined back then.  Smartphones are taking over the mobile market, and most cell phones have access to the Internet.</p><p><span id="more-6976"></span></p><p>Neilson is predicting that by 2013, <em>&#8220;penetration [of mobile Internet] will reach the halfway mark, and by 2014, 142.1 million users, representing 53.9% of the US mobile user population, will access the internet using mobile browsers or applications.&#8221;</em>. With these kinds of numbers it is hard to deny the need for mobile SEO, as it is becoming more and more popular among Internet users.</p><h3>A Quick Look at SEO History</h3><div class="bigimage"><img src="http://aext.net/wp-contents/uploads/2010/08/SEO-Evolution-500x193.gif" alt="" title="SEO Evolution" width="500" height="193" class="aligncenter size-medium wp-image-6988" /></p><p>Image: <a href="http://www.collectiveclicks.com/internetmarketing/">collectiveclicks</a></p></div><p><a href="http://en.wikipedia.org/wiki/Search_engine_optimization">SEO started out very simple</a>, <em>&#8220;all webmasters needed to do was submit the address of a page, or URL, to the various engines which would send a spider to crawl that page, extract links to other pages from it, and return information found on the page to be indexed.&#8221;</em></p><p>After webmasters found out ways to manipulate their rankings, Google decided to take action and introduce a best practices agreement.  Around 2004 Google announced they use more than 200 different signals to populate the search results.  Now real time is a factor amount other things such as link building, meta tags and a slew of other tactics.</p><p>In 2009 Matt Cutts, announced that Google Bot would no longer treat nofollowed links in the same way, in order to prevent SEO service providers from using nofollow for PageRank sculpting, according to Wikipedia.</p><h3>The Difference Between Mobile and Web Based SEO</h3><div style="float: right; margin: 0 0 10px 10px;"><img src="http://aext.net/wp-contents/uploads/2010/08/dotmobi.jpg" alt="" title="dotmobi" width="300" height="200" class="aligncenter size-full wp-image-6993" /></div><p>There are many differences between mobile and traditional SEO.  This is because the way you surf the Internet on a mobile device is much different than if you would be on a computer.  There are less click through options (which is best practices) on a mobile device, and usually less typing involved.</p><p>Even the layout of search results are different on a mobile browser, the paid ads are actually in line with the organic ones, but are still labeled as sponsored.  Another thing to take into consideration is where you want your mobile landing page to go to.  Different keywords may be set up to different pages, to help with fewer click through rates.  Remember people searching on a smartphone are usually in a hurry, and don&#8217;t want to wait on a page loading, or needing to click around to other pages to find the information they are trying to find.</p><p><a href="http://searchengineland.com/sorting-out-the-mobile-search-seo-mess-12228">According to Search Engine Land</a>, <em>&#8220;one of the more frustrating differences between the mobile search engines is the number of results they present on the main results page, and the number of results that they will present on the secondary &#8216;web results&#8217; page. Because mobile search engines are designed more like portals than traditional search engines, they have all come up with a variety of ways to present the information that is yielded from a search result. This can be handy for users but makes tracking and comparison a bit trickier.&#8221;</em></p><p>When looking at your mobile analytics, it can be easier to compare search engine to search engine, instead of across the board.  A ranking of 6 might be on the first page for Google, but not for Yahoo!.<br /> The bots crawling your mobile site are also looking for different things than a traditional bot.  They are looking for your site to render well on different types of phones, and search results can actually vary from phone to phone.  To make sure your mobile site renders well on all mobile devices, make sure you are optimizing for multiple user reach not just say iPhone users.</p><h3>Subdomain or .mobi?</h3><div style="float: right; margin: 0 0 10px 10px;"><img src="http://aext.net/wp-contents/uploads/2010/08/rip.jpg" alt="" title="rip" width="234" height="222" class="aligncenter size-full wp-image-6995" /></div><p>When setting up your mobile website there are a couple options to choose from.  Trying to establish itself as the .com of the 90&#8217;s, .mobi is has been setting itself up as the domain to use in the mobile realm.</p><p>Because this platform is so new, businesses who may have missed out (or couldn&#8217;t afford) the domain they hoped for with .com could get it for their mobile site.</p><p>Companies that have already taken advantage of the <a href="http://dotmobi.mobi/content/mobi-users">.mobi</a> domain are:</p><ul><li>Balfour Beatty</li><li>Nike</li><li>Target</li><li>Wachovia</li><li>NPR (National Public Radio)</li></ul><p>When it comes to mobile SEO, .mobi seems to be a better choice as far as search engines are concerned.  This is due to the fact that every .mobi site receives its own Internet Zone File, which are the files that search engines use to start their crawls.</p><p><a href="http://www.hostway.com/web-resources/glossary/#registry">Internet Zone Files</a> in general, are stored in the Internet domain name registry that, &#8220;receives domain name service (DNS) information from domain name registrars (in this case .mobi).&#8221;  The information is then centralized in a database and propagates the information in these files on the Internet so anyone can search for the domain around the world.</p><p>Playing devil&#8217;s advocate, <a href="http://technology.inc.com/internet/articles/201007/mobilesearch.html">Inc. Technology&#8217;s Marc Saltzman reports that</a>, &#8220;<em>&quot;Previously, companies would pursue the creation of mobile sites (.mobi), with much lighter content and faster load times to support first generation mobile browsers, but today, mobile browsers are becoming much more &#8216;normalized&#8217; in nature and tend to perform similar in results to standard Web browsers.&quot;</em></p><p>Using a sub-domain is a viable option for many reasons as well.  One being you can use the same analytical tools to go over the data of the site.  Because it is part of your original site, you will be able to use the same analytical tools for site analysis.</p><p>Using the analytics tool will allow your programmer to see which browsers your mobile visitors are using, which will allow him or her to program the site best for those browsers.</p><p>If duplicate content is a concern, there is a way around it.  Using a technique called browser-detection and redirection should take care of this for you.  This technique will allow the web crawlers to see that this is just a mobile version of your site, and not duplicate content.  If you see that the redirection doesn&#8217;t seem to be working, a <a href="http://searchengineland.com/the-new-mobile-seo-what-you-need-to-know-40101">canonical tag</a> will, <em>&#8220;push all the value from your mobile site back to your traditional site, and then rely on your browser detection and redirection to take care of the rest.&#8221;</em></p><p>If you are unfamiliar with a canonical tag, here is how <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=139394">Google</a> tells you to insert this tag into your site:</p><p>&#8220;to specify a canonical link to the page <a href="http://www.example.com/product.php?item=swedish-fish">http://www.example.com/product.php?item=swedish-fish</a>, create a &lt;link&gt; element as follows:</p><pre name="code" class="html">&lt;link rel=&quot;canonical&quot; href=&quot;http://www.example.com/product.php?item=swedish-fish&quot;/&gt;</pre><p>Copy this link into the &lt;head&gt; section of all non-canonical versions of the page, such as <a href="http://www.example.com/product.php?item=swedish-fish&amp;sort=price">http://www.example.com/product.php?item=swedish-fish&amp;sort=price</a>.</p><p>If you publish content on both <a href="http://www.example.com/product.php?item=swedish-fish">http://www.example.com/product.php?item=swedish-fish</a> and <a href="https://www.example.com/product.php?item=swedish-fish">https://www.example.com/product.php?item=swedish-fish</a>, you can specify the canonical version of the page. Create the &lt;link&gt; element:</p><pre name="code" class="html">&lt;link rel=&quot;canonical&quot; href=&quot;http://www.example.com/product.php?item=swedish-fish&quot;/&gt;</pre><p>Add this link to the &lt;head&gt; section of <a href="https://www.example.comproduct.php?item=swedish-fish">https://www.example.comproduct.php?item=swedish-fish</a>.&#8221;</p><h3>On Page Optimization</h3><p>When it comes to your title tags and meta descriptions it helps to add mobile to the copy.  This alerts the web crawlers that your page is being created for mobile browsers.  Just like you would for a traditional website, make sure you set up a mobile sitemap.  Let the bots know where to go to find information easily.  According to <a href="http://searchengineland.com/the-new-mobile-seo-what-you-need-to-know-40101">Search Engine Land</a>, &#8220;Google has a tool that can help you build a mobile sitemap. If you are using multiple markup languages, for instance XHTML and WML you should submit a separate mobile sitemap for each language that exists on the site, and include only the pages that will render in browsers that can read that type of code. Be sure to link to the mobile site map in your robots.txt file, just like you would for a traditional site map.&#8221;</p><p>An example of a single site map provided by Google is below.</p><pre class="xml" name="code">
<em><span style="color:#236e25;">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt;</span></em>
&nbsp;<span style="color:#881280;">&lt;urlset </span><span style="color:#994500;">xmlns</span><span style="color:#881280;">=</span><span style="color:#1a1aa6;">&quot;http://www.sitemaps.org/schemas/sitemap/0.9&quot;</span><span style="color:#881280;">
&nbsp;&nbsp;xmlns:</span><span style="color:#994500;">mobile</span><span style="color:#881280;">=</span><span style="color:#1a1aa6;">&quot;http://www.google.com/schemas/sitemap-mobile/1.0&quot;</span><span style="color:#881280;">&gt;</span>
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#881280;">&lt;url&gt;</span>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#881280;">&lt;loc&gt;</span>http://mobile.example.com/article100.html<span style="color:#881280;">&lt;/loc&gt;</span>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#881280;">&lt;mobile:mobile/&gt;</span>
&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#881280;">&lt;/url&gt;</span>
<span style="color:#881280;">&lt;/urlset&gt;</span>
</pre><p>Just as you should for a traditional website, make sure your HTML code is clean, and not sloppy.  This can confuse web crawlers and make your loading time longer than necessary.</p><p>Submitting your site to the major mobile search engines is another must.  According to <a href="http://appaboutit.com/5-key-mobile-seo-tips/-91296.html">Mowbi</a> these are the top places to consider:</p><ul><li>Google XHTML <a href="http://www.google.com/xhtml">http://www.google.com/xhtml</a></li><li>Google Mobile <a href="http://www.google.com/mobile/">http://www.google.com/mobile/</a></li><li>Yahoo Mobile <a href="http://mobile.yahoo.com/search">http://mobile.yahoo.com/search</a></li><li>MSN/Bing <a href="http://home.mobile.live.com/Home.mvc">http://home.mobile.live.com/Home.mvc</a></li><li>AOL Mobile <a href="http://mobile.aolsearch.com">http://mobile.aolsearch.com</a></li><li>ABPHONE <a href="http://www.abphone.com">http://www.abphone.com</a></li></ul><h3>Local Search</h3><p>Local search is becoming more and more popular on the web, and for mobile Internet browsing it is even more so.  More times than not many people are searching for places to go, or what is around them.  How many times have you been out and Googled a restaurant or shopping malls around you on your phone?  Chances are if you haven&#8217;t you have been with someone who has.</p><p>Diving into local SEO is a somewhat new tactic, and Google themselves are making changes often. <em>&#8220;<a href="http://www.clickz.com/clickz/column/1724994/google-experimenting-with-its-largest-opportunity-local">In the last couple of weeks</a>, Google has been placing increasing importance on local business listings by experimenting with the placement of the 7-pack listings.&#8221;</em> With more and more changes to come, reading up on how you can keep up with Google will be your best for mobile and traditional web.</p><p>As the mobile web evolves so will the SEO best practices. These are just some of the many tactics you need to be aware of when optimizing your mobile website.  As the search engines evolve, mobile SEO will become more and more a necessity.</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aextnet?a=hsfoE1eupP0:-RNzmxcBZ8k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aextnet?i=hsfoE1eupP0:-RNzmxcBZ8k:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=hsfoE1eupP0:-RNzmxcBZ8k:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aextnet?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=hsfoE1eupP0:-RNzmxcBZ8k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aextnet?i=hsfoE1eupP0:-RNzmxcBZ8k:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=hsfoE1eupP0:-RNzmxcBZ8k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aextnet?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=hsfoE1eupP0:-RNzmxcBZ8k:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/aextnet?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aextnet/~4/hsfoE1eupP0" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://aext.net/2010/08/seo-tips-and-tricks-for-mobile/feed/</wfw:commentRss> <slash:comments>12</slash:comments> <feedburner:origLink>http://aext.net/2010/08/seo-tips-and-tricks-for-mobile/</feedburner:origLink></item> <item><title>CSS3 Sidebar Full Height Background Color</title><link>http://feedproxy.google.com/~r/aextnet/~3/jq5t2-0yUmA/</link> <comments>http://aext.net/2010/08/css3-sidebar-full-height-background-color/#comments</comments> <pubDate>Mon, 23 Aug 2010 06:24:22 +0000</pubDate> <dc:creator>Lam Nguyen</dc:creator> <category><![CDATA[CSS & HTML]]></category> <category><![CDATA[css3]]></category> <category><![CDATA[Gradient]]></category><guid isPermaLink="false">http://aext.net/?p=6952</guid> <description><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/08/css3-sidebar-full-height-background-color/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/08/css3-sidebar-full-height-background-color/" height="61" width="51" /></a></p>]]></description> <content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/RwxpwNxp9aAXeUwPC_Zh8RIQAHA/0/da"><img src="http://feedads.g.doubleclick.net/~a/RwxpwNxp9aAXeUwPC_Zh8RIQAHA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/RwxpwNxp9aAXeUwPC_Zh8RIQAHA/1/da"><img src="http://feedads.g.doubleclick.net/~a/RwxpwNxp9aAXeUwPC_Zh8RIQAHA/1/di" border="0" ismap="true"></img></a></p><p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/08/css3-sidebar-full-height-background-color/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/08/css3-sidebar-full-height-background-color/" height="61" width="51" /></a></p><p>This is a small CSS3 trick which can do the <a href="http://www.alistapart.com/articles/fauxcolumns/">Faux Columns</a> trick without using image. The problem with sidebar in layout is it cannot extend automatically full height along with the content. We usually do it by creating an image for background and repeating it the way down for content container. Today, I will show you how we get the same result with CSS3. This technique is using the CSS3 gradient.</p><p><span id="more-6952"></span></p><h3>The old way</h3><p>Lets review the way we usually do with the sidebar to make its background color to extend the way down of the page. According to <a href="http://www.alistapart.com/articles/fauxcolumns/">the article from Alistapart</a>, the author used the background image with a few pixels tall. The background image will have the wide background color for content column and one for sidebar column which looks something like</p><div><a href="http://www.alistapart.com/articles/fauxcolumns/"><img src="http://aext.net/wp-contents/uploads/2010/08/Faux-Columns.png" alt="" title="Faux Columns" width="500" height="131" class="aligncenter size-full wp-image-6953" /></a></div><p>This background should used for container of both content column and sidebar column. Repeating this background vertically is what we always do:</p><pre name="code" class="css">background: url(images/bg.jpg) repeat-y;</pre><p>It has been together with our design for 6 years. Nice, right?</p><h3>Using CSS3 instead</h3><p>CSS3 is awesome when it has gradient property. We can use this property for several purposes which can speed up our website since we use it instead of image. With CSS3, we can generate the background with more than 2 colors. To be concerned with the sidebar thing, we will have 2 colors generated and separated from two sides of the container background. I&#8217;ll go with Black and White &#8211; <em>The use of white and black would be dramatic</em> lol <img src='http://aext.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><div class="bigimage"><img src="http://aext.net/wp-contents/uploads/2010/08/faux-css3.jpg" alt="" title="faux-css3" width="490" height="185" class="aligncenter size-full wp-image-6964" /></div><p>The code using (for webkit browsers)</p><pre name="code" class="css">
background: -webkit-gradient(linear, right top, left top, color-stop(0.30, #000000), color-stop(0.70, #FFFFFF));
</pre><p>&#8220;Color-stops&#8221; specified above will determine the ending position of each color in gradient. Let make it simple, the &#8220;black&#8221; goes from right in 70% of the container then stops. Next, the &#8220;white&#8221; start filling at position 80% of the container. If you dont assign the postions to stop colors, default will %50.</p><p>Now, the trick, let them meet each other at the same position:</p><pre name="code" class="css">
background: -webkit-gradient(linear, right top, left top, color-stop(0.30, #000000), color-stop(0.30, #FFFFFF));
</pre><p>Now, this is the result</p><div class="bigimage"><img src="http://aext.net/wp-contents/uploads/2010/08/faux-css3-2.jpg" alt="" title="faux css3-2" width="490" height="185" class="aligncenter size-full wp-image-6965" /></div><p>The color-stop above indicates that the left side should have black color at the point 30% of the gradient length, and the continue to fill the black color, but the black start filling color at the position 30% as well and it doesn&#8217;t have the space for two colors blending.</p><p>For Firefox:</p><pre class="css" name="code">
background: -moz-linear-gradient(right center, #000000 30%, #FFFFFF 30%);
</pre><h3>Some notes</h3><p>Because Opera doesn&#8217;t support gradient at all, this technique won&#8217;t work in Opera browser. As well as Internet Explorer, its gradient filter doesn&#8217;t have color-stop function, so, this cheat will work in Firefox and Webkit browsers only.</p><p>However, since CSS gradient can be used anywhere an image can be used, we can use fallback to background image if the browser doesn&#8217;t support.</p><pre name="code" class="css">
background: url(images/bg.jpg) repeat-y;
background: -webkit-gradient(linear, right top, left top, color-stop(0.30, #000000), color-stop(0.30, #FFFFFF));
background: -moz-linear-gradient(right center, #000000 30%, #FFFFFF 30%);
</pre><p>So, we will continue to wait when all the browsers support this technique, then we can fully say goodbye to <code>background-image</code> for our sidebar.</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aextnet?a=jq5t2-0yUmA:yycTQ_NpKBY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aextnet?i=jq5t2-0yUmA:yycTQ_NpKBY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=jq5t2-0yUmA:yycTQ_NpKBY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aextnet?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=jq5t2-0yUmA:yycTQ_NpKBY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aextnet?i=jq5t2-0yUmA:yycTQ_NpKBY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=jq5t2-0yUmA:yycTQ_NpKBY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aextnet?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=jq5t2-0yUmA:yycTQ_NpKBY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/aextnet?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aextnet/~4/jq5t2-0yUmA" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://aext.net/2010/08/css3-sidebar-full-height-background-color/feed/</wfw:commentRss> <slash:comments>13</slash:comments> <feedburner:origLink>http://aext.net/2010/08/css3-sidebar-full-height-background-color/</feedburner:origLink></item> <item><title>Freebie Released: Social Light Icon Set</title><link>http://feedproxy.google.com/~r/aextnet/~3/zU4vZqHRNk8/</link> <comments>http://aext.net/2010/08/freebie-social-light-icon-set/#comments</comments> <pubDate>Fri, 20 Aug 2010 07:54:27 +0000</pubDate> <dc:creator>Lam Nguyen</dc:creator> <category><![CDATA[Graphics]]></category> <category><![CDATA[icon]]></category> <category><![CDATA[Social Media]]></category><guid isPermaLink="false">http://aext.net/?p=6935</guid> <description><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/08/freebie-social-light-icon-set/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/08/freebie-social-light-icon-set/" height="61" width="51" /></a></p>]]></description> <content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/0knvqQHL15PUvrlRIX-hXj7pD9k/0/da"><img src="http://feedads.g.doubleclick.net/~a/0knvqQHL15PUvrlRIX-hXj7pD9k/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0knvqQHL15PUvrlRIX-hXj7pD9k/1/da"><img src="http://feedads.g.doubleclick.net/~a/0knvqQHL15PUvrlRIX-hXj7pD9k/1/di" border="0" ismap="true"></img></a></p><p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/08/freebie-social-light-icon-set/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/08/freebie-social-light-icon-set/" height="61" width="51" /></a></p><p>Today, we are going to release the first icon freebie for our readers on <a href="http://aext.net">AEXT.NET MAGAZINE</a>. There will be a series of icon sets which is exclusive for AEXT.NET. This is a set of slick and light social media icons designed by <a href="http://www.iconshock.com">IconShock</a>, a great icon studio. You can download them absolutely free here at AEXT.NET.</p><p><span id="more-6935"></span></p><div class="bigimage"><a href="http://aext.net/wp-contents/uploads/2010/08/pr-social-gray.jpg"><img src="http://aext.net/wp-contents/uploads/2010/08/pr-social-gray-500x392.jpg" alt="Social Light: Exclusive Icon Set for AEXT.NET MAGAZINE" title="Social Light: Exclusive Icon Set for AEXT.NET MAGAZINE" width="500" height="392" class="aligncenter size-medium wp-image-6936" /></a></div><h3>About IconShock</h3><p><a href="http://www.iconshock.com">Iconshock</a> is one of the biggest icon studios, with a huge collection of more than 800.000 <a href="http://www.iconshock.com">high quality stock icons</a> in more than 300 icon sets. They also allow visitors to download free high resolution icons which are released daily. Check them out!</p><h3>Download for free</h3><p>These icons are absolutely free to download. Feel free to use them for personal or commercial projects. They come in 2 sizes PNG format with two different sizes &#8211; 48 x 48px and 128 x 128px. No re-distribution allowed! If you’d like to share this set of icons, help us spread the word by linking back to this original page.</p><ul><li>Download Type: PNG</li><li>Download Size: 209 KBs</li><li>Download Link: <a href="http://aext.net/wp-content/uploads/freebies/social-media-icon-light.zip" title="social media icon">Social Media Light Icon Set</a></li></ul><p>We will continue to release more freebies for our readers, stay tuned!</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aextnet?a=zU4vZqHRNk8:1rIAaUv4k84:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aextnet?i=zU4vZqHRNk8:1rIAaUv4k84:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=zU4vZqHRNk8:1rIAaUv4k84:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aextnet?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=zU4vZqHRNk8:1rIAaUv4k84:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aextnet?i=zU4vZqHRNk8:1rIAaUv4k84:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=zU4vZqHRNk8:1rIAaUv4k84:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aextnet?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=zU4vZqHRNk8:1rIAaUv4k84:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/aextnet?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aextnet/~4/zU4vZqHRNk8" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://aext.net/2010/08/freebie-social-light-icon-set/feed/</wfw:commentRss> <slash:comments>10</slash:comments> <feedburner:origLink>http://aext.net/2010/08/freebie-social-light-icon-set/</feedburner:origLink></item> <item><title>Creative Album Cover Arts for Inspiration</title><link>http://feedproxy.google.com/~r/aextnet/~3/rhLzgRZKNSQ/</link> <comments>http://aext.net/2010/08/creative-album-cover-arts/#comments</comments> <pubDate>Wed, 18 Aug 2010 04:00:29 +0000</pubDate> <dc:creator>Lukas Salomon</dc:creator> <category><![CDATA[Graphics]]></category> <category><![CDATA[album cover artwork]]></category> <category><![CDATA[cover art]]></category> <category><![CDATA[creative]]></category><guid isPermaLink="false">http://aext.net/?p=6835</guid> <description><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/08/creative-album-cover-arts/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/08/creative-album-cover-arts/" height="61" width="51" /></a></p>]]></description> <content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/8NX0fHsoHQfZPPojRGyIROmSlm4/0/da"><img src="http://feedads.g.doubleclick.net/~a/8NX0fHsoHQfZPPojRGyIROmSlm4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8NX0fHsoHQfZPPojRGyIROmSlm4/1/da"><img src="http://feedads.g.doubleclick.net/~a/8NX0fHsoHQfZPPojRGyIROmSlm4/1/di" border="0" ismap="true"></img></a></p><p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/08/creative-album-cover-arts/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/08/creative-album-cover-arts/" height="61" width="51" /></a></p><p>Apart from their influence on the buying behavior of people, album covers also provide a place where both musicians and designers can express their art. But the music is always more important than the packaging &#8211; as it should be. Enjoy the great examples of album cover artwork design which are really useful for inspiration.</p><p><span id="more-6835"></span></p><h3>Muse &#8211; The Resistance</h3><p><a href="http://muse.mu/discography/albums/47/the-resistance/"><img src="http://aext.net/wp-contents/uploads/2010/08/muse-resistance-500x500.jpg" alt="muse resistance" width="500" height="500" class="aligncenter size-medium wp-image-6845" /></a></p><h3>Muse &#8211; Origin of Symmetry</h3><p><a href="http://muse.mu/discography/albums/5/origin-of-symmetry/"><img src="http://aext.net/wp-contents/uploads/2010/08/muse-origin-of-symmetry-500x500.jpg" alt="muse origin of symmetry" width="500" height="500" class="aligncenter size-medium wp-image-6848" /></a></p><h3>Biffy Clyro &#8211; Infinity Land</h3><p><a href="http://www.biffyclyro.com/music/infinityland"><img src="http://aext.net/wp-contents/uploads/2010/08/biffy-clyro-infinty-land.jpg" alt="biffy clyro infinity land" width="500" height="500" class="aligncenter size-full wp-image-6849" /></a></p><h3>Biffy Clyro &#8211; Puzzle</h3><p><a href="http://www.biffyclyro.com/music/puzzle"><img src="http://aext.net/wp-contents/uploads/2010/08/biffy-clyro-puzzle.jpg" alt="biffy clyro puzzle " width="500" height="500" class="aligncenter size-full wp-image-6850" /></a></p><h3>Coldplay &#8211; X&amp;Y</h3><p><a href="http://www.coldplay.com/recordings.php"><img src="http://aext.net/wp-contents/uploads/2010/08/coldplay-xy.jpg" alt="coldplay x&amp;y" width="500" height="500" class="aligncenter size-full wp-image-6851" /></a></p><h3>Green Day &#8211; American Idiot</h3><p><a href="http://www.greenday.com/site/music.php"><img src="http://aext.net/wp-contents/uploads/2010/08/Green-Day-American-Idiot.jpg" alt="green day american idiot" width="500" height="500" class="aligncenter size-full wp-image-6852" /></a></p><h3>Drogatones &#8211; Rico</h3><p><a href="http://www.lastfm.de/music/Drogatones/Rico"><img src="http://aext.net/wp-contents/uploads/2010/08/drogatones-rico.jpg" alt="drogatones rico" width="400" height="350" class="aligncenter size-full wp-image-6853" /></a></p><h3>Mando Diao &#8211; Give Me Fire</h3><p><a href="http://www.mandodiao.com/site/main.php#section=discography&amp;id=30&amp;begin=0&amp;update=1&amp;top=1&amp;nav=mod_feed"><img src="http://aext.net/wp-contents/uploads/2010/08/mando-diao-give-me-fire-cover.jpg" alt="mando diao give me fire" width="500" height="500" class="aligncenter size-full wp-image-6855" /></a></p><h3>Metallica &#8211; Death Magnetic</h3><p><a href="http://www.metallica.com/Media/Albums/albums.asp?album_id=12"><img src="http://aext.net/wp-contents/uploads/2010/08/metallica-death-magnetic.jpg" alt="metallica death magnetic" width="500" height="500" class="aligncenter size-full wp-image-6856" /></a></p><h3>The Killers &#8211; Day&amp;Age</h3><p><a href="http://www.thekillersmusic.com/release/albums/day_and_age_"><img src="http://aext.net/wp-contents/uploads/2010/08/killers-day-age-500x500.jpg" alt="killers day&amp;age" width="500" height="500" class="aligncenter size-medium wp-image-6857" /></a></p><h3>The National &#8211; Alligator</h3><p><a href="http://www.americanmary.com/sound_alligator.php"><img src="http://aext.net/wp-contents/uploads/2010/08/the-national-alligator-500x500.jpg" alt="the national alligator" width="500" height="500" class="aligncenter size-medium wp-image-6858" /></a></p><h3>The National &#8211; High Violet</h3><p><a href="http://www.americanmary.com/sound_highviolet-lp.php"><img src="http://aext.net/wp-contents/uploads/2010/08/the-national_high-violet-500x499.jpg" alt="the national high violet" width="500" height="499" class="aligncenter size-medium wp-image-6859" /></a></p><h3>The National &#8211; Sad Songs for Dirty Lovers</h3><p><a href="http://www.americanmary.com/sound_sadsongsfordirtylovers-cd.php"><img src="http://aext.net/wp-contents/uploads/2010/08/The_National_-_Sad_Songs_for_Dirty_Lovers.jpg" alt="the national sad songs for dirty lovers" width="500" height="500" class="aligncenter size-full wp-image-6861" /></a></p><h3>You Me At Six &#8211; Hold Me Down</h3><p><a href="http://www.youmeatsix.co.uk/store.php"><img src="http://aext.net/wp-contents/uploads/2010/08/you-me-at-six-hold-me-down.jpg" alt="you me at six hold me down" width="500" height="500" class="aligncenter size-full wp-image-6862" /></a></p><h3>You Me At Six &#8211; Take Off Your Colours</h3><p><a href="http://www.youmeatsix.co.uk/store.php"><img src="http://aext.net/wp-contents/uploads/2010/08/you-me-at-six-take-off-your-colours-500x500.jpg" alt="you me at six take off your colours" width="500" height="500" class="aligncenter size-medium wp-image-6863" /></a></p><h3>Michael Jackson &#8211; Dangerous</h3><p><a href="http://www.michaeljackson.com/at/music/dangerous"><img src="http://aext.net/wp-contents/uploads/2010/08/michaeljacksondangerousi.jpg" alt="michael jackson dangerous" width="500" height="500" class="aligncenter size-full wp-image-6864" /></a></p><h3>Keane &#8211; Under The Iron Sea</h3><p><a href="http://www.keanemusic.com/"><img src="http://aext.net/wp-contents/uploads/2010/08/keane-under-the-iron-sea-500x500.jpg" alt="keane under the iron sea" width="500" height="500" class="aligncenter size-medium wp-image-6865" /></a></p><h3>Jónsi &#8211; Go</h3><p><a href="http://jonsi.com/"><img src="http://aext.net/wp-contents/uploads/2010/08/Jonsi_Go-500x446.jpg" alt="jonsi go" width="500" height="446" class="aligncenter size-medium wp-image-6866" /></a></p><h3>Caribou &#8211; Swim</h3><p><a href="http://www.caribou.fm/index.php/releases/entry/swim/"><img src="http://aext.net/wp-contents/uploads/2010/08/caribou-swim.jpg" alt="caribou swim" width="500" height="495" class="aligncenter size-full wp-image-6867" /></a></p><h3>Gorillaz &#8211; Plastic Beach</h3><p><a href="http://gorillaz.com/"><img src="http://aext.net/wp-contents/uploads/2010/08/gorillaz-plastic-beach-500x500.jpg" alt="gorillaz plastic beach" width="500" height="500" class="aligncenter size-medium wp-image-6868" /></a></p><h3>Pink Floyd &#8211; Dark Side of the Moon</h3><p><a href="http://www.pinkfloyd.com/dsotm/content/setup.html"><img src="http://aext.net/wp-contents/uploads/2010/08/pink-floyd-dark-side-of-the-moon-cover-500x500.jpg" alt="pink floyd dark side of the moon" width="500" height="500" class="aligncenter size-medium wp-image-6869" /></a></p><h3>The Rolling Stones &#8211; Some Girls</h3><p><a href="http://www.rollingstones.com/album/some-girls"><img src="http://aext.net/wp-contents/uploads/2010/08/rolling-stones-some-girls-x-500x501.jpg" alt="the rolling stones some girls" width="500" height="501" class="aligncenter size-medium wp-image-6870" /></a></p><h3>Led Zeppelin &#8211; Mothership</h3><p><a href="http://www.themothershipiscoming.com/"><img src="http://aext.net/wp-contents/uploads/2010/08/Led_Zeppelin-Mothership-Frontal-500x500.jpg" alt="led zeppelin mothership" width="500" height="500" class="aligncenter size-medium wp-image-6871" /></a></p><h3>The Who &#8211; Then and Now</h3><p><a href="http://www.thewho.com/index.php?module=discography&amp;discography_item_id=94"><img src="http://aext.net/wp-contents/uploads/2010/08/the-who-then-and-now-500x500.jpg" alt="the who then and now" width="500" height="500" class="aligncenter size-medium wp-image-6872" /></a></p><h3>Sportfreunde Stiller &#8211; MTV Unplugged in New York</h3><p><a href="http://www.sportfreunde-stiller.de/sf_disco_album.php?aid=46"><img src="http://aext.net/wp-contents/uploads/2010/08/sportfreunde_stiller_unplugged_in_new_york_mtv_cover-500x500.jpg" alt="sportfreunde stiller mtv unplugged in new york" width="500" height="500" class="aligncenter size-medium wp-image-6873" /></a></p><h3>Pink Floyd &#8211; The Wall</h3><p><a href="http://www.pinkfloyd.com/"><img src="http://aext.net/wp-contents/uploads/2010/08/pink-floyd-the-wall.jpg" alt="pinkl floyd the wall" width="496" height="500" class="aligncenter size-full wp-image-6875" /></a></p><h3>Pink Floyd &#8211; Wish You Were Here</h3><p><a href="http://www.pinkfloyd.com/"><img src="http://aext.net/wp-contents/uploads/2010/08/pink-floyd-wish-you-were-here-500x500.jpg" alt="pink floyd wish you were here" width="500" height="500" class="aligncenter size-medium wp-image-6876" /></a></p><h3>Nirvana &#8211; Nevermind</h3><p><a href="http://www.hereisnirvana.com/index2.html"><img src="http://aext.net/wp-contents/uploads/2010/08/nirvana-nevermind-500x500.jpg" alt="nirvana nevermind" width="500" height="500" class="aligncenter size-medium wp-image-6877" /></a></p><h3>Wolfmother &#8211; Cosmic Egg</h3><p><a href="http://www.wolfmother.com/music/all/cosmic_egg_deluxe"><img src="http://aext.net/wp-contents/uploads/2010/08/wolfmother_cosmic-egg_cover-500x500.jpg" alt="wolfmother cosmic egg" width="500" height="500" class="aligncenter size-medium wp-image-6878" /></a></p><h3>Paramore &#8211; Brand New Eyes</h3><p><a href="http://www.paramore.net/album/brand-new-eyes/"><img src="http://aext.net/wp-contents/uploads/2010/08/brand-new-eyes-paramore-500x500.jpg" alt="paramore brand new eyes" width="500" height="500" class="aligncenter size-medium wp-image-6879" /></a></p><h3>Yeah Yeah Yeahs &#8211; It&#8217;s Blitz!</h3><p><a href="http://www.yeahyeahyeahs.com/"><img src="http://aext.net/wp-contents/uploads/2010/08/Yeah_Yeah_Yeahs_-_Its_Blitz.jpg" alt="yeah yeah yeahs it&#039;s blitz!" width="500" height="500" class="aligncenter size-full wp-image-6882" /></a></p><h3>Jamie Cullum &#8211; The Pursuit</h3><p><a href="http://www.jamiecullum.com/the-pursuit"><img src="http://aext.net/wp-contents/uploads/2010/08/Jamie-Cullum_The-Pursuit-500x500.jpg" alt="jamie cullum the pursuit" width="500" height="500" class="aligncenter size-medium wp-image-6883" /></a></p><h3>Michael Jackson &#8211; This Is It</h3><p><a href="http://www.michaeljackson.com/at/music/it"><img src="http://aext.net/wp-contents/uploads/2010/08/michael-jackson-this-is-it-500x500.jpg" alt="michael jackson this is it" width="500" height="500" class="aligncenter size-medium wp-image-6884" /></a></p><h3>The Rolling Stones &#8211; Tattoo You</h3><p><a href="http://www.rollingstones.com/album/tattoo-you"><img src="http://aext.net/wp-contents/uploads/2010/08/rolling_stones_tattoo_you-500x500.jpg" alt="rolling stones tattoo you" width="500" height="500" class="aligncenter size-medium wp-image-6885" /></a></p><h3>The Academy Is&#8230; &#8211; Almost Here</h3><p><a href="http://www.theacademyis.com/discography/"><img src="http://aext.net/wp-contents/uploads/2010/08/the-acacdemy-is...almost-here-500x485.jpg" alt="the academy is...almost here" width="500" height="485" class="aligncenter size-medium wp-image-6886" /></a></p><h3>The Starting Line &#8211; Direction</h3><p><a href="http://www.startinglinerock.com/"><img src="http://aext.net/wp-contents/uploads/2010/08/the-starting-line-direction.jpg" alt="the starting line direction" width="500" height="500" class="aligncenter size-full wp-image-6887" /></a></p><h3>Sugarcult &#8211; Start Static</h3><p><a href="http://www.sugarcult.com/start_static.html"><img src="http://aext.net/wp-contents/uploads/2010/08/sugarcult-start-static-500x500.jpg" alt="sugarcult start static" width="500" height="500" class="aligncenter size-medium wp-image-6888" /></a></p><h3>Paramore &#8211; Riot</h3><p><a href="http://www.paramore.net/album/riot/"><img src="http://aext.net/wp-contents/uploads/2010/08/paramore-riot.jpg" alt="paramore riot" width="500" height="500" class="aligncenter size-full wp-image-6889" /></a></p><h3>Nickelback &#8211; Silver Side Up</h3><p><a href="http://www.nickelback.com/index2.html"><img src="http://aext.net/wp-contents/uploads/2010/08/nickelback-silver-side-up.jpg" alt="nickelback silver side up" width="500" height="500" class="aligncenter size-full wp-image-6890" /></a></p><h3>The Beatles &#8211; Love</h3><p><a href="http://www.thebeatles.com/#/albums/Love"><img src="http://aext.net/wp-contents/uploads/2010/08/the-beatles-love-500x500.jpg" alt="the beatles love" width="500" height="500" class="aligncenter size-medium wp-image-6891" /></a></p><p>Watch out for upcoming sequels!</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aextnet?a=rhLzgRZKNSQ:CZSkbo5ZgDA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aextnet?i=rhLzgRZKNSQ:CZSkbo5ZgDA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=rhLzgRZKNSQ:CZSkbo5ZgDA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aextnet?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=rhLzgRZKNSQ:CZSkbo5ZgDA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aextnet?i=rhLzgRZKNSQ:CZSkbo5ZgDA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=rhLzgRZKNSQ:CZSkbo5ZgDA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aextnet?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aextnet?a=rhLzgRZKNSQ:CZSkbo5ZgDA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/aextnet?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aextnet/~4/rhLzgRZKNSQ" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://aext.net/2010/08/creative-album-cover-arts/feed/</wfw:commentRss> <slash:comments>11</slash:comments> <feedburner:origLink>http://aext.net/2010/08/creative-album-cover-arts/</feedburner:origLink></item> </channel> </rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 1/34 queries in 0.006 seconds using memcached
Object Caching 649/713 objects using memcached

Served from: aext.net @ 2010-09-08 09:35:40 -->
