<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>RIA Lab</title>
	<atom:link href="http://jbkflex.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jbkflex.wordpress.com</link>
	<description>The Mobile web / Phonegap / Rich Internet Application workshop</description>
	<lastBuildDate>Sat, 18 May 2013 04:39:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jbkflex.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/e3b50dbd5da18993ae8bba8e374157e6?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>RIA Lab</title>
		<link>http://jbkflex.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jbkflex.wordpress.com/osd.xml" title="RIA Lab" />
	<atom:link rel='hub' href='http://jbkflex.wordpress.com/?pushpress=hub'/>
		<item>
		<title>JavaScript typeof and instanceof &#8211; the concept and differences</title>
		<link>http://jbkflex.wordpress.com/2013/05/09/javascript-typeof-and-instanceof-the-concept-and-differences/</link>
		<comments>http://jbkflex.wordpress.com/2013/05/09/javascript-typeof-and-instanceof-the-concept-and-differences/#comments</comments>
		<pubDate>Thu, 09 May 2013 11:01:24 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[array object]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[concepts]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[differences]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[instanceof]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[operators]]></category>
		<category><![CDATA[primitive]]></category>
		<category><![CDATA[primitive data types]]></category>
		<category><![CDATA[program logic]]></category>
		<category><![CDATA[rule]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[typeof]]></category>
		<category><![CDATA[types]]></category>

		<guid isPermaLink="false">http://jbkflex.wordpress.com/?p=1325</guid>
		<description><![CDATA[As a JavaScript developer you must have used the typeof and the instanceof operator sometime in your code to detect the the type of a variable in your program logic. And most often or not you might have been confused with the different results that show up while expecting a desired result. In this post I am [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jbkflex.wordpress.com&#038;blog=15641173&#038;post=1325&#038;subd=jbkflex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jbkflex.wordpress.com/2013/05/09/javascript-typeof-and-instanceof-the-concept-and-differences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73c1afb2607d64f0a5c8a831a23fca43?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">jbkflex</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML5 SVG Support check using JavaScript – the simple way</title>
		<link>http://jbkflex.wordpress.com/2013/05/05/html5-svg-support-check-using-javascript-the-simple-way/</link>
		<comments>http://jbkflex.wordpress.com/2013/05/05/html5-svg-support-check-using-javascript-the-simple-way/#comments</comments>
		<pubDate>Sun, 05 May 2013 06:54:44 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[detect]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[does not]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[feature checks]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[javascript technique]]></category>
		<category><![CDATA[scalable vector graphics]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[SVG support]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[using]]></category>

		<guid isPermaLink="false">http://jbkflex.wordpress.com/?p=1318</guid>
		<description><![CDATA[My last post talked about how you can detect whether your browser supports HTML5 Canvas or not using simple JavaScript technique. Based on the same principles, this post illustrates how you can detect if your browser supports SVG elements. You may note SVG is Scalable Vector Graphics and HTML5 has native support for SVG tags. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jbkflex.wordpress.com&#038;blog=15641173&#038;post=1318&#038;subd=jbkflex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jbkflex.wordpress.com/2013/05/05/html5-svg-support-check-using-javascript-the-simple-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73c1afb2607d64f0a5c8a831a23fca43?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">jbkflex</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML5 Canvas Support check using JavaScript &#8211; the simple way</title>
		<link>http://jbkflex.wordpress.com/2013/05/02/html5-canvas-support-check-using-javascript-the-simple-way/</link>
		<comments>http://jbkflex.wordpress.com/2013/05/02/html5-canvas-support-check-using-javascript-the-simple-way/#comments</comments>
		<pubDate>Thu, 02 May 2013 09:21:47 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[canvas support]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[detect]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[does not]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[feature checks]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[using]]></category>

		<guid isPermaLink="false">http://jbkflex.wordpress.com/?p=1313</guid>
		<description><![CDATA[This is how you can check for HTML5 Canvas support in your browser by using JavaScript, there&#8217;s no need of an external library like Modernizer to do a simple check like this. In fact most of the feature checks can be done natively, that&#8217;s what I prefer. Here is the code, var canvasEl = document.createElement('canvas'); [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jbkflex.wordpress.com&#038;blog=15641173&#038;post=1313&#038;subd=jbkflex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jbkflex.wordpress.com/2013/05/02/html5-canvas-support-check-using-javascript-the-simple-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73c1afb2607d64f0a5c8a831a23fca43?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">jbkflex</media:title>
		</media:content>
	</item>
		<item>
		<title>RIA Lab is Pom Pom Labs now</title>
		<link>http://jbkflex.wordpress.com/2013/04/17/ria-lab-is-pom-pom-labs-now/</link>
		<comments>http://jbkflex.wordpress.com/2013/04/17/ria-lab-is-pom-pom-labs-now/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 03:40:12 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jbkflex.wordpress.com/?p=1271</guid>
		<description><![CDATA[Only the name has changed. The spirit still remains the same. But just to let you know RIA Lab (http://jbkflex.wordpress.com) is moving to its new home base &#8211; Pom Pom Labs (http://pompomlabs.wordpress.com/). We are currently in the process of moving our stuff and things might be here and there till we settle down, which is [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jbkflex.wordpress.com&#038;blog=15641173&#038;post=1271&#038;subd=jbkflex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jbkflex.wordpress.com/2013/04/17/ria-lab-is-pom-pom-labs-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73c1afb2607d64f0a5c8a831a23fca43?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">jbkflex</media:title>
		</media:content>
	</item>
		<item>
		<title>Using prototype with String object &#8211; JavaScript</title>
		<link>http://jbkflex.wordpress.com/2013/04/16/using-prototype-with-string-object-javascript/</link>
		<comments>http://jbkflex.wordpress.com/2013/04/16/using-prototype-with-string-object-javascript/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 07:40:38 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[between]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[Customize]]></category>
		<category><![CDATA[defined]]></category>
		<category><![CDATA[empty]]></category>
		<category><![CDATA[empty spaces]]></category>
		<category><![CDATA[enhance]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[prototypes]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[using]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://jbkflex.wordpress.com/?p=1297</guid>
		<description><![CDATA[Every object in JavaScript has the prototype property which enables you to enhance the functionality of the current Object definition (the Class definition) either through adding properties or through methods. This stands true for both custom Objects as well as JavaScript defined Objects like Strings, Arrays. Using prototypes to add functionality also has one more [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jbkflex.wordpress.com&#038;blog=15641173&#038;post=1297&#038;subd=jbkflex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jbkflex.wordpress.com/2013/04/16/using-prototype-with-string-object-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73c1afb2607d64f0a5c8a831a23fca43?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">jbkflex</media:title>
		</media:content>
	</item>
		<item>
		<title>Cooler modal popup example &#8211; how to open multiple popups, scrolling pop ups per page</title>
		<link>http://jbkflex.wordpress.com/2013/04/15/cooler-modal-popup-example-how-to-open-multiple-popups-scrolling-pop-ups-per-page/</link>
		<comments>http://jbkflex.wordpress.com/2013/04/15/cooler-modal-popup-example-how-to-open-multiple-popups-scrolling-pop-ups-per-page/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 09:41:31 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mobile Web]]></category>
		<category><![CDATA[always]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[at]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[dark background]]></category>
		<category><![CDATA[drop]]></category>
		<category><![CDATA[fade effect]]></category>
		<category><![CDATA[gradient background]]></category>
		<category><![CDATA[gradient colors]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[modal]]></category>
		<category><![CDATA[modal overlay]]></category>
		<category><![CDATA[modal window]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[per]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[popup window]]></category>
		<category><![CDATA[positioned]]></category>
		<category><![CDATA[Rounded Corners]]></category>
		<category><![CDATA[shadow]]></category>
		<category><![CDATA[than]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[transparent]]></category>
		<category><![CDATA[web kit]]></category>
		<category><![CDATA[webkit]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://jbkflex.wordpress.com/?p=1018</guid>
		<description><![CDATA[Some time back I came up with a cooler modal pop up window using CSS3 and JavaScript specifically for mobile webkit browsers. The example that I presented had only a single button, a click on it would open a modal pop up window. In this post I have a similar example but this time multiple pop [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jbkflex.wordpress.com&#038;blog=15641173&#038;post=1018&#038;subd=jbkflex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jbkflex.wordpress.com/2013/04/15/cooler-modal-popup-example-how-to-open-multiple-popups-scrolling-pop-ups-per-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73c1afb2607d64f0a5c8a831a23fca43?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">jbkflex</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/04/multiplepopups1.jpg" medium="image">
			<media:title type="html">Open multiple pops from a single page</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS3 Transformations showing content outside overflow:hidden region in Firefox/Android</title>
		<link>http://jbkflex.wordpress.com/2013/04/04/css3-transformations-showing-content-outside-overflowhidden-region-in-firefoxandroid/</link>
		<comments>http://jbkflex.wordpress.com/2013/04/04/css3-transformations-showing-content-outside-overflowhidden-region-in-firefoxandroid/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 12:45:33 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[container element]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[displayed]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[outside]]></category>
		<category><![CDATA[overflow]]></category>
		<category><![CDATA[overflow:hidden]]></category>
		<category><![CDATA[parent container]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[solve]]></category>
		<category><![CDATA[strange problem]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[transformation]]></category>
		<category><![CDATA[transition]]></category>
		<category><![CDATA[translate]]></category>
		<category><![CDATA[visible]]></category>

		<guid isPermaLink="false">http://jbkflex.wordpress.com/?p=1171</guid>
		<description><![CDATA[Some time back I was implementing a functionality for Firefox browsers on Android devices and I found a strange problem - For Firefox &#62; 18 on Android devices if I move an element using CSS3 Transformations inside a parent container with overflow:hidden, then part of the element being moved is displayed outside the overflowed region. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jbkflex.wordpress.com&#038;blog=15641173&#038;post=1171&#038;subd=jbkflex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jbkflex.wordpress.com/2013/04/04/css3-transformations-showing-content-outside-overflowhidden-region-in-firefoxandroid/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73c1afb2607d64f0a5c8a831a23fca43?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">jbkflex</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install Phonegap Facebook plugin for iOS</title>
		<link>http://jbkflex.wordpress.com/2013/03/16/installing-facebook-connect-plugin-with-phonegap-ios-app-for-beginners/</link>
		<comments>http://jbkflex.wordpress.com/2013/03/16/installing-facebook-connect-plugin-with-phonegap-ios-app-for-beginners/#comments</comments>
		<pubDate>Sat, 16 Mar 2013 10:48:37 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Phonegap]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[appid]]></category>
		<category><![CDATA[beginners]]></category>
		<category><![CDATA[bundle]]></category>
		<category><![CDATA[by]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[cordova]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[dave]]></category>
		<category><![CDATA[deprecated]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook app]]></category>
		<category><![CDATA[facebook3.1.1]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[getting]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hackbook]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[integrate]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[johnson]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[native]]></category>
		<category><![CDATA[official documentation]]></category>
		<category><![CDATA[phonegap2.2.0]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[sample]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[started]]></category>
		<category><![CDATA[step]]></category>
		<category><![CDATA[whitelisted]]></category>

		<guid isPermaLink="false">http://jbkflex.wordpress.com/?p=1124</guid>
		<description><![CDATA[This post has come out of my recent struggle to integrate the Facebook Connect plugin by Dave Johnson and make it work with my Phonegap iOS app. I had a hard time figuring things out as I was new to Phonegap iOS development. I was already doing Android apps with Phonegap, but iOS has given [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jbkflex.wordpress.com&#038;blog=15641173&#038;post=1124&#038;subd=jbkflex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jbkflex.wordpress.com/2013/03/16/installing-facebook-connect-plugin-with-phonegap-ios-app-for-beginners/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73c1afb2607d64f0a5c8a831a23fca43?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">jbkflex</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/1.jpg" medium="image">
			<media:title type="html">Create a basic Phonegap app with Terminal</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/2.jpg" medium="image">
			<media:title type="html">iOS Phonegap project</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/3.jpg" medium="image">
			<media:title type="html">Test the app created in the simulator before you move further</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/4.jpg" medium="image">
			<media:title type="html">Facebook SDK installation folder</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/5.jpg" medium="image">
			<media:title type="html">Bundle id of your Phonegap iOS project</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/6.jpg" medium="image">
			<media:title type="html">Drag the FacebookSDK.framework folder</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/7.jpg" medium="image">
			<media:title type="html">7</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/8.jpg" medium="image">
			<media:title type="html">Add FacebookSDKResource.bundle file</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/9.jpg" medium="image">
			<media:title type="html">Add the DeprecatedHeaders folder</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/10.jpg" medium="image">
			<media:title type="html">10</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/11.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/12.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/13.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/14.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/15.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/16.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/17.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/18.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/19.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/20.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/211.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/fbnewapp2.png" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/22.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/37.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/24.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/25.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/26.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/27.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/28.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/29.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/30.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/31.jpg?w=1024" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/32.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/33.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/341.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/35.jpg" medium="image" />

		<media:content url="http://jbkflex.files.wordpress.com/2013/03/361.jpg" medium="image" />
	</item>
		<item>
		<title>Authoring &#8220;Adobe Edge Inspect Starter&#8221;&#8230;</title>
		<link>http://jbkflex.wordpress.com/2013/02/28/authoring-adobe-edge-inspect-starter/</link>
		<comments>http://jbkflex.wordpress.com/2013/02/28/authoring-adobe-edge-inspect-starter/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 15:09:44 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[Mobile Web]]></category>
		<category><![CDATA[actual]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[buy]]></category>
		<category><![CDATA[changes]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[detailed]]></category>
		<category><![CDATA[devices]]></category>
		<category><![CDATA[edge]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hands]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[inspect]]></category>
		<category><![CDATA[inspection]]></category>
		<category><![CDATA[inspector]]></category>
		<category><![CDATA[instant]]></category>
		<category><![CDATA[instantly]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[joseph]]></category>
		<category><![CDATA[khan]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[own]]></category>
		<category><![CDATA[packt]]></category>
		<category><![CDATA[pair]]></category>
		<category><![CDATA[practical]]></category>
		<category><![CDATA[previewing]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[pub]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[remotely]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shadow]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[starter]]></category>
		<category><![CDATA[steps]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[weinre]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wirelessly]]></category>
		<category><![CDATA[your]]></category>

		<guid isPermaLink="false">http://jbkflex.wordpress.com/?p=1129</guid>
		<description><![CDATA[My book &#8220;Adobe Edge Inspect Starter&#8221; on mobile web debugging and testing has been published and it is now available online. For more details and to purchase you can visit here. Who this book is for? This book is for frontend web developers and designers who are developing and testing web applications targeted for mobile [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jbkflex.wordpress.com&#038;blog=15641173&#038;post=1129&#038;subd=jbkflex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jbkflex.wordpress.com/2013/02/28/authoring-adobe-edge-inspect-starter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73c1afb2607d64f0a5c8a831a23fca43?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">jbkflex</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/02/book_cover.jpg" medium="image">
			<media:title type="html">My book on mobile web debugging and testing.</media:title>
		</media:content>
	</item>
		<item>
		<title>Replicating the iPhone Swipe Gesture – Vertical swiping</title>
		<link>http://jbkflex.wordpress.com/2013/02/14/replicating-the-iphone-swipe-gesture-vertical-swiping/</link>
		<comments>http://jbkflex.wordpress.com/2013/02/14/replicating-the-iphone-swipe-gesture-vertical-swiping/#comments</comments>
		<pubDate>Thu, 14 Feb 2013 16:27:56 +0000</pubDate>
		<dc:creator>joseph</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[axis]]></category>
		<category><![CDATA[carousel]]></category>
		<category><![CDATA[circular]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[common]]></category>
		<category><![CDATA[computer browsers]]></category>
		<category><![CDATA[default behaviors]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[direction]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[everywhere]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[flickering]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[gesture]]></category>
		<category><![CDATA[gesture interaction]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[image slide]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[looping]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[mobile safari]]></category>
		<category><![CDATA[Mobile Web]]></category>
		<category><![CDATA[mobiles]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[swipe]]></category>
		<category><![CDATA[tap]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[up]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[vertical]]></category>
		<category><![CDATA[y]]></category>

		<guid isPermaLink="false">http://jbkflex.wordpress.com/?p=1101</guid>
		<description><![CDATA[For those who wanted a vertical swiping feature to the the swipe gesture gallery that I created earlier, this post has a new demo and minimal explanation about a vertical swipe gesture gallery. Now you can swipe the images up or down. I will not go through the basics once again as I have explained them [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jbkflex.wordpress.com&#038;blog=15641173&#038;post=1101&#038;subd=jbkflex&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jbkflex.wordpress.com/2013/02/14/replicating-the-iphone-swipe-gesture-vertical-swiping/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73c1afb2607d64f0a5c8a831a23fca43?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">jbkflex</media:title>
		</media:content>

		<media:content url="http://jbkflex.files.wordpress.com/2013/02/vertical1.jpg" medium="image">
			<media:title type="html">Screenshot of vertical swiping through images</media:title>
		</media:content>
	</item>
	</channel>
</rss>
