This part is the second and final part of my notification box tutorial in which we will be styling the HTML we create in part 1, and adding Javascript functionality to the close box.
CSS:
First we want to set our CSS area in our HTML file...
This tutorial is on how to make a notification box for your website.
This is the first of two parts, in which we will be creating the HTML and setting the messages.
Notification Box?
When I say a notification box, I mean one of those smooth and sliding information boxes which sometimes appear under certain circumstances on a website at the top of the page. Normally stating that the web page uses 'cookies'.
This tutorial is the final part in my ticket system via PHP tutorial. This part will be covering processing the ticket.
Ticket Information:
We are already sending the email to the entered 'forgot password' reset form containing the ticket ID. This ticket ID links to the customer account through the column value of 'User'.
It should also be noted that the email address only receives an email with the ticket number, and not a URL.
Most of software companies are making high cost software for their clients around the world so software development should become profitable business to development companies. Standard development process, well define cording style always helpful to achieve their business goals. As my experience lot of software has some portion of common occurring problems. Developing same component for each client will be reducing profit of software companies. To overcome above issues now a day’s software companies used reusable component.
This tutorial is the fourth part in my series of how to create a PHP based ticket system.
This part will be covering inserting the generated ticket/random string in to the 'tickets' table within your database.
Event:
We only want to insert a new ticket when a certain event occurs, this event will be when the 'Forgotten Password' link or button is clicked/selected.
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.
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.
This tutorial is on how to create a full ticket system in PHP, HTML, and MySQLi.
Since ticket systems require a lot of fairly complex code, for beginners, this will be split up in to multiple tutorials/sections.
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.