Product Fly To Cart Effects in jQuery

Submitted by rinvizle on
In this tutorial we will teach how to create a flying effects of products or images through the cart. This project we will create named Products Fly To Cart Effects. This tutorial will help you to provide better user interface for your eCommerce web application using the shopping cart. To run the effects of the application we use jQuery fly to cart effect.

Vb.Net Calculator Ver. 1.0

Submitted by velmaxtechnologies on
Hello, this source code demonstrates how to create a basic calculator using Visual Basic.Net This Calculator application can perform two tasks i.e Addition and Subtraction of whole numbers. Global Variables Dim operater_on As Boolean = False Dim operater As String = "" Dim val1, val2 As Double Form Load Event Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load AddHandler

Dynamic Selection Box

Submitted by rinvizle on
In this tutorial I will show you a how to create a Dynamic Selection Box. This project or the dynamic selection box is compose of country, state, and city using the dropdown function. This project will implement a relational dropdown of country, state, and city using jQuery, Ajax, PHP, MySQL and Bootstrap. And it means that state is related with country and the city is related with the state.

How to Validate a Registration Form Using Regular Expression in C#

Submitted by janobe on
In this tutorial, I will teach you how to validate a Registration Form using Regular Expression in C#. With this method, you can restrict all the textboxes in a form.It is also a guide for all users when they're going to fill up a registration form.

Let’s get started:

Open Microsoft Visual Studio 2008 and create new Windows Form Application for C#.

C# : Autocomplete in a Textbox with SQL Server

Submitted by janobe on
When you search data in the database, it is hard to search accurate data without a hard copy for your basis. So, in this tutorial, I will show you how to create an Autocomplete Textbox using C#.net and SQL Server 2005. This method has the ability to auto suggest and append the corresponding data on the Textbox when the first letter has an exact the same data in the database

Let's get started:

Step 1.

Calendar Event

Submitted by rinvizle on
In this tutorial we will show you how to create an Event Calendar using jQuery, Ajax, and PHP. This tutorial provides the script for generating calendar and display events from the MySQL database on the respective date. In this second part of the PHP event calendar well show you how to add events to the calendar using jQuery, Ajax, PHP & MySQL. Means we’ll extend our PHP event calendar script with add event and view event functionality.

Images Sliding Thumbnails

Submitted by rinvizle on
In this tutorial we are going to create image sliding with a thumbnail area that scrolls automatically when moving the mouse to the right and left side. The scrolling functionality of the thumbnail bar is based on the Horizontal Scrolling Menu made with CSS and jQuery. In additional script to run the project is using PHP to get the images and thumbs automatically from the folder structure. See the example code below.

Sample Code

HTML and the PHP Script.