Welcome back friends! I am going to teach you how to actually do the Hello World App in this post. Coding the App: Create a folder named Project. App Source Structure Project ->index.html ->manifest.webapp Let’s create our index.html: Hello World! Hello World! This is my first Firefox App 🙂 Hello World! This is my first […]
Month: December 2013
Your First Hello World App – Firefox OS Tutorial (Part 1)
In this post, I will teach you how to create your first Firefox OS App. Of course we are all familiar with Hello World. First, I would like to take note of the prerequisites of Firefox OS Development. You should, at least, be knowledgeable in the following: HTML or HTML5 CSS or CSS3 JavaScript What […]
How to install Eclipse Part 1
Hello everybody, today I will teach you how to install Eclipse, at the time of writing the latest version of Eclipse is Kepler. First we have to download Eclipse. Go to Eclipse site here: http://www.eclipse.org/downloads/ Under Package Solutions, choose Eclipse IDE for Java Developers, 151 MB. Note: If your machine is 32 bit choose 32 bit installer. Stay […]