<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://jiggyapp.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://jiggyapp.com/feed.php">
        <title>Jiggy</title>
        <description></description>
        <link>http://jiggyapp.com/</link>
        <image rdf:resource="http://jiggyapp.com/lib/images/favicon.ico" />
       <dc:date>2008-07-04T20:30:50-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://jiggyapp.com/develop?rev=1203286425"/>
                <rdf:li rdf:resource="http://jiggyapp.com/samples?rev=1202723056"/>
                <rdf:li rdf:resource="http://jiggyapp.com/jigglins?rev=1202722391"/>
                <rdf:li rdf:resource="http://jiggyapp.com/get_jiggy?rev=1198872429"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://jiggyapp.com/lib/images/favicon.ico">
        <title>Jiggy</title>
        <link>http://jiggyapp.com/</link>
        <url>http://jiggyapp.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://jiggyapp.com/develop?rev=1203286425">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-17T14:13:45-07:00</dc:date>
        <dc:creator>Kenny Ham</dc:creator>
        <title>develop</title>
        <link>http://jiggyapp.com/develop?rev=1203286425</link>
        <description>Gimme stuff

 First of all, let's give you some links to get started: 


	*  You can access the Jiggy JavaScript Documentation here. This tells you all about the objects and methods that Jiggy makes available to your JiggyApps. (It is still a work in progress). You can also download it for offline use here 
	*  If you want to kick-start this whole process, download the “Hello World!” sample JiggyApp and use Jiggy to give it a shot.
	*  To discuss or report problems, go to our Jiggy Google gr…</description>
    </item>
    <item rdf:about="http://jiggyapp.com/samples?rev=1202723056">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-11T01:44:16-07:00</dc:date>
        <dc:creator>Pablo Pissanetzky</dc:creator>
        <title>samples</title>
        <link>http://jiggyapp.com/samples?rev=1202723056</link>
        <description>These depend on Jiggy 0.17

Common code

 Most of the examples here, rely on the same basic set-up - the code below:


Plugins.load( &quot;UIKit&quot; );

var window = new UIWindow( UIHardware.fullScreenApplicationContentRect );
window.setHidden( false );
window.orderFront();
window.makeKey();
window.backgroundColor = [ 1 , 1 , 1 , 1 ];

var mainView = new UIView();

window.setContentView( mainView );</description>
    </item>
    <item rdf:about="http://jiggyapp.com/jigglins?rev=1202722391">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-11T01:33:11-07:00</dc:date>
        <dc:creator>Pablo Pissanetzky</dc:creator>
        <title>jigglins</title>
        <link>http://jiggyapp.com/jigglins?rev=1202722391</link>
        <description>Jigglins are little bits of code that make you shake-shake-shake, shake you booty.  Oh yeah, and they also add functionality to all JiggyApps. When you create a Jigglin, you create an API that all other Jiggy developers can use! 
 
 For example, we have created a Jigglin that exposes parts of UIKit to JavaScript. This lets you create applications that look like all other native applications on the iPhone, but in JavaScript. We used a collection of Jigglins to create Jiggy itself.</description>
    </item>
    <item rdf:about="http://jiggyapp.com/get_jiggy?rev=1198872429">
        <dc:format>text/html</dc:format>
        <dc:date>2007-12-28T12:07:09-07:00</dc:date>
        <dc:creator>Kenny Ham</dc:creator>
        <title>get_jiggy</title>
        <link>http://jiggyapp.com/get_jiggy?rev=1198872429</link>
        <description>Wanna get Jiggy? First, your have to Jailbreak your iPhone.  If you don't know what that means and understand the consequences, you might not want to go any further.  But, if you are part of the majority of iPhone users that have found their way to a better iPhone, you have two choices:</description>
    </item>
</rdf:RDF>
