|
|
|
|
|
Total Hits: 229 | Today: 0 |
Author: Microsoft
|
Rating:
|
|

This step-by-step article lists the properties in a Microsoft Visual Basic 6.0 project that you must set to write a good server-side component in Visual Basic. This article also explains why you must enable these properties....
|
|
|
|
Total Hits: 215 | Today: 0 |
Author: Microsoft
|
Rating:
|
|

In developing a Web Application, you may want to declare a table of data for use by one or more pages at application level scope. This article demonstrates how to declare, populate, and reference an array that has been declared at application level scope....
|
|
|
|
Total Hits: 265 | Today: 0 |
Author: Darius Hurdle
|
Rating:
|
|

In Canada and other multilingual countries such as the USA a lot of sites have to support English and French at the very least. Most sites have a clumsy design where the user is asked on the first page to select a language (and to add to the frustration, these introductory "language selection" pages often are too heavy on the graphics. So here is a small piece of code which you should save in a file as default.asp. Do not insert any regular html code in this snippet - you will get an error...
|
|
|
|
Total Hits: 470 | Today: 0 |
Author: Persis Daver
|
Rating:
|
|

This guide provides team-development guidelines for lead developers, developers, test team members, and system administrators. Read this guide if you plan to, or currently work on, a team-based development project with source control measures. To use this guide to establish a team development environment and a development process suited to Source Control, you must have some development experience with a Source Control tool. You should also be aware of the general issues and challenges traditiona...
|
|
|
|
Total Hits: 162 | Today: 0 |
Author: Wrox
|
Rating:
|
|

Even though the ink is barely dry on the documentation for Active Server Pages 3.0, Microsoft is already hard at work on the next generation of their core server-side programming technology. In this chapter, we introduce this new product, and look at what it is all about. Currently called ASP+ Next Generation Web Services (though this name might yet change) we'll see why we need a new version of ASP, and explore the concepts behind its design and implementation. While this book is aimed predomin...
|
|
|
|
Total Hits: 457 | Today: 0 |
Author: Toby Jacob Rhodes
|
Rating:
|
|

Currently, web browsers display web pages using one markup language, namely HTML. They all read it and display it in basically the same way. In other words, it's a bunch of different web browsers that all do the same thing. However, it doesn't have to be this way. The protocol that supports web pages and web browsers, HTTP, supports more than just the current method of web browsing.The goal of this article is to present one alternative to the current way users browse the world wide web....
|
|
|
|
Total Hits: 582 | Today: 0 |
Author: Persis Daver
|
Rating:
|
|

This guide provides team-development guidelines for lead developers, developers, test team members, and system administrators. Read this guide if you plan to, or currently work on, a team-based development project with source control measures. To use this guide to establish a team development environment and a development process suited to Source Control, you must have some development experience with a Source Control tool. You should also be aware of the general issues and challenges traditiona...
|
|
|
|
Total Hits: 159 | Today: 0 |
Author: Todorov
|
Rating:
|
|

In ASP you handle application errors by using the On Error resume Next statement.If you don’t want your visitors to see ugly meaningless error messages, then you’ll have to implement some kind of error handling in your ASP applications....
|
|
|
|
Total Hits: 248 | Today: 0 |
Author: Tom Kelleher, David Schultz
|
Rating:
|
|

Session management is a key aspect of many web applications. Striking the balance between saving server resources by timing out and allowing users ample time to get their job done can be somewhat of an art. This is especially true in cases when users spend a lot of time on a single page, either analyzing or inputting data. In this article, Tom Kelleher and David Schultz discuss how you can make a browser detect and alert the server that a user is still using an application, so that the server wo...
|
|
|
|
Total Hits: 182 | Today: 0 |
Author: Waqar A. Cheema
|
Rating:
|
|

With optimistic locking becoming the first choice when implementing web applications, handling concurrency violations is becoming more and more important. This is due to the fact the when we use optimistic locking we are not maintaining a lock on the record at the DB or application level. Therefore, we either need to develop our own custom logic or depend on the functionality offered by ADO to avoid creating inconsistencies in our data. While it's true that ADO has the ability to detect that a r...
|
|
|
|
Total Hits: 291 | Today: 0 |
Author: Abstractvb.com
|
Rating:
|
|

In Windows XP it has become possible to encrypt files easily using built-in functionality. This example shows how to use this encryption in your programs. The user will still be able to see the encrypted file, but if someone else logs on that machine and attempts to view the file they will see the encrypted file but not its contents....
|
|
|
|
Total Hits: 485 | Today: 0 |
Author: Microsoft
|
Rating:
|
|

This article illustrates how you can generate Rich Text Format (RTF) files with ASP script and then stream those files to Microsoft Word. This technique provides an alternative to server-side Automation of Microsoft Word for run-time document generation....
|
|
|
|
|
|
|