<?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>designerbooster &#187; Mobile Content</title>
	<atom:link href="http://www.designerbooster.com/category/mobile-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designerbooster.com</link>
	<description>designerbooster.com: boost your creativity with the right design resources at hand.</description>
	<lastBuildDate>Tue, 19 Mar 2013 07:10:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Responsive Web Design</title>
		<link>http://www.designerbooster.com/web-design/responsive-web-design/</link>
		<comments>http://www.designerbooster.com/web-design/responsive-web-design/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 08:37:01 +0000</pubDate>
		<dc:creator>designerbooster</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Mobile Content]]></category>
		<category><![CDATA[Mobile Design]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Approach]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[DeviceAgnostic]]></category>
		<category><![CDATA[Responsive]]></category>

		<guid isPermaLink="false">http://www.designerbooster.com/?p=4142</guid>
		<description><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/web-design/responsive-web-design/" title="responsive_web_design"><img title="responsive_web_design" src="http://www.designerbooster.com/wp-content/uploads/2012/03/responsive_web_design.png" alt="Responsive Web Design" width="320" height="193" /></a>
		</div>
		<br/>
		This is a different take on Responsive Web design. This article discusses how we can better embrace what the Web is about by ignoring the big elephant in the room; that is, how we can rely on media queries and breakpoints without any concern for devices. The Challenge Let’s start our journey by looking at [...]
Related posts:<ol>
<li><a href='http://www.designerbooster.com/web-design/responsive-web-design-templates-frameworks/' rel='bookmark' title='Responsive Web Design Templates and Frameworks'>Responsive Web Design Templates and Frameworks</a></li>
<li><a href='http://www.designerbooster.com/web-design/gridpak-responsive-grid-generator/' rel='bookmark' title='Gridpak: The Responsive Grid Generator'>Gridpak: The Responsive Grid Generator</a></li>
<li><a href='http://www.designerbooster.com/web-design/26-responsive-web-designs/' rel='bookmark' title='26 Responsive Web Designs'>26 Responsive Web Designs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/web-design/responsive-web-design/" title="responsive_web_design"><img title="responsive_web_design" src="http://www.designerbooster.com/wp-content/uploads/2012/03/responsive_web_design.png" alt="Responsive Web Design" width="320" height="193" /></a>
		</div>
		<br/>
		This is a different take on Responsive Web design. This article discusses how we can better embrace what the Web is about by ignoring the big elephant in the room; that is, how we can rely on media queries and breakpoints without any concern for devices.

<a href="http://www.designerbooster.com/wp-content/uploads/2012/03/responsive_web_design.png"><img class="alignnone size-full wp-image-4144" title="responsive_web_design" src="http://www.designerbooster.com/wp-content/uploads/2012/03/responsive_web_design.png" alt="" width="646" height="391" /></a>
<h3>The Challenge</h3>
Let’s start our journey by looking at these online tools:
<ul>
	<li><a href="http://mattkersley.com/responsive/" target="_blank">Responsive Design Testing</a></li>
	<li><a href="http://responsive.is/" target="_blank">Responsive.is</a></li>
	<li><a href="http://www.responsinator.com/" target="_blank">Responsinator</a></li>
	<li><a href="http://www.benjaminkeen.com/misc/bricss/" target="_blank">BriCSS</a></li>
</ul>
Those pages let people check websites through a set of pre-built views based on various device sizes or orientations. <a href="http://www.benjaminkeen.com/misc/bricss/" target="_blank">Bricss</a> goes one step further as it allows you to "customize" viewports by setting any dimensions you want.

Now check <a href="http://punchcut.com/perspectives/the-great-tablet-flood" target="_blank">the-great-tablet-flood of 2011</a>.

Do you get my drift? Trying to check layouts against specific sets of dimensions is a losing battle. Besides, using existing devices to set break-points is not what I’d call a "future proof" approach, as there is no for standard sizes or ratios.

I don’t want to go the "<a href="http://meyerweb.com/eric/comment/chech.html" target="_blank">consider it to be harmful</a>" route, but I want to point out that tools like these, or articles promoting a device approach (i.e. <a href="http://www.metaltoad.com/blog/simple-device-diagram-responsive-design-planning" target="_blank">Device Diagram for Responsive Design Planning</a>), make people focus on the wrong end of the problem, reinforcing the idea that <em>responsive</em> is all about devices.

To me, it seems more realistic to check our layouts through viewports of arbitrary dimensions and shapes. We don’t need anything fancy, we can simply drag the bottom right corner of our favorite desktop browser to enter: “Device Agnostic Mode”.
<h3>The Goal</h3>
The goal is to surface content, to style boxes as columns so they bring sections above the fold. The question is: when should we bring a box "up"?
<h3>Content Is King!</h3>
If we consider that content is king, then it makes sense to look at it as the corner stone of the solution. In other words, we should set break-points according to <strong>content</strong> instead of devices.
<h4>The Principle</h4>
The content of a box <em>dictates</em> its width. It is the minimum width of adjacent containers that create break points (a size at which we can display boxes next to each other).

Decisions are made keeping these points in mind:
<ul>
	<li>The width of a box should be as small or as wide as possible without impairing readability.</li>
	<li>The max-width of a box should take into consideration the importance of following boxes. This is because the wider the box, the wider the viewport must be to reveal subsequent boxes.</li>
	<li>The goal is <strong>not</strong> to bring everything above the fold (we don’t want to fill the viewport with clutter).</li>
</ul>
<h3>In Practice</h3>
<h4>Markup</h4>
For this exercise, we will consider 5 main blocks:
<pre class="brush: css">&lt;div class="grid-block" id="header"&gt;&lt;/div&gt;
&lt;div id="wrapper"&gt;
    &lt;div class="grid-block" id="main"&gt;&lt;/div&gt;
    &lt;div class="grid-block" id="complementary"&gt;&lt;/div&gt;
    &lt;div class="grid-block" id="aside"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="grid-block" id="contentinfo"&gt;&lt;/div&gt;</pre>
The wrapper will allow us to:
<ul>
	<li>mix percentages and pixels to style boxes on the same row</li>
	<li>set a maximum width for a group of boxes</li>
</ul>
<h4>CSS</h4>
To build our grid we will rely on <code>display:inline-block</code> mainly for horizontal alignment and inline flow. But note that this choice also gives us an extra edge to play with (more on this later).

Also note that we will override this styling with <code>float</code> to achieve some specific layouts.
<pre class="brush: css">    body {
        margin:auto;            /* you'll see why later */
        text-align:center;      /* to center align grid boxes */
        letter-spacing: -0.31em;/* webkit: collapse white-space between units */
        *letter-spacing: normal;/* reset IE &lt; 8 */
        word-spacing: -0.43em;  /* IE &lt; 8 &amp;&amp; gecko: collapse white-space between units */
    }
    .grid-block {
        letter-spacing: normal; /* reset */
        word-spacing: normal;   /* reset */
        text-align:left;        /* reset */
        display:inline-block;   /* styling all grid-wrapper as inline blocks */
        vertical-align:top;     /* aligning those boxes at the top */
        *display:inline;        /* IE hack to mimic inline-block */
        zoom:1;                 /* part of the above hack for IE */
        width:100%;             /* boxes would shrink-wrap */
    }

    /**
     * rules below are meant to paint the boxes
     */

    .grid-block {
        height: 150px;
    }
    #header {
        background: #d6cac1;
    }
    #main {
        background: #ad9684;
    }
    #complementary {
        background: #7a6351;
    }
    #aside {
        background: #000000;
    }
    #contentinfo {
        background: #3d3128;
    }</pre>
This produces a <a href="http://www.css-101.org/articles/responsive_design/demos/step-1.html" target="_blank">bunch of rows</a>.
<h4>Content-Driven Process</h4>
We define the width of each box according to its content. These values will then be used to set breakpoints. Note that the values below take into consideration a 10px gutter between columns.

&nbsp;

<dl><dt>Header</dt><dd>content: logo, navigation, search box</dd><dd>type: banner</dd><dd>minimum width: n/a</dd><dd>maximum width: n/a</dd><dt>Main</dt><dd>content: diverse (article, blog entry, comments, etc.)</dd><dd>type: main box that holds the meat of the page</dd><dd>minimum width: 420px [<a href="#footnote" target="_blank">1</a>]</dd><dd>maximum width: 550px [<a href="#footnote" target="_blank">1</a>]</dd><dt>Complementary</dt><dd>content: directory entries, tweets, etc.</dd><dd>type: multi-line text box with media</dd><dd>minimum width: 280px</dd><dd>maximum width: 380px</dd><dt>Aside</dt><dd>content: Ads</dd><dd>type: 230px wide images</dd><dd>fixed width: 250px or 490px (2 ads side by side)</dd><dt>Contentinfo</dt><dd>content: resources, blog roll, etc.</dd><dd>type: lists of links</dd><dd>minimum width: 220px</dd><dd>maximum width: 280px</dd></dl>The minimum and maximum widths above only come into play when the box is displayed as a column.
<h3>Breakpoints</h3>
The width of the containers establishes our breakpoints. Breakpoints are viewport's widths at which we decide to display a box as a column (instead of a row).
<h4>How Do We "Pick" Breakpoints?</h4>
Until we are able to use something like <a href="http://www.google.com/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;cts=1330897432181&amp;ved=0CDEQFjAA&amp;url=http%3A%2F%2Fdev.w3.org%2Fcsswg%2Fcss3-grid-align%2F&amp;ei=weFTT5GwKbGPigKm3sm0Bg&amp;usg=AFQjCNEH7KSiARjkdtGd1vgBuESld-hUYg" target="_blank">grid layout</a>, we are pretty much stuck with the HTML flow, and thus should rearrange boxes while respecting their source order. So we go down our list, and based on the minimum width values, we create various combinations. The values below show widths at which we rearrange the layout, styling rows as columns, or changing the width of a specific column.
<h5>470px</h5>
<ul>
	<li>header</li>
	<li>Main</li>
	<li>Complementary</li>
	<li>Aside (250) + Contentinfo (220)</li>
</ul>
<h5>530px</h5>
<ul>
	<li>header</li>
	<li>Main</li>
	<li>Complementary (280) + Aside (250)</li>
	<li>Contentinfo</li>
</ul>
<h5>700px</h5>
<ul>
	<li>header</li>
	<li>Main (420) + Complementary (280)</li>
	<li>Aside</li>
	<li>Contentinfo</li>
</ul>
or:
<ul>
	<li>header</li>
	<li>Main (420) + Complementary (280)</li>
	<li>Aside + Contentinfo</li>
</ul>
<h5>950px</h5>
<ul>
	<li>Main (420) + Complementary (280) + Aside (250)</li>
	<li>Contentinfo</li>
</ul>
<h5>1170px</h5>
<ul>
	<li>Main (420) + Complementary (280) + Aside (250) + Contentinfo (220)</li>
</ul>
<h5>1190px</h5>
<ul>
	<li>Main (420) + Complementary (280) + Aside (490)</li>
	<li>Contentinfo</li>
</ul>
<h5>1410px</h5>
<ul>
	<li>Head (240) Main (420) + Complementary (280) + Aside (250) + Contentinfo (220)</li>
</ul>
All of the above are potential breakpoints — each value could be used to create different layouts for the page. But is that something we <em>should</em> automatically do? I think not. At least not without considering these two points:

<strong>How close are the breakpoints?</strong>
We have 2 that are 20 pixels apart (1170px and 1190px); should we set both of them or should we drop one? I think that above 900px, chances are that desktop users may easily trigger a re-flow in that range, so I would not implement both. In other words, I think it's okay to go with close breakpoints if the values are below 800px — as there is less chance to confuse users when they resize their browser window.

<strong>Should we try to create as many columns as we can?</strong>
Bringing more ads above the fold may make more sense than bringing up a list of links that you'd generally keep buried in your footer. Also, you may choose to give more breathing room to your main content before bringing up boxes that the user does not really care for.
<h4>Getting Ready for Media Queries</h4>
For the purpose of this article, we'll use every single one of our breakpoints to create a new layout, which should also demonstrate that it is not necessarily a good idea.
<pre class="brush: css">/**
 * 470
 */
@media only screen and (min-width: 470px) and (max-width: 529px) {
    #aside {
        width: 250px;
        float: left;
    }
    #contentinfo {
        display: block;
        width: auto;
        overflow: hidden;
    }
}

/**
 * 530
 */
@media only screen and (min-width: 530px) and (max-width: 699px) {
    #wrapper {
        display:block;
        margin: auto;
        max-width: 550px; /* see comment below */
    }
    #complementary {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 250px;
        margin-right: -250px;
    }
    #aside {
        width: 250px;
    }
}

/**
 * 700
 */
@media only screen and (min-width: 700px) and (max-width: 949px) {
    #wrapper {
        display:block;
        margin: auto;
        max-width: 830px; /* see comment below */
    }
    #main {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 280px;
        margin-right: -280px;
        height: 300px;
    }
    #aside,
    #complementary {
        float: right;
        width: 280px;
    }
    #contentinfo {
        clear: both;
    }
}

/**
 * 950
 */
@media only screen and (min-width: 950px) and (max-width: 1169px) {
    #wrapper {
        display:block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 250px;
        margin: auto;
    }
    #main {
        width: 60%;
    }
    #complementary {
        width: 40%;
    }
    #aside {
        width: 250px;
        margin-right: -250px;
    }
}

/**
 * 1170
 */
@media only screen and (min-width: 1170px) and (max-width: 1189px) {

    #main,
    #complementary,
    #aside,
    #contentinfo {
        float: left; /* display:inline here leads to rounding errors */
    }
    #main {
        width: 36%;
    }
    #complementary {
        width: 24%;
    }
    #aside {
        width: 21%;
    }
    #contentinfo {
        width: 19%;
    }
}

/**
 * 1190
 */
@media only screen and (min-width: 1190px) and (max-width: 1409px) {
    #wrapper {
        display:block;
        box-sizing: border-box;
        padding-right: 490px;
        margin: auto;
    }
    #main {
        width: 60%;
    }
    #complementary {
        width: 40%;
    }
    #aside {
        width: 490px;
        margin-right: -490px;
    }
}

/**
 * 1410
 */
@media only screen and (min-width: 1410px) {
    body {
        max-width: 1740px;
    }
    #wrapper {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width:100%;
        padding-left: 17%;
        padding-right: 16%;
        margin-right: -16%;
        border-right: solid 250px transparent;
    }
    #header {
        float: left;
        width:17%;
        margin-right: -17%;
    }
    #main {
        width: 60%;
    }
    #complementary {
        width: 40%;
    }
    #aside {
        width: 250px;
        margin-right: -250px;
    }
    #contentinfo {
        width: 16%;
    }
}</pre>
For the 530px and 700px breakpoints, there is a design choice to make. Without a max-width, we'd get everything flush, but the main box (<code>#main</code>) would be larger than the maximum width we originally set.
<h3><a style="font-size: 2em;" href="http://www.css-101.org/articles/responsive_design/demos/demo.html" target="_blank">Demo</a></h3>
The last thing to do is to create a layout to cater for IE6/7/8, as these browsers will ignore the media queries. To do so, we can use a Conditional Comment:
<pre class="brush: css">&lt;!--[if lt IE 9]&gt;
    &lt;style&gt;
    body {
        margin: auto;
        min-width: 850px;
        max-width: 1000px;
        _width: 900px;
    }
    #main {
        width: 55%;
    }
    #complementary {
        width: 25%;
        *margin-right: -1px; /* rounding error */
    }
    #aside {
        width: 20%;
    }
    #contentinfo {
        clear:both;
    }
    &lt;/style&gt;
&lt;![endif]--&gt;</pre>
<h3>Conclusion</h3>
Not once in this article I referenced the width of a device, be it an iPad, a Xoom, or something else. Building a "content-aware grid" is a simple matter of choosing the "<a href="http://www.lukew.com/ff/entry.asp?1514" target="_blank">layout patterns</a>" that you want, based on breakpoints that you set according to page content.

After I sent this piece to Smashing Magazine, I ran into <a id="footnote" href="http://feedproxy.google.com/~r/SmashingMagazine/~3/yY1esnp-AlE/" rel="nofollow" target="_blank">Smashing Magazine Feed</a>]]></content:encoded>
			<wfw:commentRss>http://www.designerbooster.com/web-design/responsive-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QR Codes and Microsoft Tags: New Promotion Generation</title>
		<link>http://www.designerbooster.com/design-articles/qr-codes-microsoft-tags-new-promotion-generation/</link>
		<comments>http://www.designerbooster.com/design-articles/qr-codes-microsoft-tags-new-promotion-generation/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 02:37:10 +0000</pubDate>
		<dc:creator>designerbooster</dc:creator>
				<category><![CDATA[Design Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Mobile Content]]></category>
		<category><![CDATA[Codes]]></category>
		<category><![CDATA[Generation]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Promotion]]></category>
		<category><![CDATA[Tags]]></category>

		<guid isPermaLink="false">http://www.designerbooster.com/?p=4056</guid>
		<description><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/design-articles/qr-codes-microsoft-tags-new-promotion-generation/" title="QR Codes and Microsoft Tags: New Promotion Generation"><img title="QR Codes and Microsoft Tags: New Promotion Generation" src="http://www.designerbooster.com/wp-content/uploads/2012/03/70f91__qcamt.jpg" alt="QR Codes and Microsoft Tags: New Promotion Generation" width="320" height="213" /></a>
		</div>
		<br/>
		QR Codes are the latest cutting edge technique for linking the consumer of a traditional product to the digital world. They are a new way of spreading messages, improved by all those advantages and flexibility which Internet can offer. QR codes work in a variety of ways, including pointing people directly to a website just [...]
Related posts:<ol>
<li><a href='http://www.designerbooster.com/featured/jquery-textext-tags-autocomplete-ajax-support-input-field/' rel='bookmark' title='jQuery Textext &#8211; Tags, Autocomplete, AJAX Support for Input Field'>jQuery Textext &#8211; Tags, Autocomplete, AJAX Support for Input Field</a></li>
<li><a href='http://www.designerbooster.com/featured/getting-qr-codes-uri-schemes/' rel='bookmark' title='Getting the Most Out of QR Codes Using URI Schemes'>Getting the Most Out of QR Codes Using URI Schemes</a></li>
<li><a href='http://www.designerbooster.com/featured/redbubble-giveaway-gift-certificates-discount-codes-grabs/' rel='bookmark' title='RedBubble Giveaway: Gift Certificates and Discount Codes Up for Grabs'>RedBubble Giveaway: Gift Certificates and Discount Codes Up for Grabs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/design-articles/qr-codes-microsoft-tags-new-promotion-generation/" title="QR Codes and Microsoft Tags: New Promotion Generation"><img title="QR Codes and Microsoft Tags: New Promotion Generation" src="http://www.designerbooster.com/wp-content/uploads/2012/03/70f91__qcamt.jpg" alt="QR Codes and Microsoft Tags: New Promotion Generation" width="320" height="213" /></a>
		</div>
		<br/>
		QR Codes are the latest cutting edge technique for linking the consumer of a traditional product to the digital world. They are a new way of spreading messages, improved by all those advantages and flexibility which Internet can offer.

<a href="http://www.instantshift.com/2012/03/12/qr-codes-and-microsoft-tags-new-promotion-generation/" target="_blank"><img title="QR Codes and Microsoft Tags: New Promotion Generation" src="http://www.designerbooster.com/wp-content/uploads/2012/03/70f91__qcamt.jpg" alt="QR Codes and Microsoft Tags: New Promotion Generation" width="500" height="334" /></a>

QR codes work in a variety of ways, including pointing people directly to a website just using a smartphone camera to scan the code. That’s why they can be considered a brand new and useful tool for promoting business and meeting potential clients.

Microsoft has decided to be part of the business establishing different rules. That’s why it has come out with its own proprietary format of advanced coding: Microsoft Tags.

Where are the differences between them? Which advantages for your business? Which the more suitable and appealing solution for graphic industry?

This is what we are going to understand with this article.

&nbsp;
<h3>More about QR Codes</h3>
<strong>QR codes</strong> (abbreviated from <strong>Quick Response code</strong>)are the equivalent of the more common barcodes.

Where barcodes have just one dimension, QR codes are bi-dimensional and can contain much more information. They need just a reader installed on mobile phone equipped with a camera. The image is scanned and the reader decodes the information. Data are delivered in the easiest possible way.

Barcodes found in the past their wide use in the packaging industry to identify products in stock. QR Codes are far more than this. They can be used for connecting people in the real world, made of advertising, packaging and printed stuffs, to a virtual reality, where you find vCards instead of business cards, websitesfor brochures and product cards for packaging descriptions.

As well as barcodes, QR Codes can be easily scanned. They don’t need dedicated hardware, just a camera and a reader application specific for the code. Most of the readersare free and, at the end of this article, you fill find a list of links and other resources which worth a visit.

<strong>QR code data capacity</strong>
<ul class="blue_bullet italics">
	<li>Numeric only: Max. 7,089 characters</li>
	<li>Alphanumeric : Max. 4,296 characters</li>
	<li>Binary (8 bits) Max. 2,953 bytes</li>
	<li>Kanji/Kana Max. 1,817 characters
<em><a href="http://en.wikipedia.org/wiki/QR_code#Storagen" rel="external nofollow" target="_blank">Source</a></em></li>
</ul>
QR codes may be used to display:
<ul>
	<li><strong>Free text</strong> to quick inform the occasional reader about, product details, special offers, upcoming events, competition rules, coupon based promotions</li>
	<li><strong>vCard</strong>, format file for business card to easy share contact details and social identity such as LinkedIn or Twitter account</li>
	<li><strong>URL</strong> to promote business or personal links</li>
</ul>
Displaying them printed on magazine or advertising you provide interactive contents to the reader.

QR Codes have not been developed to be attractive. They usually are monochromatic, using black and white fuzzy graphic. Anyway, with a good creative approach their appearance can be greatly improved, using different colors, by incepting image in the code and using background blending techniques. You only need to bear in mind some basic guidelines that we will see later in the article.
<h3>More about Microsoft Tags</h3>
Since 2D barcodes have not been standardized, Microsoft has created its own reply to the QR Codes: Microsoft Tags.

MS Tag uses a Microsoft patented technology called HCCB (High Capacity Color Barcode) which, as the name suggests, allows the use of the basic CMYK colors.

As well as QR Code, Microsoft Tag supports four basic content types: URLs, free text, vCards and a dialer.
<ul>
	<li><strong>URL</strong>: You can encode any URL, but, since Microsoft actually manages your encoded data, it also can exclude those URLs which are in Microsoft’s blacklist.</li>
	<li><strong>Free text</strong>: tags can encode up to 1000 characters. Optionally you can also choose a password to protect your contents.</li>
	<li><strong>vCard</strong>: You can upload contact info by typing the information into a form. A password is optional.</li>
	<li><strong>Dialer</strong>: You can auto-dial a phone number. Password is optional.</li>
</ul>
Tags are powerful tools for temporary guerrilla marketing and promo code campaigns. You can also specify an expiry date for the promotion.

The information Tag shared can be re-edited without recreate the image from scratch. This could be possible because of the unique info encoded is an ID containing a link which points to a server. This automatically reply with the required information there stored.

This point requires further explanation. When you sign in for MS Tag account you get access to you Tags Manager. Tags Manager not only allows you to create new tags and generate their image, set how long they will be active etc. As a matter of fact, it represents your tag content. That’s why users not only need a dedicated reader but also an Internet connection available in order to read a MS Tag.

The differences between QR Codes and Microsoft Tags make the user confused in which platform should be better.

The HCCB technology makes able to encode more number in a smaller area. That’s why MS Tag can have an extremely small footprint, handling the errors much better than QR Code. As a matter of fact, MS Tags encode less information than QR Codes. Less data means less error where more data means a larger amount of information to decode and more error may occur.

The platform supports three basic visual display modes: triangle, points or even custom tags which, anyway, must be done by following precise guidelines.

If you look at these guidelines they may look a bit complicated but they ensure you a great flexibility in your tag creation. If you choose to use dots, you can even add a custom photo-realistic image as background.
<h3>Graphic and Marketing Industry Uses</h3>
QR Codes have been on the run since several years now, whereas Microsoft Tags are a recent creation. By the way, they have recently known an increment in their application, becoming more widely used in marketing campaign. Communication and marketing experts have integrated them into both traditional and interactive campaigns. This has provided a new frontier in the customer’s behavior analysis. Let’s see what they are useful for.
<h4>Call-to-Action and Marketing Campaign Tools</h4>
QR codes and MS Tags are offering endless marketing opportunities. Today, with the remarkable growth of mobile and smart phones, this potential can be easily implemented.

Use them as <strong>call-to-action tool</strong> to give direct access to your web site, software or promotions. Add them to your print campaign, magazine ads or even on your business card and let your content instantly available on mobile devices. Your reader just need to scan the squared image and info will be ready to be used or stored.

Pay attention and remember that MS Tags need an active connection to be run, whereas QR Code can be also used offline. This is obvious since, as we said, MS tag actually doesn’t contain any real information except for an ID which points to the real data stored in the MS Servers. Clearly this is a disadvantage on the side of the privacy issue. On the other hand, for the same reasons, they are a <strong>powerful marketing analysis tools</strong>. MS servers elaborate the requests returning you a report. Data provide detailed metrics like geo-location, repeat scans and demographics info.

The same is also possible by using QR-Code but the analytics collected depends on the reader app used for scanning. Since Microsoft Tag official website only provides the appropriate MS Tag reader they have much more control on the data acquired, which make, in this case, MS Tags more effective. You’ll be able to make an accurate campaign effectiveness measurement of the response rates.

<a href="http://tag.microsoft.com/ManageAds.aspx" rel="external nofollow" target="_blank"><img title="instantShift - Microsoft Tag Manager" src="http://www.designerbooster.com/wp-content/uploads/2012/03/70f91__qcamt-01.jpg" alt="instantShift - Microsoft Tag Manager" width="560" height="381" /></a>

Creating a unique URL for a specific code campaign you can measure the response rates with a high degree of precisions. This helps the ROI (return on investment) calculation and allows better allocating marketing budgets for future campaigns.
<h4>Business Cards, Printed Literature and Web Identities</h4>
You can also take advantage from 2D Codes use <strong>adding them to your own business cards</strong>. In this way you will address your personal details to potential clients, customers or employers directing them all data in a quick and easy scan. Your vCard will be instantly recognized and stored in their devices, available for future contacts.

<strong>Brochures</strong> are another ideal application for 2D codes. Trade shows are probably one of the best places to distribute marketing literature with QR Codes. Just think about how many people, walking around the booths and having a smart-phone in their hand, pick up your brochure and scan you Company contacts.

Recently QR-Codes and MS Tags have also been integrated on <strong>company websites</strong>,<strong>personal portfolios</strong> and <strong>micro-social identities</strong> (such as Twitter backgrounds). As we already seen for business cards, you add a code which points out to your digital identity, making the link easy to be stored on the phone.
<h4>Other Places Where They Can Be Displayed</h4>
2D Codes can be printed or displayed on a variety of mediums including newspapers, magazines, packaging, posters, plasma/LCD screens, billboards, T-shirts mugs and other gadgets

Is clear what kind of powerful promotional tool they are.
<h3>Great Use Example: Tesco at the Korean Market</h3>
Tesco Home Plus is a supermarket chain in Korea which was determined to become grocery number 1. Despite of its main competitor E-Mart had more store they tried a new and innovative way to increase their popularity and customers without increase the number of stores as well.

<iframe src="http://www.youtube.com/embed/nJVoYsBym88" frameborder="0" width="420" height="315"></iframe>

The video will show you how they applied an extremely creative and strong campaign which heavily involves QR-Codes use.

Tesco set up several virtual grocery stores decorating subway/metro stations with posters that completely cover the wall and resemble the aisles and shelves of a supermarket. Each represented product was equipped with a QR-Code. Customer simply scan the products adding them to a shopping list while they are waiting for the metro, pay the virtual cart with credit card and their groceries are then delivered to home.

<a href="http://cdn.instantshift.com/wp-content/uploads/2012/03/qcamt-02-large.jpg" rel="external nofollow" target="_blank"><img title="instantShift - Tesco Home Plus subway virtual store" src="http://www.designerbooster.com/wp-content/uploads/2012/03/667a2__qcamt-02.jpg" alt="instantShift - Tesco Home Plus subway virtual store" width="560" height="409" /></a>

It is a true and innovative way of thinking the everyday life, people will be buying food based on photo and description appeared on their mobile display.
<h3>What you need to know to create your own 2D Code</h3>
There are several free sites you can use to create your QR Codes. As said, only Microsoft provides MS Tags creator.

There are few rules to follow to create a QR Code and customize it, several others that need to bear in mind in order to create MS Tags.

It should be admitted that Microsoft provides a huge amount of, more or less, clear documentation, samples and guides, to properly implement your own MS Tag. You can retrieve all of them by following this link to the resources available on <a href="http://tag.microsoft.com/resources/resources-home.aspx" rel="external nofollow" target="_blank"><strong>the official site</strong></a>.
<h4>QR CODES Creation Rules</h4>
Here following some tips which should help you in creating your QR Code making it widely compatible and readable from most handsets:
<ul>
	<li>Colors: the best is using black on white background. Do not invert the QR Code design and colors because this will make it unreadable. If you want to customize it then choose strong contrast and make sure that you are using a dark color instead of the black and a light color instead of the white.</li>
	<li>Space: you need to keep at least 4 mm of white space surrounding the code to make clear to the device where its bounds are.</li>
	<li>Ratio: if you resize the code don’t use any interpolation nor change the size ratio. If you shrink or squeeze your code it can’t be read.</li>
	<li>Size: the more is the content, the bigger should be the size. Code size need to expand accordingly with the number of information contained.</li>
	<li>Usability: few rules of usability should be applied. For example remember to use the international format for phone numbers (i.e. +39 for Italy, +44 for the UK, +1 for the US etc). Make sure that any URL points to a mobile friendly content.</li>
	<li>Compatibility: there is a huge number of handsets on the market and each of them have is own camera which different acquiring and correction mode. Test as many handsets, readers and encoders you can and find the most suitable for your content. Testing increase its importance if you customize the code with creative graphics and colors.</li>
	<li>Design: be creative and try to integrate your code with other elements of the poster or the main artwork. This will help you to reflect your brand identity. Match the colors or include it inside other shapes. Incorporate your logo. Custom codes need to be printed larger than standard one to increase the error correction possibilities of the reader. Usually readers are able to correct up to the 30% of the code. Avoid exceeding this percentage when you customize the code.</li>
</ul>
<h4>MS Tags Creation Rules</h4>
General rules are the same of those that we have seen for QR Codes. Size can be scaled but not squeezed or shrunk.

The black and white Tag border is part of the Tag and it must not be customized or changed in any way.

<strong>The official guidelines said:</strong>

<em>To provide a wide variety of branding and creative opportunities, Tags are customizable. You can modify how a Tag looks to suit your individual and business goals.</em>

The “Quick and Easy” approach lets you customize Tags by using dots instead of triangles and replacing the background with an image, as shown:

<img title="instantShift - MS Tags Creation" src="http://www.designerbooster.com/wp-content/uploads/2012/03/667a2__qcamt-03.jpg" alt="instantShift - MS Tags Creation" width="300" height="150" />

Using the “Advanced Design” approach, you can create more intricate designs by integrating symbols into the design concept, as shown:

<img title="instantShift - MS Tags Creation" src="http://www.designerbooster.com/wp-content/uploads/2012/03/667a2__qcamt-04.jpg" alt="instantShift - MS Tags Creation" width="300" height="150" />

The official guide is highly detailed and also contains a short tutorial on how to customize your code using Adobe Illustrator and on how to disguise the original code dots inside an personal artwork and let it still working.

For more details I invite you to carefully read <a href="http://tag.microsoft.com/resources/implementationguide.aspx" rel="external nofollow" target="_blank"><strong>Microsoft Tag Implementation Guide</strong></a>. How to ensure your Tag works properly.
<h3>Key differences between QR Code and Microsoft Tag</h3>
Here below two tables which compare the main Pro and Cons of QR Code and Microsoft Tag.
<h4>QR Code PRO and CONS</h4>
<table class="content_table">
<tbody>
<tr class="th">
<td>Feature</td>
<td>Pro</td>
<td>Cons</td>
</tr>
<tr>
<td>W/B colors</td>
<td>-</td>
<td>Not really attractive but can be customized</td>
</tr>
<tr>
<td>History</td>
<td>High compatibility with a wide range of handsets and devices</td>
<td>-</td>
</tr>
<tr>
<td></td>
<td>Appealing and visual based</td>
<td>Less supported</td>
</tr>
<tr>
<td>The content is self-contained</td>
<td>Can be used offline</td>
<td>If you change something in the content you have to print the render again</td>
</tr>
</tbody>
</table>
<h4>MS TAG PRO and CONS</h4>
<table class="content_table">
<tbody>
<tr class="th">
<td>Feature</td>
<td>Pro</td>
<td>Cons</td>
</tr>
<tr>
<td>CMYK colors</td>
<td>More attractive</td>
<td>More expensive to be printed</td>
</tr>
<tr>
<td>Small footprint</td>
<td>Less invasive, more info in smaller area to cover</td>
<td>Not really useful, particularly if displayed on screen, posters or billboards</td>
</tr>
<tr>
<td>New technology</td>
<td>Appealing and visual based</td>
<td>Less supported</td>
</tr>
<tr>
<td>The content is on MS servers</td>
<td>More detailed metrics
You can change the content whenever you want without need to print the render again.</td>
<td>- No offline use is possible
- Lower user privacy protection
- You need a live connection</td>
</tr>
</tbody>
</table>
A great and clear article about the key differences between these two 2D code platforms is that written by Tamir Khason, titled <a href="http://khason.net/offtopic/microsoft-tag-vs-qr-tag/" rel="external nofollow" target="_blank">Microsoft Tag vs. QR tag</a>.
<h3>Resources</h3>
<h4>QR Code Resources</h4>
<ul>
	<li><a href="http://www.denso-wave.com/qrcode/index-e.html" rel="external nofollow" target="_blank">Denso Wave</a> (QR Code first developers!)</li>
	<li><a href="http://en.wikipedia.org/wiki/QR_Code" rel="external nofollow" target="_blank">QR code from Wikipedia</a></li>
	<li><a href="http://code.google.com/intl/it-IT/apis/chart/image/docs/gallery/qr_codes.html" rel="external nofollow" target="_blank">QR code on Google</a></li>
</ul>
<h4>QR Code Generators</h4>
<ul>
	<li><a href="http://beqrious.com/generator" rel="external nofollow" target="_blank">Beqrious</a> (also allows to put images inside the code)</li>
	<li><a href="http://www.qrstuff.com/" rel="external nofollow" target="_blank">QR Stuff</a></li>
	<li><a href="http://qrcode.kaywa.com/" rel="external nofollow" target="_blank">Kaywa</a></li>
	<li><a href="http://www.qurify.com/en/make_qr_codes_advanced/" rel="external nofollow" target="_blank">Qurify</a></li>
	<li><a href="http://www.qrplanet.com/en/qr-code-generator/" rel="external nofollow" target="_blank">QR Planet</a></li>
</ul>
<h4>QR Code Marketing Tools</h4>
<ul>
	<li><a href="http://www.qrme.co.uk/" rel="external nofollow" target="_blank">QR Me</a></li>
	<li><a href="http://www.qrpath.com/" rel="external nofollow" target="_blank">QR Path</a></li>
</ul>
<strong>Some Example of QR Code Creative Use</strong>
<ul>
	<li><a href="http://www.beqrious.com/show/custom-qr-code-design" rel="external nofollow" target="_blank">Custom QR Code Design</a></li>
	<li><a href="http://www.flyteblog.com/flyte/2011/03/50-count-em-50-creative-uses-of-qr-codes.html" rel="external nofollow" target="_blank">50 Creative Uses of QR Codes in Marketing &amp; Communications</a></li>
	<li><a href="http://customqrcodes.com/news" rel="external nofollow" target="_blank">Custom QR Code Designs</a></li>
</ul>
<h4>Microsoft Tag Resources</h4>
<ul>
	<li><a href="http://tag.microsoft.com/overview.aspx" rel="external nofollow" target="_blank">Microsoft Tag Official Site</a></li>
	<li><a href="http://tag.microsoft.com/resources/implementationguide.aspx" rel="external nofollow" target="_blank">Implementation Guidelines</a></li>
</ul>
<strong>Example of Microsoft Tag Creative Use</strong>
<ul>
	<li><a href="http://www.themobilists.com/2011/06/27/creative-mobile-barcodes-qr-codes-and-microsoft-tag/" rel="external nofollow" target="_blank">Creative Mobile Barcodes</a></li>
</ul>
<h3>Conclusion</h3>
During the last few years 2D Codes have seen an increase in their useas marketing tools, <strong>and have been integrated into both traditional and interactive campaigns</strong>. They are useful to manage the customers experience establishing immediate contact with them.

We can talk endlessly about the <em>differences</em> but everything at the end is reduced to individual opinions and preferences. Personally I still prefer QR Codes for a bunch of reasons.

Firstly you don’t need to be connected to Internet to use de code. This means that a plain text or a vCard can be received and saved without being online.

This brings me to my second reason. I’m the only proprietary of my information and they are not stored in a remote, even the most secure of the World, server.

I know I have to accept a less eye catching graphic but I can consider this as a point of start to work on. We have seen that also QR Codes allow appealing images; it just needs to be creative. After all we are the right people for the job.

What do you think about? Have you ever included QR Codes or Microsoft Tag in some of your works? Which feedback have you received? Let’s share our stories together!

<img src="http://www.designerbooster.com/wp-content/uploads/2012/03/667a2__fAVKkQ8yITQ.jpg" alt="" width="1" height="1" />
<a href="http://feedproxy.google.com/~r/iShift/~3/fAVKkQ8yITQ/" rel="nofollow" target="_blank">instantShift</a>]]></content:encoded>
			<wfw:commentRss>http://www.designerbooster.com/design-articles/qr-codes-microsoft-tags-new-promotion-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Mobile Tutorial: Creating a Restaurant Picker Web App</title>
		<link>http://www.designerbooster.com/featured/jquery-mobile-tutorial-creating-restaurant-picker-web-app/</link>
		<comments>http://www.designerbooster.com/featured/jquery-mobile-tutorial-creating-restaurant-picker-web-app/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 20:46:46 +0000</pubDate>
		<dc:creator>designerbooster</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mobile Content]]></category>
		<category><![CDATA[Mobile Design]]></category>
		<category><![CDATA[Creating]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Picker]]></category>
		<category><![CDATA[Restaurant]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.designerbooster.com/?p=4005</guid>
		<description><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/jquery-mobile-tutorial-creating-restaurant-picker-web-app/" title="jQuery Mobile Tutorial: Creating a Restaurant Picker Web App"><img title="jQuery Mobile Tutorial: Creating a Restaurant Picker Web App" src="http://www.designerbooster.com/wp-content/uploads/2012/03/1869d__restau_picker.jpg" alt="jQuery Mobile Tutorial: Creating a Restaurant Picker Web App" width="320" height="250" /></a>
		</div>
		<br/>
		With an increase in the number, diversity and complexity of smartphones, more and more companies want to have their own mobile app, but creating a native app can be pretty expensive. It requires special skills, as well as special coding tools, and then there is also the need to build an app per platform (Android, [...]
Related posts:<ol>
<li><a href='http://www.designerbooster.com/web-design/jquery-mobile-first-look-book-review-giveaway/' rel='bookmark' title='jQuery Mobile First Look: Book review and Giveaway'>jQuery Mobile First Look: Book review and Giveaway</a></li>
<li><a href='http://www.designerbooster.com/featured/36-restaurant-food-logos-increase-appetite/' rel='bookmark' title='36 Restaurant and Food Logos to Increase Your Appetite'>36 Restaurant and Food Logos to Increase Your Appetite</a></li>
<li><a href='http://www.designerbooster.com/tutorials/tutorial-creating-awesome-christmas-invitation-poster-photoshop/' rel='bookmark' title='Tutorial – Creating Awesome Christmas Invitation Poster in Photoshop'>Tutorial – Creating Awesome Christmas Invitation Poster in Photoshop</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/jquery-mobile-tutorial-creating-restaurant-picker-web-app/" title="jQuery Mobile Tutorial: Creating a Restaurant Picker Web App"><img title="jQuery Mobile Tutorial: Creating a Restaurant Picker Web App" src="http://www.designerbooster.com/wp-content/uploads/2012/03/1869d__restau_picker.jpg" alt="jQuery Mobile Tutorial: Creating a Restaurant Picker Web App" width="320" height="250" /></a>
		</div>
		<br/>
		With an increase in the number, diversity and complexity of smartphones, more and more companies want to have their own <strong>mobile app</strong>, but creating a native app can be pretty expensive. It requires special skills, as well as special coding tools, and then there is also the need to build an app per platform (Android, iOs, BlackBerry, Windows Phone, etc).

All of this figures in to a higher price tag for the app development. Another solution for developers is then to create something called <strong>web-apps</strong>: HTML CSS apps, <strong>which users can access from their browsers</strong>. They are cross-platform, and cross device.

<img class="alignnone size-full wp-image-61950" title="Restaurant Picker : creating a JqueryMobile web app from scratch and styling it." src="http://www.designerbooster.com/wp-content/uploads/2012/03/1869d__restau_picker.jpg" alt="Restaurant Picker : creating a JqueryMobile web app from scratch and styling it." width="550" height="430" />

The jQuery framework has been around the web for a while now, but the jQuery base technology was basically designed for browser apps. <strong>jQuery Mobile</strong> is a framework based on jQuery that enables web designers to create web-apps that are optimized for use on a mobile device (Smartphone and tablets). The framework is touch optimized, uses responsive layout so that elements will automatically adapt on different device sizes, and supports a range of different platforms and devices.

In this jQuery Mobile tutorial, we will create a nice demo app from scratch, to show some of the things that can be easily done using this powerful tool.

Before we start, you might want to <a href="http://www.inpixelitrust.fr/blog/wp-content/plugins/download-monitor/download.php?id=7" target="_blank">download the files</a>, or <a href="http://www.inpixelitrust.fr/demos/restaurant_picker/" target="_blank">see a demo</a>, or flash the qrcode for a direct demo on your mobile :
<p style="text-align: center;"><img class="size-full wp-image-61976 aligncenter" title="qrcode for the demo" src="http://www.designerbooster.com/wp-content/uploads/2012/03/9f450__qrcode.jpg" alt="qrcode for the demo" width="307" height="309" /></p>

<h3>The Concept of the Mini App: Restaurant Picker</h3>
We will create an application that will enable the user to choose a restaurant based on what they want to eat tonight, the town where they want to eat and other user’s ratings of the restaurants. The jQuery Mobile mini app we’re creating will be called “Restaurant Picker”.

Please note that this is only the front development, you will of course need a server and a database if you want to create a real app. Also note that jQuery Mobile uses Ajax navigation, so you’ll need to put the files either on a local server (xampp, mamp, etc) or on a real server to make the demo work properly.
<h3>Wireframing Our Application.</h3>
In order to see where we are going, we will first draw some wireframes to see what each screen of the app will look like.
<h4>Home Screen : Choose a Plate</h4>
<img class="alignnone size-full wp-image-61952" title="Homescreen: choose a plate" src="http://www.designerbooster.com/wp-content/uploads/2012/03/d499c__w_one.jpg" alt="Homescreen: choose a plate" width="550" height="430" />

On the first screen we will put the logo of our application. We will then give the user a choice between different plates. Each choice comes with an image illustrating the plate, and each is a link that will lead to the second page where the user can choose the town.
<h4>Choose a Town</h4>
<img class="alignnone size-full wp-image-61953" title="Choose a town wireframe" src="http://www.designerbooster.com/wp-content/uploads/2012/03/b3cb9__w_second.jpg" alt="Choose a town wireframe" width="550" height="430" />

On the second screen, the user can choose the town where they want to eat. The towns are displayed in a list of clickable items. Beside each town there is a bubble that gives the user the number of restaurants available for the chosen plate in this town.

Since the list of towns can be pretty long, we will provide a filter so that the user can quickly search for a town at the end of the list. The title bar will use the branding of the application, and a “back” button that user can click to go back to the previous step.

When the user clicks on a town, they are lead to the page where they can choose a restaurant.
<h4>Choose a Restaurant</h4>
<img class="alignnone size-full wp-image-61955" title="Choose a restaurant wireframe" src="http://www.designerbooster.com/wp-content/uploads/2012/03/74b26__w_third.jpg" alt="Choose a restaurant wireframe" width="550" height="430" />

The user can now choose in which restaurant he wants to eat. The application displays a list of restaurant with a little image, the name, and the number of rating stars the previous users gave to this restaurant.

The title bar will use the branding of the application, and a “back” button that user can click to go back to previous step. The user can then click on a specific restaurant, to see the details.
<h4>Restaurant Details</h4>
<img class="alignnone size-full wp-image-61951" style="border-style: initial; border-color: initial;" title="Restaurant details wireframe" src="http://www.designerbooster.com/wp-content/uploads/2012/03/74b26__w_fourth.jpg" alt="Restaurant details wireframe" width="550" height="430" />

The restaurant’s details view is composed of three parts: restaurant details, contact details, and the establishment’s user rating.

The restaurant details will display a short description of the restaurant, some plates, a picture and a link to their website if they have one.

The contact details will display the address of the restaurant, and an image of a Google map that will locate the restaurant in the town. A link enables the user to open Google maps (either using the browser or the Google map app if available depending on the device) to locate the restaurant on the map. Another link will dial the restaurant phone number directly on the mobile device so that user can place a reservation.

The last part of this view is a select box, where the user can rate the restaurant.
<h3>Building the web-application base</h3>
Now that we’ve see the direction that we are heading, we can begin digging a little bit into the code.
<h4>Some jQuery Mobile Basics</h4>
First let’s take a look at what the header of our first HTML page will look like :
<pre class="html">&lt;!DOCTYPE HTML&gt;

&lt;HTML&gt;

&lt;head&gt;

&lt;meta charset="UTF-8"&gt;

&lt;title&gt;Restaurant Picker&lt;/title&gt;

&lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt;

&lt;link rel="stylesheet" href="jquery.mobile.structure-1.0.1.CSS" /&gt;

&lt;link rel="stylesheet" href="jquery.mobile-1.0.1.CSS" /&gt;

&lt;script src="js/jquery-1.7.1.min.js"&gt;&lt;/script&gt;

&lt;script src="js/jquery.mobile-1.0.1.min.js"&gt;&lt;/script&gt;

&lt;/head&gt;</pre>
The first thing to notice is the “new” HTML5 doctype. jQuery Mobile makes a heavy use of the data- HTML5 attribute to add some elements in the DOM to style the page, so we will need an HTML5 doctype to make it all work nicely.

The second thing to notice is the meta name=viewport tag. We will use this meta tag to gain better control of our viewport. Without this tag, the browser will squeeze our layout in the whole page, and it will look ugly and very tiny. With width=device-width we will use our device width, making the app fit the whole size of the device without being squeezed. The initial-scale property controls the zoom level when the page is first loaded and we will set it to 1, meaning no zoom in or out when page is loaded.

Then we will call our CSS files. In older jQuery Mobile versions the CSS was in one file, but in the newer version they made a distinction between the structure and the actual design (colors, gradients etc) which makes it easier to create custom styles.

We then need to load our jQuery, and jQuery Mobile JavaScript code at the end, since it needs the jQuery library to work.
<h4>What You’d Like to Eat: First Page</h4>
Now let’s take a look at the HTML code of our first page, in this exercise we will call this page index.HTML
<pre class="html">&lt;body&gt;

&lt;div data-role="page" id="home" data-theme="c"&gt;

&lt;div data-role="content"&gt;

&lt;div id="branding"&gt;

&lt;h1&gt;Restaurant Picker &lt;/h1&gt;

&lt;/div&gt;

&lt;div class="choice_list"&gt;

&lt;h1&gt; What would you'd like to eat? &lt;/h1&gt;

&lt;ul data-role="listview" data-inset="true" &gt;

&lt;li&gt;&lt;a href="choose_town.HTML" data-transition="slidedown"&gt; &lt;img src="sushis.jpg"/&gt; &lt;h3&gt; Some Sushis&lt;/h3&gt;&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="choose_town.HTML" data-transition="slidedown"&gt; &lt;img src="pizza.jpg"/&gt; &lt;h3&gt; A Pizza &lt;/h3&gt;&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="choose_town.HTML" data-transition="slidedown"&gt; &lt;img src="kebap.jpg"/&gt; &lt;h3&gt; A Kebap&lt;/h3&gt;&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="choose_town.HTML" data-transition="slidedown"&gt; &lt;img src="burger.jpg"/&gt; &lt;h3&gt; A Burger&lt;/h3&gt;&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="choose_town.HTML" data-transition="slidedown"&gt; &lt;img src="nems.jpg"/&gt; &lt;h3&gt; Some Nems &lt;/h3&gt;&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="choose_town.HTML" data-transition="slidedown"&gt; &lt;img src="tradi.jpg"/&gt; &lt;h3&gt; Something more traditional&lt;/h3&gt;&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;&lt;!-- /page --&gt;

&lt;/body&gt;

&lt;/HTML&gt;</pre>
jQuery Mobile makes the distinction between HTML documents and pages. A jQuery Mobile app can be composed of one HTML document with <a title="jquermobile pages" href="http://jquerymobile.com/demos/1.0.1/docs/pages/multipage-template.HTML" target="_blank">multiple pages</a> in it, using the data-role=“page” attribute each page is linked using anchors; or of many documents, each one having its own data-role=”page” linked using “normal” links. In our case, we will go for creating one HTML document per page.

So first we will open our body, and create our page using &lt;div data-role=”page” id=”home” data-theme=”c”&gt;

We will then open a content division, in which we put the branding of the app, and our first title followed by the list of different plates.

To create a jQuery Mobile list, we will put the data-role=”listview” attribute on our &lt;ul&gt; element. data-inset=”true” is here to style the list as an inset list (with rounded corners and padding around it).

Each list element &lt;li&gt; that contains an &lt;a href&gt; link will be automatically converted in a link list item by jQuery Mobile. To add the image, we simply add an image inside our &lt; a href&gt; link, and jQuery Mobile will do the work for us: it will display it on the left part of the list. Pretty easy.

The data-transition=”slidedown” creates the transition between two pages. You can find more transitions <a href=" http://jquerymobile.com/demos/1.0.1/docs/pages/page-transitions.HTML" target="_blank">in the official documentation</a>.

Here is what our first page looks like:

<img class="aligncenter size-full wp-image-61960" title="First page" src="http://www.designerbooster.com/wp-content/uploads/2012/03/13f7b__first_page.jpg" alt="First page" width="550" height="430" />
<h4>In Which Town Do You Want To Eat: Second Page</h4>
We will name the second page choose_town.HTML . Here is the HTML code, explanation of the tricky parts follows. Note that the header won’t change.
<pre class="html">&lt;body&gt;

&lt;div id="choisir_ville" data-role="page" data-add-back-btn="true"&gt;

&lt;div data-role="header"&gt;

&lt;h1&gt; Restaurant Picker&lt;/h1&gt;

&lt;/div&gt;

&lt;div data-role="content"&gt;

&lt;div class="choice_list"&gt;

&lt;h1&gt; In which town do you want to eat? &lt;/h1&gt;

&lt;ul data-role="listview" data-inset="true" data-filter="true" &gt;

&lt;li&gt;&lt;a href="choose_restaurant.HTML" data-transition="slidedown"&gt; Amiens &lt;span &gt; 3 &lt;/span&gt;&lt;/a&gt; &lt;/li&gt;

&lt;li&gt;&lt;a href="choose_restaurant.HTML" data-transition="slidedown"&gt; Bastia &lt;span &gt; 2 &lt;/span&gt;&lt;/a&gt; &lt;/li&gt;

&lt;li&gt;&lt;a href="choose_restaurant.HTML" data-transition="slidedown"&gt; Belfort &lt;span class="ui-li-count" &gt; 5 &lt;/span&gt;&lt;/a&gt; &lt;/li&gt;

&lt;li&gt;&lt;a href="choose_restaurant.HTML" data-transition="slidedown"&gt; Bordeaux &lt;span class="ui-li-count" &gt; 1&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;

…

&lt;/ul&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;&lt;!-- /page --&gt;

&lt;/body&gt;</pre>
We changed the id, so that jQuery Mobile can understand that this is another page. Notice that we used the data-add-back-btn=”true” on the page div, this will enable the Ajax back navigation and automatically add a back button to our <a title="JqueryMobile title bars" href="http://jquerymobile.com/demos/1.1.0-rc.1/docs/toolbars/docs-headers.HTML" target="_blank">title bar</a>.

To create our title bar, we will create a div element, with the data-role=”header”.

To add a filter to our list, we will simply put data-filter=”true” on the ul element defining the list. Note that this is a filter that will filter the items of the list, and <strong>is not a search bar</strong>.

The last trick will be creating the little bubbles on the right of list elements, and we will do that by creating a span with the class and the numbers in it. And here is how the second page will look:

<img class="aligncenter size-full wp-image-61962" title="Second page" src="http://www.designerbooster.com/wp-content/uploads/2012/03/a5138__second_page.jpg" alt="Second page" width="550" height="430" />
<h4>Choose a Restaurant: Third Page</h4>
We will name this page choose_restaurant.HTML and below is what the HTML code will look like.
<pre class="html">&lt;body&gt;

&lt;div id="choisir_restau" data-role="page" data-add-back-btn="true"&gt;

&lt;div data-role="header"&gt;

&lt;h1&gt; Restaurant Picker&lt;/h1&gt;

&lt;/div&gt;

&lt;div data-role="content"&gt;

&lt;div class="choice_list"&gt;

&lt;h1&gt; Please choose a restaurant.&lt;/h1&gt;

&lt;ul data-role="listview" data-inset="true" &gt;

&lt;li&gt;&lt;a href="restaurant.HTML" data-transition="slidedown"&gt; &lt;img src="restau01_mini.jpg"/&gt; &lt;h2&gt; Le Mouffetard&lt;/h2&gt; &lt;p&gt; 4 stars &lt;/p&gt;&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="restaurant.HTML" data-transition="slidedown"&gt; &lt;img src="restau02_mini.jpg "/&gt; &lt;h2&gt; Chocolate bar &lt;/h2&gt; &lt;p&gt; 4 stars &lt;/p&gt; &lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="restaurant.HTML" data-transition="slidedown"&gt; &lt;img src="restau03_mini.jpg "/&gt; &lt;h2&gt; Restaurant Diona&lt;/h2&gt; &lt;p&gt; 1 star &lt;/p&gt; &lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="restaurant.HTML" data-transition="slidedown"&gt; &lt;img src="restau04_mini.jpg "/&gt; &lt;h2&gt; Tai Shan&lt;/h2&gt; &lt;p&gt; 3 stars &lt;/p&gt; &lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="restaurant.HTML" data-transition="slidedown"&gt; &lt;img src=" restau05_mini.jpg"/&gt; &lt;h2&gt; Arcade&lt;/h2&gt; &lt;p&gt; 2 stars &lt;/p&gt; &lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;&lt;!-- /page --&gt;

&lt;/body&gt;</pre>
This page is pretty similar to the first one, except for the title bar and the notation of the customer. We already saw how to create a title bar in previous section. For the customer rating, we add a p element with two classes: .classement is mutual to all the elements and will enable us to style this element with little stars, and then we use the class .one, .two, .three and .four to make the distinction between how many stars the customers gave to the restaurant. We will later in the article see how to style this in a nice way, but for the moment, we’ll leave it plain text.

Here is our third page:

<img class="aligncenter size-full wp-image-61963" title="Third page" src="http://www.designerbooster.com/wp-content/uploads/2012/03/53b30__third_page.jpg" alt="Third page" width="550" height="430" />
<h4>Restaurant Details: Fourth Page</h4>
This page called restaurant.HTML is the trickiest of all, mainly because it has lots of elements on it. We will split the code in three parts: the restaurant description, the contact details, and the user rating. Here is our full HTML code.
<pre class="html">&lt;body&gt;
&lt;div id="restau" data-role="page" data-add-back-btn="true"&gt;

	&lt;div data-role="header"&gt;
		&lt;h1&gt; Restaurant Picker&lt;/h1&gt;
	&lt;/div&gt; 

	&lt;div data-role="content"&gt;
	&lt;div class="ui-grid-a" id="restau_infos"&gt;
		&lt;div class="ui-block-a"&gt;
		&lt;h1&gt; Le Mouffetard&lt;/h1&gt;
		&lt;p&gt;&lt;strong&gt;  Restaurant bar in the center of Strasbourg&lt;/strong&gt;&lt;/p&gt;
		&lt;p&gt; On the menu: &lt;/p&gt;
			&lt;ul&gt;
				&lt;li&gt; Milkshake with chocolat&lt;/li&gt;
				&lt;li&gt; Planchettes &lt;/li&gt;
				&lt;li&gt; Leek pie &lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;
		&lt;div class="ui-block-b"&gt;
		&lt;p&gt;&lt;img src="restau01.jpg" alt="jeannette photo"/&gt;&lt;/p&gt;
		&lt;p&gt;&lt;a href="http://www.google.fr" rel="external" data-role="button"&gt; See our website&lt;/a&gt;&lt;/p&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;!-- /grid-a --&gt;
	&lt;hr/&gt;

	&lt;div class="ui-grid-a" id="contact_infos"&gt;
		&lt;div class="ui-block-a"&gt;
		&lt;h2&gt; Contact us&lt;/h2&gt;
		&lt;p&gt;30 Rue des Tonneliers&lt;/p&gt;
		&lt;p&gt; 67000 Strasbourg	&lt;/p&gt;
		&lt;/div&gt;
		&lt;div class="ui-block-b"&gt;
		&lt;img src="01_maps.jpg" alt="plan jeanette"/&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;!-- /grid-a --&gt;
	&lt;div id="contact_buttons"&gt;
		&lt;a href="http://maps.google.fr/maps?q=jeannette+et+les+cycleux&amp;hl=fr&amp;sll=46.75984,1.738281&amp;sspn=10.221882,18.764648&amp;hq=jeannette+et+les+cycleux&amp;t=m&amp;z=13&amp;iwloc=A" data-role="button" data-icon="maps"&gt; Find us on Google Maps &lt;/a&gt;
		&lt;a href="tel:0388161072"  data-role="button" data-icon="tel"&gt; Call us &lt;/a&gt;
	&lt;/div&gt;
	&lt;hr/&gt;

	&lt;div id="notation"&gt;
	&lt;form&gt;
	&lt;label for="select-choice-0" class="select"&gt;&lt;h2&gt; User rating &lt;/h2&gt;&lt;/label&gt;
		&lt;select name="note_utilisateur" id="note_utilisateur" data-native-menu="false" data-theme="c" &gt;
		   &lt;option value="one" class="one"&gt; Not good at all &lt;/option&gt;
		   &lt;option value="two" class="two"&gt;Average &lt;/option&gt;
		   &lt;option value="three" class="three"&gt;Pretty good &lt;/option&gt;
		   &lt;option value="four" class="four"&gt; Excellent &lt;/option&gt;
		&lt;/select&gt;
	&lt;/form&gt;
	&lt;/div&gt;
	&lt;/div&gt;

&lt;/div&gt;&lt;!-- /page --&gt;
&lt;/body&gt;</pre>
<img class="aligncenter size-full wp-image-61964" title="Last page" src="http://www.designerbooster.com/wp-content/uploads/2012/03/66839__last_page.jpg" alt="Last page" width="550" height="430" />

For the restaurant details, we used the build in two column elements of jQuery Mobile. To create a <a href="http://jquerymobile.com/demos/1.1.0-rc.1/docs/content/content-grids.HTML" target="_blank">two column block</a>, we create a block with two child blocks. To create a nice button for the website, we added the <a href="http://jquerymobile.com/demos/1.1.0-rc.1/docs/buttons/buttons-types.html" target="_blank">data-role=”button”</a> to the a href element, and a rel=”external” so that jQuery Mobile knows that Ajax should not used to open this link, but that this is an external link.

For the contact details, we once again used the two column trick. What’s to emphasize here are the buttons. The data-icon=”maps” and data-icon=”tel” will enable us to add custom icons to those <a href="http://jquerymobile.com/demos/1.1.0-rc.1/docs/buttons/buttons-icons.HTML" target="_blank">buttons</a>.

The interesting part about adding a GoogleMap link, is that some mobiles will be able to detect it, and will ask the user if they want to open them using the browser; if the Google maps app is installed on the device. The other interesting part is the href=tel:0388161072 protocol. This won’t work on a classic browser, but Smartphones will be able to open this link in the phone dial box, to directly call the number.

The last part is the user rating. For this we will use a simple <a href="http://jquerymobile.com/demos/1.1.0-rc.1/docs/forms/selects/" target="_blank">select menu</a>. The data-native-menu=”false” enables us to style the select using jQuery Mobile, so that we will be able to add some nice stars here too. Here again you will notice that we added the one, two, three, four class for further styling.

And here we have a fully functional jQuery Mobile webapp. But this app looks very “JqueryMobile-like”, so we now have to give it a little more styling to make it look nicer.
<h3>Next up on Page Two: Adding Some Style</h3>
The tutorial is not quite finished yet! There is more to learn over <a href="http://mgmt.noupe.com/?page_id=62153&amp;preview=true" target="_blank">on page two</a>.

<a href="http://www.noupe.com/tutorial/jquery-mobile-tutorial-creating-a-restaurant-picker-web-app.html" rel="nofollow" target="_blank">Noupe</a>]]></content:encoded>
			<wfw:commentRss>http://www.designerbooster.com/featured/jquery-mobile-tutorial-creating-restaurant-picker-web-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the Most Out of QR Codes Using URI Schemes</title>
		<link>http://www.designerbooster.com/featured/getting-qr-codes-uri-schemes/</link>
		<comments>http://www.designerbooster.com/featured/getting-qr-codes-uri-schemes/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 20:39:57 +0000</pubDate>
		<dc:creator>designerbooster</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile Content]]></category>
		<category><![CDATA[Mobile Design]]></category>
		<category><![CDATA[Codes]]></category>
		<category><![CDATA[Getting]]></category>
		<category><![CDATA[Most]]></category>
		<category><![CDATA[Schemes]]></category>
		<category><![CDATA[using]]></category>

		<guid isPermaLink="false">http://www.designerbooster.com/?p=3807</guid>
		<description><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/getting-qr-codes-uri-schemes/" title="Getting the Most Out of QR Codes Using URI Schemes"><img title="Getting the Most Out of QR Codes Using URI Schemes" src="http://www.designerbooster.com/wp-content/uploads/2012/02/a5026__0249-01_qr_code_browser_thumbnail.jpg" alt="Getting the Most Out of QR Codes Using URI Schemes" width="320" height="116" /></a>
		</div>
		<br/>
		Lately, everyone has been talking about the potential of the QR code. It has become the Internet’s equivalent of traditional barcodes (like those you’d find on physical goods at your favorite retail store). &#160; Someone can take a quick snapshot of a QR code with their smartphone and immediately have a website up and loaded, [...]
Related posts:<ol>
<li><a href='http://www.designerbooster.com/featured/redbubble-giveaway-gift-certificates-discount-codes-grabs/' rel='bookmark' title='RedBubble Giveaway: Gift Certificates and Discount Codes Up for Grabs'>RedBubble Giveaway: Gift Certificates and Discount Codes Up for Grabs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/getting-qr-codes-uri-schemes/" title="Getting the Most Out of QR Codes Using URI Schemes"><img title="Getting the Most Out of QR Codes Using URI Schemes" src="http://www.designerbooster.com/wp-content/uploads/2012/02/a5026__0249-01_qr_code_browser_thumbnail.jpg" alt="Getting the Most Out of QR Codes Using URI Schemes" width="320" height="116" /></a>
		</div>
		<br/>
		<a href="http://sixrevisions.com/web-development/qr-codes-uri-schemes/" target="_blank"><img src="http://www.designerbooster.com/wp-content/uploads/2012/02/a5026__0249-01_qr_code_browser_thumbnail.jpg" alt="Getting the Most Out of QR Codes with URI Schemes" width="550" height="200" /></a>

Lately, everyone has been talking about the potential of the <a title="QR code - en.wikipedia.org" href="http://en.wikipedia.org/wiki/QR_code" target="_blank">QR code</a>. It has become the Internet’s equivalent of traditional barcodes (like those you’d find on physical goods at your favorite retail store).

&nbsp;

Someone can take a quick snapshot of a QR code with their smartphone and immediately have a website up and loaded, so we could print QR codes on paper and physical goods such as business cards, magazine ads and posters in order to lead people to our site.

But, more often than not, web developers don’t use QR codes to their fullest potential.

In this article, we’ll discuss a technique that will unlock the full potential of QR codes through URI schemes.
<h3>How QR Codes Work in a Nutshell</h3>
Let’s learn how the QR code mechanism actually works. QR codes, at their core, are specially generated images that work like barcodes.

Certain commands (known as <strong>responses</strong>) are built in, and when a QR code is captured by a camera (usually one on a smartphone or tablet), the image of the QR code is processed and then the built-in response is carried out.

A common QR code response is to open a certain website in a web browser on the device that captures the QR code.

<img src="http://www.designerbooster.com/wp-content/uploads/2012/02/a5026__0249-02_codes_can_be_beautiful.png" alt="" width="550" height="253" /><span class="figure-caption">QR codes look like the above and contain information that can be captured by a camera and interpreted by a smartphone, tablet or computer.</span>
<h3>QR-Code Readers</h3>
<strong>This is where things get interesting.</strong> QR-code readers — the apps that scan the codes and perform the actions — are not equal when it comes to functionality. Some are able to recognize QR codes and do all sorts of amazing things, and others can simply open URLs or display text.

Most smartphones have the same set of basic features (address book, calendar, texting functionality, alerts and Internet browsing), and a good QR-code reader can cater to all of those.

With low-functionality apps in the mix, though, URL-opening is likely the only reliable function that we can expect most QR-code readers will have.

Here’s a list of features that QR-code readers are generally equipped with:
<ul>
	<li>Displaying text</li>
	<li>Setting up system alerts</li>
	<li>Adding events to calendars</li>
	<li>Opening URLs in a browser</li>
	<li>Collecting contact information (including <a title="30 Impressive vCard Web Designs" href="http://sixrevisions.com/design-showcase-inspiration/30-impressive-vcard-web-designs/" target="_blank">vCards</a>)</li>
	<li>Sending email</li>
	<li>Sending text messages (SMS)</li>
	<li>Geolocation</li>
	<li>Calling other phones</li>
	<li>Connecting to WiFi</li>
</ul>
<h3>The Idea: Using URI Schemes</h3>
Since browsers can already launch default email clients via a simple <code>mailto</code> URL (browsers have supported URI schemes like these for years), could the same technique be used to offer in-app functionality for other products that have non-native URI schemes and that a QR reader wouldn’t support by default?

The answer is yes!

If the application supported the scheme, and if the user had the app the QR represented installed, it would work beautifully — and it wouldn’t matter which QR-code-reader was used.
<h4>The Possibilities</h4>
Here’s a list of some cool things that are possible:
<ul>
	<li><strong>Launching native Apple apps</strong> (Mail, Phone, FaceTime, Text, Map, YouTube and iTunes)</li>
	<li><strong>Running JavaScript bookmarklets</strong></li>
	<li><strong>Opening certain IM clients</strong> (Skype, AIM, MSN, GTalk, ICQ and Yahoo)</li>
	<li><strong>Opening special applications</strong> (IRC tools, feed readers, FTP clients and SVN repositories)</li>
	<li><strong>Opening any application that registers a URI scheme</strong> when it installs on a platform</li>
</ul>
What makes this particular technique so amazing is that it doesn’t rely on the QR-code reader being very advanced; all it needs is for the app creator (be it Skype, Evernote or Angry Birds) you want to launch and interface with to use the system development API to register a URI scheme.

In the case of Apple, it’s the Cocoa Touch OpenURL method of the shared UIApplication object, and for other platforms (like Android), there will be an equivalent somewhere in the documentation.

<img src="http://www.designerbooster.com/wp-content/uploads/2012/02/044e5__0249-03_qr_google_chrome_iphone.png" alt="" width="550" height="179" /><span class="figure-caption">From scanner to browser to application — the possibilities are endless!</span>

Below is a list of some common non-http URI schemes:
<table width="550" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th scope="col">Application</th>
<th scope="col">URI Scheme or Protocol</th>
<th scope="col">Query Strings</th>
</tr>
<tr>
<td rowspan="4" valign="top"><a href="http://web.archive.org/web/20110724083725/http:/www.ianr.unl.edu/internet/mailto.html" target="_blank">Default e-mail application</a></td>
<td rowspan="4" valign="top"><code>mailto:&lt;email&gt;?query</code></td>
<td><code>Subject</code></td>
</tr>
<tr>
<td><code>CC</code></td>
</tr>
<tr>
<td><code>BCC</code></td>
</tr>
<tr>
<td><code>Body</code></td>
</tr>
<tr>
<td valign="top"><a href="http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Articles/PhoneLinks.html" target="_blank">Default phone application</a></td>
<td><code>tel:&lt;number&gt;</code></td>
<td valign="top">N/A</td>
</tr>
<tr>
<td valign="top"><a href="http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Articles/sms.html" target="_blank">Default SMS application</a></td>
<td><code>sms:&lt;number&gt;</code></td>
<td valign="top">N/A</td>
</tr>
<tr>
<td rowspan="3" valign="top"><a href="http://en.wikipedia.org/wiki/IRC#URI_scheme" target="_blank">Chat Room client</a></td>
<td rowspan="3" valign="top"><code>irc://&lt;url&gt;:query</code></td>
<td><code>port</code></td>
</tr>
<tr>
<td><code>channel</code></td>
</tr>
<tr>
<td><code>password</code></td>
</tr>
<tr>
<td valign="top"><a href="http://en.wikipedia.org/wiki/Feed_URI_scheme" target="_blank">Syndication feed reader</a></td>
<td><code>feed:&lt;url&gt;</code></td>
<td valign="top">N/A</td>
</tr>
<tr>
<td valign="top">Apple FaceTime</td>
<td><code>facetime:&lt;number&gt;</code></td>
<td valign="top">N/A</td>
</tr>
<tr>
<td rowspan="5" valign="top"><a href="http://www.skype.com/intl/en-us/tell-a-friend/get-a-skype-button/" target="_blank">Skype client</a></td>
<td rowspan="5" valign="top"><code>skype:&lt;username|number&gt;?query</code></td>
<td><code>add</code></td>
</tr>
<tr>
<td><code>call</code></td>
</tr>
<tr>
<td><code>chat</code></td>
</tr>
<tr>
<td><code>sendfile</code></td>
</tr>
<tr>
<td><code>userinfo</code></td>
</tr>
<tr>
<td rowspan="2" valign="top"><a href="http://juberti.blogspot.com/2006/11/gtalk-uri.html" target="_blank">Google Talk client</a></td>
<td rowspan="2" valign="top"><code>gtalk:query?&lt;email&gt;</code></td>
<td><code>chat</code></td>
</tr>
<tr>
<td><code>call</code></td>
</tr>
<tr>
<td rowspan="4" valign="top"><a href="http://www.mess.be/msnmessengerfaq/idx/0/139/article/Are_there_any_HTML_codes_that_integrate_MSN_Messenger.html" target="_blank">Windows Live Messenger client</a></td>
<td rowspan="4" valign="top"><code>msnim:query?&lt;email&gt;</code></td>
<td><code>add</code></td>
</tr>
<tr>
<td valign="top" width="165"><code>chat</code></td>
</tr>
</tbody>
</table>
<code>voice</code>

<code>video</code><a href="http://en.wikipedia.org/wiki/Yahoo!_Messenger#URI_scheme" target="_blank">Yahoo! Messenger client</a><code>ymsgr:query?&lt;email|number&gt;</code><code>sendim</code><code>addfriend</code><code>sendfile</code><code>call</code><code>callPhone</code><code>chat</code><code>im</code><code>customstatus</code><code>getimv</code><a href="http://en.wikipedia.org/wiki/AOL_Instant_Messenger#URI_scheme" target="_blank">AOL Instant Messenger client</a><code>aim:query?&lt;username&gt;</code><code>goim</code><code>goaway</code><code>addbuddy</code>

What does this mean for us? As it stands, there are actually quite a number of applications for the desktop (as well as mobile), which already use URI schemes.

Take Skype, for instance. Do you want people to be able to capture a QR code that causes their phones to call you via Skype on their handsets? That can be done (at least on iOS) right now.

It can also be used to run several native apps, launch JavaScript bookmarklets (perhaps including apps that run within browsers) and access the usual FTP and IRC protocols (if associated with something).

Here are some useful links for developers:
<ul>
	<li><a href="http://en.wikipedia.org/wiki/URI_scheme" target="_blank">Overview of Existing URI Schemes</a></li>
	<li><a href="http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html" target="_blank">Apple iPhone URI Scheme Reference</a></li>
	<li><a href="http://stackoverflow.com/questions/3471503/how-to-listen-for-a-custom-uri" target="_blank">Android Custom URI Scheme Code</a></li>
</ul>
Now that you know a bit more about QR codes and have gotten a brief overview of things you need to know to get started, I’ll outline the steps to the technique below.

<strong>Note:</strong> The technique I’ll be describing below can even be used to execute JavaScript code, so under the wrong set of code-writing fingers, this could be exploited.
<h3>Step 1: Choose the Response You Want to Perform</h3>
First, decide what you’d like the QR code to accomplish. Obviously, you can use the regular QR-code generator stuff — like sending text messages to phones or sending emails — but let’s try something trickier.

We’ll create a Skype QR code that will automatically launch the app and make a voice call to a Skype contact. (This will only work if the user that scans the QR code has Skype installed).
<h3>Step 2: Create a URL Using a URL-shortening Service</h3>
Many QR-code generators suffer from a particular problem: if you try to put a <code>mailto</code> or other non-<code>http</code> link into them, they sometimes think that an error occurred (this also affects some reader apps).

This, of course, won’t get our Skype launcher anywhere near being cross-QR-code-reader-compatible, so we need another solution — and, luckily, a common one exists that can help get this URL into the browser (and help web developers monitor click stats too)!

<strong>We’re going to use a URL-shortening service.</strong> These services are rarely fussy about what you insert into them, and they push out well-formed URLs with the HTTP header required for best-possible compatibility (most QR readers know how to open basic URLs).

<img src="http://www.designerbooster.com/wp-content/uploads/2012/02/044e5__0249-05_make_tinyurl.png" alt="" width="550" height="138" /><span class="figure-caption">A URL-shortening service such as <a href="http://tinyurl.com/" target="_blank">TinyURL</a> will turn that unconventional URL into a generally acceptable one.</span>

For this QR, we’ll call the Skype contact named <em>echo123</em> — this contact is the free voice-quality testing contact that Skype offers.

For our URL-shortening service, I’ll use <a href="http://tinyurl.com/" target="_blank">TinyURL</a>, but you can use one of the many other URL-shortening services out there such as <a href="https://bitly.com/" target="_blank">bitly</a>, <a href="http://is.gd/" target="_blank">is.gd</a> and so on.

Just enter your chosen URI scheme into the shortener.

This is the result of my TinyURL link conversion:
<table width="550" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="39"><strong>URL</strong></td>
<td width="509"><code>skype:echo123?call</code></td>
</tr>
<tr>
<td><strong>To</strong></td>
<td><a href="http://tinyurl.com/echo123skype" target="_blank">http://tinyurl.com/echo123skype</a></td>
</tr>
</tbody>
</table>
If you click on the URL above, you might see something like the following (if you’re using Google Chrome on Windows):

<img src="http://www.designerbooster.com/wp-content/uploads/2012/02/044e5__0249-09_qrcode_warning.png" alt="" width="442" height="292" />
<h3>Step 3: Generate the QR Code</h3>
Now take that generated URL — which will actually work if you have the desktop version of Skype installed for Windows or Mac — and generate a working QR code from it.

Check that the shortened URL works in your web browser; the link should launch Skype.

There is an abundance of choice when it comes to ways of generating QR codes; free tools exist all over the Web.

Below are a couple of free generators:
<ul>
	<li><a href="http://www.qrstuff.com/" target="_blank">QR Stuff</a> (online tool)</li>
	<li><a href="http://itunes.apple.com/us/app/qrencoder/id452695239?mt=12" target="_blank">QREncoder</a> (Mac App)</li>
</ul>
<img src="http://www.designerbooster.com/wp-content/uploads/2012/02/044e5__0249-06_qrencoder.png" alt="" width="550" height="323" />

After you’ve generated your QR code, test it. Download one of the available applications for your mobile device (if you don’t already have one) and take a snapshot of the QR code you’ve produced.

Below are some free QR-reader products for mobile platforms:
<ul>
	<li><a href="http://itunes.apple.com/gb/app/scan/id411206394?mt=8" target="_blank">Scan</a> (iOS)</li>
	<li><a href="https://market.android.com/details?id=la.droid.qr&amp;hl=en" target="_blank">QR Droid</a> (Android)</li>
	<li><a href="http://appworld.blackberry.com/webstore/content/13962" target="_blank">QR Code Scanner Pro</a> (Blackberry)</li>
</ul>
What should happen, if you followed the instructions correctly and if you’ve got the Skype app installed, is this:
<ol>
	<li>Your QR code will be identified by the QR reader app</li>
	<li>The QR reader app will notice that the QR code contains a URL (thus it will skip the compatibility quirks of the readers)</li>
	<li>The TinyURL link will open in the default browser</li>
	<li>It will redirect to the Skype-call URI scheme and launch Skype</li>
</ol>
Pretty amazing stuff for one clever image!

The only thing left to do with your wonderful creation is to upload it to the Web (as I have with the finished example below). I recommend, as a best practice, that you consider providing a link to the URL being snapped in the QR image itself (for desktop users).

Beyond that, you could spruce up your QR codes with a bit of color or some limited artwork if you’re feeling extra creative.
<h3>The Finished QR Code</h3>
<img src="http://www.designerbooster.com/wp-content/uploads/2012/02/044e5__0249-08_finished_qr_code.png" alt="" width="550" height="225" />

The above QR code will call <em>echo123</em> on Skype if you have the app installed.
<h3>Conclusion</h3>
The power of this technique rests in the opportunity it gives designers and developers. A URI scheme exists between app developers and the browsers that support them (luckily, that’s all of them!).

Using a simple redirect (provided by you or a third party) and these already existing and well-supported features, you can launch applications, interact via query codes, execute JavaScript and do all sorts of wonderfully creative things.

QR codes are being increasingly adopted and have never been more widely used. With this single technique you can break past most existing limitations.

<img src="http://www.designerbooster.com/wp-content/uploads/2012/02/044e5__kOlWgOa-InY.jpg" alt="" width="1" height="1" />
<a href="http://feedproxy.google.com/~r/SixRevisions/~3/kOlWgOa-InY/" rel="nofollow" target="_blank">Six Revisions</a>]]></content:encoded>
			<wfw:commentRss>http://www.designerbooster.com/featured/getting-qr-codes-uri-schemes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Popular Rise of Mobile Studios</title>
		<link>http://www.designerbooster.com/featured/popular-rise-mobile-studios/</link>
		<comments>http://www.designerbooster.com/featured/popular-rise-mobile-studios/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 08:43:04 +0000</pubDate>
		<dc:creator>designerbooster</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Mobile Content]]></category>
		<category><![CDATA[Mobile Design]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Popular]]></category>
		<category><![CDATA[Rise]]></category>
		<category><![CDATA[Studios]]></category>

		<guid isPermaLink="false">http://www.designerbooster.com/?p=3783</guid>
		<description><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/popular-rise-mobile-studios/" title="The Popular Rise of Mobile Studios"><img title="The Popular Rise of Mobile Studios" src="http://rss.buysellads.com/img.php?z=1260035&amp;k=41a9fc188355b6ab15f5fc023749ebc5&amp;a=13817&amp;c=1779066411" alt="The Popular Rise of Mobile Studios" width="320" height="320" /></a>
		</div>
		<br/>
		Savvy tech consumers are slowly adapting to a world where smartphones and tablet PCs are commonplace. With these new devices comes a revolution of mobile software which we have never seen before. Mobile dev studios are popping up everywhere to showcase and market their latest app ideas. In this article I’d like to go over [...]
Related posts:<ol>
<li><a href='http://www.designerbooster.com/featured/boonex-mobile-apps-ios-android/' rel='bookmark' title='BoonEx Mobile Apps for iOS and Android'>BoonEx Mobile Apps for iOS and Android</a></li>
<li><a href='http://www.designerbooster.com/design-articles/will-browser-wars-invade-mobile-web/' rel='bookmark' title='Will the Browser Wars Invade the Mobile Web?'>Will the Browser Wars Invade the Mobile Web?</a></li>
<li><a href='http://www.designerbooster.com/featured/7-popular-online-project-management-tools/' rel='bookmark' title='The 7 Most Popular Online Project Management Tools'>The 7 Most Popular Online Project Management Tools</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/popular-rise-mobile-studios/" title="The Popular Rise of Mobile Studios"><img title="The Popular Rise of Mobile Studios" src="http://rss.buysellads.com/img.php?z=1260035&amp;k=41a9fc188355b6ab15f5fc023749ebc5&amp;a=13817&amp;c=1779066411" alt="The Popular Rise of Mobile Studios" width="320" height="320" /></a>
		</div>
		<br/>
		<a href="http://rss.buysellads.com/click.php?z=1260035&amp;k=41a9fc188355b6ab15f5fc023749ebc5&amp;a=13817&amp;c=1779066411" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1260035&amp;k=41a9fc188355b6ab15f5fc023749ebc5&amp;a=13817&amp;c=1779066411" alt="" border="0" /></a>

Savvy tech consumers are slowly adapting to a world where smartphones and tablet PCs are commonplace. With these new devices comes a revolution of mobile software which we have never seen before. Mobile dev studios are popping up everywhere to showcase and market their latest app ideas.

<a href="http://www.flickr.com/photos/johnkarakatsanis/4837313705/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/dd2d6__iphone-black-featured-image.jpg" alt="featured image - iPhone 4 black" /></a>

In this article I’d like to go over the concepts behind working in a creative studio. How will projects differ when we’re planning for app development? Mobile labs and studios are like any small business with big aspirations. And the most exciting part is that anybody can start! Many studios run with only 2-4 employees working full time.
<h3>Why Design for Mobile?</h3>
The mobile marketplace has been thrown together in just a few short years. The original iPhone began development going back as early as 2005 and still commands a large share of the mobile OS devices. Android was originally released later in 2007 and is trailing behind as a close second, followed up by Windows Mobile and Blackberry phones.

You should take mobile development into consideration only if you have a personal interest in the area. If you have ideas for apps you should take it upon yourself to build them. Websites are cheaper now and easier to setup with open source CMS solutions such as WordPress. But mobile apps are still fresh and the market has barely been touched.

<a href="http://www.flickr.com/photos/turtlemadness/3687838014/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/dd2d6__the-droid-google-hq.jpg" alt="Google Headquarters with the 'droid" /></a>

This is why mobile studios are currently growing so rapidly. If you can release one or two good ideas then it’s very easy turning a profit through Apple or Google.
<h3>Selective Markets</h3>
Unless you are an expert in Objective-C and Java programming it’s unlikely you can publish for both Android and iOS together. Mobile studios who are just getting started should pick an app store based on their own preferences.

If you have a team of knowledgeable developers you can get together and build apps much more quickly for all devices. This can include tablet PCs as well. Not every situation will be so lenient, but if you can pull it off I recommend submitting to both of the App Stores for a larger audience. The popular task management software <a href="http://www.6wunderkinder.com/wunderlist/" target="_blank">Wunderlist</a> immediately comes to mind.

<a href="http://www.6wunderkinder.com/wunderlist/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/dd2d6__wunderlist-app-website.jpg" alt="Official Wunderlist application web design" /></a>

From what I can gather the iPhone/iPod Touch/iPad App Store has a much higher demand for developers. There are simply more devices to build for and users are more willing to spend money for apps. But you can’t go wrong sticking to either marketplace. Pick an idea and just start building!
<h3>Speedy App Distribution</h3>
Another facet of developing mobile apps is the speed at which you can churn out new ideas. Programming is definitely extensive and requires a lot of dedication for newcomers. However once you’ve completed your first idea you’ll be edgy to jump onto the next one.

<a href="http://culturedcode.com/things/iphone/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/dd2d6__things-for-iphone-website.jpg" alt="Things for iPhone app website under Cultured Code" /></a>

Many app studios will choose between one of two paths for development. They’ll either focus on a single idea and expand it onto many devices, or alternatively they’ll launch a slew of many smaller apps with less maintenance. If you consider a studio like <a href="http://culturedcode.com/" target="_blank">Cultured Code</a> they have done an excellent job with the former dev environment crafting Things for all iOS devices.

When you plan your studio’s creative schedule make sure you consider all of these ideas. Will you and your team be working on many smaller apps or focusing to sell one solid brand? It’s a smart idea to split up tasks based on design and development skills. You’ll find product development to move tenfold when everybody is working on the same page.
<h3>Hungry Customers</h3>
Mobile apps may be some of the most in-demand software from consumers going into 2012. Almost anybody can setup their own web host and it takes a lot more work to build for mobile devices. As such these smaller studios are getting a ton of attention and reaping the benefits.

When you have a consumer base who is frequently shelling out cash for new apps it’s the perfect time to capitalize. Even many of the free applications for iOS and Android are still making money through advertisements and upgrades. You’ll find much less work in the realm of freelance app development. But some higher-end studios are offering freelance services and this trend may pickup when more wealthy companies grow interested in a mobile presence.
<h3>The Future for Mobile Labs</h3>
The outlook on the horizon is bright for mobile app studios. Developers can earn a small living off just a couple of catchy ideas. And mobile apps are so quick to produce that you can work part-time on a project while still holding down your day job.

<a href="http://bigbucketsoftware.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/183b7__big-bucket-software.jpg" alt="Big Bucket Software website" /></a>

Compared to the number of design agencies there is still room for growth in the mobile arena. The App Stores are just heating up and already boast quite a considerable number of competitors. If you are dedicated and have ambition then mobile apps are easily the best opportunity for a young developer. If possible try putting together a small team of developers and designer(s) to expedite the workload.
<h3>Conclusion + Showcase</h3>
In addition to the examples above I want to share some more wonderful mobile lab studios. Developers are hard at work all over the world churning out these apps for your smartphone device. Creative studios have always been popular and now we’re seeing a shift from print &amp; web work into mobile. Let us know your thoughts and if you run a mobile studio please share your link with us in the comments below.
<h4><a href="http://iphoneapplab.net/" target="_blank">iPhone App Lab</a></h4>
<a href="http://iphoneapplab.net/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/183b7__01-iphone-app-lab.jpg" alt="iPhone App Lab" /></a>
<h4><a href="http://eclipticlabs.com/" target="_blank">Ecliptic Labs</a></h4>
<a href="http://eclipticlabs.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/183b7__02-ecliptic.jpg" alt="Ecliptic mobile labs" /></a>
<h4><a href="http://ninjalabstudios.com/" target="_blank">Ninja Lab Studios</a></h4>
<a href="http://ninjalabstudios.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/183b7__03-ninja-lab-studios.jpg" alt="Ninja Lab Studios page" /></a>
<h4><a href="http://tapbots.com/" target="_blank">Tapbots</a></h4>
<a href="http://tapbots.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/183b7__04-tapbots-page.jpg" alt="Tweetbot Tap Bots" /></a>
<h4><a href="http://appthat.com/" target="_blank">AppThat</a></h4>
<a href="http://appthat.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/183b7__05-appthat.jpg" alt="AppThat new mobile studio" /></a>
<h4><a href="http://milkinc.com/" target="_blank">Milk Inc.</a></h4>
<a href="http://milkinc.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/0c751__06-milk-inc.jpg" alt="Kevin Rose's Milk mobile lab" /></a>
<h4><a href="http://www.giderosmobile.com/" target="_blank">Gideros Mobile</a></h4>
<a href="http://www.giderosmobile.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/0c751__07-gideros-mobile.jpg" alt="Gideros Mobile" /></a>
<h4><a href="http://sophiestication.com/magicalweather/" target="_blank">Sophiestication</a></h4>
<a href="http://sophiestication.com/magicalweather/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/0c751__08-sophiestication.jpg" alt="Sophiestication mobile iOS app" /></a>
<h4><a href="http://robocatapps.com/" target="_blank">Robocat</a></h4>
<a href="http://robocatapps.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/aeaca__09-robocat.jpg" alt="Robocat mobile apps" /></a>
<h4><a href="http://www.halfbrick.com/" target="_blank">Halfbrick</a></h4>
<a href="http://www.halfbrick.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/aeaca__10-halfbrick.jpg" alt="Halfbrick mobile apps company" /></a>
<h4><a href="http://www.secondgearsoftware.com/" target="_blank">Second Gear</a></h4>
<a href="http://www.secondgearsoftware.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/aeaca__11-second-gear.jpg" alt="Second Gear Mac OSX and iOS Studio" /></a>
<h4><a href="http://www.glasshouseapps.com/" target="_blank">Glasshouse Apps</a></h4>
<a href="http://www.glasshouseapps.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/aeaca__12-glasshouse-apps.jpg" alt="Glasshouse mobile apps" /></a>
<h4><a href="http://taptaptap.com/" target="_blank">tap tap tap</a></h4>
<a href="http://taptaptap.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/aeaca__13-tap-tap-tap.jpg" alt="tap tap tap studio" /></a>
<h4><a href="http://onelouder.com/" target="_blank">OneLouder</a></h4>
<a href="http://onelouder.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/aeaca__14-one-louder.jpg" alt="" /></a>
<h4><a href="http://www.nibirutech.com/" target="_blank">Nibirutech</a></h4>
<a href="http://www.nibirutech.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/1d554__15-nibirutech.jpg" alt="Nibirutech iPhone apps translation" /></a>
<h4><a href="http://appcubby.com/about/" target="_blank">App Cubby</a></h4>
<a href="http://appcubby.com/about/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/1d554__16-app-cubby.jpg" alt="App Cubby website design" /></a>
<h4><a href="http://jchicken.com/" target="_blank">jChicken</a></h4>
<a href="http://jchicken.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/1d554__17-jchicken-iphone-apps.jpg" alt="jChicken apps" /></a>
<h4><a href="http://www.saycheezzz.com/" target="_blank">SayCheezzz</a></h4>
<a href="http://www.saycheezzz.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/1d554__18-saycheezzz.jpg" alt="SayCheezzz King Camera app" /></a>
<h4><a href="http://tangoranglabs.com/" target="_blank">Tangorang Labs</a></h4>
<a href="http://tangoranglabs.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/1d554__19-tangorang-games.jpg" alt="Tangorang iPhone iOS games" /></a>
<h4><a href="http://fusionlab.com/" target="_blank">Fusionlab</a></h4>
<a href="http://fusionlab.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/1fdfb__20-fusionlab.jpg" alt="iPad Fusionlab web design" /></a>
<h4><a href="http://apptivitylab.com/" target="_blank">Apptivity Lab</a></h4>
<a href="http://apptivitylab.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/1fdfb__21-apptivity-lab.jpg" alt="Apptivity Labs" /></a>
<h4><a href="http://www.smule.com/" target="_blank">Smule</a></h4>
<a href="http://www.smule.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/1fdfb__22-smule.jpg" alt="Smule mobile iPhone apps" /></a>
<h4><a href="http://www.powerybase.com/" target="_blank">PoweryBase</a></h4>
<a href="http://www.powerybase.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/1fdfb__23-powerybase.jpg" alt="mobile iPhone app studio PoweryBase" /></a>
<h4><a href="http://tapmates.com/" target="_blank">TapMates</a></h4>
<a href="http://tapmates.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/1fdfb__24-tapmates.jpg" alt="Tapmates mobile iPhone lab" /></a>
<h4><a href="http://www.wandake.com/" target="_blank">Wandake Game Studio</a></h4>
<a href="http://www.wandake.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/0b4e6__25-wandake-game-studio.jpg" alt="Wandake Game Studio mobile designs" /></a>
<h4><a href="http://9magnets.com/" target="_blank">9magnets</a></h4>
<a href="http://9magnets.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/0b4e6__26-9magnets-studio.jpg" alt="9magnets design studio" /></a>
<h4><a href="http://www.vemedio.com/" target="_blank">Vemedio</a></h4>
<a href="http://www.vemedio.com/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2012/02/0b4e6__27-vemedio.jpg" alt="Vemedio software for Mac and iPhone" /></a>

<a href="http://webdesignledger.com/tips/the-popular-rise-of-mobile-studios" rel="nofollow" target="_blank">Web Design Ledger</a>]]></content:encoded>
			<wfw:commentRss>http://www.designerbooster.com/featured/popular-rise-mobile-studios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design HTML5 Websites for Desktop and Mobile without Coding</title>
		<link>http://www.designerbooster.com/web-design/design-html5-websites-desktop-mobile-coding/</link>
		<comments>http://www.designerbooster.com/web-design/design-html5-websites-desktop-mobile-coding/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 20:36:57 +0000</pubDate>
		<dc:creator>designerbooster</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[Mobile Content]]></category>
		<category><![CDATA[Web Content]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Eenox]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[without]]></category>

		<guid isPermaLink="false">http://www.designerbooster.com/?p=3582</guid>
		<description><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/web-design/design-html5-websites-desktop-mobile-coding/" title="Design HTML5 Websites for Desktop and Mobile without Coding"><img title="Design HTML5 Websites for Desktop and Mobile without Coding" src="http://www.designerbooster.com/wp-content/uploads/2012/02/4ab24__eenox.png" alt="Design HTML5 Websites for Desktop and Mobile without Coding" width="320" height="176" /></a>
		</div>
		<br/>
		The death of Adobe Flash for mobile was not shocking news for the majority of its proponents, we all saw it coming. With that, HTML5 will definitely gain control of both mobile and desktop websites in a few years. Right now there are a lot of HTML5 template generators, making it easy for designers and [...]
Related posts:<ol>
<li><a href='http://www.designerbooster.com/featured/20-inspirational-html5-websites-3d-flavor-added/' rel='bookmark' title='20 Inspirational HTML5 Websites with 3D Flavor Added'>20 Inspirational HTML5 Websites with 3D Flavor Added</a></li>
<li><a href='http://www.designerbooster.com/featured/parents-mobile-phone-ux-design-guidelines-smartphones/' rel='bookmark' title='Not Your Parent’s Mobile Phone: UX Design Guidelines For Smartphones'>Not Your Parent’s Mobile Phone: UX Design Guidelines For Smartphones</a></li>
<li><a href='http://www.designerbooster.com/featured/50-free-psd-files-mobile-design-development/' rel='bookmark' title='50 Free PSD Files for Mobile Design and Development'>50 Free PSD Files for Mobile Design and Development</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/web-design/design-html5-websites-desktop-mobile-coding/" title="Design HTML5 Websites for Desktop and Mobile without Coding"><img title="Design HTML5 Websites for Desktop and Mobile without Coding" src="http://www.designerbooster.com/wp-content/uploads/2012/02/4ab24__eenox.png" alt="Design HTML5 Websites for Desktop and Mobile without Coding" width="320" height="176" /></a>
		</div>
		<br/>
		The <a title="What is the Future of Adobe Flash?" href="http://www.1stwebdesigner.com/design/adobe-flash-future/" target="_blank">death of Adobe Flash for mobile</a> was not shocking news for the majority of its proponents, we all saw it coming. With that, HTML5 will definitely gain control of both mobile and desktop websites in a few years. Right now there are a lot of HTML5 template generators, making it easy for designers and developers to create an HTML5 website.

A French startup, <a href="http://eenox.net/home" target="_blank">Eenox</a>, has developed a platform to help create dynamic HTML5 websites without writing a single line of code. If you are familiar with <a href="http://wix.com" target="_blank">Wix</a>, a Flash website builder with drag-and-drop features, it basically works the same.

Eenox is an application that you can use right in your browser. Designing an application/website is easy. It is literally a drag-and-drop, draw and place, kind of application.

&nbsp;

Among the many features it has, one thing that took me by surprise is how easy it is to use even for a non-technical person. The interface is like storytelling, directing its users what to click, what it’s for, and how to properly do it. You rarely see something like this from applications, but games do it all the time.

Below I masterfully tested the application, adding an image and sample text, and a Twitter stream. I have set the resolution for tablet.

<img title="Eenox - Create an HTML5 website easily" src="http://www.designerbooster.com/wp-content/uploads/2012/02/4ab24__eenox.png" alt="" width="592" height="327" />

Every web page created automatically generates a <a title="Yay Or Nay Of QR Code Marketing" href="http://www.1stwebdesigner.com/design/yay-or-nay-of-qr-code-marketing/" target="_blank">QR code</a> for them. And unlike testing the website to see if it works, which usually entails setting up your localhost (if you work on your local machine), every element is as you see it. No more setting up, just drag, drop and add your content.

<img class="alignnone size-full wp-image-63705" title="1stwebdesigner-eenox-qr-code" src="http://www.designerbooster.com/wp-content/uploads/2012/02/4ab24__1stwebdesigner-eenox-qr-code.png" alt="" width="189" height="189" />

Several months ago, the talk was about creating a <a title="Introduction to Responsive Web Design" href="http://www.1stwebdesigner.com/design/introduction-responsive-web-design/" target="_blank">responsive website</a> which can automatically adjust itself based on the screen of the user. Eenox has successfully employed this with every website or application that is made using their platform. <a href="http://eenox.net/s/_stwebdesigner/home" target="_blank">Here’s proof of that.</a> Try resizing your browser, and you will see the image and text adapt to your browser’s size.

Changing the background color, or the color of any element for that matter, only requires moving some slides through a gradient.  You can even download the website you made, and then host it on your web server.

There is a free version that you can use to test the application. A paid version starts at $ 99 for every 2 months up to $ 280/mo.
<h4><strong>Features of Free Version</strong></h4>
<ul>
	<li>Maximum of 3 web pages to download</li>
	<li>Maximum of 3 images per page</li>
	<li>Limited to 1 web page</li>
	<li>Hosting</li>
</ul>
The free version is pretty limited, hopefully someday the features for the free version will increase. Truthfully, I haven’t had enough of a chance to test it because of the limitations, but I can say that I like how easy it is to use.
<h4>Benefits of using the paid version:</h4>
<ul>
	<li>Unlimited downloads</li>
	<li>25 to 120 web pages</li>
	<li>Unlimited image number per page</li>
	<li>Hosting</li>
	<li>Other Advanced Features</li>
	<li>Statistics</li>
	<li>SEO</li>
	<li>Can publish app on the App Store or Android Market</li>
</ul>
<strong>See image below for the full pricing details:</strong>

<em>Image was shamelessly taken from their website.</em>

<img class="alignnone  wp-image-63708" title="Eenox Pricing Table" src="http://www.designerbooster.com/wp-content/uploads/2012/02/4ab24__eenox-pricing.png" alt="" width="640" height="319" />
<div class="feedflare"><a href="http://feeds.feedburner.com/~ff/1stwebdesigner?a=nInRT_7ZUTk:_3fgxKi2OXk:yIl2AUoC8zA" target="_blank"><img src="http://feeds.feedburner.com/~ff/1stwebdesigner?d=yIl2AUoC8zA" alt="" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/1stwebdesigner?a=nInRT_7ZUTk:_3fgxKi2OXk:7Q72WNTAKBA" target="_blank"><img src="http://feeds.feedburner.com/~ff/1stwebdesigner?d=7Q72WNTAKBA" alt="" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/1stwebdesigner?a=nInRT_7ZUTk:_3fgxKi2OXk:F7zBnMyn0Lo" target="_blank"><img src="http://feeds.feedburner.com/~ff/1stwebdesigner?i=nInRT_7ZUTk:_3fgxKi2OXk:F7zBnMyn0Lo" alt="" border="0" /></a></div>
<img src="http://www.designerbooster.com/wp-content/uploads/2012/02/4ab24__nInRT_7ZUTk.jpg" alt="" width="1" height="1" />
<a href="http://feedproxy.google.com/~r/1stwebdesigner/~3/nInRT_7ZUTk/" rel="nofollow" target="_blank">1stwebdesigner - Graphic and Web Design Blog</a>]]></content:encoded>
			<wfw:commentRss>http://www.designerbooster.com/web-design/design-html5-websites-desktop-mobile-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will the Browser Wars Invade the Mobile Web?</title>
		<link>http://www.designerbooster.com/design-articles/will-browser-wars-invade-mobile-web/</link>
		<comments>http://www.designerbooster.com/design-articles/will-browser-wars-invade-mobile-web/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 14:38:00 +0000</pubDate>
		<dc:creator>designerbooster</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Design Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Mobile Content]]></category>
		<category><![CDATA[Mobile Design]]></category>
		<category><![CDATA[Invade]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Wars]]></category>

		<guid isPermaLink="false">http://www.designerbooster.com/?p=3209</guid>
		<description><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/design-articles/will-browser-wars-invade-mobile-web/" title="Will the Browser Wars Invade the Mobile Web?"><img title="Will the Browser Wars Invade the Mobile Web?" src="http://www.designerbooster.com/wp-content/uploads/2012/01/233b8__0236-01_mobile_browser_wars_thumbnail.jpg" alt="Will the Browser Wars Invade the Mobile Web?" width="320" height="116" /></a>
		</div>
		<br/>
		Editor’s note: The opinions expressed in this article are solely that of the author’s, Arley McBlain. When it comes to the still emerging Mobile Web realm, I think we should all be outraged about the trouble Windows Phone 7.5 can unleash. &#160; Like anyone, I was curious what Windows Phone 7.5 (codenamed Mango) — a [...]
Related posts:<ol>
<li><a href='http://www.designerbooster.com/featured/css3-media-queries-create-mobile-version-website/' rel='bookmark' title='Use CSS3 Media Queries To Create Mobile Version of Website'>Use CSS3 Media Queries To Create Mobile Version of Website</a></li>
<li><a href='http://www.designerbooster.com/featured/boonex-mobile-apps-ios-android/' rel='bookmark' title='BoonEx Mobile Apps for iOS and Android'>BoonEx Mobile Apps for iOS and Android</a></li>
<li><a href='http://www.designerbooster.com/web-design/29-simple-intuitive-mobile-web-designs/' rel='bookmark' title='29 Simple yet Intuitive Mobile Web Designs'>29 Simple yet Intuitive Mobile Web Designs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/design-articles/will-browser-wars-invade-mobile-web/" title="Will the Browser Wars Invade the Mobile Web?"><img title="Will the Browser Wars Invade the Mobile Web?" src="http://www.designerbooster.com/wp-content/uploads/2012/01/233b8__0236-01_mobile_browser_wars_thumbnail.jpg" alt="Will the Browser Wars Invade the Mobile Web?" width="320" height="116" /></a>
		</div>
		<br/>
		<a href="http://sixrevisions.com/web-technology/mobile-browser-wars/" target="_blank"><img src="http://www.designerbooster.com/wp-content/uploads/2012/01/233b8__0236-01_mobile_browser_wars_thumbnail.jpg" alt="Will the Browser Wars Invade the Mobile Web?" width="550" height="200" /></a>

<strong><em>Editor’s note:</em></strong><em> The opinions expressed in this article are solely that of the author’s, Arley McBlain.</em>

When it comes to the still emerging <a href="http://sixrevisions.com/user-interface/a-quick-look-at-mobile-web-designs/" target="_blank">Mobile Web</a> realm, I think we should all be outraged about the trouble Windows Phone 7.5 can unleash.

&nbsp;

Like anyone, I was curious what <strong><a title="Windows Phone 7.5 - en.wikipedia.org" href="http://en.wikipedia.org/wiki/Windows_Phone_7.5" target="_blank">Windows Phone 7.5</a></strong> (codenamed <strong>Mango</strong>) — a software update to Microsoft’s mobile device operating system — would bring to the Mobile Web front. I’m a web designer, so things like this can affect me professionally.

My real interest in Mango lies in its web browser, <a title="Internet Explorer Mobile - en.wikipedia.org" href="http://en.wikipedia.org/wiki/Internet_Explorer_Mobile#Internet_Explorer_Mobile_9" target="_blank">IE Mobile 9</a>. How would it hold up? It certainly performs better than its predecessor, but it didn’t take long to start finding rendering issues on some websites, even though these sites were fine on other devices.
<h3>A Bit of Background</h3>
Until recently, there were arguably only three major players in the mobile device world: BlackBerry, iPhone and Android. These devices still hold a big chunk of smartphone users –<strong> 73% of the market share</strong> of mobile operating systems in the second quarter of 2011 — Microsoft is trying to keep things relevant with their latest mobile OS.

<img src="http://www.designerbooster.com/wp-content/uploads/2012/01/d1da1__0236-03_mobile_browser_wars_marketshare.png" alt="" width="550" height="404" /><span class="figure-caption">Source: <a href="http://en.wikipedia.org/wiki/Mobile_operating_system#Total_mobile_OS_market_share_including_tablets_and_connected_devices" target="_blank">Wikipedia</a></span>

A little competition in the burgeoning mobile industry is good and all, but — and maybe you should sit down for this — when Windows Mobile 7 (the predecessor of Mango) shipped in November 2010, the built-in browser was IE Mobile 7 – a standards-disrespecting jerk of a browser that was released over four years previous.

Four years. Think about that. In Internet years that’s like a decade and in mobile technology years that’s like 432 centuries. IE7 is ancient! Sure, it was better than <a title="Farewell IE6" href="http://sixrevisions.com/web-development/farewell-ie6/" target="_blank">IE6</a>, but it still makes a mockery of web standards, and lacks a lot of great features that all modern browsers have. It feels like a crime to add IE7-specific style sheets to a modern mobile site or app. But that’s the reality.

Mango is now released with IE9 adapted to their mobile OS (called IE Mobile 9). Though this is by all measures a modern browser, it’s <a title="Why IE9 is a Web Designer’s Nightmare" href="http://sixrevisions.com/web_design/why-ie9-is-a-web-designers-nightmare/" target="_blank">still rendering pages differently and breaking a beautiful Web.</a>
<h3>Why It Matters</h3>
It seems as though the Mobile space is beginning to repeat what we have seen from the ongoing desktop <a title="Browser wars - en.wikipedia.org" href="http://en.wikipedia.org/wiki/Browser_wars" target="_blank">browser wars</a>.

When <a href="http://sixrevisions.com/web-development/farewell-ie6/" target="_blank">IE6 was king</a>, it had over 75% of market share. With IE5.5 combined, it was 95%.

What an amazing time it was to make websites: You could create and test a website with one web browser without feeling like your web development responsibilities were being shirked. You could be confident that 95% of Internet users would see the same thing.

That bubble burst when people began adopting other browsers, and eventually we got to where we are today.

Personally, I try to test a website project on at least 5 specific desktop browsers. It’s a lot more work, particularly if the client needs to support older browsers.
<h3>The WebKit Bubble</h3>
In Mobile, we are still sort of in that happy bubble! <a title="The WebKit Open Source Project - webkit.org" href="http://www.webkit.org/" target="_blank">WebKit</a>, a popular open source browser engine, is great. It’s the backbone of the BlackBerry browser (OS6+), Apple Safari (for the iPhone) and the built-in web browser in Android mobile devices.

Mobile sites made for these devices will generally look and act the same. (Though you should still test in various platforms and devices.)
<h3>Will the Bubble Burst?</h3>
Now there’s Microsoft. Please understand that I’m not a hater. I respect the company and their contributions to the way we use technology today. They’ve had an enormous and very positive impact in computing, gaming and Web technologies.

Their browser’s unique way of rendering websites, on the other hand, creates problems. For the first time since 2005, we almost had a standard base to build websites on — but I fear that Microsoft carries enough weight and users to shift the balance towards their advantage, and the work going into <a title="A 6-Step General Process for Producing a Website" href="http://sixrevisions.com/web-development/a-6-step-general-process-for-producing-a-website/" target="_blank">producing websites</a> will again multiply.
<h3>Universal Standards for Mobile Browsers</h3>
Windows Phone hasn’t taken over yet, even though the company that developed it carries a lot of weight in the tech world.

It’s up to us to pester friends, families and clients into installing some WebKit solution onto their Windows mobile devices. For example, let them know about <a href="http://zetakey.com/" target="_blank">Zetakey</a>, a WebKit-based browser that can work on Windows mobile devices.

<a href="http://zetakey.com/" target="_blank"><img src="http://www.designerbooster.com/wp-content/uploads/2012/01/d1da1__0236-02_mobile_browser_wars_zetakey.jpg" alt="" width="550" height="292" /></a>

Or, if you’re feeling very bitter, you can start adding this to your <a title="Mobile Web Design: Best Practices" href="http://sixrevisions.com/web-development/mobile-web-design-best-practices/" target="_blank">mobile web designs</a>:
<pre>&lt;!--[if IEMobile]&gt;&lt;style&gt;*{display:none;}&lt;/style&gt;&lt;![endif]--&gt;</pre>
Is that too extreme?

Am I saying WebKit should be the sole browser engine that the Mobile Web is built on? No. I only raise this point since, in the Mobile space, we are so close to one universal browser engine right now.

I personally would be fine with literally any universal standard. I would honestly rather that IE6 once again be the 95% global standard than to have to keep adapting to the ever-increasing requirements that are being added to the average project. As modern web designers, these are just <em>some</em> of the things we are faced with:
<ul>
	<li>Screens are simultaneously getting bigger and smaller.</li>
	<li>We have to take into account standard mouse and keyboard users, touchscreens and accessibility considerations.</li>
	<li>We are to be context-sensitive, social, and make use of emerging web technologies like geolocation and <a title="Understanding the Elements of Responsive Web Design" href="http://sixrevisions.com/web_design/understanding-the-elements-of-responsive-web-design/" target="_blank">responsive web design</a>.</li>
</ul>
The demands of modern mobile websites and <a title="Building Mobile Web Apps the Right Way: Tips and Techniques" href="http://sixrevisions.com/web-applications/building-mobile-web-apps-the-right-way-tips-and-techniques/" target="_blank">mobile web apps</a> are serious. Wrangling stubborn browsers on top of all of that is ridiculous.

Web browsers have been around for nearly twenty years — the fact that two browsers can render the same code radically different is insane.

We need to unite and demand a better browser standard.

<img src="http://www.designerbooster.com/wp-content/uploads/2012/01/d1da1___zg0G2OisNU.jpg" alt="" width="1" height="1" />
<a href="http://feedproxy.google.com/~r/SixRevisions/~3/_zg0G2OisNU/" rel="nofollow" target="_blank">Six Revisions</a>]]></content:encoded>
			<wfw:commentRss>http://www.designerbooster.com/design-articles/will-browser-wars-invade-mobile-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redefining Your SEO For Mobile Media</title>
		<link>http://www.designerbooster.com/featured/redefining-seo-mobile-media/</link>
		<comments>http://www.designerbooster.com/featured/redefining-seo-mobile-media/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 14:37:02 +0000</pubDate>
		<dc:creator>designerbooster</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Mobile Content]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Redefining]]></category>

		<guid isPermaLink="false">http://www.designerbooster.com/?p=2812</guid>
		<description><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/redefining-seo-mobile-media/" title="Redefining Your SEO For Mobile Media"><img title="Redefining Your SEO For Mobile Media" src="http://www.designerbooster.com/wp-content/uploads/2011/12/ee07a__5499138281_4e0b70ca6b.jpg" alt="Redefining Your SEO For Mobile Media" width="320" height="240" /></a>
		</div>
		<br/>
		Webmasters already have a really difficult time figuring out how to promote their website for SEO. The search engine algorithms are complex and always changing. No sooner does the owner think he’s mastered the art of SEO and the rules change all over again. The advent of mobile media has made SEO even harder. When [...]
Related posts:<ol>
<li><a href='http://www.designerbooster.com/featured/css3-media-queries-create-mobile-version-website/' rel='bookmark' title='Use CSS3 Media Queries To Create Mobile Version of Website'>Use CSS3 Media Queries To Create Mobile Version of Website</a></li>
<li><a href='http://www.designerbooster.com/featured/boonex-mobile-apps-ios-android/' rel='bookmark' title='BoonEx Mobile Apps for iOS and Android'>BoonEx Mobile Apps for iOS and Android</a></li>
<li><a href='http://www.designerbooster.com/web-design/29-simple-intuitive-mobile-web-designs/' rel='bookmark' title='29 Simple yet Intuitive Mobile Web Designs'>29 Simple yet Intuitive Mobile Web Designs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/redefining-seo-mobile-media/" title="Redefining Your SEO For Mobile Media"><img title="Redefining Your SEO For Mobile Media" src="http://www.designerbooster.com/wp-content/uploads/2011/12/ee07a__5499138281_4e0b70ca6b.jpg" alt="Redefining Your SEO For Mobile Media" width="320" height="240" /></a>
		</div>
		<br/>
		Webmasters already have a really difficult time figuring out how to promote their website for SEO. The search engine algorithms are complex and always changing. No sooner does the owner think he’s mastered the art of SEO and the rules change all over again.

The advent of mobile media has made SEO even harder. When they first came out, not too many people used mobile devices to search the web. Today, nearly 40% of visitors use mobile devices for social networking. As a webmaster, you can’t afford to ignore this overwhelmingly important source of traffic. When you develop your website, you need to make sure it is optimized for both desktop computers and mobile devices.

&nbsp;

Life would be so much easier if mobile devices used the same algorithms and bots to search the web. Unfortunately, mobile devices are more limited in what they can do. Many of the tags, tools and blocks of code used in websites are ignored by mobile bots. Why would search engines make things so complicated? They want to make sure the most relevant data is provided to the user. If a particular site can’t provide the value to a specific mobile device that it provides to other users, it won’t rank as well. This isn’t a limitation of the search engine crawlers, it is intentionally done to improve the experience for all web users.

If you want to maximize the traffic to your site, you definitely want to take advantage of the potential from mobile devices. Also, the conversions from mobile devices tend to be much higher than those accessed from the main site. According to a study conducted by Google, <a href="http://www.mediapost.com/publications/article/159055/" target="_blank">61% of users</a> will call a business after they have found it through a mobile device. Therefore, websites need to take conversions into account just as much as the traffic. This may be due to the fact that more people are trying to find things on their mobile phone that they intend to do right away.

At the same time, a study conducted by Google found that <a href="http://www.mediapost.com/publications/article/160421/marketers-optimize-mobile-search-with-better-seo-p.html" target="_blank">77% of mobile users</a> use their phone to conduct searches. Some people are speculating that mobile media will be the <a href="http://www.businessnewsdaily.com/apple-pc-is-dead-1378/" target="_blank">death of the PC </a>in a few years. Personally, I think that is hype. However, mobile searches are clearly going to play a greater and greater role in driving website traffic over the coming months and years. As a website owner, you can’t afford not to capitalize on that.
<h2>How Is Mobile SEO Different?</h2>

<hr style="margin-left: 20px;" align="left" width="60%" />

Although my focus in on the differences between mobile SEO and traditional SEO techniques, I think I should emphasize that the two practices are very similar. You don’t need to completely relearn the laws of search engine optimization. Rather, you need to tweak a few things and change your SEO process slightly. First, you will need to make sure your website is well optimized for traditional search engine bots. Afterwards, follow these tips to refine your strategy for mobile search engine bots:
<h4><strong>1. Make your site functional for all devices. </strong></h4>

<hr style="margin-left: 20px;" align="left" width="30%" />

<strong></strong>The first thing you need to do is approach your SEO as if you didn’t have a <a href="http://mashable.com/2011/06/03/mobile-seo/" target="_blank">specific device in mind</a>. If you optimized your website for a specific screen size , you would be missing key traffic for all other sizes as well. By all means, make sure your site is functional for all users. I can’t think of any reason why you would want to limit your visitors to a single device, so make sure they can all take advantage of it. It’s a wise idea to make sure your site is set up for every major mobile device.<img class="alignnone" title="SEO for iPhone" src="http://www.designerbooster.com/wp-content/uploads/2011/12/ee07a__5499138281_4e0b70ca6b.jpg" alt="" width="500" height="375" />
<h4><strong>2. Go lighter on content. </strong></h4>

<hr style="margin-left: 20px;" align="left" width="30%" />

<strong></strong>When you develop a webpage for a mobile crawler, you are going to need to <a href="http://searchengineland.com/the-mobile-content-dilemma-brevity-vs-optimization-68964" target="_blank">enhance SEO through conciseness</a>. Articles will need to be lighter on content and you will want to make sure you can still get your keywords in the right places. You will need to balance brevity and conciseness if you want to implement a better SEO policy. Some sources will actually advocate using no more than 150 words for the mobile version of your website.
<h4><strong>3. Create a secondary mobile style sheet. </strong></h4>

<hr style="margin-left: 20px;" align="left" width="30%" />

<strong></strong>You want to upload a <a href="http://searchengineland.com/the-new-mobile-seo-what-you-need-to-know-40101" target="_blank">style sheet</a> for your site. You will want to call it mobile.css. If you use this style sheet, you can customize the settings for different mobile devices without having to create entirely new content for each device. You will also need to create an iPhone.css style sheet to optimize for iPhones, which unfortunately don’t look at the mobile.css style sheet. If you are interested in what a mobile.css style sheet should look like, you can find an example <a href="http://www.alistapart.com/articles/return-of-the-mobile-stylesheet" target="_blank">here</a>.
<h4><strong>4. Make sure your do your coding right. </strong></h4>

<hr style="margin-left: 20px;" align="left" width="30%" />

<strong></strong>Coding is always one of the most essential elements of SEO. Since mobile devices look at code differently, you may want to consider using straight XML. Bad coding practices can cause a number of problems for SEO, even more so than regular search engine bots. You can find details on developing a mobile site through our <a href="http://www.1stwebdesigner.com/design/5-step-checklist-for-mobile-website-design/" target="_blank">5-Step Checklist</a>.
<h4><strong>5. Realize consumer behavior changes. </strong></h4>

<hr style="margin-left: 20px;" align="left" width="30%" />

<strong></strong>One of the things you need to take into consideration with mobile devices is that users search differently. They tend to be more impatient and probably less likely to use long-tail search terms. You want to make sure you optimize your site for users who are looking at these keywords on top of the ones you have already optimized for. You should also make sure you know what types of sites people are looking for when they are on their mobile devices. For example, a study by m-Spatial looked at the <a href="http://news.accuracast.com/mobile-7471/uk-local-mobile-search-rankings/" target="_blank">most popular searches</a> conducted on mobile phones in the UK. According to this study, they found that the most popular searches were cinema, fast food, drinking and taxis. Clearly, when people are looking for something on their mobile phone, they are going to want to find destinations they would visit while traveling.
<h4><strong>6. Create a mobile site map. </strong></h4>

<hr style="margin-left: 20px;" align="left" width="30%" />

<strong></strong>Mobile site maps serve the same purpose as regular sites. Submit a mobile site map and make sure you have your mobile site map in your robot.txt file. You can submit a mobile site map through your Google webmaster tools. You can follow the <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=34648" target="_blank">steps outlined by Google</a>. A sample of your mobile sitemap might look like this:

<span class="Apple-style-span" style="font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;">&lt;?xml version=”1.0″ encoding=”UTF-8″ ?&gt;</span>
<pre> &lt;urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"&gt;
    &lt;url&gt;
        &lt;loc&gt;http://mobile.example.com/article100.html&lt;/loc&gt;
        &lt;mobile:mobile/&gt;
    &lt;/url&gt;
  &lt;/urlset&gt;</pre>
As you submit your sitemap, you can use a single sitemap for different markup languages. However, you will need to make sure that you give a different name for each sitemap if you are uploading multiple ones.
<h4><strong>7. Keep your site mobile friendly. </strong></h4>

<hr style="margin-left: 20px;" align="left" width="30%" />

<strong></strong>Mobile phones hate large files and excessive multimedia files. When you present your site for mobile devices, make sure you keep things as simple and manageable as possible. Search bots will rank your site better if you have smaller files. One of the best practices is to make sure you code in XHTML-MP. The second key element to making your site mobile friendly is knowing that you cannot put a whole bunch of content into it. You need to keep your site as <a href="http://designreviver.com/tips/how-to-designing-a-mobile-website/" target="_blank">simple as you possibly can</a>. Cesar Keller made a post on Crazy Egg about how too many mobile sites make the mistake of trying to do <a href="http://blog.crazyegg.com/2011/10/05/the-most-damaging-potholes-and-pitfalls-in-your-mobile-web-design/" target="_blank">way too much</a> with their mobile sites. This ends up damaging the user experience and their search engine rankings in the long run.
<h4><strong>8. Link the two versions of the site. </strong></h4>

<hr style="margin-left: 20px;" align="left" width="30%" />

<strong></strong>One of the biggest concerns with mobile search engines is that they have fewer links available. Link the two versions of the site together with a mobile redirect device. Oftentimes, a mobile bot will be looking for a traditional site. You can redirect it to the version of your site that is ranking better. According to a study conducted by Covario, the main site of one of their clients (Toolfetch) was able to <a href="http://www.marketwire.com/press-release/covario-issues-business-case-for-mobile-seo-programs-by-large-advertisers-1572649.htm" target="_blank">increase traffic by 80%</a> by driving traffic to the mobile site.
<h4><strong>9. Use separate urls. </strong></h4>

<hr style="margin-left: 20px;" align="left" width="30%" />

I know this is the opposite of everything you ever heard regarding duplicate content. You have probably always been told to use a single url for your site. If you used different urls, your site would be penalized. According to <a href="http://www.seroundtable.com/google-mobile-seo-12995.html" target="_blank">Pierre Far from Google</a>, there are separate search engine bots for mobile sites and traditional sites. Hence, you will find that you need different urls to optimize your site properly.

<a href="http://feedproxy.google.com/~r/1stwebdesigner/~3/d4IHXcBGyjA/" rel="nofollow" target="_blank">1stwebdesigner - Graphic and Web Design Blog</a>]]></content:encoded>
			<wfw:commentRss>http://www.designerbooster.com/featured/redefining-seo-mobile-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focus On: Design Trends in Mobile Apps for iOS</title>
		<link>http://www.designerbooster.com/featured/focus-design-trends-mobile-apps-ios/</link>
		<comments>http://www.designerbooster.com/featured/focus-design-trends-mobile-apps-ios/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 08:38:49 +0000</pubDate>
		<dc:creator>designerbooster</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile Content]]></category>
		<category><![CDATA[Mobile Design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Focus]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://www.designerbooster.com/?p=2693</guid>
		<description><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/focus-design-trends-mobile-apps-ios/" title="Focus On: Design Trends in Mobile Apps for iOS"><img title="Focus On: Design Trends in Mobile Apps for iOS" src="http://rss.buysellads.com/img.php?z=1260035&amp;k=41a9fc188355b6ab15f5fc023749ebc5&amp;a=12651&amp;c=2082700230" alt="Focus On: Design Trends in Mobile Apps for iOS" width="320" height="320" /></a>
		</div>
		<br/>
		Apple’s mobile operating system has gained a huge following in just a few short years. Although it can take months of dedicated study to even begin programming iOS apps, there still seems to be a solid market of intelligent developers. In the last year alone we’ve witnessed the iPad2 and iPhone 4S releases which have [...]
Related posts:<ol>
<li><a href='http://www.designerbooster.com/featured/boonex-mobile-apps-ios-android/' rel='bookmark' title='BoonEx Mobile Apps for iOS and Android'>BoonEx Mobile Apps for iOS and Android</a></li>
<li><a href='http://www.designerbooster.com/featured/50-free-psd-files-mobile-design-development/' rel='bookmark' title='50 Free PSD Files for Mobile Design and Development'>50 Free PSD Files for Mobile Design and Development</a></li>
<li><a href='http://www.designerbooster.com/featured/parents-mobile-phone-ux-design-guidelines-smartphones/' rel='bookmark' title='Not Your Parent’s Mobile Phone: UX Design Guidelines For Smartphones'>Not Your Parent’s Mobile Phone: UX Design Guidelines For Smartphones</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/focus-design-trends-mobile-apps-ios/" title="Focus On: Design Trends in Mobile Apps for iOS"><img title="Focus On: Design Trends in Mobile Apps for iOS" src="http://rss.buysellads.com/img.php?z=1260035&amp;k=41a9fc188355b6ab15f5fc023749ebc5&amp;a=12651&amp;c=2082700230" alt="Focus On: Design Trends in Mobile Apps for iOS" width="320" height="320" /></a>
		</div>
		<br/>
		<a href="http://rss.buysellads.com/click.php?z=1260035&amp;k=41a9fc188355b6ab15f5fc023749ebc5&amp;a=12651&amp;c=2082700230" target="_blank"><img src="http://rss.buysellads.com/img.php?z=1260035&amp;k=41a9fc188355b6ab15f5fc023749ebc5&amp;a=12651&amp;c=2082700230" alt="" border="0" /></a>

Apple’s mobile operating system has gained a huge following in just a few short years. Although it can take months of dedicated study to even begin programming iOS apps, there still seems to be a solid market of intelligent developers. In the last year alone we’ve witnessed the iPad2 and iPhone 4S releases which have both appeared stunning.

<a href="http://www.flickr.com/photos/luca_79/6322138250/" target="_blank"><img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2011/11/2cc80__iphone-4s-white-display.jpg" alt="iPhone 4S White model" /></a>

And along with these advances in technology comes a much larger demand for iOS apps. I’d like to go into a few design trends which have become prevalent in mainstream iOS interfaces. Designers have started following innovative and whimsical methods for constructing beautiful app layouts. And there is a lot to be said of this booming mobile industry!
<h3>Offset Center Tab Button</h3>
Surprisingly I have run into this feature a lot more in the social network-type applications. The offset tab button is generally placed in the center of a series of tab views in the bottom bar. Foursquare and Instagram are two examples, although there are other designers picking up on the trend.

<img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2011/11/c1ae6__instagram-tab-bar.jpg" alt="Instagram iOS app tab bar" />

The benefit of this tactic from a metrics perspective is that you’ll see a lot more active sharing using that center button. With Instagram you tap there to snap a new photo, in Foursquare you are sharing a new check-in. This center tab view should represent the key action(s) you’re hoping to get out of each user.

<img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2011/11/c1ae6__tumblr-tabs.jpg" alt="Offset iOS UI tab design from Tumblr" />

Another cool example can be found in Tumblr’s iOS app. This mobile port of the social blogosphere is using the offset center tab just a few pixels in height. It seems like a small effect, yet your attention is constantly attracted to the “Post” link.
<h3>Popup Modal Views</h3>
Modal boxes have been popular in both desktop and browser-based applications. When developing for iOS these modal boxes are perfect for quickly gathering some user information. These systems work best in a true/false or yes/no format so the user isn’t flustered in dealing with a whole new window.

<img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2011/11/c1ae6__tweetbot-spam-report-modal-window.jpg" alt="Tweetbot modal popup box" />

In the example above Tweetbot uses a brilliant modal box design with an outer shadow effect. Another point of notice is how the two buttons have been colored differently – this is to imply that you need to make a choice between the two. In this screen I’m being asked to confirm or deny a spam report(which I politely canceled!).
<h3>Link Icons</h3>
When designing an iOS user interface you want important bits to stand out from the rest. This is worth stressing in preparation so that your layout doesn’t appear bland by design. Things for iPhone uses some really unique icons to label each of their different scheduling areas.

<img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2011/11/c1ae6__things-for-iphone.jpg" alt="Things for iPhone and iPod Touch" />

Another one of my favorite examples is Cloudette, an iOS solution for CloudApp. Basically you log in to your account and the home screen displays all your contents in chronological order. The app includes icons next to each file based on the type(URL link, photo, .zip archive).

<img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2011/11/c1ae6__cloudette-sampling-lists-view.jpg" alt="Cloudette icon design list" />

Even if you aren’t a magnificent designer you should be able to find some awesome freebies throughout the web. Having a few icons sprinkled throughout your menus will help to differentiate the many links listed together. They also add onto the beautiful user experience which you would expect in any mobile app.
<h3>User Profile Badges</h3>
The most popular example of the social badges group has to be Foursquare. We’ve all caught a glimpse of these badge designs and there are plenty to go around! The site’s founder <a href="https://foursquare.com/dens/badges/all" target="_blank">Dennis Crowley</a> has actually collected over 100 different badges! Talk about some real dedication.

<img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2011/11/c1ae6__foursquare-badges-display-case.jpg" alt="Foursquare display badges - trophy case" />

Adding this functionality into your app brings about an entire gaming mechanism. Your members will be constantly working to unlock badges and show off their hip trendy profile. <a href="http://imga.me/" target="_blank">Im Game</a> is another app released in private beta where you check-in to each video game as you play them.

<img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2011/11/c1ae6__imgame-tokens-badges.jpg" alt="Private beta iOS ImGa.me app" />

Users who check into specific genres more often can unlock secret badges, along with others means of social gaming. If the badge system doesn’t work in your app I suggest not trying to force it. But collecting user input will keep your member base growing and interested in future products!
<h3>Custom Loading Animation</h3>
This hasn’t been as popularized as the other trends recently, although there are 2 apps worth noticing. Gowalla’s newest re-design uses a checkered array of moving colors to display when content is being loaded. It’s a really unique animation and certainly along the lines of something I’ve never seen before.

<img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2011/11/c1ae6__gowalla-loader-checkers.jpg" alt="Gowalla loader animation box" />

Another great example comes from Kevin Rose’s recent publication of <a href="http://www.oink.com/" target="_blank">Oink app</a>. The user interface is much smaller this time around, as they focus on a tiny loading bar towards the top of each screen. The animation movement is very fluid and I feel the concept has been implemented brilliantly. Take down a few notes from these guys and see if you can come up with your own unique loader.

<img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2011/11/c1ae6__oink-ios-app-loading-bar.jpg" alt="Oink iOS loader bar animation" />
<h3>Pre-Cropped Images</h3>
There is a lot more code required to dynamically pull out images of differing sizes. It takes even more programming to crop and maneuver user uploaded content. As such these trends are still limited to app development teams with enough time and patience to implement them.

<img class="aligncenter size-full wp-image-3448" src="http://www.designerbooster.com/wp-content/uploads/2011/11/c1ae6__ballin-dribbble-app.jpg" alt="Ballin' Dribbble app view screen" />

Ballin’ is a great example which pulls data out of Dribbble’s network. The shots are updated usually every 24 hours to include both a thumbnail and full-screen view for when the iPhone is in landscape mode. Altogether this technique is more intensive in programming than actual design. Yet it appears very trendy and flashy, and certainly something which I expect to continue in future mobile apps of 2012.
<h3>Conclusion</h3>
This guide has introduced some of the latest design trends in iPhone/iPad applications. If you’re an aspiring designer I highly recommend skimming through my previous article on <a href="http://webdesignledger.com/tips/getting-started-in-ios-user-interface-design" target="_blank">iOS user interfaces</a> in Photoshop. There is a lot to study and practice, but the payoff is certainly worth the effort. If you have any questions or comments please share with us in the discussion area below.

<a href="http://webdesignledger.com/inspiration/focus-on-design-trends-in-mobile-apps-for-ios" rel="nofollow" target="_blank">Web Design Ledger</a>]]></content:encoded>
			<wfw:commentRss>http://www.designerbooster.com/featured/focus-design-trends-mobile-apps-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50 Free PSD Files for Mobile Design and Development</title>
		<link>http://www.designerbooster.com/featured/50-free-psd-files-mobile-design-development/</link>
		<comments>http://www.designerbooster.com/featured/50-free-psd-files-mobile-design-development/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 14:55:55 +0000</pubDate>
		<dc:creator>designerbooster</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Mobile Content]]></category>
		<category><![CDATA[Mobile Design]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[FREE]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.designerbooster.com/?p=2690</guid>
		<description><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/50-free-psd-files-mobile-design-development/" title="50 Free PSD Files for Mobile Design and Development"><img title="50 Free PSD Files for Mobile Design and Development" src="http://www.designerbooster.com/wp-content/uploads/2011/11/759f0__di.jpg" alt="50 Free PSD Files for Mobile Design and Development" width="320" height="320" /></a>
		</div>
		<br/>
		Smartphones are more and more present in our lives thanks to their purpose: to help us in our day-by-day activities…The number of mobile apps is growing fast and you can find now an app for almost everything. Need a better sleep? Get an app…do you feel like there`s room for more productivity in your activities? [...]
Related posts:<ol>
<li><a href='http://www.designerbooster.com/featured/boonex-mobile-apps-ios-android/' rel='bookmark' title='BoonEx Mobile Apps for iOS and Android'>BoonEx Mobile Apps for iOS and Android</a></li>
<li><a href='http://www.designerbooster.com/web-design/30-free-professional-useful-ui-psd-files/' rel='bookmark' title='30 Free Professional and Useful UI PSD Files'>30 Free Professional and Useful UI PSD Files</a></li>
<li><a href='http://www.designerbooster.com/featured/parents-mobile-phone-ux-design-guidelines-smartphones/' rel='bookmark' title='Not Your Parent’s Mobile Phone: UX Design Guidelines For Smartphones'>Not Your Parent’s Mobile Phone: UX Design Guidelines For Smartphones</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/50-free-psd-files-mobile-design-development/" title="50 Free PSD Files for Mobile Design and Development"><img title="50 Free PSD Files for Mobile Design and Development" src="http://www.designerbooster.com/wp-content/uploads/2011/11/759f0__di.jpg" alt="50 Free PSD Files for Mobile Design and Development" width="320" height="320" /></a>
		</div>
		<br/>
		<a href="http://feedads.g.doubleclick.net/~a/a_zuti8LyVMR8eRkarRlDMezAqM/0/da" target="_blank"><img src="http://www.designerbooster.com/wp-content/uploads/2011/11/759f0__di.jpg" alt="" ismap="ismap" border="0" /></a>

<a href="http://feedads.g.doubleclick.net/~a/a_zuti8LyVMR8eRkarRlDMezAqM/1/da" target="_blank"><img src="http://www.designerbooster.com/wp-content/uploads/2011/11/759f0__di.jpg" alt="" ismap="ismap" border="0" /></a>

Smartphones are more and more present in our lives thanks to their purpose: to help us in our day-by-day activities…The number of mobile apps is growing fast and you can find now an app for almost everything. Need a better sleep? Get an app…do you feel like there`s room for more productivity in your activities? get an app…designers are struggling to deliver professional interfaces but yet still friendly just to use the app with pleasure…I want to come in designer`s help by presenting 50 free resources for mobile design and development!

<img class="alignnone size-full wp-image-6484" src="http://www.designerbooster.com/wp-content/uploads/2011/11/cce30__fuel.jpg" alt="fuel" width="600" height="278" />
<h1>Mobile Graphic User Interfaces</h1>
<h2><a href="http://thiago-silva.deviantart.com/art/Android-2-3-GUI-186028267" target="_blank"> Android 2.3 GUI </a></h2>
<a href="http://thiago-silva.deviantart.com/art/Android-2-3-GUI-186028267" target="_blank"> <img class="alignnone size-full wp-image-6499" src="http://www.designerbooster.com/wp-content/uploads/2011/11/cce30__android-2.3.jpg" alt="android-2.3" width="600" height="407" /> </a>
<h2><a href="http://thiago-silva.deviantart.com/art/Android-2-2-GUI-171047600" target="_blank"> Android 2.2 GUI </a></h2>
<a href="http://thiago-silva.deviantart.com/art/Android-2-2-GUI-171047600" target="_blank"> <img class="alignnone size-full wp-image-6498" src="http://www.designerbooster.com/wp-content/uploads/2011/11/cce30__android-2.2.jpg" alt="android-2.2" width="600" height="407" /> </a>
<h2><a href="http://365psd.com/day/308/" target="_blank"> Iphone 4 GUI </a></h2>
<a href="http://365psd.com/day/308/" target="_blank"> <img class="alignnone size-full wp-image-6480" src="http://www.designerbooster.com/wp-content/uploads/2011/11/cce30__gui.jpg" alt="gui" width="600" height="300" /> </a>
<h2><a href="http://www.matcheck.cz/androidguipsd/" target="_blank"> Android GUI PSD </a></h2>
<a href="http://www.matcheck.cz/androidguipsd/" target="_blank"> <img class="alignnone size-full wp-image-6493" src="http://www.designerbooster.com/wp-content/uploads/2011/11/cce30__androidguipsd_v1.0.jpg" alt="androidguipsd_v1.0" width="600" height="870" /> </a>
<h2><a href="http://fantasy-apps.deviantart.com/art/iPhone-UIKits-light-remake-166645972" target="_blank"> Iphone Dark UI Kit </a></h2>
<a href="http://fantasy-apps.deviantart.com/art/iPhone-UIKits-light-remake-166645972" target="_blank"> <img class="alignnone size-full wp-image-6494" src="http://www.designerbooster.com/wp-content/uploads/2011/11/cce30__iphone-ui-kits.jpg" alt="iphone-ui-kits" width="600" height="570" /> </a>
<h2><a href="http://www.teehanlax.com/blog/iphone-gui-psd-v4/" target="_blank"> Iphone 4 GUI </a></h2>
<a href="http://www.teehanlax.com/blog/iphone-gui-psd-v4/" target="_blank"> <img class="alignnone size-full wp-image-6495" src="http://www.designerbooster.com/wp-content/uploads/2011/11/cce30__ios4.jpg" alt="ios4" width="600" height="355" /> </a>
<h2><a href="http://www.teehanlax.com/blog/ipad-gui-psd-version-2/" target="_blank"> iPad GUI </a></h2>
<a href="http://www.teehanlax.com/blog/ipad-gui-psd-version-2/" target="_blank"> <img class="alignnone size-full wp-image-6496" src="http://www.designerbooster.com/wp-content/uploads/2011/11/be1eb__ipad-gui.jpg" alt="ipad-gui" width="600" height="442" /> </a>
<h2><a href="http://www.teehanlax.com/blog/palm-pre-gui-psd/" target="_blank"> Palm Pre GUI </a></h2>
<a href="http://www.teehanlax.com/blog/palm-pre-gui-psd/" target="_blank"> <img class="alignnone size-full wp-image-6497" src="http://www.designerbooster.com/wp-content/uploads/2011/11/be1eb__palmprepsd.jpg" alt="palmprepsd" width="600" height="346" /> </a>
<h1>Icons</h1>
<h2><a href="http://365psd.com/day/179/" target="_blank"> Maps and Video Icons </a></h2>
<a href="http://365psd.com/day/179/" target="_blank"> <img class="alignnone size-full wp-image-6530" src="http://www.designerbooster.com/wp-content/uploads/2011/11/be1eb__cool.jpg" alt="cool" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/307/" target="_blank"> Mini Iphone Icon </a></h2>
<a href="http://365psd.com/day/307/" target="_blank"> <img class="alignnone size-full wp-image-6515" src="http://www.designerbooster.com/wp-content/uploads/2011/11/be1eb__mini-icon.jpg" alt="mini-icon" width="600" height="280" /> </a>
<h2><a href="http://365psd.com/day/309/" target="_blank"> Nintendo Icons for Iphone </a></h2>
<a href="http://365psd.com/day/309/" target="_blank"> <img class="alignnone size-full wp-image-6516" src="http://www.designerbooster.com/wp-content/uploads/2011/11/be1eb__nintendo-icons.jpg" alt="nintendo-icons" width="600" height="266" /> </a>
<h2><a href="http://365psd.com/day/282/" target="_blank"> More Iphone Icons </a></h2>
<a href="http://365psd.com/day/282/" target="_blank"> <img class="alignnone size-full wp-image-6518" src="http://www.designerbooster.com/wp-content/uploads/2011/11/be1eb__more-icons.jpg" alt="more-icons" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/292/" target="_blank"> Replacement IOS Icons </a></h2>
<a href="http://365psd.com/day/292/" target="_blank"> <img class="alignnone size-full wp-image-6482" src="http://www.designerbooster.com/wp-content/uploads/2011/11/be1eb__replacement-ios-icons.jpg" alt="replacement-ios-icons" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/291/" target="_blank"> Clock and Movie Icons </a></h2>
<a href="http://365psd.com/day/291/" target="_blank"> <img class="alignnone size-full wp-image-6483" src="http://www.designerbooster.com/wp-content/uploads/2011/11/be1eb__clock-iicons.jpg" alt="clock-iicons" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/236/" target="_blank"> Contacts and Cydia Replacement Icons </a></h2>
<a href="http://365psd.com/day/236/" target="_blank"> <img class="alignnone size-full wp-image-6485" src="http://www.designerbooster.com/wp-content/uploads/2011/11/be1eb__236-big.jpg" alt="236-big" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/189/" target="_blank"> Camera App Icon </a></h2>
<a href="http://365psd.com/day/189/" target="_blank"> <img class="alignnone size-full wp-image-6487" src="http://www.designerbooster.com/wp-content/uploads/2011/11/76588__camera.jpg" alt="camera" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/101/" target="_blank"> Contacts, Settings, Photos, and Mail Replacement Icons </a></h2>
<a href="http://365psd.com/day/101/" target="_blank"> <img class="alignnone size-full wp-image-6488" src="http://www.designerbooster.com/wp-content/uploads/2011/11/76588__4icons.jpg" alt="4icons" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/263/" target="_blank"> Voice Memos and Facetime Replacement Icons </a></h2>
<a href="http://365psd.com/day/263/" target="_blank"> <img class="alignnone size-full wp-image-6519" src="http://www.designerbooster.com/wp-content/uploads/2011/11/76588__voice.jpg" alt="voice" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/233/" target="_blank"> MineCraft Icon </a></h2>
<a href="http://365psd.com/day/233/" target="_blank"> <img class="alignnone size-full wp-image-6520" src="http://www.designerbooster.com/wp-content/uploads/2011/11/76588__minecraft.jpg" alt="minecraft" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/212/" target="_blank"> Some more icons </a></h2>
<a href="http://365psd.com/day/212/" target="_blank"> <img class="alignnone size-full wp-image-6521" src="http://www.designerbooster.com/wp-content/uploads/2011/11/76588__icons.jpg" alt="icons" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/197/" target="_blank"> Social Iphone Icons </a></h2>
<a href="http://365psd.com/day/197/" target="_blank"> <img class="alignnone size-full wp-image-6522" src="http://www.designerbooster.com/wp-content/uploads/2011/11/76588__facebook.jpg" alt="facebook" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/190/" target="_blank"> Cute Twitter Icon for Iphone </a></h2>
<a href="http://365psd.com/day/190/" target="_blank"> <img class="alignnone size-full wp-image-6523" src="http://www.designerbooster.com/wp-content/uploads/2011/11/76588__twitters.jpg" alt="twitters" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/2-34/" target="_blank"> Winterboard </a></h2>
<a href="http://365psd.com/day/2-34/" target="_blank"> <img class="alignnone size-full wp-image-6476" src="http://www.designerbooster.com/wp-content/uploads/2011/11/76588__winterboard.jpg" alt="winterboard" width="600" height="350" /> </a>
<h2><a href="http://designmoo.com/2552/android-icons-%E2%80%93-shape-pack/" target="_blank"> Android Icons </a></h2>
<a href="http://designmoo.com/2552/android-icons-%E2%80%93-shape-pack/" target="_blank"> <img class="alignnone size-full wp-image-6510" src="http://www.designerbooster.com/wp-content/uploads/2011/11/76588__Androids_Icons_Shape_Pack.png" alt="Androids_Icons_Shape_Pack" width="400" height="300" /> </a>
<h1>Miscellaneous Mobile Elements</h1>
<h2><a href="http://365psd.com/day/2-16/" target="_blank"> Instagram </a></h2>
<a href="http://365psd.com/day/2-16/" target="_blank"> <img class="alignnone size-full wp-image-6477" src="http://www.designerbooster.com/wp-content/uploads/2011/11/4bba5__Instagram.jpg" alt="Instagram" width="600" height="950" /> </a>
<h2><a href="http://365psd.com/day/2-15/" target="_blank"> Rolling Counter </a></h2>
<a href="http://365psd.com/day/2-15/" target="_blank"> <img class="alignnone size-full wp-image-6478" src="http://www.designerbooster.com/wp-content/uploads/2011/11/4bba5__counter.jpg" alt="counter" width="600" height="300" /> </a>
<h2><a href="http://365psd.com/day/2-11/" target="_blank"> User Bubble </a></h2>
<a href="http://365psd.com/day/2-11/" target="_blank"> <img class="alignnone size-full wp-image-6479" src="http://www.designerbooster.com/wp-content/uploads/2011/11/4bba5__user-bubble.jpg" alt="user-bubble" width="600" height="300" /> </a>
<h2><a href="http://365psd.com/day/299/" target="_blank"> Recorder UI </a></h2>
<a href="http://365psd.com/day/299/" target="_blank"> <img class="alignnone size-full wp-image-6481" src="http://www.designerbooster.com/wp-content/uploads/2011/11/4bba5__recorder.jpg" alt="recorder" width="600" height="300" /> </a>
<h2><a href="http://365psd.com/day/91/" target="_blank"> Contact List </a></h2>
<a href="http://365psd.com/day/91/" target="_blank"> <img class="alignnone size-full wp-image-6489" src="http://www.designerbooster.com/wp-content/uploads/2011/11/4bba5__contact-list.jpg" alt="contact-list" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/70/" target="_blank"> iPhone Application Interface </a></h2>
<a href="http://365psd.com/day/70/" target="_blank"> <img class="alignnone size-full wp-image-6490" src="http://www.designerbooster.com/wp-content/uploads/2011/11/4bba5__app-interface.jpg" alt="app-interface" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/64/" target="_blank"> Iphone App Wood Interface </a></h2>
<a href="http://365psd.com/day/64/" target="_blank"> <img class="alignnone size-full wp-image-6491" src="http://www.designerbooster.com/wp-content/uploads/2011/11/4bba5__wood.jpg" alt="wood" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/27/" target="_blank"> Iphone Interface with Slider </a></h2>
<a href="http://365psd.com/day/27/" target="_blank"> <img class="alignnone size-full wp-image-6492" src="http://www.designerbooster.com/wp-content/uploads/2011/11/4bba5__slider.jpg" alt="slider" width="600" height="278" /> </a>
<h2><a href="http://www.premiumpixels.com/freebies/map-pins-tooltips-psd/" target="_blank"> Maps, Pins and Tooltips </a></h2>
<a href="http://www.premiumpixels.com/freebies/map-pins-tooltips-psd/" target="_blank"> <img class="alignnone size-full wp-image-6500" src="http://www.designerbooster.com/wp-content/uploads/2011/11/4bba5__maps.jpg" alt="maps" width="600" height="350" /> </a>
<h2><a href="http://www.premiumpixels.com/freebies/onoff-switches-and-toggles-psd/" target="_blank"> On/Off Switches and Toggles </a></h2>
<a href="http://www.premiumpixels.com/freebies/onoff-switches-and-toggles-psd/" target="_blank"> <img class="alignnone size-full wp-image-6501" src="http://www.designerbooster.com/wp-content/uploads/2011/11/e247a__toggles.jpg" alt="toggles" width="600" height="350" /> </a>
<h2><a href="http://www.premiumpixels.com/freebies/pretty-little-calendar-psd/" target="_blank"> Calendar </a></h2>
<a href="http://www.premiumpixels.com/freebies/pretty-little-calendar-psd/" target="_blank"> <img class="alignnone size-full wp-image-6502" src="http://www.designerbooster.com/wp-content/uploads/2011/11/e247a__calendar.jpg" alt="calendar" width="600" height="350" /> </a>
<h2><a href="http://designmoo.com/4514/iphone-app-interface/" target="_blank"> Iphone Feed App </a></h2>
<a href="http://designmoo.com/4514/iphone-app-interface/" target="_blank"> <img class="alignnone size-full wp-image-6503" src="http://www.designerbooster.com/wp-content/uploads/2011/11/e247a__feed-app.png" alt="feed-app" width="400" height="300" /> </a>
<h2><a href="http://designmoo.com/2731/football-iphone-ui/" target="_blank"> Football Iphone UI </a></h2>
<a href="http://designmoo.com/2731/football-iphone-ui/" target="_blank"> <img class="alignnone size-full wp-image-6504" src="http://www.designerbooster.com/wp-content/uploads/2011/11/e247a__football-ui.png" alt="football-ui" width="400" height="300" /> </a>
<h2><a href="http://designmoo.com/2016/iphone-background-template/" target="_blank"> Iphone Background Template </a></h2>
<a href="http://designmoo.com/2016/iphone-background-template/" target="_blank"> <img class="alignnone size-full wp-image-6505" src="http://www.designerbooster.com/wp-content/uploads/2011/11/e247a__iphone-background-template.jpg" alt="iphone-background-template" width="400" height="300" /> </a>
<h2><a href="http://designmoo.com/2013/iphone4-retina-display-wallpaper-templates/" target="_blank"> iPhone4 Retina Display Wallpaper Templates </a></h2>
<a href="http://designmoo.com/2013/iphone4-retina-display-wallpaper-templates/" target="_blank"> <img class="alignnone size-full wp-image-6506" src="http://www.designerbooster.com/wp-content/uploads/2011/11/e247a__designmoo_iphonewallpaper.jpg" alt="designmoo_iphonewallpaper" width="400" height="300" /> </a>
<h2><a href="http://app-bits.com/free-icons.html" target="_blank"> Iphone Tab Bar Icons </a></h2>
<a href="http://app-bits.com/free-icons.html" target="_blank"> <img class="alignnone size-full wp-image-6507" src="http://www.designerbooster.com/wp-content/uploads/2011/11/e247a__tab-icons.png" alt="tab-icons" width="400" height="300" /> </a>
<h2><a href="http://designmoo.com/1628/3-views-of-vector-iphone-4-bonus-backgrounds/" target="_blank"> Iphone Backs </a></h2>
<a href="http://designmoo.com/1628/3-views-of-vector-iphone-4-bonus-backgrounds/" target="_blank"> <img class="alignnone size-full wp-image-6508" src="http://www.designerbooster.com/wp-content/uploads/2011/11/e247a__iphone-backs.png" alt="iphone-backs" width="400" height="300" /> </a>
<h2><a href="http://designmoo.com/1021/iphone-4-template/" target="_blank"> iPhone 4 Template </a></h2>
<a href="http://designmoo.com/1021/iphone-4-template/" target="_blank"> <img class="alignnone size-full wp-image-6509" src="http://www.designerbooster.com/wp-content/uploads/2011/11/1a2b4__iphone.png" alt="iphone" width="360" height="265" /> </a>
<h2><a href="http://designmoo.com/4468/checkbox/" target="_blank"> Android Checkboxes </a></h2>
<a href="http://designmoo.com/4468/checkbox/" target="_blank"> <img class="alignnone size-full wp-image-6511" src="http://www.designerbooster.com/wp-content/uploads/2011/11/1a2b4__android-checkboxes.png" alt="android-checkboxes" width="400" height="300" /> </a>
<h2><a href="http://365psd.com/day/351/" target="_blank"> Calendar Datepicker </a></h2>
<a href="http://365psd.com/day/351/" target="_blank"> <img class="alignnone size-full wp-image-6513" src="http://www.designerbooster.com/wp-content/uploads/2011/11/1a2b4__date.jpg" alt="date" width="600" height="340" /> </a>
<h2><a href="http://365psd.com/day/293/" target="_blank"> iPad ListView/GridView </a></h2>
<a href="http://365psd.com/day/293/" target="_blank"> <img class="alignnone size-full wp-image-6517" src="http://www.designerbooster.com/wp-content/uploads/2011/11/1a2b4__ipad-lstview.jpg" alt="ipad-lstview" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/234/" target="_blank"> Iphone App </a></h2>
<a href="http://365psd.com/day/234/" target="_blank"> <img class="alignnone size-full wp-image-6486" src="http://www.designerbooster.com/wp-content/uploads/2011/11/1a2b4__app.jpg" alt="app" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/183/" target="_blank"> Timer </a></h2>
<a href="http://365psd.com/day/183/" target="_blank"> <img class="alignnone size-full wp-image-6524" src="http://www.designerbooster.com/wp-content/uploads/2011/11/1a2b4__timer.jpg" alt="timer" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/178/" target="_blank"> App Interface </a></h2>
<a href="http://365psd.com/day/178/" target="_blank"> <img class="alignnone size-full wp-image-6525" src="http://www.designerbooster.com/wp-content/uploads/2011/11/1a2b4__take.jpg" alt="take" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/134/" target="_blank"> Dark Mobile Menus </a></h2>
<a href="http://365psd.com/day/134/" target="_blank"> <img class="alignnone size-full wp-image-6526" src="http://www.designerbooster.com/wp-content/uploads/2011/11/1a2b4__menus.jpg" alt="menus" width="600" height="278" /> </a>
<h2><a href="http://365psd.com/day/249/" target="_blank"> Fuel Station Finder App </a></h2>
<a href="http://365psd.com/day/249/" target="_blank"> <img class="alignnone size-full wp-image-6484" src="http://www.designerbooster.com/wp-content/uploads/2011/11/cce30__fuel.jpg" alt="fuel" width="600" height="278" /> </a>

<a href="http://www.2expertsdesign.com/graphics/50-free-psd-files-for-mobile-design-and-development?source=rss" rel="nofollow" target="_blank">Web Design Blog, Web Designer Resources</a>]]></content:encoded>
			<wfw:commentRss>http://www.designerbooster.com/featured/50-free-psd-files-mobile-design-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
