CHESS IN QBASIC

Submitted by bleeder on
Student are no more interested in qBasic programing language but I got some interesting program in folder written in qBasic from which good vb.net code can be generate if study well. I don't do the programming stuff again since I b'come a h**ker but i don't want the knowledge to be wasted. thanks 4rm bleeder

Online Ordering System for Unlimited Network of Opportunities Incorporated

Submitted by kurtjurgenvon.lumbao on
Hi guys, this is my Capstone Project during my final defense in USM! We are using PHP and MySQL in building our system but depending on our expertise, this system is not really what you are expecting but I hope it will help you build your system. I will not include the ability of the system here but try to check the database that I have created. Please add me on your fb account Kurt Jurgen VOn D

Sending Email using Gmail SMTP in Swiftmail with PHP

Submitted by ronard on
Hi Sourcecodesterian, I would like to share this code that I used in my current project. This will teach you on how to send email using gmail smtp in swiftmail libraries. I used swiftmail because this is very easy to use and configure. Just follow the comments inside the script of index.php. Please ensure that you have gmail credentials to send message. Thank you for reading hope it will help you

Count Total Time User Registered using PHP and MySQL

Submitted by ronard on
Hi Sourcecodesterian, This simple program will show you on how to count the total time registered from the user. And it can be added to your future project or web development. How to run this script? 1. Just copy the tutorials folder from this db folder. 2. Paste it to your "mysql/data" in your xampp. 3. Paste your downloaded file and unzip. Then paste it your "htdocs/" in your xampp. 4. Open to

Latest Online Examination Sysytem

Submitted by solotob on

Hey dudes, this code was uploaded sometimes last year but with the wrong database, I sincerely apologize for that. This is a new and better one with the correct database this *winks*, you register and login at the same time in order to take the exam, you'll see the result of the candidate at the admin area. Admin User : admin Admin Pass: dlcf I hope this will help you in your programming

How to Display Selected Row from Datagridview into Textbox using C#

Submitted by joken on
In this tutorial I’m going to show you how to create an application that will display the selected row from the datagridview into textbox. To start with this application we will create first a database in Microsoft access 2003 and we will name it as “studentdb” for Student Database. Then create a table named “tblstudent” and create a field that will look like as shown below. s1 After this, we will create a new windows form project in C#, then save it as “stud_info”.

String Structure Checker in Javascript

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a structure checker for basic plain text in Javascript. Why? This tool would be used for ensuring data that is getting parsed through functions, databases and/or files is in the correct format and would not cause an error. This example tool is for removing multiple spaces at once, for example; ->Hi there! would be replaced with: ->Hi there! HTML: The HTML is basic HTML and just includes two textareas.