Programming

ASP.NET Data Grid and Crystal Reports

This web application system is helpfull to beginners who would wish to learn how to display data from sql server database on a datagrid and the use of master pages in asp. The project is simple to learn with different method of fetching data: 1. Stored Procedures 2. Sql querries 3. Datasource method Remember to the the web config connection string to your local database instance.I used the sql

Login Page with Shake Effect

This is a simple Ajax PHP login with welcome page using MySQL database and PDO query that will save you from sql injections. If the user log ins with the wrong username or password, the login box will shake. To begin, follow given steps: 1. Extract files and put the folder shakeLogin in your www(wamp) or htdocs(xampp) directory. 2. Open phpmyadmin and create a database named `wall` 3. Go to that

Calculate Number of Days in a Month using PHP

PHP cal_days_in_month() The cal_days_in_month() it function to return the number of days in a month of a specified year and calendar. This is the form of this function: cal_days_in_month(calendar,month,year) calendar (required) Specifies the calendar to use month (required) Specifies the month year (required) Specifies the year Example: The following example shows the basic on how to use the cal

Clipboard

Clipboard in java. Try this project and you will enjoy learning using this programming language. The following are the steps to run this program: 1- Extract clipboard.zip 2- Open Eclipse IDE 3- click file menu and Import 4- general/existing projects into workspace/next 5- check, select root directory and click browse 6- locate the project folder then click ok/finish If you find my code useful

Splashscreen

Splashscreen in java. This is usually used as a start up of any system. It looks like a introduction of a system or maybe showing that the system is loading and is starting. The following are the steps to run this program: 1- Extract SplashScreen.zip 2- Open Eclipse IDE 3- click file menu and Import 4- general/existing projects into workspace/next 5- check, select root directory and click browse 6

Notepad

Notepad in java. Just like the other features of notepad, the user can save and edit text files. The following are the steps to run this program: 1- Extract Notepad.zip 2- Open Eclipse IDE 3- click file menu and Import 4- general/existing projects into workspace/next 5- check, select root directory and click browse 6- locate the project folder then click ok/finish If you find my code useful, send