Explore the Articles

Server Side

PHP - sprintf (to the finish line)

PHP string concatenation never has to be a drag - sprintf() is waiting for you to unleash its power! Macromedia uses it, most PHP developers abuse it - shouldn't you?! Read More
Server Side

Using comma as separator in database fileds

I´ve had a problem using comma as decimal separator, i´d like to input (999,34) as a value and got an error 80040e14 - Number of query values and destination fields are not the same.
The solution i found was setting the DB field as Currency, and input value in INSERT or UPDATE form as TEXT. That way the field is correctly updated and displayed. Read More
Server Side

Stylesheet changer with ASP and no JavaScript

This tutorial shows you how to create a StyleSheet changer using ASP, and a Cookie, without the need of Javascript.

The benefit of this is that if a user disables Javascript this script will still work, and should they have disabled cookies, then the default stylesheet will be used.

Read More
Server Side

USER TRACKING

-Display number of users and Guests visiting your site.
-Display User Details (name etc.)

You can easily (off course you should have some knowledge of Asp/VBscript ) modify the code to show details like:

- Login and logout time of users
- Number of times a Member visited the site
- Duration of there stays
-You can also modify the code to Display the No. and Name of Users Viewing a Particular page .

 

Read More
Server Side

Fading Scroller from Database Field (ASP/Vbscript):

In this tutorial we will force the Fading Scroller show the Database Content.

Read More
Server Side

Display Filtered Recordset based on Authorised users or any Conditions

Have you come across a situation where you want to show Filtered Recordset results based on some Criteria/ conditions? Please Note that I am not talking about Filtering Recordset values but Filtered Recordsets.

e.g. you have a search - Result/Detail page in which some of Filteres Recordset Results are supposed to be shown only to authorised Members.
OR

You have Search - Result pages in which you have given the Users the option of "OR" and "AND" (sorry for my terrible english, to have an idea of what i am talking about see this search page).
We will go through the two Scenarios one by one.

Read More
Server Side

Insert/ Update the same Request/ Form Variable in multiple Fields of Database Table using DW Insert/Update behaviour

Unfortunately by default it is not possible to Insert or Update the same Request/ Form Variable in multiple Fields of Database Table while using DW Insert/ Update Server Behaviour. Well you have to handcode few lines only and its done.
So lets see what we can do about it!

Read More
Server Side

Multiple paramater ASP - Access Database search

This tutorial will explain how to create a database search page, a results page and a detail page using Dreamweaver and Microsoft Access. You will need both these applications and a PC with Windows 98, Windows NT with PWS (Personal Web Server) or Windows 2000 or XP pro with IIS (Internet Information Server) installed in order to complete the tutorial.

NOTE: This tutorial was originally written for Ultradev 4, however, with the exception of a few interface differences, the process is almost identical for Dreamweaver MX and you shouldn't have any problems following the tutorial.

Take a look at the working demo to see how the finished pages will work. Read More
Server Side

Database Programming with mySQL and PHP

This tutorial is mainly intend to the audience who already has a little background on databases and want to do database programming in mySQL and PHP. If you are in a real hurry I suppose you can rush to the summery straight away. Read More
Server Side

Resize Images more than once with Smart Image Processor extension

Resize Image more than Once Using Smart Image Processor Extension Read More
Newer articles Older articles