CSS Animated Photo Banner

Submitted by GeePee on
This project will teach you how to animate a photo banner using css. There is no javascript code or jQuery plugin included. A simple yet interesting to learn project. This is like a image slider but we usually used a javascript or jQuery code. This time we can use css animation. Images are sliding from right to left continuously. Hope you learn from this.

PHP Record Fetching Functions

Submitted by thusitcp on
PHP Record Fetching Functions Today world wide web is dominated by php applications. Over 250M sites use php on the web and php 5 used 98% sites who use php. Most of php based application use mysql database server to store application related data. Nowadays software application contained millions of records because of that data retrieval is getting complex. In this tutorial I am going to explain mysql result manipulation functions and their usage.

Basic: Student Registration System

Submitted by JvC on
Hello good day to all. This is my first upload in this site. My program is a basic student registration system with department/course selection. Enjoy! you can modify my code and improve if you want. Don't forget to add me in facebook [https://www.facebook.com/jasonvcastellano] .and contact in my email [email protected]. Thank you!!

Ticket System in PHP - #2 Generating Tickets

Submitted by Yorkiebar on

Introduction:

This tutorial is a continuation from my previous tutorial in which I covered the database design and HTML password reset form scripting for this password reset ticket system.

Part Two - Fake Data:

Before we can even think of making a password reset ticket system, we need to create a fake user to which we can reset their password.

SVG Basic Shapes

Submitted by GeePee on
This project will teach you how to create basic shapes of SVG. SVG(Scalable Vector Graphics) is an XML-based vector image for two dimensional graphics which also support animation. I have here first an example of the basic shapes. Consider this as a steps in learning SVG. Hope you learn from this.

Javascript Mouse Enter and Mouse Leave Events

Submitted by Yorkiebar on

Introduction:

This tutorial is going to be explaining the Javascript/jQuery events for mouse enter and leave.

jQuery Events?

jQuery or Javascript events are triggered when the appropriate event trigger occurs. The trigger is easily determined by simply looking at the event name, for example; this tutorial is on the 'mouse enter' and 'mouse leave' events, which are therefore triggered when the user moves their mouse in to, and out of, the given event area.

HTML:

Before we can start our jQuery we need some basic HTML.