AMMS - Prototype

|
Salam, and Hi all.

Within these several months, i've been working on creating a working prototype of the AMMS library. So for who which volunteered to contribute. Kindly download the following source :

AMMS for SqLite3 (link)
AMMS for MySQL (link)

For usage, here is the tutorial :

in your PHP file. Let's say index.php,

// Step 1 : importing the library. Assuming the amms.php inside the same directory
require("amms.php");

// Step 2 : Creating the library instance
$amms = new AMMS();

// Step 3 : Example Of Usage

// Create Table [syntax: CreateTable('table_name', array('column_name'=>'characteristics', ..));] , on fail will return false
$status = $amms->CreateTable('tablename', array("column1"=>"VARCHAR(5) PRIMARY KEY", "column2"=>"INTEGER"));

// Check for error
if(!$status) die($amms->getError());

// Register [syntax: Register(array('full name', 'username', 'password', access_level, account_status));], on fail will return false
$register = $amms->Register(array('name', 'username','password', 0, 0);

// Login [syntax: Login('username', 'password')] , on fail will return false
$login = $amms->Login('user', 'pass');

// Logout , on fail will return false
$logout = $amms->Logout();

// MANDATORY, Close all connections and flush memory
$amms->Done();

there are some more handy function, but these are the basic function. I'll cover them all up later.

New PHP project

|
Hi,

I have a new project for you guys in here, given a name Automated Member Management System (AMMS).

The usage of this library is to simplify the process of member login, logout and registration. So you will not need to create your own script to implement a register-login-logout module. Of course this will save scripting time.

It works by using PHP language. So this plugin can be installed into any PHP sites or systems.

For now, i have the initialization source code and needing some member of CS student to contribute in this project.

I guess PHP is easier. So i hope you guys can join it.

Plus, you can learn object-oriented PHP too by contributing to this project.

Give me a follow up email if you are interested. But i hope so.. :]

Waitin' for you guys.

e-Lap1.0 (beta)

|
Here is a preview of the e-Lap 1.0 (beta). It is nearly complete with all the necessary requirements.
However there are still some changes will be made mainly on the validation of input and also part of the process (necessary to moderate).




If you have any ideas or want to be involved in my project, you can notify me via email.

Team 2 :: Project Development Details

|
Title : "Demonstration Using Javascript [jDemo]"
Purpose : To create a mechanism or web application that can deliver a project or application demonstration using javascript client-side programming language (streamline with j-Query)
First Aim: To have at least 5 talented programmers (especially in javascript, html, css and jQuery) to join as the contributor of this project.
So anyone who interested please comment with your details here and make a post to my email too "silentcoder89@gmail.com"

[intro] Developer Team

|
[what?]
to encourage CS students in Johor to get involve with system/apps development, we have form 2 development teams comprise of senior student as project leader for each team.

[how?]
we will organize + conduct few development workshop [a.k.a code fest - short for coding festival!] during Friday evening, weekends, semester breaks + public holiday to give students opportunity to sit + code = and came out with real product at the end of the program.

[any requirement/pre-requisite?]
nope, as long as u are interested to join this team, u are most welcome! ;)


here are the first 2 teams.. (and more to come!):

team #1 : e-Lap (e-Latihan Praktikal)












project leader: Arshad [a.k.a Acad] (senior - part 6)











project background:
- to automate practical application for cs11o students.

achievement(s):
- silver medal in UiTM Johor IID competition 2009 thru FSKM's KlK team (technolicious)










next project:
- addition of few modules to current system.
- deployment, maintaining & continuous upgrading.


team#2 : [project working title in progress]

project leader : Haziman (a.k.a Jiman) (senior part 6)










developed few systems during study @ johor. (current project: haze.html.toolkits + object recognition program). Feel free to visit his silent coder's blog [here]

*jiman will came out with the project that he'll lead for this development team..


excited to join? lookout for advertisement that will be posted soon!~ ;)

hello world

|
our first posting.

the purpose of this blog is to share development projects that currently we have @ UiTMJ Development Team!