|
ASP Tutorials
|
Other links at ASP > Tutorials > Miscellaneous |
| 1. |
Site fits all resolutions
|
|
|
If you have a website, than your first problem will be: whos going to visit my website and with what browser and screenresolution? The first problem is solved by testing with various browsers. The second problem is a little less easy. But as always, theres a solution.
|
| 2. |
Creating Excel Reports with ASP
|
|
|
This tutoral shows a simple method of turning HTML reports into Excel reports, and for moving calculations from the server to the client, using Excel functions. It allows the server to dynamically create Excel reports without taking up any space on the server. It also allows multiple concurrent users to receive these reports simultaneously. Lastly, the generated reports can be complete with Excel formulas, which allows intensive calculations to be moved to the client side. This method only works with Excel 97 or later.
|
| 3. |
Determining How Long Your Users Spend Filling Out Forms
|
|
|
The author writes "Have you ever wondered how long your visitor spends filling out a particular form? Such information is vital for companies that conduct business on the Internet." This article describes how to easily determine how long your users spend filling out forms on your Web pages.
|
| 4. |
Multi-Language Web Development
|
|
|
Would you like to provide multi-language support on your site? This article discusses three different ways in which you could organize your site to support multiple languages.
|
| 5. |
Get a screen size without a component
|
|
|
In this tutorial i will teach you how to get the screen size of a users monitor and display it with a combo of javascript and ASP. You can store the screen sizes in an ASP variable, then use it for your code or to simply record what size they use.
|
|
|