Last Day of LI

3July--

Today is the last day of Latihan Industri after 10 weeks.I am happy but also sad .Being happy is next week is new semester at other campus with new building ,and can continue study .I miss so much my study periods.Study ......I back.....hahahaha......Meanwhile ,I feel sad coz have to seperate from ACiS Technology family ......:(even i at there only 10 weeks but still sad.At there, I have learnt a lot that enrich my experiences and life.

At here ,I sincerely thank to everyone at ACiS Technology Sdn.Bhd without your's help ,I may be not polish my experiences for further study and so on.

BYE-BYE ACiS Technology Sdn.Bhd ,but we still can meet to each other at someway else..or at I will come to visit.hehehehe..:)

LI Days

26 June--

  • Finished register page with added validation on registration form.

27 June--

  • Final touch on task management system.
  • Prepared Proposal of Maya Basic 3D Modeling in order to present to schools.

29 June--

  • Prepared slide presentation of Latihan Industri and also report.
  • Prepared slide pretation for e-Leave system(cuti online).
30 June--

  • Edited database of companyinfo system
  • inserted AJAX on category page for searching propose.
1July--

  • My supervisor of LI (PM.Haziah)came to visit us and we had presented to her what we had did in this LI at ACiS technology Sdn.Bhd
  • Searched suitable icon to the theme of cuti oline system and inserted them on system interface .
  • Edited the css of the cuti online system.
2 July--

  • Prepared user manual for the cuti online system.

Same AS Always

25 June--
  • Created register page on task system.
  • Searched and changed icon at task system.

Same AS Always

19 June--

Prepared proposal and quotations of website and online reservation system for Ayer Keroh resort.
Quotation is a formal statement of the estimated cost of job and service.This was my first time heard and did quotation.

22June--
  • Used AJAX concept to insert calendar list on view page of task system.
  • searched for possible customer's info in order to promote company's system.
--school

23 June--

Same as yesterday.

24 June--

Same as yesterday

Li Days

18 June--

  • Prepared quotation of Reserving System for Country Resort.
~Admin level
~User level
  • Drew Flow diagram about Reserving System

Netbuilder
Inflation and globalisation is moving into our life and it will change your business model directly or indirectly. Some of the merchants probably have adopted IT solutions and embraced E-commerce as one of their business channel to reduce the costs of marketing, transportation, and distribution.

In the world of E-commerce, online payment is an essential extension to conducting your business online. Malaysian's companies are facing difficulties in receiving online payment because Malaysia has been blacklisted by several international major online payment providers. NetBuilder is dedicated to provide solution on receiving online payment for your business. Generally, online payment services can be categorised into:



Payment Gateway - GHL

Payment Gateway - Financial Link

(A) Local financial institution
Online credit card payment through acquirer merchant bank account, such acquirer as Maybank, OCBC Bank, Bumiputra-Commerce Bank, Public Bank, Citibank and Ambank, links through GHL Systems, PayDirect or Financial Link payment gateway to MEPS (Malaysia Electronic Payment System). In additional to the online credit card payment, other online payment methods that available are direct debit via Internet Banking (e.g. Maybank2u), premium SMS, or mobile phone (e.g. Mobile Money Weblink)



Malaysia Online Payment

Malaysia Online Payment

(B) International Online Payment Provider, such as 2Checkout, WorldPay and PayPal.

There are trades off for both solutions and NetBuilder will help you to analysis the most suitable solution that helps your online business to grow.


How it works?




LI Days

10 June--

  • Created new database for Company Info System.There had 4 tables:user ,company,login _info and category.
  • Used the Task System's interfaces.

11 June--

  • Presentation of what have done in this whole week.
  • Meeting to assigned new task to practical student:
~created module for e-politic (activities,schedule,invitation,date)
~add calendar list into Task System
~insert icon into Task System
~Add validation in Task System

12 June--
  • inserted icon into Task System
  • Added validation in Task System
  • Prepared meeting minute on 2 June

15 June till 17 June --
leave(balik kampung)....yahoo!!!!

LI Days

8 June--

Data Flow Diagram for Human Resource:
~Level 0
~Level 1


9 June--

Edited task system on Add Event:
~Admin can add task to all staff.
~Each staff can add their own task only.

LI Days


30 May--

  • Helped as facilitator to guide secondary scholars for Autodesk Maya Training .I also learned more about Autodesk Maya 2008
  • Final touch on SIMS's brochure.
1 June--

  • Went to UTeM's library to return books and renewed some books for further uses.
  • self-learning about PHP manual -Mysql functions

2 June--

  • self-learning on AJAX
  • Meeting at 5:30p.m -- assigned new task to staff and practical students -- presented our task that has been finished

3 June--

  • New Task -- make the task system more flexible when login as admin into the system(view task)

4 June--

  • New Task -- maked the task system more flexible when login as admin into the system(calendar)
5 June--

  • finished yesterday works
  • drew Data Flow Diagram for task system.

Brochure

29 May--

  • Final touch on slide presentation of Strategic Information Map System(SIMS).
  • Design brochure for the SIMS
  • Preparation on Maya training which will be held at Rumah Media,tomorrow.

busy....busy.....busy.....but fun

Slide

28 May--

We Prepared slide presentation of project Strategic Information Map System.

Access level

27 May--

Applied access level into system that we have edited based on user name:
2 level:-admin
-staff

Admin can viewed all staff's tasks,while staff only can viewed their own task.These done by using function that already declared and used.(told by senpai-En.Fakhruz)

arigatou

Translation

26 May--

Translation MySQL and PHP module (English-Malay).We used translator on net but ,what came out was funny words...hahaha.....after that had to translate by myself....

LI Days

25 May--

Translated MySQL module (English - Malay)
Display username after login the system.

Meeting

23 May--

Meeting to discuss what task had done and some reminder.
Presentation about our task.

AJAX

22 May--

AJAX = Asynchronous JavaScript and XML.

AJAX is based on JavaScript and HTTP requests.

AJAX is a type of programming made popular in 2005 by Google (with Google Suggest).

AJAX is not a new programming language, but a new way to use existing standards.

AJAX is not a new programming language, but a new technique for creating better, faster, and more interactive web applications.

With AJAX, a JavaScript can communicate directly with the server, with the XMLHttpRequest object. With this object, a JavaScript can trade data with a web server, without reloading the page.

AJAX uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages.

The AJAX technique makes Internet applications smaller, faster and more user-friendly.

AJAX is based on the following web standards:

  • JavaScript
  • XML
  • HTML
  • CSS

lamp AJAX applications are browser- and platform-independent.

To get or send information from/to a database or a file on the server with traditional JavaScript, you will have to make an HTML form, and a user will have to click the "Submit" button to send/get the information, wait for the server to respond, then a new page will load with the results. Because the server returns a new page each time the user submits input, traditional web applications can run slowly and tend to be less user-friendly.

With AJAX, your JavaScript communicates directly with the server, through the JavaScript XMLHttpRequest object.

With the XMLHttpRequest object, a web page can make a request to, and get a response from a web server - without reloading the page. The user will stay on the same page, and he or she will not notice that scripts request pages, or send data to a server in the background.



MIcrosoft Outlook 2007

21 May--

Microsoft Office Outlook 2007 provides an integrated solution for managing your time and information, connecting across boundaries, and remaining in control of the information that reaches you. Office Outlook 2007 delivers innovations you can use to quickly search your communications, organize your work, and better share your information with others — all from one place.

  • Quickly search all your information.
  • Manage your daily priorities.
  • Get better results faster using the Microsoft Office Fluent user interface.
  • Visually identify information.
  • Visually identify information.
  • Create and subscribe to Internet calendars.
  • Send your calendar information to anyone with calendar snapshots.
  • Publish your Internet calendar to Microsoft Office Online.
  • Fully integrate with Microsoft Windows SharePoint Services technology.
  • Experience increased functionality and collaboration with Microsoft Exchange Server 2007.
  • Send text messages from Outlook with one easy click
  • Work with RSS Feeds from within Office Outlook 2007.
  • Customize and share electronic business cards.
  • Prevent junk e-mail and reduce exposure to malicious sites.
  • Improved protection and security enhancements with Exchange Server 2007.
  • Control distribution of sensitive work.
  • Maintain compliance with managed e-mail folders.
  • Help ensure e-mail legitimacy with Office Outlook 2007 E-mail Postmark.

Editttttttt

20 May--

Learn t how to display data from database in browser and edit data in database.

Connect Database

19 May--

Work from yesterday,2 PC share same database.i had to sacrifice my firewall ,then can ping my ip address.eeeeeeee.

Framework vs php

18 May--

using another way to present the system,we were given 2 choices either using framework or basic PHP .The result was ,we used basic PHP only,haha,coz ,i want to master php first then can go forward .Even though used php was quite taugh, lucky got help from "senpai".




the winner was php,coz we choosed php.hahehohu...

Final Touch

15 May--

Final touch on our proposal and prepared presentation slide.
We wanna FOLLOW go to presentation but didn't know when so can't go ,besides that it is far.
How unlucky we were ,thought we can got some presentation skill from the staffs....Never mind ,still have chance..