Free Download HTML5 Source Code for free. Free Source Code online.

Guidance Student Record Management with SMS Notification using Codeigniter Source Code

2016-04-17T08:58:27+08:00

This program will teach you on how to create a guidance student record management system with Short Message Service(SMS) notification. It features the following: 1. Adding of Counsel Information 2. Adding of noticeboard 3. Sending of email message 4. Adding of Student,teachers,parents,course,schedule,subjecs,daily attendance 5. Sending of SMS notification to students or parents. Instructions: 1. Download the source code. 2. Extract the compressed folder. 3. Run the xampp control panel and start the apache and mysql 4. Copy the extracted folder to htdocs 5. Open the browser and type localhost/phpmyadmin 6. import dbguidance.sql in the database folder 7. Run the program by [...]

Guidance Student Record Management with SMS Notification using Codeigniter Source Code2016-04-17T08:58:27+08:00

Cool Carousel HTML and jQuery Source Code

2016-04-09T10:12:32+08:00

  Cool Carousel HTML and jQuery Source Code This program will teach you on how to create an image slider or carousel using html and jQuery. Instructions: 1. Download the source code. 2. Extract the compressed folder. 3. Open the coolcarousel.html in any browser Note: This is just a simple program any updates or constructive criticism will be accepted. Download link: Cool Carousel HTML and jQuery Source Code

Cool Carousel HTML and jQuery Source Code2016-04-09T10:12:32+08:00

Form Validation AngularJS Source Code

2016-02-04T12:44:31+08:00

Form Validation AngularJS Source Code This program will teach you on how to create a form validation using AngularJS framework. AngularJS offers client-side form validation. AngularJS monitors the state of the form and input fields (input, textarea, select), and lets you notify the user about the current state. AngularJS also holds information about whether they have been touched, or modified, or not. You can use standard HTML5 attributes to validate input, or you can make your own validation functions. Instructions: 1. Download the source code. 2. Extract the compressed folder. 3. Open the angularvalidation.html in any browser Note: This [...]

Form Validation AngularJS Source Code2016-02-04T12:44:31+08:00

Game Sound HTML 5 and Javascript Source Code

2015-12-25T09:04:02+08:00

Game Sound HTML 5 and Javascript Source Code This program will teach you on how to integrate sounds in games using HTML 5 and javascript.To create a new sound object use the sound constructor, and when the red square hits an obstacle, play the sound Instructions: 1. Download the source code. 2. Extract the compressed folder. 3. Open the index.html in any browser Note: This is just a simple program any updates or constructive criticism will be accepted. Download link: Game Sound HTML 5 and Javascript Source Code

Game Sound HTML 5 and Javascript Source Code2015-12-25T09:04:02+08:00

Media Queries Example CSS3 Source Code

2015-12-22T10:18:52+08:00

Media Queries Example CSS3 Source Code This program will teach you on how to use media queries using CSS3. One way to use media queries is to have an alternate CSS section right inside your style sheet. The following example changes the background-color to lightgreen if the viewport is 480 pixels wide or wider (if the viewport is less than 480 pixels, the background-color will be pink): Instructions: 1. Download the source code. 2. Extract the compressed folder. 3. Open the index.html in any browser Note: This is just a simple program any updates or constructive criticism will be [...]

Media Queries Example CSS3 Source Code2015-12-22T10:18:52+08:00

Rotating Object Using HTML 5 and Javascript Source Code

2015-12-20T15:37:12+08:00

Rotating Object Using HTML 5 and Javascript Source Code This program will teach you on how to rotate object using HTML 5 and javascript. The component constructor has a new propery called angle, which is radian number that represents the angle of the component. The red square will rotate one degree every time the gamearea updates (50 times per second). Instructions: 1. Download the source code. 2. Extract the compressed folder. 3. Open the index.html in any browser Note: This is just a simple program any updates or constructive criticism will be accepted. Download link: Rotating Object Using HTML [...]

Rotating Object Using HTML 5 and Javascript Source Code2015-12-20T15:37:12+08:00

Gravity Game Javascript Source Code

2015-12-18T11:27:26+08:00

Gravity Game Javascript Source Code This program will teach you on how to create a gravity game using HTML 5 and javascript. To add this functionality to our component constructor, first add a gravity property, which sets the current gravity. Then add a gravitySpeed property, which increases everytime we update the frame. Instructions: 1. Download the source code. 2. Extract the compressed folder. 3. Open the index.html in any browser Note: This is just a simple program any updates or constructive criticism will be accepted. Download link: Gravity Game Javascript Source Code

Gravity Game Javascript Source Code2015-12-18T11:27:26+08:00

animation-duration Property CSS3 Source Code

2015-12-10T09:06:56+08:00

animation-duration Property CSS3 Source Code This program will teach you on how to use the animation-duration property of CSS3.The animation-duration property defines how many seconds or milliseconds an animation takes to complete one cycle. Instructions: 1. Download the source code. 2. Extract the compressed folder. 3. Open the animation-duration.html in any browser Note: This is just a simple program any updates or constructive criticism will be accepted. Download link: animation-duration Property CSS3 Source Code

animation-duration Property CSS3 Source Code2015-12-10T09:06:56+08:00

Obstacle Game HTML and Javascript Source Code

2015-12-06T11:21:09+08:00

Obstacle Game HTML and Javascript Source Code This program will teach you on how to create an obstacle game using html5 canvas and javascript. Instructions: 1. Download the source code. 2. Extract the compressed folder. 3. Open the index.html in any browser Note: This is just a simple program any updates or constructive criticism will be accepted. Download link: Obstacle Game HTML and Javascript Source Code

Obstacle Game HTML and Javascript Source Code2015-12-06T11:21:09+08:00

jQuery toggleClass() Method Source Code

2015-11-15T15:41:58+08:00

This program will teach you on how to use jQuery toggleClass() Method. This method toggles between adding and removing selected html elements. Instructions: 1. Download the source code. 2. Extract the compressed folder. 3. Open the index.html in any browser Note: This is just a simple program any updates or constructive criticism will be accepted. Download link:  jQuery toggleClass() Method Source Code

jQuery toggleClass() Method Source Code2015-11-15T15:41:58+08:00
Go to Top