<?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</title>
	<atom:link href="http://www.designerbooster.com/tag/mobile/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>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>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>
		<item>
		<title>29 Simple yet Intuitive Mobile Web Designs</title>
		<link>http://www.designerbooster.com/web-design/29-simple-intuitive-mobile-web-designs/</link>
		<comments>http://www.designerbooster.com/web-design/29-simple-intuitive-mobile-web-designs/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 14:37:28 +0000</pubDate>
		<dc:creator>designerbooster</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Mobile Design]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Content]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Designs]]></category>
		<category><![CDATA[Intuitive]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Simple]]></category>

		<guid isPermaLink="false">http://www.designerbooster.com/?p=2665</guid>
		<description><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/web-design/29-simple-intuitive-mobile-web-designs/" title="29 Simple yet Intuitive Mobile Web Designs"><img title="29 Simple yet Intuitive Mobile Web Designs" src="http://www.designerbooster.com/wp-content/uploads/2011/11/76738__01-digiti-be.png" alt="29 Simple yet Intuitive Mobile Web Designs" width="213" height="320" /></a>
		</div>
		<br/>
		There is no doubt mobile web has taken the world by storm. Even more people today are equipped with smartphones running on iOS or Android, both of which provide exceptional web browsing platforms. And this number is only expected to increase as the average population wages and growth rate expands. However the process of designing [...]
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/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/comment-win-hp-elitebook-8740w-mobile-workstation/' rel='bookmark' title='Comment to win a HP EliteBook 8740w Mobile Workstation'>Comment to win a HP EliteBook 8740w Mobile Workstation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/web-design/29-simple-intuitive-mobile-web-designs/" title="29 Simple yet Intuitive Mobile Web Designs"><img title="29 Simple yet Intuitive Mobile Web Designs" src="http://www.designerbooster.com/wp-content/uploads/2011/11/76738__01-digiti-be.png" alt="29 Simple yet Intuitive Mobile Web Designs" width="213" height="320" /></a>
		</div>
		<br/>
		There is no doubt mobile web has taken the world by storm. Even more people today are equipped with smartphones running on iOS or Android, both of which provide exceptional web browsing platforms. And this number is only expected to increase as the average population wages and growth rate expands.

However the process of designing and coding a mobile template can be very tedious. I’m hoping to provide a creative outlet in this gallery of 29 intuitive mobile designs. These are websites rendered in mobile browsers which have specific templates in place for these devices. Check out my examples below if you’re in need of creative ideas for your own design. Or alternatively let us know your thoughts in the discussion area below.
<h3><a href="http://m.digiti.be/" target="_blank">Digiti</a></h3>
<a href="http://m.digiti.be/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/76738__01-digiti-be.png" alt="" /></a>

&nbsp;
<h3><a href="http://m.microsoft.com/" target="_blank">Microsoft</a></h3>
<a href="http://m.microsoft.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/272cc__02-microsoft.png" alt="" /></a>
<h3><a href="http://m.creativecarlos.com/" target="_blank">Creative Carlos</a></h3>
<a href="http://m.creativecarlos.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/7d238__03-creative-carlos.png" alt="" /></a>
<h3><a href="http://paternitidesign.com/iphone/index.html" target="_blank">Paterniti Design</a></h3>
<a href="http://paternitidesign.com/iphone/index.html" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/7d238__04-paterniti-design.png" alt="" /></a>
<h3><a href="http://m.alistapart.com/" target="_blank">A List Apart</a></h3>
<a href="http://m.alistapart.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/82e44__05-alistapart.png" alt="" /></a>
<h3><a href="http://m.urbanoutfitters.com/" target="_blank">Urban Outfitters</a></h3>
<a href="http://m.urbanoutfitters.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/8cfdf__06-urban-outfitters.png" alt="" /></a>
<h3><a href="http://m.erskinedesign.com/" target="_blank">Erskine Design</a></h3>
<a href="http://m.erskinedesign.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/8cfdf__07-erskine-design.png" alt="" /></a>
<h3><a href="http://www.drpepper.com/mobile/" target="_blank">Dr. Pepper</a></h3>
<a href="http://www.drpepper.com/mobile/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/a99b5__08-drpepper-mobile.png" alt="" /></a>
<h3><a href="http://m.webdesignerdepot.com/" target="_blank">Webdesigner Depot</a></h3>
<a href="http://m.webdesignerdepot.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/709ad__09-webdesigner-depot.png" alt="" /></a>
<h3><a href="http://fxnine.com/m/" target="_blank">fxnine</a></h3>
<a href="http://fxnine.com/m/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/3ea32__10-fxnine.png" alt="" /></a>
<h3><a href="http://hooppps.com/" target="_blank">Hooppps</a></h3>
<a href="http://hooppps.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/fd788__11-hooppps.png" alt="" /></a>
<h3><a href="http://c.dric.be/" target="_blank">Cedric’s Showcase</a></h3>
<a href="http://c.dric.be/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/fd788__12-cdric-be.png" alt="" /></a>
<h3><a href="http://m.panerabread.com/" target="_blank">Panera Bread</a></h3>
<a href="http://m.panerabread.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/cd2ee__13-panera-bread.png" alt="" /></a>
<h3><a href="http://inbuza.com/m/home.htm" target="_blank">Buza Gift Shop</a></h3>
<a href="http://inbuza.com/m/home.htm" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/c87e9__14-inbuza.png" alt="" /></a>
<h3><a href="http://www.siblify.com/" target="_blank">Siblify</a></h3>
<a href="http://www.siblify.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/c87e9__15-siblify.png" alt="" /></a>
<h3><a href="http://m.geeksquad.com/" target="_blank">Geek Squad</a></h3>
<a href="http://m.geeksquad.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/22c1e__16-geek-squad.png" alt="" /></a>
<h3><a href="http://mobile.mrbiggo.com/#home" target="_blank">Mr. Biggo</a></h3>
<a href="http://mobile.mrbiggo.com/#home" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/22c1e__17-mrbiggo-mobile.png" alt="" /></a>
<h3><a href="http://m.yahoo.com/" target="_blank">Yahoo! Mobile</a></h3>
<a href="http://m.yahoo.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/d7c98__18-yahoo-mobile.png" alt="" /></a>
<h3><a href="http://denongraphic.com/mobile/" target="_blank">Denon Graphics</a></h3>
<a href="http://denongraphic.com/mobile/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/e9a09__19-denon-graphics.png" alt="" /></a>
<h3><a href="http://poshcss.com/" target="_blank">PoshCSS</a></h3>
<a href="http://poshcss.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/e9a09__20-poshcss.png" alt="" /></a>
<h3><a href="http://m.yyoga.ca/" target="_blank">yyoga</a></h3>
<a href="http://m.yyoga.ca/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/58541__21-yyoga-ca.png" alt="" /></a>
<h3><a href="http://m.last.fm/" target="_blank">last.fm</a></h3>
<a href="http://m.last.fm/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/58541__22-lastfm-mobile-safari.png" alt="" /></a>
<h3><a href="http://plankdesign.com/iphone/" target="_blank">Plank Design</a></h3>
<a href="http://plankdesign.com/iphone/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/15cab__23-plank-design.png" alt="" /></a>
<h3><a href="http://mobile.mailchimp.com/" target="_blank">MailChimp</a></h3>
<a href="http://mobile.mailchimp.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/15cab__24-mailchimp.png" alt="" /></a>
<h3><a href="http://m.digg.com/" target="_blank">Digg v4 Mobile</a></h3>
<a href="http://m.digg.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/5e9ea__25-digg-mobile.png" alt="" /></a>
<h3><a href="http://vimeo.com/m/" target="_blank">Vimeo</a></h3>
<a href="http://vimeo.com/m/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/cdb18__26-vimeo-mobile.png" alt="" /></a>
<h3><a href="http://cartoonnetwork.mobi/" target="_blank">Cartoon Network</a></h3>
<a href="http://cartoonnetwork.mobi/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/cdb18__27-cartoon-network-mobile.png" alt="" /></a>
<h3><a href="http://woork.mobify.me/" target="_blank">Woork</a></h3>
<a href="http://woork.mobify.me/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/7c7bb__28-woork-blog.png" alt="" /></a>
<h3><a href="http://m.ae.com/" target="_blank">American Eagle</a></h3>
<a href="http://m.ae.com/" target="_blank"><img class="imgborder" src="http://www.designerbooster.com/wp-content/uploads/2011/11/b8698__29-american-eagle.png" alt="" /></a>

<a href="http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47071&amp;c=1326766000" target="_blank">
<img src="http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47071&amp;c=1326766000" alt="" border="0" /></a>

<img src="http://www.designerbooster.com/wp-content/uploads/2011/11/b8698__vFDaJs43jyY.jpg" alt="" width="1" height="1" />
<a href="http://designm.ag/inspiration/29-simple-yet-intuitive-mobile-web-designs/" rel="nofollow" target="_blank">DesignM.ag</a>]]></content:encoded>
			<wfw:commentRss>http://www.designerbooster.com/web-design/29-simple-intuitive-mobile-web-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use CSS3 Media Queries To Create Mobile Version of Website</title>
		<link>http://www.designerbooster.com/featured/css3-media-queries-create-mobile-version-website/</link>
		<comments>http://www.designerbooster.com/featured/css3-media-queries-create-mobile-version-website/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 14:36:55 +0000</pubDate>
		<dc:creator>designerbooster</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[Mobile Content]]></category>
		<category><![CDATA[Mobile Design]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Queries]]></category>
		<category><![CDATA[Version]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.designerbooster.com/?p=2524</guid>
		<description><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/css3-media-queries-create-mobile-version-website/" title="Mobile Site"><img title="Mobile Site" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/3.jpg" alt="mobile-site" style="maxwidth: 320; maxheight: 320;" /></a>
		</div>
		<br/>
		The good thing about CSS3 is that it brings about various promises and solves many problems. But it also has a bad side to that it does not support Internet Explorer 8. Web developers and designers have a good reason to get motivated by this and at the same time get annoyed. The article below [...]
Related posts:<ol>
<li><a href='http://www.designerbooster.com/featured/10-free-html5-css3-website-templates/' rel='bookmark' title='10+ Free HTML5-CSS3 Website Templates'>10+ Free HTML5-CSS3 Website Templates</a></li>
<li><a href='http://www.designerbooster.com/featured/30-read-infographics-social-media/' rel='bookmark' title='30 Must Read Infographics on Social Media'>30 Must Read Infographics on Social Media</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/css3-media-queries-create-mobile-version-website/" title="Mobile Site"><img title="Mobile Site" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/3.jpg" alt="mobile-site" style="maxwidth: 320; maxheight: 320;" /></a>
		</div>
		<br/>
		The good thing about <a href="http://designmodo.com/css3-a-novel-web-design-trend-of-2011/" target="_blank">CSS3</a> is that it brings about various promises and solves many problems. But it also has a bad side to that it does not support Internet Explorer 8. Web developers and designers have a good reason to get motivated by this and at the same time get annoyed. The article below will show a method which makes use of a portion of<strong> CSS3</strong> not supported by Internet Explorer 8.  These things do not matter much as the modules have one of the most functional places that have support with small devices like Android and iPhone. We are now going to discuss certain CSS rules and its functions in crafting the iphone edition by taking the help of CSS3. Taking a look at an easy example will make it clearer for you. This article also explains how to create a stylesheet on small screen devices on your site and also adding stylesheets from small devices to other websites.
<h2>Queries on Media</h2>
The print stylesheet is made for websites and the page is usually printed. You can also create your desired stylesheets to bring it to work if you made a print stylesheet ever before. These purpose were made possible by CSS2 type of media. The various media types will allow you to select a certain type of media and you can go for handheld, print and many others. But what should be noticed is that these particular types of media were never supported by devices, with only the print media type in work and the others not often seen. A <strong>Media Query</strong> does the work in <strong>CSS3</strong> and is extending it further. They give more importance to the competency of the device they work on rather than searching for the types. These can be used for checking different kind of things like the height and width of the device, height and width of the browser, the resolution, orientation of the phone whether it is in portrait or landscape mode.

For some conditions CSS can be written particularly if the browser is compatible with media queries. One can detect if the user has a smartphone of some kind and give them a certain outline for it. To make this example work, a web conference in UK had taken an initiative to open their website for the conference held in 2010 where the media queries was used in a big way. The site has been made in such a way so that it fits well in a small space and with the content again revised to make it easier to access. The design resembles the iPhone, but it is actually not so. In a similar way on Android phone it shows Opera Mini. <a href="http://www.techstars.com/" target="_blank">TechStars</a> is doing good work by making use of  media queries and marking the competency of the various devices which were almost thought of as impossible.
<h2>Media Queries for creating stylesheet for phones</h2>
We can start off with a very easy example. You can see the two column design below. Now if this is to be read on phone easily, the whole design can be made linear in a single column. The header area is also made small for easy accessibility of the readers so that they do not require passing through the header before entering a new account.

For using media queries one needs to have interchanging segment of CSS in a single stylesheet. For aiming small devices, one can try the subsequent syntax:
<blockquote>@media only screen and (max-device-width: 480px) {}</blockquote>
After this we have to add the alternating CSS in the wavy brackets for the smaller screens and the width devices. The cascade helps in overwriting the rules of the different styles as placed for desktop browsers before in CSS. The previous rule will be overwritten if this particular section comes at the end in your CSS. For this reason some things need to be added to make linear designs and a small header in graphic. They are the following:
<blockquote>@media only screen and (max-device-width: 480px) {
div#wrapper { width: 400px; }
div#header {
background-image: url(media-queries-phone.jpg);
height: 93px; position: relative;
}
div#header h1 { font-size: 140%; }
#content { float: none; width: 100%; }
#navigation { float:none; width: auto; }
}</blockquote>
Another background image has been used in the code above and header height has also been reduced. The navigation and the content have been set and the width settings overwritten in the stylesheet before. The settings are done only for devices of small screen.
<h2>Using media queries to link a separate stylesheet</h2>
To make few changes you can add certain codes for the devices. This turns out to be a fine way of using media queries. But in case of a lot of changes or if too much overwriting is there in the stylesheet, and you want the styles totally changed both for small screen gadget and desktop browsers, you can link them in diverse stylesheets which will also help the CSS to remain separate.

For adding different stylesheet with your main one, you can make use of the cascade for writing the rules again. The following method can be followed:
<blockquote>&lt;link rel=”stylesheet” type=”text/css” media=”only screen and (max-device-width: 480px)” href=”small-device.css” /&gt;</blockquote>
<h2>Media Queries Testing</h2>
Now you can test the CSS yourself if you possess an Android gadget, iphone or any other gadgets that has browser supporting the media queries. To view the code you need to upload it in your desired place. Now if you are to test a device which you actually don’t own, you can take the help of a brilliant site named <a href="http://app.protofluid.com/" target="_blank">ProtoFluid</a>. It gives you a form to put your URL and you can see the layout as in the browser of an iPad. iPhone or any other kind of gadget. It can be a local URL. The screenshots given is from the <strong>TechStars</strong> site we had earlier seen on <strong>ProtoFluid</strong> through iPhone. The window size can also be given if you possess a certain device which is to be given for testing. You will get to know the dimensions of the screen. For using ProtoFluid, the media query needs to be altered as done for incorporating max-device-width and the max-width. This shows the working of media query on a standard desktop browser but on a very small window.
<blockquote>@media only screen and (max-width: 480px), only screen and (Max-device-width: 480px) {}</blockquote>
When the updating of the code is done as shown above, you should refresh the page to drag the window in to view the format altered and hitting <em>480 pixels</em>. When the width of the view port hits the entered value, the media queries start reacting. ProtoFluid is now ready for testing. You can take the help of various tools like <a href="http://getfirebug.com/" target="_blank">FireBug</a> to give a squeeze to your design. Now this is not possible on the iPhone. But you give it a try to bring the look of your format in various devices. Overall ProtoFluid is easy to use and makes testing easier. By removing the query part of the max-width before you are live you can keep your site away from switching formats if anyone is dragging the window narrower. This effect occurs for people not only with small browsers but with small gadgets also.
<h2>Fitting an existing site</h2>
The above case has been shown in a very easy way for demonstration of the method. This procedure can be used to fit a previous site with the edition of a small screen gadget. The alternate edition of the format make the CSS hold a big name in the market. For experimentation, I have taken my business to apply the procedure to my format.
<h3>The desktop format</h3>
My business website consists of a multi-column format. The homepage comprises of a permanent width 3 column layout and is a bit different from the others. This particular design is quite old and so it did not have media queries when made.
<h3>New stylesheet added</h3>
A number of modifications have to be made to make the format linear. For this reason I need to add a different stylesheet with the help of media queries for loading the stylesheet after the present stylesheet. It should be seen that the max-width is not more than <em>480 pixels</em>.
<blockquote>&lt;link rel=”stylesheet” type=”text/css” media=”only screen and (max-width: 480px), only screen and (max-device-width: 480px)” href=”/assets/css/small-device.css” /&gt;</blockquote>
For creating a new stylesheet, the default stylesheet is taken for the site and saved as <em>small-device.css</em>. This begins as a duplicate of my main stylesheet. After this certain rules are to be overwritten and the unwanted parts are removed.
<h3>Reducing the header</h3>
To make my small gadgets look attractive, first I will put the logo in appropriate place to see if it has fitted properly on screen. The logo makes the background image and for this reason, I have the option of loading logos in the same stylesheet. There is a short top area for the logo to be placed with a different background body of the image.
<blockquote>{
background-image: url(/img/small-bg.png);
}
#wrapper {
width: auto;
margin: auto;
text-align: left;
background-image: url(/img/small-logo.png);
background-position: left 5px;
background-repeat: no-repeat;
min-height: 400px;
}</blockquote>
<h3>Linear Format</h3>
The next thing to do is to make the format linear and show it in one column. The desktop format is made with the help of floats.  I just need to search for the rules which make the columns float, set these to width:<em> auto and. float: none</em>. This makes the columns drop one after the other.
<blockquote>.article #aside {
float: none;
width: auto;}</blockquote>
<h3>Organizing</h3>
After reaching this stage one can just look at the format in ProtoFluid and add a twist to insert some padding and margins to the places that are loaded up and not in columns. Using Firebug for ProtoFluid makes the work easy because the way I do my work usually means playing with Firebug until I am satisfied with the result. At last the CSS is copied in the stylesheet.
<h3>Experimenting with iPhone</h3>
After I had finished with my stylesheet and was ready for uploading it, I wanted to test it in an actual gadget. First I checked with the iPhone to see that the site showed zoomed out and not zooming in. The Safari developer site gave me the solution. It said to insert Meta tag on the top of the website to fix the view port width with the device.
<blockquote>&lt;meta name=”viewport” content=”width=device-width” /&gt;</blockquote>
When the Meta Tag is added the website will show zoomed in one the single column. The fit was easy to display and it also means that you can add the mobile edition of your own website easily. For example if I was constructing a site from the beginning I would prefer   media queries to make the process simpler. If you consider the orders of linear column you can utilize the images given at the background wherever it is possible. These can be buttoned with CSS or with liquid images. The desktop format had case studies on the homepage which was not easy to relate with a touch screen mechanism. This made me check with JavaScript whether the browser was tapered and it began the carousel. To stop the loading of carousel was a good solution for small gadgets. A little more time would make me write the carousel with a different way for mobile users especially for touch screens
<h3>Supporting Media Queries in old browsers</h3>
The above article explains how media queries are important for devices that have local hold. Only if you need iPhone support and used to mobile browsers like Opera Mini, you need not worry about browsers which are non-supportive. For using media queries in browsers, you should know there are various methods using JavaScript to give help to the browsers like Internet Explorer 8 and Firefox preceding 3.5. Internet Explorer 9.

You can begin using CSS3 when using Media Queries. Browsers supporting media queries support other CSS3 properties also to give the polished effect when displayed on iPhone or other mobiles.
<h2><a href="http://designmodo.com/responsive-design-examples/" target="_blank">CSS3 Media Queries Examples</a></h2>
<h4>Stephen Caver</h4>
<a href="http://stephencaver.com/" target="_blank"><img title="3" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/3.jpg" alt="" width="600" height="340" /></a>
<h4>Sparkbox</h4>
<a href="http://www.designerbooster.com/wp-content/uploads/2011/11/4.jpg"><img class="alignnone size-full wp-image-2528" title="Mobile Site" src="http://www.designerbooster.com/wp-content/uploads/2011/11/4.jpg" alt="mobile-site" width="600" height="340" /></a>
<h4>Food Sense</h4>
<a href="http://foodsense.is/" target="_blank"><img title="5" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/5.jpg" alt="" width="600" height="340" /></a>
<h4>The Boston Globe</h4>
<a href="http://www.bostonglobe.com/" target="_blank"><img title="6" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/6.jpg" alt="" width="600" height="340" /></a>
<h4>Think Vitamin</h4>
<a href="http://thinkvitamin.com/" target="_blank"><img title="7" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/7.jpg" alt="" width="600" height="340" /></a>
<h4>Sasquatch! Music Festival</h4>
<a href="http://sasquatchfestival.com/" target="_blank"><img title="8" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/8.jpg" alt="" width="600" height="340" /></a>
<h4>Internet Images</h4>
<a href="http://interim.it/" target="_blank"><img title="9" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/9.jpg" alt="" width="600" height="340" /></a>
<h4>Staffanstorp</h4>
<a href="http://staffanstorp.se/" target="_blank"><img title="10" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/10.jpg" alt="" width="600" height="340" /></a>
<h4>Seminal Responsive Web Design Example</h4>
<a href="http://www.alistapart.com/d/responsive-web-design/ex/ex-site-FINAL.html" target="_blank"><img title="11" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/11.jpg" alt="" width="600" height="340" /></a>
<h4>Naomi Atkinson</h4>
<a href="http://naomiatkinson.com/" target="_blank"><img title="12" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/12.jpg" alt="" width="600" height="340" /></a>
<h4>Forefathers Group</h4>
<a href="http://forefathersgroup.com/" target="_blank"><img title="13" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/13.jpg" alt="" width="600" height="340" /></a>
<h4>Spigot Design</h4>
<a href="http://spigotdesign.com/" target="_blank"><img title="14" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/14.jpg" alt="" width="600" height="340" /></a>
<h4>New Adventures In Web Design Conference 2012</h4>
<a href="http://2012.newadventuresconf.com/" target="_blank"><img title="15" src="http://cdn.designmodo.com/wp-content/uploads/2011/10/15.jpg" alt="" width="600" height="340" /></a>
<div>Source: <a href="http://designmodo.com/media-queries/#ixzz1dlw8rip2">http://designmodo.com/media-queries/#ixzz1dlw8rip2</a></div>
<a href="http://feedproxy.google.com/%7Er/queness/%7E3/NjTxcM3aiaE/use-css3-media-queries-to-create-mobile-version-of-website" rel="nofollow" target="_blank">Queness</a>]]></content:encoded>
			<wfw:commentRss>http://www.designerbooster.com/featured/css3-media-queries-create-mobile-version-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BoonEx Mobile Apps for iOS and Android</title>
		<link>http://www.designerbooster.com/featured/boonex-mobile-apps-ios-android/</link>
		<comments>http://www.designerbooster.com/featured/boonex-mobile-apps-ios-android/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 20:44:27 +0000</pubDate>
		<dc:creator>designerbooster</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mobile Content]]></category>
		<category><![CDATA[Smartphones]]></category>
		<category><![CDATA[BoonEx]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.designerbooster.com/?p=2385</guid>
		<description><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/boonex-mobile-apps-ios-android/" title="boonex-mobile-app"><img title="boonex-mobile-app" src="http://maxcdn.crazyleafdesign.com/blog/wp-content/uploads/2011/11/boonex-header.jpg" alt="BoonEx Mobile Apps for iOS and Android" width="320" height="36" /></a>
		</div>
		<br/>
		Until back a few years ago, creating you own social network with a small budget was virtually impossible. This market was available only for large players like Facebook and MySpace, and that because the development of a social networking platform implies a vast amount of knowledge and resources. All that changed when Boonex released Dolphin. [...]
Related posts:<ol>
<li><a href='http://www.designerbooster.com/graphic-design/top-10-apps-graphic-designer/' rel='bookmark' title='Top 10 : Must-Have iphone Apps for a Graphic Designer'>Top 10 : Must-Have iphone Apps for a Graphic Designer</a></li>
<li><a href='http://www.designerbooster.com/web-design/nine-excellent-online-apps-web-designers-developers/' rel='bookmark' title='Nine Excellent Online Apps For Web Designers And Developers'>Nine Excellent Online Apps For Web Designers And Developers</a></li>
<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>
</ol>]]></description>
			<content:encoded><![CDATA[
		<div>
		<a href="http://www.designerbooster.com/featured/boonex-mobile-apps-ios-android/" title="boonex-mobile-app"><img title="boonex-mobile-app" src="http://maxcdn.crazyleafdesign.com/blog/wp-content/uploads/2011/11/boonex-header.jpg" alt="BoonEx Mobile Apps for iOS and Android" width="320" height="36" /></a>
		</div>
		<br/>
		Until back a few years ago, creating you own social network with a small budget was virtually impossible. This market was available only for large players like Facebook and MySpace, and that because the development of a social networking platform implies a vast amount of knowledge and resources.

<img title="Boonex Header" src="http://maxcdn.crazyleafdesign.com/blog/wp-content/uploads/2011/11/boonex-header.jpg" alt="" width="600" height="68" />

All that changed when Boonex released Dolphin. Dolphin was an open source social networking that worked right “out of the box”. You just needed to install and configure it and that was it … you had a social network.

In recent years the mobile market experienced a boom initiated by the release of the iPhone, iOS and the “app-driven mobile experience” and that meant a new world opened for developers and entrepreneurs. The <a href="http://www.boonex.com/mobile">mobile social networking apps</a> market is still its early days and that is why Boonex released Boonex mobile, a <a href="http://www.boonex.com/mobile">mobile social networking software</a>.

<img title="Boonex Mobile" src="http://maxcdn.crazyleafdesign.com/blog/wp-content/uploads/2011/11/boonex-mobile-screens.jpg" alt="Boonex Mobile" width="275" height="631" />

BoonEx is the only company in the industry to offer open-source applications for both iPhone and Android that you can rebrand, customize and submit to app stores as your own. <a href="http://www.boonex.com/mobile">BoonEx Mobile Apps</a> are closely integrated with Dolphin and offer a unique platform for expanding your social network reach to the mobile devices of your site’s members.

The iOS and Android apps are nearly identical in terms of looks and functionality. A great thing about both apps is that, being open-source, you can modify them, add functionality, change the design and UI, add extra modules and more.

Some of the features available in both apps are :
<ul>
	<li>homepage with alerts</li>
	<li>member profiles and friends browsing</li>
	<li>sending/receiving site messages (Mailbox)</li>
	<li>photos upload from device libraries</li>
	<li>photos upload straight from camera</li>
	<li>member photos browsing</li>
	<li>full-screen photos viewer with auto-rotation</li>
	<li>member videos browsing and playback</li>
	<li>member music browsing and playback</li>
	<li>connection to multiple Dolphin-based sites</li>
	<li>remembering login info for multiple sites</li>
	<li>instant status message updates</li>
	<li>GPS-based location updates</li>
	<li>friendship requests accepting/declining</li>
	<li>location-based and keyword-based search</li>
	<li>multilingual interface</li>
</ul>
<a href="http://www.designerbooster.com/wp-content/uploads/2011/11/boonex-mobile-app.png"><img class="alignnone size-full wp-image-2395" title="boonex-mobile-app" src="http://www.designerbooster.com/wp-content/uploads/2011/11/boonex-mobile-app.png" alt="" width="320" height="480" /></a>

On the usability and reliability side, in our experience with the apps these have proven to be very strong and easy to use. The speed was good even on the 3GS model, and both performed great on the latest versions of the iOS and Android operating systems.

Website : <a href="http://www.boonex.com/mobile">Boonex mobile website</a>.

<a href="http://www.crazyleafdesign.com/blog/boonex-mobile-apps-for-ios-and-android/" rel="nofollow" target="_blank">CrazyLeaf Design Blog</a>]]></content:encoded>
			<wfw:commentRss>http://www.designerbooster.com/featured/boonex-mobile-apps-ios-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
