I recently decided to switch to NodeJs-based frameworks from JVM based ones after seeing CompoundJs. But I almost switched to GeddyJs when I had difficulty figuring out how to debug it based from quick google searches. I know that NodeJs…
I recently decided to switch to NodeJs-based frameworks from JVM based ones after seeing CompoundJs. But I almost switched to GeddyJs when I had difficulty figuring out how to debug it based from quick google searches. I know that NodeJs…
If you came to this post through Google or through other means, it would be best to download the code as shown in
In a previous posts, you learned about creating a simple list application. If you came to this post through Google or through other means, you can get the code for the previous post using the following git command. $ git…
In a previous post, you created a very simple list application consisting only of four list items given to a tableview and displayed through a single window. This time, we will add some window to window sliding functionality. This behavior…
This blog series will teach you on how to create a complicated list application. I assume that you have installed the appcelerator in your system as written here, if not please go ahead. I will wait. A List App After…
Im still reading the book The Essential Guide to HTML5. Now It is teaching how to bounce a ball. Unfortunately, I did not like its solution of a bouncing ball, so I looked around for a better solution, I saw…
Javascript rose to fame prematurely, carrying with it some syntactical and structural issues. Then Ajax and RIA further amplified these weaknesses. Adding to that is its’ inability for rich OOP, especially interfaces and function overloading features. These limitations lowered the…