<?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>JumpByte</title>
	<atom:link href="http://www.jumpbyte.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jumpbyte.com</link>
	<description></description>
	<lastBuildDate>Thu, 13 Sep 2012 05:43:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Ember.js Routing Application architecture demo code</title>
		<link>http://www.jumpbyte.com/2012/ember-js-routing-application-architecture-sample-demo-source-code/</link>
		<comments>http://www.jumpbyte.com/2012/ember-js-routing-application-architecture-sample-demo-source-code/#comments</comments>
		<pubDate>Thu, 13 Sep 2012 05:39:40 +0000</pubDate>
		<dc:creator>nachiket</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.jumpbyte.com/?p=1465</guid>
		<description><![CDATA[<p>Ember.js is a modern and rapidly growing javascript framework. As they promote on their landing page, it is truly &#8220;A framework for creating ambitious web applications&#8221;. Ember takes away lot of boilerplate code, and support excellent binding for object properties and Views. Many people are awaiting for 1.0 eagerly, including myself. Only weak point I [...]</p><p>The post <a href="http://www.jumpbyte.com/2012/ember-js-routing-application-architecture-sample-demo-source-code/">Ember.js Routing Application architecture demo code</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://emberjs.com">Ember.js</a> is a modern and rapidly growing javascript framework. As they promote on their landing page, it is truly <em>&#8220;A framework for creating ambitious web applications&#8221;</em>. Ember takes away lot of boilerplate code, and support excellent binding for object properties and Views.  </p>
<p>Many people are awaiting for 1.0 eagerly, including myself.<br />
Only weak point I see right now is Documentation and getting started for mid to large sized application.</p>
<p>Ember has a nice writeup about <a href="http://emberjs.com/guides/outlets/">Ember Application architecture</a>.<br />
But there is no complete and minimal example code available. </p>
<p>Here is a simple fiddle of <strong>Ember Routing + Ember-Data</strong>.<br />
<a href="http://jsfiddle.net/TPNZR/">http://jsfiddle.net/TPNZR/</a></p>
<p>For full-screen result (so URL hash changes are visible)<br />
<a href="http://fiddle.jshell.net/TPNZR/show/light/">http://fiddle.jshell.net/TPNZR/show/light/</a></p>
<p>The post <a href="http://www.jumpbyte.com/2012/ember-js-routing-application-architecture-sample-demo-source-code/">Ember.js Routing Application architecture demo code</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jumpbyte.com/2012/ember-js-routing-application-architecture-sample-demo-source-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>backbone-jqmobile: Todos App Demo</title>
		<link>http://www.jumpbyte.com/2012/backbone-jqmobile-todos-app-demo/</link>
		<comments>http://www.jumpbyte.com/2012/backbone-jqmobile-todos-app-demo/#comments</comments>
		<pubDate>Sat, 25 Aug 2012 16:57:02 +0000</pubDate>
		<dc:creator>nachiket</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[backbone]]></category>
		<category><![CDATA[backbone-jqmobile]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[jquery-mobile]]></category>

		<guid isPermaLink="false">http://www.jumpbyte.com/?p=1449</guid>
		<description><![CDATA[<p>Popular Todos demo application built with the backbone-jqmobile framework. Demo shows how easy it is to develop mobile application with backbone-jqmobile framework. Full Page Demo here Full source available here More demos are available at - http://apps.jumpbyte.com/backbone-jqmobile/</p><p>The post <a href="http://www.jumpbyte.com/2012/backbone-jqmobile-todos-app-demo/">backbone-jqmobile: Todos App Demo</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>Popular <a href="http://addyosmani.github.com/todomvc/" title="Todos App" target="_blank">Todos</a> demo application built with the <a title="backbone-jqmobile" href="https://github.com/jumpbytehq/backbone-jqmobile" target="_blank">backbone-jqmobile</a> framework. </p>
<p>Demo shows how easy it is to develop mobile application with backbone-jqmobile framework.</p>
<div class="mobile-app-demo-container">
<div class="mobile-app-demo" style="text-align: left;">
<!-- Iframe plugin v.2.2 (wordpress.org/extend/plugins/iframe/) -->
<iframe src="http://apps.jumpbyte.com/backbone-jqmobile/todos/index.html" width="320" height="480" scrolling="no" class="iframe-class" frameborder="0"></iframe></div>
</div>
<p>Full Page Demo <a title="Popular Todos Application" href="http://apps.jumpbyte.com/backbone-jqmobile/todos/index.html" target="_blank">here</a></p>
<p>Full source available <a title="Todos Application" href="https://github.com/jumpbytehq/backbone-jqmobile/tree/master/examples/todos" target="_blank">here</a></p>
<p>More demos are available at - <a href="http://apps.jumpbyte.com/backbone-jqmobile/">http://apps.jumpbyte.com/backbone-jqmobile/</a></p>
<p>The post <a href="http://www.jumpbyte.com/2012/backbone-jqmobile-todos-app-demo/">backbone-jqmobile: Todos App Demo</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jumpbyte.com/2012/backbone-jqmobile-todos-app-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>backbone-jqmobile: Employee Directory Demo</title>
		<link>http://www.jumpbyte.com/2012/backbone-jqmobile-employee-directory-demo/</link>
		<comments>http://www.jumpbyte.com/2012/backbone-jqmobile-employee-directory-demo/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 06:13:44 +0000</pubDate>
		<dc:creator>dhaval</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[backbone]]></category>
		<category><![CDATA[backbone-jqmobile]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[jquery-mobile]]></category>

		<guid isPermaLink="false">http://www.jumpbyte.com/?p=1439</guid>
		<description><![CDATA[<p>Another demo application built with the backbone-jqmobile framework. This time I have taken example of Employee Directory, a popular backbone based application built by Christophe Coenraets. There are set of feature I have not implemented in this demo app and have keep it simple to demonstrate the usage of the framework. Full Page Demo here Full [...]</p><p>The post <a href="http://www.jumpbyte.com/2012/backbone-jqmobile-employee-directory-demo/">backbone-jqmobile: Employee Directory Demo</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>Another demo application built with the <a title="backbone-jqmobile" href="https://github.com/jumpbytehq/backbone-jqmobile" target="_blank">backbone-jqmobile</a> framework. This time I have taken example of <a title="Employee Directory" href="http://employeedirectory.org/app/" target="_blank">Employee Directory</a>, a popular backbone based application built by <a href="http://coenraets.org/blog/" target="_blank">Christophe Coenraets</a>. There are set of feature I have not implemented in this demo app and have keep it simple to demonstrate the usage of the framework.</p>
<div class="mobile-app-demo-container">
<div class="mobile-app-demo" style="text-align: left;">
<!-- Iframe plugin v.2.2 (wordpress.org/extend/plugins/iframe/) -->
<iframe src="http://apps.jumpbyte.com/backbone-jqmobile/employeedirectory/index.html" width="320" height="480" scrolling="no" class="iframe-class" frameborder="0"></iframe></div>
</div>
<p>Full Page Demo <a title="Employee Directory" href="http://apps.jumpbyte.com/backbone-jqmobile/employeedirectory/index.html">here</a></p>
<p>Full source available <a title="Employee Directory" href="https://github.com/jumpbytehq/backbone-jqmobile/tree/master/examples/employeedirectory" target="_blank">here</a></p>
<p>More demos are available at - <a href="http://apps.jumpbyte.com/backbone-jqmobile/">http://apps.jumpbyte.com/backbone-jqmobile/</a></p>
<p>The post <a href="http://www.jumpbyte.com/2012/backbone-jqmobile-employee-directory-demo/">backbone-jqmobile: Employee Directory Demo</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jumpbyte.com/2012/backbone-jqmobile-employee-directory-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>backbone-jqmobile: Restaurant App Demo</title>
		<link>http://www.jumpbyte.com/2012/backbone-jqmobile-restaurant-app-demo/</link>
		<comments>http://www.jumpbyte.com/2012/backbone-jqmobile-restaurant-app-demo/#comments</comments>
		<pubDate>Sat, 04 Aug 2012 14:22:29 +0000</pubDate>
		<dc:creator>dhaval</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[backbone]]></category>
		<category><![CDATA[backbone-jqmobile]]></category>
		<category><![CDATA[jquery-mobile]]></category>

		<guid isPermaLink="false">http://www.jumpbyte.com/?p=1408</guid>
		<description><![CDATA[<p>A small application is built to show the usage of our framework backbone-jqmobile The example shows the detail use of the framework and how a working application can be developed quickly. Full page demo here Full source available here More demos are available at - http://apps.jumpbyte.com/backbone-jqmobile/</p><p>The post <a href="http://www.jumpbyte.com/2012/backbone-jqmobile-restaurant-app-demo/">backbone-jqmobile: Restaurant App Demo</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>A small application is built to show the usage of our framework <a title="backbone-jqmobile" href="github.com/jumpbytehq/backbone-jqmobile" target="_blank">backbone-jqmobile</a></p>
<p>The example shows the detail use of the framework and how a working application can be developed quickly.</p>
<div class="mobile-app-demo-container">
<div class="mobile-app-demo" style="text-align: left;">
<!-- Iframe plugin v.2.2 (wordpress.org/extend/plugins/iframe/) -->
<iframe src="http://apps.jumpbyte.com/backbone-jqmobile/restaurant/index.html" width="320" height="480" scrolling="no" class="iframe-class" frameborder="0"></iframe></div>
</div>
<p>Full page demo <a title="Restaurant App" href="http://apps.jumpbyte.com/backbone-jqmobile/restaurant/index.html">here</a></p>
<p>Full source available <a title="here" href="https://github.com/jumpbytehq/backbone-jqmobile/tree/master/examples/restaurant" target="_blank">here</a></p>
<p>More demos are available at - <a href="http://apps.jumpbyte.com/backbone-jqmobile/">http://apps.jumpbyte.com/backbone-jqmobile/</a></p>
<p>The post <a href="http://www.jumpbyte.com/2012/backbone-jqmobile-restaurant-app-demo/">backbone-jqmobile: Restaurant App Demo</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jumpbyte.com/2012/backbone-jqmobile-restaurant-app-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meteor: Make HTTP calls to remote services</title>
		<link>http://www.jumpbyte.com/2012/meteor-make-http-calls-to-remote-service/</link>
		<comments>http://www.jumpbyte.com/2012/meteor-make-http-calls-to-remote-service/#comments</comments>
		<pubDate>Wed, 13 Jun 2012 09:11:38 +0000</pubDate>
		<dc:creator>nachiket</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[meteor]]></category>

		<guid isPermaLink="false">http://www.jumpbyte.com/?p=1379</guid>
		<description><![CDATA[<p>To make HTTP request to remote services, we have to use Meteor.http package. Meteor.http package can be added to project by command &#8220;meteor add http&#8221;. Meteor.http supports both synchronous and asynchronous requests. But in this example/usecase, we want to return results to client. And Meteor by default supports synchronous services on server (which conflicts with [...]</p><p>The post <a href="http://www.jumpbyte.com/2012/meteor-make-http-calls-to-remote-service/">Meteor: Make HTTP calls to remote services</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>To make HTTP request to remote services, we have to use Meteor.http package.<br />
Meteor.http package can be added to project by command <strong>&#8220;meteor add http&#8221;</strong>.</p>
<p>Meteor.http supports both synchronous and asynchronous requests. But in this example/usecase, we want to return results to client. And Meteor by default supports synchronous services on server (which conflicts with node.js asynchronous model), so I will use synchronous Meteor.http api in this example.</p>
<pre class="brush: jscript; title: ; notranslate">
var url = 'http://.....';
var result = Meteor.http.get(url, {timeout:30000});
if(result.statusCode==200) {
    var respJson = JSON.parse(result.content);
    console.log(&quot;response received.&quot;);
    //custom code
    if(respJson.message.code == 0) { //IF OK
        console.log('returning response');
        return respJson;
    } else {
        throw new Meteor.Error(respJson.message.code, respJson.message.text);
    }
} else {
    console.log(&quot;Content issue: &quot;, result.statusCode);
    throw new Meteor.Error(&quot;&quot;);
}
</pre>
<p>Full source code is available at <a href="https://gist.github.com/2922814" target="_blank">https://gist.github.com/2922814</a><br />
Live demo (twitter): <a href="http://remoteservice.meteor.com" target="_blank">http://remoteservice.meteor.com</a></p>
<p>The post <a href="http://www.jumpbyte.com/2012/meteor-make-http-calls-to-remote-service/">Meteor: Make HTTP calls to remote services</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jumpbyte.com/2012/meteor-make-http-calls-to-remote-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Phonegap &#8211; call javascript method from native code</title>
		<link>http://www.jumpbyte.com/2012/phonegap-native-to-javascript/</link>
		<comments>http://www.jumpbyte.com/2012/phonegap-native-to-javascript/#comments</comments>
		<pubDate>Wed, 13 Jun 2012 05:12:43 +0000</pubDate>
		<dc:creator>dhaval</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[phonegap]]></category>

		<guid isPermaLink="false">http://www.jumpbyte.com/?p=1353</guid>
		<description><![CDATA[<p>Default Phonegap way of interacting with the Native code is to initiate a plugin request from Javascript, process in the Native code and reply the result with data which can be used in Javascript again. However many times it may require to update Javascript values or HTML DOM elements without initiating any plugin call from [...]</p><p>The post <a href="http://www.jumpbyte.com/2012/phonegap-native-to-javascript/">Phonegap &#8211; call javascript method from native code</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>Default Phonegap way of interacting with the Native code is to initiate a plugin request from Javascript, process in the Native code and reply the result with data which can be used in Javascript again. However many times it may require to update Javascript values or HTML DOM elements without initiating any plugin call from Javascript. Below code snippet uses a Plugin method as a gateway to call a Javascript method from Native Android code.</p>
<script src="http://gist.github.com/2921942.js"></script>
<p>Example with full source code for Android is available <em><a title="android-cordova-plugin" href="https://github.com/dhavaln/cordova-examples/tree/master/android-cordova-plugin" target="_blank">here</a></em></p>
<p>The post <a href="http://www.jumpbyte.com/2012/phonegap-native-to-javascript/">Phonegap &#8211; call javascript method from native code</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jumpbyte.com/2012/phonegap-native-to-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phonegap &#8211; Create nested directories</title>
		<link>http://www.jumpbyte.com/2012/nested-dir-phonegap/</link>
		<comments>http://www.jumpbyte.com/2012/nested-dir-phonegap/#comments</comments>
		<pubDate>Mon, 11 Jun 2012 17:01:49 +0000</pubDate>
		<dc:creator>dhaval</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[phonegap]]></category>

		<guid isPermaLink="false">http://www.jumpbyte.com/?p=1336</guid>
		<description><![CDATA[<p>By default PhoneGap File API creates only one directory at a time and the developer has to write the additional code in case nested directory structure is required. Below is an example of a small utility method which creates the nested directory structure based on the given path.</p><p>The post <a href="http://www.jumpbyte.com/2012/nested-dir-phonegap/">Phonegap &#8211; Create nested directories</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>By default PhoneGap File API creates only one directory at a time and the developer has to write the additional code in case nested directory structure is required. Below is an example of a small utility method which creates the nested directory structure based on the given path.</p>
<script src="http://gist.github.com/2901135.js"></script>
<p>The post <a href="http://www.jumpbyte.com/2012/nested-dir-phonegap/">Phonegap &#8211; Create nested directories</a> appeared first on <a href="http://www.jumpbyte.com">JumpByte</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jumpbyte.com/2012/nested-dir-phonegap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
