Programming

Item Delivery System

Submitted by unique1234 on
This application is written by C#. I used Microsoft Access as my database. This application is developed for person that E-Buy items sell locally. I used two layers. One for Database accessing other for presentation things. I have used Metro like interface for Main Window.And used Chart for analysing purposes. *** Copy the Sales.accdb to your D: root folder or you can edit the connection string

Online Discussion Forum

Submitted by programerzone… on
Discuss on certain topic, post thread, comment on them and message to other user.User with admin role can create forum category as well. admin user: admin pwd: admin@ Please try out this free open source cms http://www.sageframe.com/ and eCommerce site http://www.aspxcommerce.com where i am currently working.Happy coding...!

Automated Questioning System

Submitted by teejaygenius on
A visualbasic6.0 application titled automated questioning system with the following modules adding a new applicant/student, adding and modifying questions in three courses (English, mathematics and General Papers), view result of the test by the administrator. A registered will log in with the given username and password and after 3 attempts he/she is asked to contact the administrator. Feel free

Simulation of Traffic Light System in a Four Junction

Submitted by teejaygenius on
A Visual basic 6.0 Project to traffic light simulation in a four junction. In this system there is a movement of vehicles form one location while other vehicles coming from other parts are to stop based on 15 seconds time. For more information about this project you can contact me [email protected] or call +2347035198447 Stay blessed and easy coding.

PHP Time Recorder

Submitted by raffyapurillo on
This Program can do the following tasks... **Users -----Add, Edit, Delete Users **Logs -----Admin users can Add, Edit, Delete Time Logs. **Print -----Print Timesheet If you find this program helpful, please let me know by clicking the Like Button, If you want to contact me, please send me an email :[email protected] DONT JUST COMMENT USING FACEBOOK, I don't use any social networking site

Change MySQL Table Collation

Submitted by admin on
In my previous post, I explained on how to Convert MyISAM to InnoDB. This time I’ll show you on how to change the collation of MySQL database tables. BTW, collation controls the way string values are sorted. This code is useful if the table collation varied from each other. Example one table has utf8_general_ci collation, while the other has utf8_unicode_ci. It’s a best practice if there is