Explore the Articles

Dreamweaver

DW MX/MX2004: Controlling Recordset Defaults

As you're working within Dreamweaver, on your way to recordset heaven, you might have missed a small detail about all your recordsets. Recordsets generated by Dreamweaver have default values that you might not want in your code. These left over defaults can result in exposing data unintentionally or maybe delivering an unwanted/broken page. Read More
Databases

SQL: Speed LIMITs (Using LIMIT for Speed in Your Queries)

Returning a tiny recordset when you or your users login? Your web application may be only one word away from untapped speed! Read More
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
Macromedia Products

Neat Fireworks Button Tutorial

Learn how to create a quick and easy button with Firework MX.

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
General

HTTP Compression for your Web server!

Want to know about HTTP compression and how it can help your web server? HTTP compression helps reduce the amount of bandwidth it takes to serve up your web pages to those who view them! Plus it integrates into already existing browser technologies. Click here to find out more or check out our ISAPI compression filter for IIS. Read More
General

Introduction to ISAPI for IIS web servers

ISAPI stands for Internet Server Application Program Interface. Simply put, it's an interface to the web server that allows you to create customized web based applications and significantly improve the web experience of your customers... Read More
Read More
General

Manually removing an ISAPI in IIS with Windows 2000/.NET

Can't figure out how to remove an ISAPI filter from your IIS web server? Then you should check out this guide that will show you step by step, how to remove an ISAPI from your IIS web server. Comes complete with screen shots. Find out how to do it in Windows 2000 and Windows 2003 .NET

Read More
General

Manually adding an ISAPI in IIS with Windows 2000/.NET

Need help manually installing an ISAPI filter on your IIS web server? Then you should check out this tutorial complete with screenshots and step by step instructions. Click here for Windows 2000 or for Windows 2003 .NET

Read More
Newer articles Older articles