
3DS MAX (55)
Dreamweaver (30)
Fireworks (27)
Flash (73)
Photoshop (360)
ASP (19)
Java (22)
PHP (50)
Linux (58)
Windows Vista (15)
Windows XP (21)
Firefox (4)
IE 6 (1)
IE 7 (2)Generates a random password from all letters and the numbers 0-9. Easy to change, useful for any membership system, ensures good passwords and therefore high security.
Date Submitted: April 15, 2007
Category: PHP
This tutorial will teach you how to make a simple newsletter in PHP/MYSQL with account activation. This will require PHP that is not running in SAFE_MODE or PHP that at least allows the sendmail function(duh, you can't send mail without this enabled).
Date Submitted: April 15, 2007
Category: PHP
In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.
Date Submitted: April 15, 2007
Category: PHP
Before the release of PHP5 if one wanted to manipulate images by applying filters, you’d have to either use an ImageMagick extension or create complicated matrices which you would then use the imageconvolution function...
Date Submitted: April 15, 2007
Category: PHP
A tutorial to show you how to make a simple image gallery.
Date Submitted: April 15, 2007
Category: PHP
Arrays are a broad topic in any programming language and PHP is no exception. Hence this tutorial will be divided in several parts, this one being the first. An array can be defined as an orderly arrangement, or as a large number of objects, persons, etc. An array in PHP is a set of values tied to keys.
Date Submitted: April 15, 2007
Category: PHP
The Java 2 Platform, Micro Edition (J2ME) offers great tools for developers, porting the Java platform's network-centric and platform-agnostic worldview down to memory- and processor-limited devices. This article explains the basics of the J2ME world, showing you the building blocks of the platform and demonstrating a sample application.
Date Submitted: April 15, 2007
Category: Java
This tutorial explains how to set up log4j with email, files and stdout. It compares XML to properties configuration files, shows how to change LogLevels for a running application. Furthermore, we explain best practices on logging and exception handling.
Date Submitted: April 15, 2007
Category: Java
This program will help you enhance your mouse event concepts in Java. As the title indicates you will be playing with a brush after you go through the tutorial.
Date Submitted: April 15, 2007
Category: Java
For all platforms, the FileSystemView class provides a method for getting the small icon (16x16). To get the icon, you must specify a file on the file system for which you want to get an icon.
Date Submitted: April 15, 2007
Category: Java
Posted: May 03, 2007
Posted: April 28, 2007
