|
|
|
Rating:
Rate this Resource
Date: 5/31/2005 Author: Muthukumar V Author: Muthukumar. V Home Page: http://www.codersource.net
Introduction:
When a website is started with a few pages, it will be simple to add/edit/delete contents from the site. This is applicable with all the we...
|
| |
|
|
|
Rating:
View Ratings
Date: 11/10/2003 Author: Dan Powderhill Background
The method I've used to provide content management for this and other sites I've worked with allows "content editors" to edit any purely content populated pages. That is, pages which are made up of just HTML for their ...
|
| |
|
|
|
Rating:
View Ratings
Date: 11/10/2003 Author: Dan Powderhill Background
Error handling in ASP.Classic (until IIS 5 / ASP 3.0) was a complete nightmare to implement, and once implemented wasn't upto much anyway. The most common method was to use "on error resume next " to stop your code dyi...
|
| |
|
|
|
Rating:
Rate this Resource
Date: 11/10/2003 Author: Dan Powderhill What is it?
When you are pulling content from a database for your pages, one of the most common ways of doing it is to assign each piece of content an ID number (usually using an identity field in SQL Server, or an auto-number field in Acc...
|
| |
|
|
|
Rating:
View Ratings
Date: 10/30/2002 Author: Chetan Sharma 'In this article the Contents are dynamically generated from the database. We create the text box on the fly!
Four Files are used as follows:
File dsnObjects.asp for connecting to a database and setting a connection string
File ...
|
| |
|
|
|
Rating:
View Ratings
Date: 7/12/2002 Author: Manish Hatwalne Autocomplete feature of Internet Explorer
Author : Mr. Manish Hatwalne
What is autocomplete? Autocomplete feature is introduced by Microsoft in their web browser Internet Explorer (IE) since IE version 5. In the earlier version, it was li...
|
| |
|
|
|
Rating:
View Ratings
Date: 6/10/2002 Author: Sarder Hasnut Hi, all developers, In this article I will show you with an example that how I solve my clients needs.
Client’s Problem:
One of my client wants to mail to their customers by admin web page. That seems good! But they also want to ge...
|
| |
|
|
|
Rating:
Rate this Resource
Date: 6/4/2002 Author: Infinitemonkeys Annoying isn't it, when Word Documents or PDFs open in the browser when you just want them to download.
Here's how to force the download dialog for these files
|
| |
|
|
|
Rating:
Rate this Resource
Date: 5/24/2002 Author: Kevin Barrett This article is going to be short and to the point. There are a lot of functions out there that will remove HTML tags from user input. But, what if you want to allow ones like the good 'ol anchor tag or the fabled bold tag. The following sc...
|
| |
|
|
|
Rating:
Rate this Resource
Date: 4/23/2002 Author: Infinitemonkeys Describes how to use MSXML2.XMLHTTP to POST data to remote sites, and includes an important note on encoding omitted by a number of other tutorials on this subject - including the XML SDK
|
| |