Archive for December, 2008

Cookies Basics Cookies & Sessions Tutorials & Tips ASP

Cookies Basics A cookie is a message given to a Web browser by a Web server. The main purpose of cookies is to identify users and possibly prepare customized Web pages for them. This article explains benefits of using cookies and shows how to create and retrieve them. Dictionary cookies [...]

Cool picture playing Animations Tutorials & Tips

Cool picture playing This, step by step flash lesson will show you how to create cool and practical photo animation.

SiteEnable Content Management Scripts & Components ASP

SiteEnable SiteEnable? is a versatile and customizable Web application that combines design, function, and content management in a single ready-to-run Website. Integrated WYSIWYG content management. Design friendly and open source. SiteEnable? enables you to instantly deploy a business Website, portal, intranet, e-commerce site or any type of content-centric database-driven Website. [...]

Loops in JavaScript Introduction to JavaScript Tutorials & Tips JavaScript

Loops in JavaScript JavaScript performs several types of repetitive operations, called “looping”. Loops are set of instructions used to repeat the same block of code till a specified condition returns false or true depending on how you need it. This tutorial shows the basic idea on how to use loops [...]

Simple text effect Effects Tutorials & Tips

Simple text effect This detailed, thoroughly explained tutorial will show you how to create simple text effect using the mask.

ASPapp Newsletter Manager Mailing List Managers Scripts & Components ASP

ASPapp Newsletter Manager ASPapp Newsletter Manager allows you to manage your users and e-newsletters using Access .mdb (included). It features: user login and registration forms, view, edit ‘user’ records, create, edit ‘newsletter’ records, send the newsletter to the entire user mailing list, or a select group of users, and quickly [...]

PHP: Functions Introduction to PHP Tutorials & Tips PHP

PHP: Functions A function is a block of code which can be called from any point in a script after it has been declared. It is basically a compartmentalized PHP script designed to accomplish a single task. Functions are useful because they contribute to rapid, reliable, error-reducing coding, and increase [...]

simple clouds animation Animations Tutorials & Tips

simple clouds animation In this step by step lesson, I will show you how to design and animate simple clouds.

Appointment Calendar with HTML Editor Calendars Scripts & Programs PHP

Appointment Calendar with HTML Editor This is a special version of our standard Dreamweaver Appointment Calendar, it contains all the features from the standard version and includes the following special features: * HTML (WYSIWYG) Editor included. [see picture]. * Improved formatting in the public site. [see picture]. * High interactivity: [...]

PHP: Multidimensional Arrays Introduction to PHP Tutorials & Tips PHP

PHP: Multidimensional Arrays Array does not have to be a simple list of keys and values; each array element can contain another array as a value, which in turn can hold other arrays as well. This way, you can create a multi-dimensional array. In this article principles of using multidimensional [...]