Sunday, August 26, 2012

Our First Android Application using Eclipse

Dear student,

Jika anda berminat dalam pembangunan aplikasi mobile, selain menggunakan flash lite, anda boleh menggunakan Eclipse. Terdapat pelbagai tutorial untuk mempelajari perisian ini. Namun begitu, langkah pertama ialah memastikan komputer anda mempunyai perisian seperti berikut:


  1. Download the Android SDK.
  2. Install the ADT plugin for Eclipse (if you’ll use the Eclipse IDE).
  3. Download the latest SDK tools and platforms using the SDK Manager.
  4. If you haven't already done these tasks, start by downloading the Android SDK and following the install steps. Once you've finished the setup, you're ready to begin your first app.
Untuk belajar tentang pembangunan android app boleh rujuk pada tutorial berikut:


Selain itu, di youtube, terdapat pelbagai tutorial berkaitan pembangunan aplikasi mobile...

Good Luck!



Monday, August 13, 2012

jQuery Mobile: Touch-Optimized Web Framework for Smartphones & Tablets

Dear students,

A unified, HTML5-based user interface system for all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design.



You can use theme roller to choose 5 theme, for mobile web design  here. http://jquerymobile.com/themeroller/

Beside mobile web using jquery mobile, you also can design your simple apps, using Flash Lite (Search: Flash Lite for Android), Ruby Programming (http://www.ruby-lang.org/en/) for web and apps design. Ruby programming is similar with PHP, its simple, but the main thing, you must understand OOP, the structure and the way it's work...

Enjoy the moment... It's all about how you LOVE PROGRAMMING =)


Thursday, August 2, 2012

JPGRAPH - Most powerful PHP-driven charts

Dear student,

Using PHP script, you can create a dynamic graph based on your database content.

But, you must download and understand more on JPGraph. What is JPGraph??

JpGraph is an Object-Oriented Graph creating library for PHP >= 5.1 The library is completely written in PHP and ready to be used in any PHP scripts (both CGI/APXS/CLI versions of PHP are supported).

You can download JPGraph at http://jpgraph.net/download/
You can see an example at http://jpgraph.net/features/gallery.php

Everything is about how you LOVE PROGRAMMING =)



Question 1: Introduction to Variable

Based on code below, create a dynamic program that solve problem below: Source Code: #include <iostream> using na...