Discussion Forums HTML, XML, JavaScript... |
 |
Software Reviews Editors,Others... |
 |
Top100 JavaScript Tutorials, ... |
 |
Tutorials ASP, CSS, Databases... |
Discussion List FAQ, Roundup, Configure ... |
 |
Authoring HTML, JavaScript, CSS... |
 |
Design Layout, Navigation,... |
 |
Graphics Tools, Colors, Images...
|
 |
Software Browsers, Editors, XML...
|
 |
Internet Domains, E-Commerce, ... |
 |
WDVL Resources Intermdiate, Tutorials,... |
 |
WDVL Discussion Lists, Top 100,... |
 |
| Technology Jobs |
 |
|
 |
Get the SOA Development Survival Guide
Get started understanding the benefits and tools needed for service-oriented architecture development. Includes whitepapers, Webcasts, and articles.
»
IBM Rational Systems Development Solution eKit
As systems increase in complexity, communication between systems and teams becomes more and more difficult. Read the "Model Driven Systems Development" whitepaper to see how to improve product quality. Also included are more whitepapers, customer examples, tutorials, informative Webcasts, and best practices for designing, building, and managing systems.
»
Webcast: Succeed with Asset-Based Development: Introducing Rational Asset Manager
Learn how IBM Rational Asset Manager enables organizations to identify, manage and govern the design, development and consumption of software assets, including services, as part of an SOA initiative. Learn about the key challenges of asset-based development and how IBM Rational Asset Manager can help provide the solutions.
»
Download: IBM Rational Rose Technical Developer
IBM Rational Rose Technical Developer is a robust Model-Driven Development (MDD) solution, expressly created to meet the challenges of complex systems development. Based on UML, Rational Rose Technical Developer provides a highly-automated and reliable solution to the unique problems of concurrency and distribution.
»
|
 |
|
|
|
|
|
Content Management Made Easy with ASP
July 10, 2000
|
Automated content management is a must for many web sites. It is
difficult to provide fresh new content without a standard automated
system. In this article we will discuss how to generate a general
submission system, as well as how to manage the workflow, all with
examples.
|
Introduction
How many webmasters out there have dealt with content management
problems? Writers submit articles to be published, and because you
are the only one with administrative rights on the server, you must
format, proofread, add in necessary
HTML, and post the article.
This can get very tedious, especially when you have regular content
from many different writers.
In this article, we will explain how to build a wizard style general
purpose submission system using Active Server Pages and, for
simplicity, an Access database. If you are not familiar with ADO, now
would be a good time to check out WDVL's
Introduction to Database Manipulation
with ADO, an excellent introduction to the topic which will give
you all you need to know for the rest of this article.
Contents:
What is content management?
Submission System
The Back End
Step 2 - Manipulation
Step 2 (cont.) - Multiple pages
Step 3 - Layout
What about images?
Administration
A few notes
Conclusion
What is content management?
|
|