Parallax Scrolling #1 - HTML
Introduction:
This tutorial is the first of three parts in which I will show you how to create a Parallax effect using HTML, CSS, and the Javascript library jQuery.What is a Parallax Effect?
A parallax effect is where one element or layer moves in the opposite direction to another element or layer. This can be used in a professional manor for some websites to give a nice, smooth effect to the content.HTML:
First we need the HTML for our page.Password Security Version 2.0
Password.cpp Author : oursharingciub Date : September 26, 2014 Firday Email : [email protected] Tool : Dev C++ Language : C++ Notice: Reference Mr. Jake Rodriguez Pomperada programming #include #include #include #include //system(), Sleep( ) #include using namespace std; const int PASSLEN= 7 ; //The length of password string PassGet( void ); // Get the password void Menu( void ); //The start
Stopwatch and Countdown System
This is a stopwatch and countdown timer project I created using visual basic .net. It is useful especially for sports event to keep track the time. It has also the ability to pause/stop, resume time. Hope you learn from this.
Image Rotate Using Javascript
On my previous project, I created a image rotate using css. In this example, we will create again an css image rotate animation but using javascript code. With a few lines of codes using the javascript, images rotate 360 degrees infinitely. Hope you learn from this.
Interactive Tracker Boxes #4 - jQuery
Introduction:
This is the final part of my mini-series explaining how to create interactive tracker boxes in HTML, CSS, and jQuery to allow HTML content to change once the user interacts with the boxes. This part is will explain the final step, jQuery.jQuery Installation:
To begin using jQuery within our file, we first need to link it.Interactive Tracker Boxes #3 - Content - jQuery Preparation
Introduction:
This tutorial is the third part of my interactive tracker boxes tutorial series which allows content to change dependant upon which tracking box the user clicks on. This part is covering the content of the tracker boxes.HTML:
The heading for the box which is hovered over will go under the 'informationTitle' CSS ID, and the information will go under the 'informationParagraph' CSS ID.Filing in C (part 2)
Writing in a File
In this part you will learn: 1. C syntax 2. Filing 3. Writing to a File In this tutorial we will learn about filing in C. Filing is a very important tool in C. In this program we will write data in a file. We will take input from the user and write that data in a file whose name will be entered by the user. Writing in a File Basic Step: Open Dev C++ then File > new > source file and start writing the code below.Bio-metric (Finger Print) Based Attendance system
Bio-metrics (Finger Print) Based Attendance system that mark an attendance according to individual time table for each employees. for scanning your finger print use digital persona finger reader. this system is developed in c# and database in SQL. Project updated with OBDC DSN.... SQL Connection For More Detail Contact: Email: [email protected] Phone # 03217807470
How to Use Operators Overloading with Arrays in C++
We want to implement array class with the following specifications:
- range checking.
- array assignment.
- arrays that know their size.
- compare arrays using '==' and '!=' operators.
In the next example we will implement a simple class for integers is called Array, it has the previous specifications, and it has the following structure:
- cl