|
|
|
|
|
Total Hits: 7 | Today: 0 |
Author: www.asp101.com
|
Rating:
|
|

The notion of a "thin-client" is a myth today. Perhaps this will change with the proliferation of TV- or Palm-top browsers, but the vast majority of web clients today use a highly functional PC, with plenty of client-side storage and lots of interesting client-side content....
|
|
|
|
Total Hits: 8 | Today: 0 |
Author: Peter Persits
|
Rating:
|
|

File uploading is the process of sending an arbitrary file from a client machine to the server. The easiest and most convenient way to upload a file is to use an RFC1867-enabled browser such as Microsoft Internet Explorer 4.0+, Netscape 3.0+, or Internet Explorer 3.0 with the upload add-on. Browser-based uploading is performed via an HTML form with the attribute ENCTYPE="multipart/form-data". This form must also contain one or more INPUT TYPE=FILE items with which the user specifies local files ...
|
|
|
|
Total Hits: 8 | Today: 0 |
Author: John Peterson
|
Rating:
|
|

Little did I know when we decided that we'd like a discussion forum on our site, what exactly we had in store for us!
This article is being written to address a number of issues about the ASP 101 Discussion Forum:
1. Why we decided we needed to write it. 2. The goals we set for the forum once we decided to build it. 3. Overview of the pages involved and explaining what code is where. 4. Additions and changes made since version 1 went online. 5. Steps to t...
|
|
|
|
Total Hits: 8 | Today: 0 |
Author: www.asp101.com
|
Rating:
|
|

Plain text files offer some advantages for online applications using changing data. The idea of this series of articles is to explain some of the better tricks for using plain text files, or comma and tab separated lists to support dynamic data sources for the internet. These concepts can be used for Enterprise platform hopping as well as small business needs. A basic premise of this work is that these data files are read-only to the world as typical HTML pages are. This prevents users from alte...
|
|
|
|
Total Hits: 6 | Today: 0 |
Author: www.asp101.com
|
Rating:
|
|

A common problem with many businesses is that their data is not set up in any kind of relational database at some level. Oh, fun, it's always a big mess to go in and do anything with it without spending way more time than it's worth. What to do? ASP allows you to quickly create what you need to assemble a website without hand-wringing and develop a relational database on the way, making the time worth the trouble....
|
|
|
|
Total Hits: 8 | Today: 0 |
Author: www.asp101.com
|
Rating:
|
|

In Drumbeat, you build your Web application by applying Point-and-Click Interactions to a set of SmartElements. Smart Elements are Web components such as HTML and DHTML tags, ActiveX and COM objects, ASP objects, Design-Time Controls and Scriptlets. As you design pages in Drumbeat, you position SmartElements on the layout....
|
|
|
|
Total Hits: 8 | Today: 0 |
Author: Bill Raudabaugh
|
Rating:
|
|

Sending files to web browsers has always been easy. However, uploading files to the web server has been a very difficult task. Your options were pretty much limited to using FTP, FrontPage, or some other site management tool. These options have two fundamental problems: 1.Security Risk. They require NT accounts to be assigned or shared with anyone using these tools. And once inside, access to files can only be controlled through tedious management of file permissions....
|
|
|
|
Total Hits: 10 | Today: 2 |
Author: /www.asp101.com
|
Rating:
|
|

With over two years experience maintaining and fixing problems with browscap.ini, we're well aware of the limitations of the Microsoft browser capability component and the browscap file format. So are many other experienced developers - but how about you?...
|
|
|
|
Total Hits: 8 | Today: 0 |
Author: Greg McCormick
|
Rating:
|
|

While developing a Classified Ads application I ran into an interesting issue while building the Submit New Ad form. I wanted to assign a category and a subcategory to the ad (Click here for an Example). I was doing this by using two dropdown lists. The problem arises after you select your choice in the first list. Say you chose Automobiles. In the second list you have subcategories that contain everything but the kitchen sink. Really, you only want the Automobile related subcategories to show u...
|
|
|
|
Total Hits: 8 | Today: 0 |
Author: John Peterson
|
Rating:
|
|

One of the things that most new ASP users find confusing is the concept of Sessions and Applications. Add to this the fact that there's this special file on the web server called global.asa that is somehow related (and yet can't be requested via a browser) and it makes for a very confusing situation indeed. That's why I'm writing this article. This isn't going to be a comprehensive discussion of everything you can do using Sessions, Applications, and the Global.asa, but is instead meant as an in...
|
|
|
|
Total Hits: 8 | Today: 0 |
Author: Michael Qualls
|
Rating:
|
|

Recordset paging is the process of breaking up a recordset into multiple "pages" of information for display. You've probably noticed that most well designed sites implement this feature, allowing you to navigate through a recordset to view a certain number of records at a time. Breaking the recordset data into pages allows for easy browsing by the user of the application and it also adds a professional touch. When I first started encountering this feature on the web a few years back, I immediate...
|
|
|
|
Total Hits: 8 | Today: 0 |
Author: Lewis Moten
|
Rating:
|
|

By default, this script will attempt to send the 404 error report to the webmaster of the pages domain that it is hosted on. You can change this by editing the address sent with the SendReport Function Call. If you want to set it back to the default setting, change this text to "webmaster@domain.com"...
|
|
|
|
|
|
|