First of all, let's give you some links to get started:
When you run Jiggy on your iPhone, it shows a simple screen with a user name and password. The initial user name is “jiggy” and the initial password is, yes, “jiggy”. Jiggy actually starts its very own web server on your iPhone and we need to keep it at least a little bit secure. (When you close Jiggy, the web server goes away, so don't worry). You should set the user name and password to something you'll remember.
At the bottom of the screen, Jiggy tells you “On your computer, go to” followed by a URL. You should do that. Go to your computer, fire up your browser and type in the URL Jiggy gave you. If everything goes well, your browser will prompt you for the user name and password. Enter them correctly. If you forgot the password, go back to the iPhone, and enter a new one. And remember it.
Now, your browser will load the Jiggy IDE - directly from your iPhone, because it is included (unlike batteries). The IDE invites you to create a new application, which is really easy to do. Once you have created a new application you are ready to start coding.
Every JiggyApp has a file called main.js. This is where you start writing your JavaScript code. You can take a look at the hello world sample JiggyApp to see how that works. The Jiggy IDE lets you edit this file - code your JiggyApp and then save it to your iPhone with a single click.
Once you save your code, you can run your JiggyApp directly from the IDE by pressing the, you guessed it, run button. You can also terminate it from the IDE. And that just about sums up the development process with Jiggy. Do that a few times and your JiggyApp will blossom.
Every JiggyApp has a few required files:
The tutorial is not quite ready yet…but it will be done soon. Check back!