These FAQ's are all about Server-Side Scripting and Web Applications. Server-Side Programming describes any code/software/scripts that are executed by the web server.
Looking for a chance to boost the design, layout and functionality of your website within a few clicks? This category contains CSS and DHTML FAQ's. Furthermore there are some great extensions to ...
These FAQ's are all about SQL and Databases.
Do you have Questions about Dreamweaver? If so, please check out this category.
Are you looking for an FAQ that isn't listed in the categories above? Please check out this category.

Explore the FAQs

Dreamweaver

Preventing Ultradev Crash

Do you experience lot of crash with UD ? Especially when manipulating tables and cell attribute ? Or sometimes just when typing text ?

Well, Macromedia has a technote (14849 : http://www.macromedia.com/go/14849) Where they say that Microsoft MDAC may cause some trouble...

Read More
Databases

Filtering a Recordset with another on same page

How to filter one recordset with another on the same page? Here is a quick tutorial.

Read More
Extensions

PD Editor font size 1 doesn't work

When using the PD editor it appears that font size 1 doesn't work and neither does the add hyperlink button Read More
ASP

Invalid Class String

Are you getting the error below?

Server objecterror 'ASP 0177 : 800401f3'

Server.CreateObject Failed

Invalid class string

Read More
Databases

Keeping User paragraphs (VBS)

Are you making a Content Management System?
Are you making a Forum?

Then I'm sure that you are about to ask:

How do I display the Text as the user entered it? because it shows on the browser as one big block of text...

Read More
Basics

Does DW support MS Frontpage Extensions??

FrontPage uses Server Extensions and I would like to know does Dreamweaver support these extensions?

Read More
Netscape

Netscape error 405


HTTP Error 405

405 Method Not Allowed

The method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the proper MIME type set up for the
resource you are requesting.

Please contact the server's administrator if this problem persists.


Read More
PHP

PHAkT v1.0: org/gjt/mysql/Driver - Class Not Found

With PHAkT v1.0 some users are getting the following error when trying to create database connections :-

org/gjt/mysql/Driver - Class Not Found 

This is happening because of the new JDBC connection type that PHAkT can utilize. In the Readme.txt within the original PHAkT archive it states that JDBC connections can be used, but a specific JDBC driver needs to be installed.

Read More
Extensions

Why do my extensions disappear when I customize the code?

I'm sure that it's happed to everyone, an extension does Almost what you need it to.  So you, being the crazy code warrior that you are, breaks open the code view, and adds that extra if statement to the code... so you test it, and it works.  You are the king, until you have to edit a property of the server behavior, boom, it's gone from the list...

what ever shall you do!!!

Read More
Extensions

Before you upload....

Test... Test.. Test.. Test.. Test.. Test
and when you're done doing that, send it to someone else to test it.
Read More
Databases

Images from a database

I want to pull images out my database so they will be shown in the webpage dynamically. Is this possible with Ultradev because I can't get it to work? Read More
Basics

Validating Radio Buttons

Question:


Is it possible to validate a form that has radio buttons? I want to be sure that at least one of the buttons is checked before the form is being submitted.

Read More
Basics

Your site on CD ROM!

I would like to create a site in Dreamweaver and then publish it on a CD-Rom.  Is there a way to do it without messing up the links?
Read More
Basics

AutoScroll

How do you get rid of those "ghost scrollbars" when a page needs no scrollbars? Read More
Dreamweaver

Resizing browser windows to suit your monitor

I have created a website using both Dreamweaver 4 and Importing Fireworks 4.

How can I make my site resize to fit the browser window viewing it.  The pages look great on my monitor; however, when I view with a larger monitor, the page looks very small in comparison to the monitor with a lot of screen space around it.

Read More
Basics

Scrub the links!

Is there any way to get rid of the dotted focus lines that appear around
buttons after they are selected?
Read More
Databases

OLE DB white paper

Universal Data Access through OLE DB

Universal Data Access Through OLE DB provides a comprehensive introduction to OLE DB as an enterprise development tool.
This white paper is being made available for your review only; it is not supported by Microsoft.

Also read: Switching from ODBC to OLE DB:

http://www.udzone.com/showDetail.asp?TypeId=2&NewsId=859

Read More
Basics

Decoding Forms!

When I submit my forms created in Dreamweaver I get a blank e-mail with an attachment that has an *.ATT extension. Why is this?  Read More
Basics

Redirecting pages automatically

I want to have an index.htm, which has a flash movie that displays
the company logo; I want it to redirect to my frameset.htm when done. How do I get it to do this? Does Dreamweaver help show me how to do this or am I going to have to learn the code?

Read More
PHP

Upload Problems - Permissons could hold the key

When uploading a file to your webserver most people are already aware that the folder where the file resides must have the correct permissions to accept the uploaded file.

In most cases this will be 755 or 777 (try 755 first, always leave 777 as a last resort), however, what do you do if the permissions are correct and the upload still fails ?

Read More
Basics

I am about to be arrested please help!

When I try to open DW I get an error message saying that I have performed an illegal operation and Dreamweaver is going to be shut down. Am I about to be arrested or is there something else? Read More
Basics

Moving computers!

I  moved my sites from one computer to another and lost all my site definitions. It seems like everytime that I move my local root folder to another location I have to redefine sites. When I moved the template folder all the pages looked awful, why is this?

Read More
Extensions

Where do I find the Extension Manager from Macromedia!

I have heard so much about extensions but how do I "install" them into my Dreamweaver product? Read More
Basics

How to make the textlink without underlining

How do i make a textlink that is not underlined? Read More
Extensions

Setting FTP Permissions

I need to set-up my cgi form submit to have 755 permission. The only problem
is where do I find it?

I have read  Dreamweaver help files but been unable to find it - Please help!

Read More
Databases

PHAkt and Access database, is it possible?

Is it possible to use an Access database with Interakts Phakt PHP Server Model?

Read More
SQL Server

How do I add UK Dates to SQL Server?

This FAQ shows you how to set SQL Server to allow UK Date format using a simple stored procedure call.

 

Read More
ASP

Determine Width and Height of uploaded image

This code was found at www.4guysfromrolla.com and is very cool.

It will most often determine whether or not a file is an image, though in rare instances it can give a false positive.  The script will then return the height, width and colour depth.

Note at the bottom is a test area to determine whether it is working.  You can change the folder so it finds some images on your system.  I have it commented out right now.

This hooks in with Pure ASP Upload V1.5 and V2.0 quite nicely.  I have used it as an include file with success. 

Read More
Oracle

Calling an Oracle Stored Procedure

How do I call an Oracle Stored Procedure
by Surya Rao

Folks, contrary to popular belief there are many ways to call stored procedures from an ASP page.I've tried it with Oracle (the only REAL RDBMS ;-) and it works.

Read More
Oracle

Connect to Oracle via ASP

 I cannot connect to Oracle via ASP....

contributed by Bret H. Grade bgrade@aris.com
MCSE, MCP+Internet Senior Consultant,
ARIS Corporation Inquire at
http://www.aris.com

Read More
Newer articles Older articles