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 =)



Tuesday, July 24, 2012

Discussion 1 - FP512 DIP5 (Group 1 and Group 2)

Please discuss and prepare the report based on discussion question in http://hafizahabdullah.blogspot.com/p/fp512web.html

Submit on Tuesday, 31 July 2012 before 5.00pm.

Tq =)

Thursday, July 19, 2012

APPSERV installation Guide

APPSERV software package contains php programming, mysql database, apache server and phpmyadmin.

php programming - programming language
mysql - database
apache - web server 
phpmyadmin - software to view 'live' mysql database structure

Same as XAMPP, WAMP, PHPTRIAD, WEBDEV....

Ask Mr. Google and Download by Yourself...

Download tutorial appserv installation guide [DOWNLOAD]


Friday, July 13, 2012

Semester June 2012

Assalamualaikum dan Salam Sejahtera

I'm delighted to welcome you all!

  • FP512 Web Programming - Class DIP5
  • F5224 Web Programming - Class QIP6
  • FP201 Programming Fundamentals C++ - Class KHAS
  • F5228 Project - Class DIP6C

Monday, March 5, 2012

For all my student...

Carilah seribu sahabat dalam pergaulan,
kerana seribu sahabat belumlah banyak.
Jauhilah seorang musuh, kerana musuh yang
seorang itu sudah lebih daripada banyak.
– Lukman Hakim




Question 1: Introduction to Variable

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