Friday, March 30, 2007
Thursday, March 29, 2007
MySQL AB :: MySQL 5.1 Reference Manual :: 12.5 Date and Time Functions
I am using this information to get the date information sent to users in the euro style DD/MM/YYYY instead of the normal mysql format of YYYY/MM/DD
Friday, March 9, 2007
RE: Project
From: Haskins, David
Sent: Thu 08/03/2007 22:12
To: Osei-Gyamfi, Cyril
Subject: RE: Project
see me tomorrow afternoon Java Dates are weird - see the Calendar class and Date class for some ideas and MySQL Date data types
-----Original Message-----
From: Osei-Gyamfi, Cyril
Sent: Thu 3/8/2007 6:38 PM
To: Haskins, David; cyril2cyril.project@blogger.com
Subject: Project
I am having problems implementing a date selector into my java servelet
it is a js date selector
I wounder if i could get some help. I was also wondering if we could meet up to check on the progress of my project
website of working date selector:
http://www.mattkruse.com/javascript/calendarpopup/simple.html
thanks
cyril
This email has been scanned for all viruses by the MessageLabs Email
Security System.
Thursday, March 8, 2007
Project
I am having problems implementing a date selector into my java servelet
it is a js date selector
I wounder if i could get some help. I was also wondering if we could meet up to check on the progress of my project
website of working date selector:
http://www.mattkruse.com/javascript/calendarpopup/simple.html
thanks
cyril
This email has been scanned for all viruses by the MessageLabs Email
Security System.
Tuesday, November 28, 2006
Development Tools
I have loaned a book from the library about MySQL, called MySQL, The definitive guide to using, programming, and administering MySQL 4.1 and 5.0 by Paul DuBois. I have brushed up my MySQL and can create and alter tables. one of the key things that i have picked up from this book is that MySQL has different storage engines. Each storage engines has different features. I think that i am going to use the InnoDB storage engine because it has foreign key and referential integrity support which i think will be needed in a database storage solution for my project. for example jobs only flagged for faults that relate to a computer in inventory
Thursday, November 16, 2006
PID
I have seen my supervisor and got some feed back on my advice
Saturday, November 11, 2006
Project
I have started my PID (Project Initiation document) It is going alright, I have a week until the hand in date so want to get a move on to complete it before the hand in data and get it checked over.
I have not got time to write fully about what my project is but in a nutshell i am going to make a IT Support System for a school. The main technologies that i am going to use to develop this are Java servlets, My SQL and any other development tools that i am going to need