Tuesday, August 16, 2011

Table schema has been modified.


I have changed some little bit of Loan table as follows.

Here are code blocks of them.

CREATE TABLE Loans
(
LoanID int NOT NULL AUTO_INCREMENT,
PRIMARY KEY(LoanID),
BorrowerID int,
BookID int,
LoanDate date
);

Friday, August 12, 2011

CD Cover Design for Social Night of the RUSL


My last CD Cover for Social Night of the Rajarata University Of Sri Lanka.
This is 1st Draft Image.

Social network promotion



After Convert to vintage effect with Photoshop 7.0

This is the Original Image which I have selected.



Cargills Ceylon Ltd. Presentation Background Design







Monthly Tution Card example



with Photoshop CS3

Use Hidden field in HTML to navigate the information.



Here are some code blocks to navigate the ID value for updating the mysql query. But We can use the PHP session also with maximum performance and hihg reusable compatibility.

Thursday, August 4, 2011

Library Management System in web Server



source web site:
http://www.picnicpt-h.schools.nsw.edu.au/Faculty_Webs/TAS/IT/year12/InfoSysDB/2_3.htm
this database is refer with Library Management System.