This is the project I made, Computerized Student Account System. Feel free to develop and fix the project if it has some errors. I just want to share it with you. Hope you learn from this project.
This project will teach you on how to create a contact form using ajax. It is simple yet a very powerful system. It has a form validation which validates errors and form requirements and CAPTCHA to tell whether the user is human or not. Hope you learn from this.
You'll find six pre-built CSS classes that will apply the 3D effect in six different colors. You'll also find classes for five different font variations, served up via Google Fonts. To make it easier to add your own colors, I've added additional style sheets built with Sass and LESS. These use a mixin that only requires you to set a single color, from there the preprocessor takes care of the rest.
This will teach you on how to validate a form without Javascript. This is like other form validation but it is more easier and very cool. If there is an error in submitting, css pop up will display in each field input that has an error or did not meet the requirements. Hope you learn from this project.
This project will teach you on how to create a tooltip. I have here an example of where we can position tooltips. We can put it on the top, left, right, and in bottom. And also some notifications like system error, for information and warning. The "hint.css" is written as a pure CSS tooltip library which you can use to create cool tooltips for your site. Hope you will enjoy it
This project will teach you on how to zoom and shrink thumbnails in an easy way using the hover pulse jquery plugin. The thumbnails automatically magnifies on mouse hover. We can also customize the speed of animation and the size of thumbnails when it is hovered. In my example, each thumbnail is also linked to their corresponding page. Hope you learn from this.
In this tutorial, you will
1. Learn the concept of stacks.
2. Be given practical examples of LIFO
3. Learn what the types of implementation of stack are?
4. learn the array based implementation of stacks.
What is the concept of stacks?
The concept of stacks is very simple. It is that if you insert an element in a stack, it always occupies top position and when you remove element, the element at top is always removed. i.e. the element inserted last is removed first. Another name given to such insertion is LIFO i.e. last in first out.
Introduction:
This tutorial is on how to read and write to/from HTML elements via jQuery.
HTML:
Before we can read/write to our HTML via jQuery, we first need our HTML...
This project is a text effect with text shadow using CSS3. This is very useful in designing web page. In my example, I have there a blurry effect, glowing, flaming, outline effect. You can try this on your web page. This is very easy to create. Hope you like it.
This is an example of how to shape the div by setting the border-radius. You can make it rounded and in my example I have leaf like shape form. This is very easy to make. Hope you like this.