|
|
|
|
|
| Featured Articles/Tutorials |
Visual Basic 6 Tutorial
Tips and trick of visual basic 6.
Added: 26-Jan-08 |
By: Junaid Shabbir |
Views: 3759
|
Form Design Using CSS and HTML
Every web application that collects information from the user should have an interface which the user can understand easily and interact with it. If the interface is easy for the user to understand, the information supplied by the user will be more accurate. This tutorial will guide you in designing HTML forms, which are
easy to design and easy for the user to understand.
Added: 01-Jun-08 |
By: Andrew R |
Views: 2268
|
Tips and Tricks of PHP
Tips and Tricks of PHP
Added: 22-Jun-08 |
By: Junaid Shabbir |
Views: 1183
|
|
| Featured Codes |
| PHP | |
Image Verification/Authentication in PHP
A very simple way of doing image verification(Avoiding automated registerations)
in PHP. There is a single php which can be included in every script that needs
image verification
Click Here to view online demo
(By Andrew R on 25-Mar-08 10:06:28 AM GMT)
|
|
Creating DHTML/Javascript Tree from Mysql Data uing PHP
This sample PHP code creates a Tree from records stored in mysql database. The
database has 2 tables namely categories and products, products are grouped into
different categories. The tree is shown in the browser with option to expand &
collapse.The database export is included with sample products and categories Click Here to view online demo
(By Andrew R on 25-Mar-08 10:16:58 AM GMT)
|
|
| | VB6 | |
Graphics Functions
This code is an example of drawing shapes like Cirlces, Lines, Points, Rectangles, Arcs and Text on a control. Fill patterns and drawing color can also be selected. There is also an option to save the drawing as a bitmap file on the disk
(By Junaid Shabbir on 23-Oct-07 12:43:14 PM GMT)
|
|
Using Listview and TreeView Controls
The sample code is about ListView and TreeView controls, it uses the sample Norhtwind database to add categories and products in the tree and products of selected category are displayed in the ListView. Also uses a pop-up menu to delete selected product from the list
(By Junaid Shabbir on 23-Oct-07 12:50:19 PM GMT)
|
|
English Shoes[ A complete database application]
This is a complete solution to shoes store/shop. Handles inventory, sales and accounts. Options to add salesmen,suppliers,users and colors. Handles Sale & Purchase returns. Includes more than 20 reports. A perfect example to learn database programming in vb 6
(By Andrew R on 19-Mar-08 12:08:43 PM GMT)
|
|
| | Java | |
Balls Applet
The code demonstrates how to use threads in applets. This example creates 9 Canvases (threads) each having a ball moving inside the canvas boundaries. The speed, size and color of balls can be customized in the code If your browser supports Java Applets, Click Here to view online demo
(By Junaid Shabbir on 07-Nov-07 15:59:51 PM GMT)
|
|
Tic Tac Toe Game in Java
This is a "Tic Tac Toe" Game using Awt Controls
(By Abaid Awan on 05-Mar-08 06:21:37 AM GMT)
|
|
Typing Fingers (A complete Typing Tutor in Java)
This is a complete typing tutor with features including 3 different typing styles, Color customization e.g. type color, background color, error color, Background and error sounds, User customization is saved.Typing speed graph and more ... Developed in AWT and Swing controls (Tested on jdk1.4)
(By Colin Smith on 16-Mar-08 07:58:26 AM GMT)
|
|
Remote Screen Capture
This is a network application which runs on 2 computers. You can operate a remote computer with the help of this application First computer (Lets call it client) creates screen shots and sends them to the other computer(Lets call it server). Server receives snapshots of
client machine continuesly and displays them on a Window. On the server
side, events are captured (like mouse movement, clicks and keystrokes) and
sent to the client application which excutes those events on her side
(By Colin Smith on 16-Mar-08 08:01:02 AM GMT)
|
|
|
|
|
|