<?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>Blogfreakz - Web Design and Web Development resources &#187; Mobile development</title>
	<atom:link href="http://blogfreakz.com/category/mobile-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogfreakz.com</link>
	<description>A site dedicated to keeping up with the latest trends on Web Design</description>
	<lastBuildDate>Mon, 21 May 2012 02:24:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>NetEye Touch Gallery</title>
		<link>http://blogfreakz.com/tutorial/neteye-touch-gallery/</link>
		<comments>http://blogfreakz.com/tutorial/neteye-touch-gallery/#comments</comments>
		<pubDate>Thu, 10 May 2012 02:10:09 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Light Box]]></category>
		<category><![CDATA[Mobile development]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[free tutorial]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=27294</guid>
		<description><![CDATA[Upgrade your mobile browser&#8217;s photo-viewing apps with the NetEye Touch Gallery. It’s a type of lightbox that’s written and optimized for Mobile Safari on iPad/iPhone, has photo gallery for any touch devices, has touch support and it works with Desktop Safari, Firefox 4, Opera, Chrome and limited for IE which may have no transition. Click [...]]]></description>
			<content:encoded><![CDATA[<p>Upgrade your mobile browser&#8217;s photo-viewing apps with the NetEye Touch  Gallery. It’s a type of lightbox that’s written and optimized for Mobile  Safari on iPad/iPhone, has photo gallery for any touch devices, has  touch support and it works with Desktop Safari, Firefox 4, Opera, Chrome  and limited for IE which may have no transition.</p>
<p style="text-align: center;"><a href="http://neteye.github.com/downloads/NETEYE-touch-gallery-1.0.0.zip" target="_blank"><img class="aligncenter size-full wp-image-27295" title="neteye" src="http://blogfreakz.com/wp-content/uploads/2012/05/neteye.jpg" alt="neteye NetEye Touch Gallery" width="446" height="224" /></a><strong>Click on the image to download the zip file. </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong>Usage:</p>
<pre><span style="color: #003366;">&lt;div id="gallery"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;a href="image1.jpg"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;img src="thumb1.jpg" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/a&gt;</span></pre>
<pre><span style="color: #003366;">&lt;a href="image2.jpg"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;img src="thumb2.jpg" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/a&gt;</span></pre>
<pre><span style="color: #003366;">&lt;a href="image3.jpg"&gt;</span></pre>
<pre><span style="color: #003366;">&lt;img src="thumb3.jpg" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/a&gt;</span></pre>
<pre><span style="color: #003366;">&lt;/div&gt;</span></pre>
<pre><span style="color: #003366;">&lt;script&gt;</span></pre>
<pre><span style="color: #003366;">$('#gallery a').touchGallery();</span></pre>
<pre><span style="color: #003366;">&lt;/script&gt;</span></pre>
<p>You may alter it by providing the getSource function like this:</p>
<pre><span style="color: #003366;">&lt;img src="thumb1.jpg" data-large="image1.jpg" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;img src="thumb2.jpg" data-large="image2.jpg" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;img src="thumb3.jpg"  data-large="image3.jpg" /&gt;</span></pre>
<pre><span style="color: #003366;">&lt;script&gt;</span></pre>
<pre><span style="color: #003366;">$('img[data-large]').touchGallery({</span></pre>
<pre><span style="color: #003366;">getSource: function() {</span></pre>
<pre><span style="color: #003366;">return $(this).attr('data-large');</span></pre>
<pre><span style="color: #003366;">}</span></pre>
<pre><span style="color: #003366;">});</span></pre>
<pre><span style="color: #003366;">&lt;/script&gt;</span></pre>
<p>See Touch Gallery&#8217;s full <strong><a href="http://neteye.github.com/touch-gallery.html" target="_blank">DEMO and DETAILS.</a> </strong><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="admin template">admin template</a></li>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="jquery mobile image gallery">jquery mobile image gallery</a></li>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="jquery mobile touch gallery html5">jquery mobile touch gallery html5</a></li>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="jquery mobile tutorial">jquery mobile tutorial</a></li>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="neteye touch jquery mobile">neteye touch jquery mobile</a></li>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="touch gallery script">touch gallery script</a></li>
<li><a href="http://blogfreakz.com/tutorial/neteye-touch-gallery/" title="web touch gallery">web touch gallery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/neteye-touch-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make a Restaurant Picker Web App</title>
		<link>http://blogfreakz.com/tutorial/how-to-make-a-restaurant-picker-web-app/</link>
		<comments>http://blogfreakz.com/tutorial/how-to-make-a-restaurant-picker-web-app/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 09:09:54 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Mobile development]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=26890</guid>
		<description><![CDATA[The diversity of Smartphones definitely have increased so fast that mobile companies each want to have their own app, but making your own native app is not a walk in the park as it requires skills and costs a lot. Thanks to web developer Stephanie Walter, she’s come up with a tutorial that could help [...]]]></description>
			<content:encoded><![CDATA[<p>The diversity of Smartphones definitely have increased so fast that mobile companies each want to have their own app, but making your own native app is not a walk in the park as it requires skills and costs a lot.</p>
<p>Thanks to web developer <a href="http://www.behance.net/stephanie-walter" target="_blank"><strong>Stephanie Walter</strong></a>, she’s come up with a tutorial that could help you create a nice app from scratch. <strong>Click on the image below to see the step-by-step details on how you can create a  restaurant picker web app.</strong></p>
<p><a href="http://www.noupe.com/tutorial/jquery-mobile-tutorial-creating-a-restaurant-picker-web-app.html"><img class="aligncenter size-full wp-image-26892" title="restaurant picker app" src="http://blogfreakz.com/wp-content/uploads/2012/04/restaurant-picker-app.jpg" alt="restaurant picker app How to Make a Restaurant Picker Web App   " width="367" height="284" /></a></p>
<p>You can also view the <a href="http://www.inpixelitrust.fr/demos/restaurant_picker/choose_town.html" target="_blank"><strong>DEMO</strong></a> and get the <a href="http://www.inpixelitrust.fr/blog/wp-content/plugins/download-monitor/download.php?id=7" target="_blank"><strong>DOWNLOAD</strong></a> here.</p>
<p>&nbsp;<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-restaurant-picker-web-app/" title="apps design">apps design</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-restaurant-picker-web-app/" title="restaurant picker php">restaurant picker php</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-restaurant-picker-web-app/" title="web app development">web app development</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-restaurant-picker-web-app/" title="theme on restaurant picker">theme on restaurant picker</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-restaurant-picker-web-app/" title="restaurant picker app database">restaurant picker app database</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-restaurant-picker-web-app/" title="restaurant picker app">restaurant picker app</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-restaurant-picker-web-app/" title="restaurant picker">restaurant picker</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-restaurant-picker-web-app/" title="mobile apps psd restaurant">mobile apps psd restaurant</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-restaurant-picker-web-app/" title="j query mobile resteraunt picker down load">j query mobile resteraunt picker down load</a></li>
<li><a href="http://blogfreakz.com/tutorial/how-to-make-a-restaurant-picker-web-app/" title="how it is useful a mobile app in a restaurant">how it is useful a mobile app in a restaurant</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/how-to-make-a-restaurant-picker-web-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sprint NBA 2011-2012 Mobile App</title>
		<link>http://blogfreakz.com/mobile-development/sprint-nba-2011-2012-mobile-app/</link>
		<comments>http://blogfreakz.com/mobile-development/sprint-nba-2011-2012-mobile-app/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 02:49:57 +0000</pubDate>
		<dc:creator>Marvin@Blogfreakz</dc:creator>
				<category><![CDATA[Mobile development]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=26043</guid>
		<description><![CDATA[Good news to all NBA fanatics out there! The NBA has teamed up with Sprint and launched its new mobile app for the league’s 2011-2012 season. The app’s main features include League Pass, a live home and away radio broadcasts, live ESPN games broadcast on Sprint TV, best play highlights of the game, schedules, live [...]]]></description>
			<content:encoded><![CDATA[<p>Good news to all NBA fanatics out there! The NBA has teamed up with Sprint and launched its new mobile app for the league’s 2011-2012 season. The app’s main features include League Pass, a live home and away radio broadcasts, live ESPN games broadcast on Sprint TV, best play highlights of the game, schedules, live stats and scores, notifications of team’s game activity and more. Now you can be updated on the playoffs wherever you are!</p>
<p>You may download the app <a href="https://play.google.com/store/apps/details?id=com.nbadigital.sprintmobile"></a><a href="https://play.google.com/store/apps/details?id=com.nbadigital.sprintmobile" target="_blank"><strong>HERE</strong></a>.</p>
<p>Below are the App Screenshots:</p>
<p><img class="aligncenter size-full wp-image-26045" title="NBA Mobile App screenshots" src="http://blogfreakz.com/wp-content/uploads/2012/03/NBA-Mobile-App-screenshots.jpg" alt="NBA Mobile App screenshots Sprint NBA 2011 2012 Mobile App" width="630" height="261" /></p>
<p><img class="aligncenter size-full wp-image-26046" title="NBA screenshot" src="http://blogfreakz.com/wp-content/uploads/2012/03/NBA-screenshot.jpg" alt="NBA screenshot Sprint NBA 2011 2012 Mobile App" width="375" height="227" /></p>
<p>Also, check out <a href="http://androinica.com/2011/12/sprint-nba-mobile-2011-2012-hands-on-video/" target="_blank"><strong>demo/review video</strong></a> provided by Andrew Kameka of Androinica.com.<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/mobile-development/sprint-nba-2011-2012-mobile-app/" title="Sprint NBA Mobile 2011-2012">Sprint NBA Mobile 2011-2012</a></li>
<li><a href="http://blogfreakz.com/mobile-development/sprint-nba-2011-2012-mobile-app/" title="nba mobile app">nba mobile app</a></li>
<li><a href="http://blogfreakz.com/mobile-development/sprint-nba-2011-2012-mobile-app/" title="nba 2012 mobile">nba 2012 mobile</a></li>
<li><a href="http://blogfreakz.com/mobile-development/sprint-nba-2011-2012-mobile-app/" title="nba mobile">nba mobile</a></li>
<li><a href="http://blogfreakz.com/mobile-development/sprint-nba-2011-2012-mobile-app/" title="cep nba 2011">cep nba 2011</a></li>
<li><a href="http://blogfreakz.com/mobile-development/sprint-nba-2011-2012-mobile-app/" title="nba mobile web">nba mobile web</a></li>
<li><a href="http://blogfreakz.com/mobile-development/sprint-nba-2011-2012-mobile-app/" title="nba app">nba app</a></li>
<li><a href="http://blogfreakz.com/mobile-development/sprint-nba-2011-2012-mobile-app/" title="nba 2012 mobile download">nba 2012 mobile download</a></li>
<li><a href="http://blogfreakz.com/mobile-development/sprint-nba-2011-2012-mobile-app/" title="nba 2011 mobile">nba 2011 mobile</a></li>
<li><a href="http://blogfreakz.com/mobile-development/sprint-nba-2011-2012-mobile-app/" title="mobile app design download">mobile app design download</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/mobile-development/sprint-nba-2011-2012-mobile-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Sweet Mobile Apps For Valentine’s Day</title>
		<link>http://blogfreakz.com/inspiration/10-sweet-mobile-apps-for-valentines-day/</link>
		<comments>http://blogfreakz.com/inspiration/10-sweet-mobile-apps-for-valentines-day/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 01:44:56 +0000</pubDate>
		<dc:creator>Keith@Blogfreakz</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Mobile development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Valentine's day]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24925</guid>
		<description><![CDATA[The day that lovers await is just a few days away. If you&#8217;re one of them, have you thought about what unique gift you can give your beloved this season? Maybe these 10 mobile apps might be able to help in preparation for Valentine’s Day. Apps For Android Valentine&#8217;s Photo Heart / Photo Heart Locket [...]]]></description>
			<content:encoded><![CDATA[<p>The day that lovers await is just a few days away. If you&#8217;re one of them, have you thought about what unique gift you can give your beloved this season? Maybe these 10 mobile apps might be able to help in preparation for Valentine’s Day.<br />
<strong> </strong></p>
<p><strong>Apps For Android</strong></p>
<p><img class="aligncenter size-medium wp-image-24926" title="Valentine's Photo/Photo Heart Locket" src="http://blogfreakz.com/wp-content/uploads/2012/02/124-285x175.jpg" alt="124 285x175 10 Sweet Mobile Apps For Valentine’s Day" width="285" height="175" /><strong><a href="https://market.android.com/details?id=com.golke.photolocketfree&amp;feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5nb2xrZS5waG90b2xvY2tldGZyZWUiXQ.."></a></strong></p>
<p><strong><a href="https://market.android.com/details?id=com.golke.photolocketfree&amp;feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5nb2xrZS5waG90b2xvY2tldGZyZWUiXQ..">Valentine&#8217;s Photo Heart / Photo Heart Locket</a> </strong>– This app lets you display pictures of you, your friends, and/or family in a cute heart-shaped frame on your desktop. Have fun customizing your pictures in this live wallpaper simply by touching the screen to add kiss marks or dragging your fingers to draw hearts. Sounds cheesy? Well, this is the perfect time to get cheesy with your loved ones!</p>
<p><img class="aligncenter size-medium wp-image-24927" title="LuvCam" src="http://blogfreakz.com/wp-content/uploads/2012/02/217-285x175.jpg" alt="217 285x175 10 Sweet Mobile Apps For Valentine’s Day" width="285" height="175" /><strong><a href="https://market.android.com/details?id=luvcam.camera.mobilechamps&amp;feature=search_result#?t=W251bGwsMSwxLDEsImx1dmNhbS5jYW1lcmEubW9iaWxlY2hhbXBzIl0."></a></strong></p>
<p><strong><a href="https://market.android.com/details?id=luvcam.camera.mobilechamps&amp;feature=search_result#?t=W251bGwsMSwxLDEsImx1dmNhbS5jYW1lcmEubW9iaWxlY2hhbXBzIl0.">LuvCam</a></strong> – OK, so this pretty much looks like the one above but there’s nothing wrong with having more than one option for you to choose from, right?</p>
<p><img class="aligncenter size-medium wp-image-24928" title="Touchnote Postcards" src="http://blogfreakz.com/wp-content/uploads/2012/02/36-285x175.jpg" alt="36 285x175 10 Sweet Mobile Apps For Valentine’s Day" width="285" height="175" /><strong><a href="https://market.android.com/details?id=com.touchnote.android&amp;feature=featured-apps#?t=W251bGwsMSwyLDIwMywiY29tLnRvdWNobm90ZS5hbmRyb2lkIl0."></a></strong></p>
<p><strong><a href="https://market.android.com/details?id=com.touchnote.android&amp;feature=featured-apps#?t=W251bGwsMSwyLDIwMywiY29tLnRvdWNobm90ZS5hbmRyb2lkIl0.">Touchnote Postcards</a></strong> -  Create stunning and sweet postcards using a picture of you and your loved one with this nifty app. This one’s been featured in TechCrunch and The Wall Street Journal so it’s likely to be a keeper on your phone’s list of apps.</p>
<p><img class="aligncenter size-medium wp-image-24929" title="Sincerely Ink Cards" src="http://blogfreakz.com/wp-content/uploads/2012/02/46-285x175.jpg" alt="46 285x175 10 Sweet Mobile Apps For Valentine’s Day" width="285" height="175" /><strong><a href="https://market.android.com/details?id=com.sincerely.android.ink&amp;feature=search_result"></a></strong></p>
<p><strong><a href="https://market.android.com/details?id=com.sincerely.android.ink&amp;feature=search_result">Sincerely Ink Cards</a></strong> – Send beautiful greeting cards directly to your loved ones from your Android phone. Letting them know you remember them on a special day through greeting cards has never been this easy. This one’s such a hit that it got featured on Mashable, TechCrunch, and lots of other newsprints.<br />
<img class="aligncenter size-medium wp-image-24930" title="Love Poems" src="http://blogfreakz.com/wp-content/uploads/2012/02/55-285x175.jpg" alt="55 285x175 10 Sweet Mobile Apps For Valentine’s Day" width="285" height="175" /><strong><a href="https://market.android.com/details?id=com.appspot.swisscodemonkeys.love&amp;feature=search_result"></a></strong></p>
<p><strong><a href="https://market.android.com/details?id=com.appspot.swisscodemonkeys.love&amp;feature=search_result">Love Poems</a></strong> – With this app, you can find and share the best love poems. Read thousands of love quotes or contribute your own! Directly send the love poems as text, tmail or tweets. You can share the best love sayings through multiple social networks, so you can spread the poetry. Also it&#8217;s easy to directly SMS for instance to a date, and this app is free!</p>
<p><strong>Apps For iPhone</strong></p>
<p><img class="aligncenter size-medium wp-image-24931" title="iWrite: Love Poems" src="http://blogfreakz.com/wp-content/uploads/2012/02/61-285x175.jpg" alt="61 285x175 10 Sweet Mobile Apps For Valentine’s Day" width="285" height="175" /><strong><a href="http://itunes.apple.com/us/app/iwrite-love-poems/id351893279?mt=8"></a></strong></p>
<p><strong><a href="http://itunes.apple.com/us/app/iwrite-love-poems/id351893279?mt=8">iWrite: Love Poems</a></strong> – Nothing makes a person’s heart skip a beat like a romantic poem especially for them. Create poetry from your heart and your words will soar. This poetry program offers step-by-step instructions on how to do that. And if you’re looking for something a little steamier, you might want to try out <strong><a href="http://itunes.apple.com/us/app/iwrite-erotic-poems/id359752536?mt=8">iWrite: Erotic Poems</a>.</strong><br />
<a href="http://itunes.apple.com/us/app/sincerely-ink-cards-create/id477296657?mt=8"><img class="aligncenter size-medium wp-image-24932" title="Sincerely Ink Cards" src="http://blogfreakz.com/wp-content/uploads/2012/02/71-285x175.jpg" alt="71 285x175 10 Sweet Mobile Apps For Valentine’s Day" width="285" height="175" /><strong> </strong></a><a href="http://itunes.apple.com/us/app/sincerely-ink-cards-create/id477296657?mt=8"><strong> </strong></a></p>
<p><a href="http://itunes.apple.com/us/app/sincerely-ink-cards-create/id477296657?mt=8"><strong>Sincerely Ink Cards</strong></a> – Send beautiful greeting cards directly to your loved ones from your iPhone or iPad. Sending valentines, birthday cards, thank you’s &amp; thoughtful notes has never been easier.</p>
<p><img class="aligncenter size-medium wp-image-24933" title="someecards" src="http://blogfreakz.com/wp-content/uploads/2012/02/81-285x175.jpg" alt="81 285x175 10 Sweet Mobile Apps For Valentine’s Day" width="285" height="175" /><strong><a href="http://itunes.apple.com/us/app/someecards/id333261178?mt=8"></a></strong></p>
<p><strong><a href="http://itunes.apple.com/us/app/someecards/id333261178?mt=8">someecards</a></strong> – From the acclaimed humor site, someecards.com, comes the brand new someecards iPhone app! Everything you love about the site is now at your fingertips! If you can’t spare the buck, you can always opt for the free version; <strong><a href="http://itunes.apple.com/us/app/someecards-free/id386309196?mt=8">someecards free</a>.</strong></p>
<p><img class="aligncenter size-medium wp-image-24934" title="The Questions" src="http://blogfreakz.com/wp-content/uploads/2012/02/91-285x175.jpg" alt="91 285x175 10 Sweet Mobile Apps For Valentine’s Day" width="285" height="175" /><strong><a href="http://itunes.apple.com/us/app/the-questions/id389244686?mt=8"></a></strong></p>
<p><strong><a href="http://itunes.apple.com/us/app/the-questions/id389244686?mt=8">The Questions</a></strong> – The Questions: is an app for insight into your relationships, your partner, or dating in general. The app contains the full set of 76 interactive cards and companion book, which will provide you with a comprehensive, elevated version of your average ‘love quiz’.</p>
<p><img class="aligncenter size-medium wp-image-24935" title="10" src="http://blogfreakz.com/wp-content/uploads/2012/02/101-285x175.jpg" alt="101 285x175 10 Sweet Mobile Apps For Valentine’s Day" width="285" height="175" /><strong><a href="http://itunes.apple.com/us/app/a+-signature-lite-photo-annotator/id423141311?mt=8"></a></strong></p>
<p><strong><a href="http://itunes.apple.com/us/app/a+-signature-lite-photo-annotator/id423141311?mt=8">A+ Signature Lite &#8211; The Photo Annotator</a></strong> – This app allows you to make your mark on any photo.</p>
<ul>
<li>Add a signature or a watermark to create a fun photocard.</li>
<li>Annotate pictures of friends’ reunions, family parties, weddings, classmates or meetings.</li>
<li>Add any autograph to your photos.</li>
</ul>
<p>A+ Signature Lite comes with a short video tutorial. See more demonstration videos at <a href="http://www.rti-net.com/Apps"><strong>A+ Signature Lite Support</strong></a>.<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/inspiration/10-sweet-mobile-apps-for-valentines-day/" title="36 photo heart shape iphone app">36 photo heart shape iphone app</a></li>
<li><a href="http://blogfreakz.com/inspiration/10-sweet-mobile-apps-for-valentines-day/" title="sweet valentines day poems">sweet valentines day poems</a></li>
<li><a href="http://blogfreakz.com/inspiration/10-sweet-mobile-apps-for-valentines-day/" title="sweet apps for iphone">sweet apps for iphone</a></li>
<li><a href="http://blogfreakz.com/inspiration/10-sweet-mobile-apps-for-valentines-day/" title="sprint app that lets you shape pictures into hearts">sprint app that lets you shape pictures into hearts</a></li>
<li><a href="http://blogfreakz.com/inspiration/10-sweet-mobile-apps-for-valentines-day/" title="mashable valentine apps">mashable valentine apps</a></li>
<li><a href="http://blogfreakz.com/inspiration/10-sweet-mobile-apps-for-valentines-day/" title="make a heart shape with pictures app">make a heart shape with pictures app</a></li>
<li><a href="http://blogfreakz.com/inspiration/10-sweet-mobile-apps-for-valentines-day/" title="iphone app valentines 2012 heart photo">iphone app valentines 2012 heart photo</a></li>
<li><a href="http://blogfreakz.com/inspiration/10-sweet-mobile-apps-for-valentines-day/" title="heart shape frame effect iphone app">heart shape frame effect iphone app</a></li>
<li><a href="http://blogfreakz.com/inspiration/10-sweet-mobile-apps-for-valentines-day/" title="app 36 images form a heart">app 36 images form a heart</a></li>
<li><a href="http://blogfreakz.com/inspiration/10-sweet-mobile-apps-for-valentines-day/" title="VALENTINES DAY POEMS FOR CAR ENTHUSIASTS">VALENTINES DAY POEMS FOR CAR ENTHUSIASTS</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/inspiration/10-sweet-mobile-apps-for-valentines-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2012 Web Development and Tech Forecasts</title>
		<link>http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/</link>
		<comments>http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 12:00:24 +0000</pubDate>
		<dc:creator>Carmela@Blogfreakz</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Design News]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Mobile development]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[happy new year]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=24002</guid>
		<description><![CDATA[AS we usher in 2012, the web development community has been coming up with several forecasts for the industry. Although most of this surrounds an influx of greater improvements in the technological frontier, it may also spell doom for some brands. The question is, how will these changes affect the entire tech landscape for users, [...]]]></description>
			<content:encoded><![CDATA[<p align="left"><strong>AS</strong> we usher in 2012, the web development community has been coming up with several forecasts for the industry. Although most of this surrounds an influx of greater improvements in the technological frontier, it may also spell doom for some brands. The question is, how will these changes affect the entire tech landscape for users, developers, designers, and marketers?</p>
<p align="left">Let&#8217;s check out some of the latest online buzz:</p>
<li>IT enterprise vendors seek to <a href="http://www.zdnet.com/blog/projectfailures/predicting-2012-rapid-implementation-in-focus/15099">reduce failures</a> from the past year and use them as leverage for future improvements.</li>
<p></p>
<li>Mobile competition becomes steeper with <a href="http://gigaom.com/mobile/16-predictions-for-mobile-in-2012/">rapid developments</a> in functionality, though this may result in some popular mobile brands falling behind the race.</li>
<p></p>
<li>Dominant frameworks such as jQuery, Node.js, Socket.io, Fitvids, JavascriptMVC and SproutCore, as well as HTML5 will <a href="http://www.digitalsurgeons.com/blog/2012-digital-marketing-predictions/">take the lead</a> in the web development industry. Same goes for software as independent support for hardware.</li>
<p></p>
<li>Some tech editors predict exciting, if sometimes drastic changes in the industry, from the rise of OpenFlow to patent wars, to the resurrection of the music distribution business, all founded on a common theme: <a href="http://www.digitalsurgeons.com/blog/2012-digital-marketing-predictions/">consumerization</a>.</li>
<p></p>
<p align="left">Awesome, isn&#8217;t it? And if you&#8217;re still hankering for more juicy info on what&#8217;s in store for us this year, check out this list of <a href="http://www.htmlcut.com/blog/web-design-trends-2011-predictions-2012.html">web design trends</a> and <a href="http://www.pcworld.com/article/152683/15_hot_new_technologies_that_will_change_everything.html">15 hot technologies</a>, which are probably more than enough to last us the next 6 months.</p>
<p align="left">
<h2>And with that, we at Blogfreakz.Com wish you all a wonderful 2012!</h2>
</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="jquery 2012">jquery 2012</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="2012 jquery">2012 jquery</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="carmela maraan">carmela maraan</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="design2012 forecast">design2012 forecast</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="2012 forecasts and trends for ecommerce">2012 forecasts and trends for ecommerce</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="jquery website design2012">jquery website design2012</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="news webdesign 2012">news webdesign 2012</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="socket io js jquery 2012">socket io js jquery 2012</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="templates for singers jquery html5 free">templates for singers jquery html5 free</a></li>
<li><a href="http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/" title="jquery plugins 2012">jquery plugins 2012</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/web-design/2012-web-development-and-tech-forecasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhotoSwipe &#8211; The Web Image Gallery For Mobile Device</title>
		<link>http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/</link>
		<comments>http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/#comments</comments>
		<pubDate>Fri, 27 May 2011 08:13:03 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Gallery/Carousel/Slider]]></category>
		<category><![CDATA[Mobile development]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=20145</guid>
		<description><![CDATA[Inspired by the iOS photo viewer and Google images for mobile, PhotoSwipe is a HTML/CSS/JavaScript based image gallery specifically targeting mobile devices. PhotoSwipe provides your visitors with a familiar and intuitive interface allowing them to interact with images on your mobile website. Features Optimised for mobile devices running a WebKit browser. Runs on modern desktop [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="Link to PhotoSwipe - The Web Image Gallery For Mobile Device"><img class="wppt_float_left" src="http://blogfreakz.com/wp-content/uploads/wp-post-thumbnail/eTPlbq.jpg" alt="eTPlbq PhotoSwipe   The Web Image Gallery For Mobile Device" title="" width="200" height="200" /></a>Inspired by the iOS photo viewer and Google images for mobile, PhotoSwipe is a HTML/CSS/JavaScript based image gallery specifically targeting mobile devices. <a rel="nofollow" title="photoswipe" href="http://www.photoswipe.com/" target="_blank">PhotoSwipe</a> provides your visitors with a familiar and intuitive interface allowing them to interact with images on your mobile website.</p>
<p><span id="more-20145"></span></p>
<h3><a  rel="nofollow" href="http://www.photoswipe.com/"><img class="alignnone size-full wp-image-20148" title="photoswipe" src="http://blogfreakz.com/wp-content/uploads/2011/05/photoswipe.jpg" alt="photoswipe PhotoSwipe   The Web Image Gallery For Mobile Device" width="600" height="300" /></a></h3>
<h3>Features</h3>
<ul>
<li> Optimised for mobile devices running a WebKit browser.</li>
<li> Runs on modern desktop browsers, including Internet Explorer 8 and above.</li>
<li> Multiple input options including swipe gestures (both mouse and screen touches), keyboard control and an interactive on screen toolbar.</li>
<li> Responsive to device orientation changes.</li>
<li> Automatically scales images to maximise screen size and orientation.</li>
<li> Zoom / pan and rotate images (as of v1.0.4 &#8211; experimental iOS devices only)</li>
<li> Works with your markup and semantic structure. Does not enforce any specific markup.</li>
<li> Supports image captions.</li>
<li> Slideshow feature to automatically play through images in the gallery.</li>
<li> Uses hardware acceleration where possible for smoother transitions and effects.</li>
<li> Can be integrated into jQuery Mobile.</li>
<li> Comprehensive customisation options:</li>
<li> Presentation controlled via CSS</li>
<li> Set whether the gallery loops or not i.e. when you reach the end, is the next image the first image, or does the gallery show a bounce effect to indicate that you have reached the end.</li>
<li> Hide or show captions and toolbar</li>
<li> Change caption and toolbar positions</li>
<li> Set the speeds of all animations used, from sliding in to fading.</li>
</ul>
<p>PhotoSwipe comes with an example site to help you get started. There are two distributions of the library:</p>
<ul>
<li>The default distribution optimised for WebKit and Mozilla based browsers. This distribution uses standard DOM querying and manipulation. It also uses CSS3 transformations for animations.</li>
<li> The jQuery distribution that uses jQuery as it&#8217;s engine.</li>
</ul>
<p>It is recommended for WebKit based mobile devices to use the default distribution. This distribution will run faster. It does not require jQuery (so one less library to download to your mobile device). It also uses CSS3 to achieve animation effects. This is extremely noticable when running on an iOS device as animation will use hardware acceleration and will feel more &#8220;native&#8221; to the device. The default distribution will also work on desktop WebKit browsers (such as Chrome and Safari) as well as Firefox.</p>
<p>The current version supports mobile handsets running WebKit based browsers, i.e. iOS, Android and Blackberry 6. PhotoSwipe also runs on the desktop and has been tested on Chrome, Firefox, Safari and Internet Explorer 8 and above.</p>
<p class="download">
Requirements: -<br />
Demo: <a  rel="nofollow" title="photoswipe" href="http://www.photoswipe.com/latest/examples/jquery-mobile.html" target="_blank">http://www.photoswipe.com/latest/examples/jquery-mobile.html</a><br />
License: MIT LIcense
</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="photoswipe tutorial">photoswipe tutorial</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="photoswipe">photoswipe</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="jquery mobile carousel swipe">jquery mobile carousel swipe</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="photoswipe wordpress">photoswipe wordpress</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="mobile carousel swipe">mobile carousel swipe</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="photoswipe jquery mobile">photoswipe jquery mobile</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="photoswipe options">photoswipe options</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="jquery mobile swipe carousel">jquery mobile swipe carousel</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="jquery mobile photoswipe">jquery mobile photoswipe</a></li>
<li><a href="http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/" title="Animate Photoswipe">Animate Photoswipe</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/gallery/photoswipe-the-web-image-gallery-for-mobile-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full Set of Stencils for Sketching iPhone, iPad &amp; Android</title>
		<link>http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/</link>
		<comments>http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/#comments</comments>
		<pubDate>Sun, 08 May 2011 06:14:22 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mobile development]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=19759</guid>
		<description><![CDATA[Zurb is sharing article &#8221; Full Set of Stencils for Sketching iPhone, iPad &#38; Android &#8221; which is round up of beautiful set of stencils and sketchsheets to make the process easier for iPad, iPhone, and even Android. In this article you can find iPhone Omnigraffle Stencils &#38; Sketchsheets, iPad Omnigraffle Stencils &#38; Sketchsheets, Honeycomb [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/" title="Link to Full Set of Stencils for Sketching iPhone, iPad &#038; Android"><img class="wppt_float_left" src="http://blogfreakz.com/wp-content/uploads/wp-post-thumbnail/2wPtJ4.jpg" alt="2wPtJ4 Full Set of Stencils for Sketching iPhone, iPad & Android" title="" width="200" height="200" /></a>Zurb is sharing article &#8221; <a title="Full Set of Stencils for Sketching iPhone, iPad &amp; Android " rel="nofollow" href="http://www.zurb.com/article/608/full-set-of-stencils-for-sketching-iphone" target="_blank">Full Set of Stencils for Sketching iPhone, iPad &amp; Android </a>&#8221; which is round up of beautiful set of stencils and sketchsheets to make the process easier for iPad, iPhone, and even Android. In this article you can find iPhone Omnigraffle Stencils &amp; Sketchsheets, iPad Omnigraffle Stencils &amp; Sketchsheets, Honeycomb Omnigraffle Stencils &amp; Sketchsheets and Android Gingerbread Omnigraffle Stencils &amp; Sketchsheets.</p>
<p><span id="more-19759"></span><a rel="nofollow" href="http://www.zurb.com/article/608/full-set-of-stencils-for-sketching-iphone"><img class="alignnone size-full wp-image-19760" title="mobile-stencils" src="http://blogfreakz.com/wp-content/uploads/2011/05/mobile-stencils.jpg" alt="mobile stencils Full Set of Stencils for Sketching iPhone, iPad & Android" width="600" height="300" /></a><br />
All this amazing stencils and sketchsheets is created by zurb to help everyone make it easier to break the ice by sketching.</p>
<p class="download">Website: <a title="Full Set of Stencils for Sketching iPhone, iPad &amp; Android " rel="nofollow" href="http://www.zurb.com/article/608/full-set-of-stencils-for-sketching-iphone" target="_blank">http://www.zurb.com/article/608/full-set-of-stencils-for-sketching-iphone</a></p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/" title="jquery mobile omnigraffle">jquery mobile omnigraffle</a></li>
<li><a href="http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/" title="jquery omnigraffle">jquery omnigraffle</a></li>
<li><a href="http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/" title="jquery mobile stencil">jquery mobile stencil</a></li>
<li><a href="http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/" title="omnigraffle jquery mobile">omnigraffle jquery mobile</a></li>
<li><a href="http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/" title="jquery mobile stencils">jquery mobile stencils</a></li>
<li><a href="http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/" title="omnigraffle jquery">omnigraffle jquery</a></li>
<li><a href="http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/" title="Android stencils">Android stencils</a></li>
<li><a href="http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/" title="iphone stencils">iphone stencils</a></li>
<li><a href="http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/" title="Android Sketching stencil">Android Sketching stencil</a></li>
<li><a href="http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/" title="omnigraffle stencil jquery">omnigraffle stencil jquery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/mobile-development/full-set-of-stencils-for-sketching-iphone-ipad-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Tracker &#8211; Open Source Application To Mapping Your iPhone Movement</title>
		<link>http://blogfreakz.com/maps/iphone-tracker-open-source-application-to-mapping-your-iphone-movement/</link>
		<comments>http://blogfreakz.com/maps/iphone-tracker-open-source-application-to-mapping-your-iphone-movement/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 00:28:15 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Maps]]></category>
		<category><![CDATA[Mobile development]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=18878</guid>
		<description><![CDATA[iPhone Tracker application maps the information that your iPhone is recording about your movements. It doesn&#8217;t record anything itself, it only displays files that are already hidden on your computer. If you run it on an OS X machine that you’ve been syncing with an iPhone or an iPad with cellular plan, it will scan [...]]]></description>
			<content:encoded><![CDATA[<p><a title="iPhone Tracker" rel="nofollow" href="http://petewarden.github.com/iPhoneTracker" target="_blank">iPhone Tracker</a> application maps the information that your iPhone is  recording about your movements. It doesn&#8217;t record anything itself, it  only displays files that are already hidden on your computer.</p>
<p><span id="more-18878"></span><a rel="nofollow" href="http://petewarden.github.com/iPhoneTracker"><img class="alignnone size-full wp-image-18879" title="iphone-tracker" src="http://blogfreakz.com/wp-content/uploads/2011/04/iphone-tracker.jpg" alt="iphone tracker iPhone Tracker   Open Source Application To Mapping Your iPhone Movement" width="600" height="300" /></a></p>
<p>If you run it on an OS X machine that you’ve been syncing with an iPhone  or an iPad with cellular plan, it will scan through the backup files  that are automatically made, looking for the hidden file containing your  location. If it finds this file, it will then display the location  history on the map.</p>
<p>The database of your locations is stored on your iPhone as well as in  any of the automatic backups that are made when you sync it with iTunes.  One thing that will help is choosing encrypted backups, since that will  prevent other users or programs on your machine from viewing the data,  but there will still be a copy on your device. The visualization is implemented as a view onto a local web page using the OpenHeatMap jQuery plugin.</p>
<p class="download">Website: <a title="iPhoneTracker" rel="nofollow" href="http://petewarden.github.com/iPhoneTracker" target="_blank">http://petewarden.github.com/iPhoneTracker</a></p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/maps/iphone-tracker-open-source-application-to-mapping-your-iphone-movement/" title="iphone tracker alternative">iphone tracker alternative</a></li>
<li><a href="http://blogfreakz.com/maps/iphone-tracker-open-source-application-to-mapping-your-iphone-movement/" title="iphone tracker source">iphone tracker source</a></li>
<li><a href="http://blogfreakz.com/maps/iphone-tracker-open-source-application-to-mapping-your-iphone-movement/" title="iphone tracker">iphone tracker</a></li>
<li><a href="http://blogfreakz.com/maps/iphone-tracker-open-source-application-to-mapping-your-iphone-movement/" title="open source iphone tracker">open source iphone tracker</a></li>
<li><a href="http://blogfreakz.com/maps/iphone-tracker-open-source-application-to-mapping-your-iphone-movement/" title="iphonetracker alternative">iphonetracker alternative</a></li>
<li><a href="http://blogfreakz.com/maps/iphone-tracker-open-source-application-to-mapping-your-iphone-movement/" title="iphonetracker source">iphonetracker source</a></li>
<li><a href="http://blogfreakz.com/maps/iphone-tracker-open-source-application-to-mapping-your-iphone-movement/" title="iphone mapping source">iphone mapping source</a></li>
<li><a href="http://blogfreakz.com/maps/iphone-tracker-open-source-application-to-mapping-your-iphone-movement/" title="mapping iphone movements">mapping iphone movements</a></li>
<li><a href="http://blogfreakz.com/maps/iphone-tracker-open-source-application-to-mapping-your-iphone-movement/" title="iphone tracker movement">iphone tracker movement</a></li>
<li><a href="http://blogfreakz.com/maps/iphone-tracker-open-source-application-to-mapping-your-iphone-movement/" title="iphone tracker colors mean">iphone tracker colors mean</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/maps/iphone-tracker-open-source-application-to-mapping-your-iphone-movement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ChocolateChip-UI &#8211; A Mobile Web App Framework</title>
		<link>http://blogfreakz.com/framework/chocolatechip-ui-a-mobile-web-app-framework/</link>
		<comments>http://blogfreakz.com/framework/chocolatechip-ui-a-mobile-web-app-framework/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 04:53:17 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Mobile development]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=18424</guid>
		<description><![CDATA[ChocolateChip-UI is a  web app development framework for building web applications for mobile devices. ChocolateChip-UI also introduces a new concept, a markup language designed especially for Web apps. It&#8217;s called WAML (Web App Markup Language). Instead of divs and spans crammed with complex multi-part classes to give semantic meaning to your Web app, ChocolateChip-UI uses [...]]]></description>
			<content:encoded><![CDATA[<p><a title="chocolatechip-ui" rel="nofollow" href="http://www.chocolatechip-ui.com/" target="_blank">ChocolateChip-UI</a> is a  <strong>web app development framework</strong> for building web applications for mobile devices. ChocolateChip-UI also introduces a new concept, a markup language designed especially for Web apps. It&#8217;s called WAML (Web App Markup Language). Instead of divs and spans crammed with complex multi-part classes to give semantic meaning to your Web app, ChocolateChip-UI uses WAML&#8217;s special tags and attributes to clearly define all the parts of your Web app.<br />
<span id="more-18424"></span><a rel="nofollow" href="http://www.chocolatechip-ui.com/"><img class="alignnone size-full wp-image-18435" title="chocolatechip" src="http://blogfreakz.com/wp-content/uploads/2011/04/chocolatechip.jpg" alt="chocolatechip ChocolateChip UI   A Mobile Web App Framework" width="600" height="300" /></a><br />
ChocolateChip-UI provides fully functional widgets and controls right out of the box. In most cases these require minimal to no input from you to implement their functionality.</p>
<p>ChocolateChip-UI uses no images to create its widgets and controls, everything is created from WAML and CSS. Where icons are used for buttons, ChocolateChip-UI uses vector-based SVG images. This means that your Web app will always be resolution independent, always crisp and clean.</p>
<p>ChocolateChip is designed for mobile devices using Webkit-based browsers. Because of this, you can use any Webkit-based browser on the desktop during development. This includes Google Chrome and Apple Safari.</p>
<p class="download">Requirements: WebKit Browsers<br />
Demo: <a rel="nofollow" href="http://www.chocolatechip-ui.com/" target="_blank">http://www.chocolatechip-ui.com</a><br />
License: GPL Liense</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/framework/chocolatechip-ui-a-mobile-web-app-framework/" title="chocolate chip ui demo">chocolate chip ui demo</a></li>
<li><a href="http://blogfreakz.com/framework/chocolatechip-ui-a-mobile-web-app-framework/" title="chocolatechip-ui demo">chocolatechip-ui demo</a></li>
<li><a href="http://blogfreakz.com/framework/chocolatechip-ui-a-mobile-web-app-framework/" title="chocolatechip ui demo">chocolatechip ui demo</a></li>
<li><a href="http://blogfreakz.com/framework/chocolatechip-ui-a-mobile-web-app-framework/" title="chocolatechip-ui">chocolatechip-ui</a></li>
<li><a href="http://blogfreakz.com/framework/chocolatechip-ui-a-mobile-web-app-framework/" title="chocolate ui demo">chocolate ui demo</a></li>
<li><a href="http://blogfreakz.com/framework/chocolatechip-ui-a-mobile-web-app-framework/" title="chocolatechip ui">chocolatechip ui</a></li>
<li><a href="http://blogfreakz.com/framework/chocolatechip-ui-a-mobile-web-app-framework/" title="chocolatechip demo">chocolatechip demo</a></li>
<li><a href="http://blogfreakz.com/framework/chocolatechip-ui-a-mobile-web-app-framework/" title="Chocolate Chip-UI demo">Chocolate Chip-UI demo</a></li>
<li><a href="http://blogfreakz.com/framework/chocolatechip-ui-a-mobile-web-app-framework/" title="chocolate chip ui">chocolate chip ui</a></li>
<li><a href="http://blogfreakz.com/framework/chocolatechip-ui-a-mobile-web-app-framework/" title="chocolate chip icon gallery">chocolate chip icon gallery</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/framework/chocolatechip-ui-a-mobile-web-app-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Boilerplate &#8211; A Base Template for Mobile Web Application</title>
		<link>http://blogfreakz.com/mobile-development/mobile-boilerplate-a-base-template-for-mobile-web-application/</link>
		<comments>http://blogfreakz.com/mobile-development/mobile-boilerplate-a-base-template-for-mobile-web-application/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 15:37:00 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Mobile development]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=17904</guid>
		<description><![CDATA[Mobile Boilerplate is a base template made custom for creating rich and performant mobile web apps. Mobile Boilerplate allow us to create cross-browser web application whic is  consistency among A-grade smartphones, and fallback support for legacy Blackberry, Symbian, and IE Mobile. Mobile Boilerplate is not a framework, but works well with projects like jQuery Mobile, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="html5boilerplate mobile" rel="nofollow" href="http://html5boilerplate.com/mobile/" target="_blank">Mobile Boilerplate</a> is a base template made custom for creating rich and performant mobile web apps. Mobile Boilerplate allow us to create cross-browser web application whic is  consistency among A-grade smartphones, and fallback support for legacy Blackberry, Symbian, and IE Mobile.<br />
<span id="more-17904"></span></p>
<p><a rel="nofollow" href="http://html5boilerplate.com/mobile/"><img class="alignnone size-full wp-image-17923" title="mobile-boilerplate" src="http://blogfreakz.com/wp-content/uploads/2011/03/mobile-boilerplate.jpg" alt="mobile boilerplate Mobile Boilerplate   A Base Template for Mobile Web Application" width="600" height="300" /></a></p>
<p>Mobile Boilerplate is not a framework, but works well with projects like jQuery Mobile, Sencha Touch, Phonegap and Appcelerator. You get an offline caching setup for free, fast button clicks, a media query polyfill, and many common mobile WebKit optimizations.</p>
<p class="download">Website: <a title="html5boilerplate mobile" rel="nofollow" href="http://html5boilerplate.com/mobile/" target="_blank">http://html5boilerplate.com/mobile</a></p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/mobile-development/mobile-boilerplate-a-base-template-for-mobile-web-application/" title="Mobile Boilerplate">Mobile Boilerplate</a></li>
<li><a href="http://blogfreakz.com/mobile-development/mobile-boilerplate-a-base-template-for-mobile-web-application/" title="sencha boilerplate">sencha boilerplate</a></li>
<li><a href="http://blogfreakz.com/mobile-development/mobile-boilerplate-a-base-template-for-mobile-web-application/" title="boilerplate">boilerplate</a></li>
<li><a href="http://blogfreakz.com/mobile-development/mobile-boilerplate-a-base-template-for-mobile-web-application/" title="boilerplate mobile">boilerplate mobile</a></li>
<li><a href="http://blogfreakz.com/mobile-development/mobile-boilerplate-a-base-template-for-mobile-web-application/" title="Sencha templates">Sencha templates</a></li>
<li><a href="http://blogfreakz.com/mobile-development/mobile-boilerplate-a-base-template-for-mobile-web-application/" title="mobile web app template">mobile web app template</a></li>
<li><a href="http://blogfreakz.com/mobile-development/mobile-boilerplate-a-base-template-for-mobile-web-application/" title="jquery mobile boilerplate">jquery mobile boilerplate</a></li>
<li><a href="http://blogfreakz.com/mobile-development/mobile-boilerplate-a-base-template-for-mobile-web-application/" title="mobile web template">mobile web template</a></li>
<li><a href="http://blogfreakz.com/mobile-development/mobile-boilerplate-a-base-template-for-mobile-web-application/" title="sencha touch template">sencha touch template</a></li>
<li><a href="http://blogfreakz.com/mobile-development/mobile-boilerplate-a-base-template-for-mobile-web-application/" title="Mobile Web application template">Mobile Web application template</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/mobile-development/mobile-boilerplate-a-base-template-for-mobile-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

