Databases
Explore the Articles
Manuals
Remove and Delete Images with PureASP Upload
This tutorial shows how to toggle PureASP Upload 2.07's "skip empty fields" feature so users can remove images from pages. Also details image deletes on update when the remove option described above is selcted or when a new image is uploaded. Tutorials on multiple image delete and removal on update and on cascade deletes will follow. Read MoreDreamweaver
UltraEasy Forum (message board) Tutorial
Build a fully functional ASP Forum with UltraDev and a little Microsoft Access trickery. The tutorial includes a download link for the database and all the UltraDev generated ASP files. Part of the ongoing "UltraDev - UltraEasy" series of tutorials.
Read MoreServer Side
Retrieving Unique ID after Insert with SQL Server 2000
This tutorial addresses the commonly asked question of how to Insert a record and then retrieve the newly created Unique ID for use on subsequent pages. The author recognises that this can easily be achieved with other extensions whilst using MS Access but this tutorial applies primarily to developers who are using MS SQL Server 2000. Thanks are due to George Petrov who wrote the original Extension. Read MoreDesign
Thin Table borders in Netscape
I couldn't get thin table borders to work correctly in netscape, until I stumbled upon this method which allows you to create nice looking tables in Netscape and Internet Explorer Read MoreFlash
Displaying Multiple Access Records with Flash and ASP
Most Flash & ASP tutorials only deal with returning one row of information at a time from the database to the Flash movie. I was interested in displaying multiple records and fields simultaneously. One resource (FlashCFM.com) pointed the way and I used this start to arrive at a nice solution which is explained here. Read MoreServer Side
Upload files with Coldfusion
Learn how to upload files from a web browser to your server. Read MoreJavaScript
Adding Messenger Smilies to form fields!
If you have developed a forum that uses the Messenger Smilie extension, or simply want to allow uses to add smilies without typing them into form fields by hand then this could be just what you need!
By giving the user either a text or graphical link to click to enter smilies you can enhance the user experience, make your site or application a lot more user-friendly and reduce input errors by the user..............
This tutorial will guide you through how to implement such a system :)
Read MoreDreamweaver
Send user Password by Email if User forgets
Allow the your Users the opportunity to receive their Passwords by Email if they forget by submitting their Usernames. Once the User submits his or her registered Username, an email is automatically sent to the Email the Username registered with. Read MoreDreamweaver