Software Downloads for "Crystal Date Functions"
- Creating Custom Hierarchical Recordsets
- License: Shareware
This article covers two advanced ADO topics: creating hierarchical Recordsets (via data shaping) and creating custom Recordsets. Specifically, this article looks at how to create custom hierarchical Recordsets. The reader is required to have a fluid understanding of both data shaping and custom Recordsets..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 17-07-2011
- Form Dates
- License: Shareware
There are a number of ways to have users input dates into your application. Dropdown menus are the preferred method employed as there will certainly be less error checking on dropdown input as compared to textbox input. Utilizing the date() functions the current date (or any date you prefer by adjusting the date value) can easily be made the pre-filled selected value. Here you will find two examples: one that displays the current date with a range of days prior, and the other that displays the current date out of all the dates in a range of years.
- Platform: Asp, Scripts
- Publisher: codeave.com
- Date: 07-10-2011
- Performance Metrics for the ASP Response Object
- License: Shareware
This article takes a look at three different ways to output content using Response.Write: using context switching, simple Response.Write statements, and Response.Write statements within a With block. Also examines the performance implications of each approach as well as the timing results of the vanilla Response.Write approach in an ASP.NET Web page..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 16-11-2011
- Creating Dynamic Cascading Style Sheets with ASP
- License: Shareware
This is a short tip on how to build dynamic cascading style sheets using an ASP page. Stylesheets are useful for separating the content and presentation of a Web page. While cascading style sheets are static text files, it shows how to generate dynamic style sheets using ASP..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 26-02-2011
- Displaying All of the Form Variables
- License: Shareware
This short tutorial describes a little function that is useful in debugging your ASP pages. This function, FormDataDump(), outputs all of the form variables being passed into a page. Various options for this function allow the developer to view the values in a 'debugger-style' mode, or in a 'quiet-mode,' in which case the form variable output is hidden from the end user..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 01-05-2011
- Stripping HTML Tags using Regular Expressions
- License: Shareware
This article examines how to strip HTML tags using regular expressions. Regular expressions are nifty little buggers that can be used to perform advanced string pattern matching and replacing..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 06-11-2011
- Loops within Loops: Coding an ASP-based Bulletin Board
- License: Shareware
This article provides an easy way to list nested forums. It does have some drawbacks, though. For starters, there is an upper-bound on the number of nested replies a message can have. In this example, the number is 12, although this is configurable. Furthermore, this approach is not the most efficient approach, and could be streamlined using stored procedures and fewer ADO objects within the code..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 24-01-2011
- Creating Excel Spreadsheets
- License: Shareware
This article describes using the Office Web Components (OWC) to create an Excel spreadsheet via ASP code based on the results from a database query. All of this complexity is encapsulated in a (rather basic) class..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 21-06-2011
- Reading Flash File Information (.swf) through an ASP Page
- License: Shareware
This is a simple tip that presents an ASP class that can read the properties of a Macromedia Flash file (a .swf file). You can use this handy class to read the height, width, version, file length, twips readings, frame rate, and frame count of a Flash file on your Web server..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 21-05-2011
- Censoring User Comments in a Guestbook/Forum Setting
- License: Shareware
This tutorial shows you how to automatically censor specific words on posts for message boards or guestbooks when posted. It provides a function called CensorStr to do the job..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 15-02-2011
- ASP FAQ
- License: Shareware
Throughout 4 different FAQ sections - Beginner, Intermmediate, Databases and Advanced, 4GuysFromRolla.com addresses and answers a number of frequently asked questions on ASP programming of every level..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 19-04-2011
- Creating a Mailing List Program
- License: Shareware
Have you ever wanted to create a mailing list on your site? Tired of using those so-called free services that insert advertisements into all of your e-mails? Well this basic tutorial shows you how to create your own mailing list program in ASP. Included with this article is all source code free to download..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 10-03-2011
- Determining How Long Your Users Spend Filling Out Forms
- License: Shareware
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..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 02-01-2011
- A Nifty Table Searching Script
- License: Shareware
This article shows a nifty little script, which, with just one ASP page, allows you to dynamically search a column in a table using a string comparison. This one script can be used over and over due to its dynamic nature. Hopefully this script will save you valuable time by cutting down on the often repetitive task of creating small, searching scripts..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 05-05-2011
- A Text-Based Search Engine
- License: Shareware
Have you wanted to allow your users to search through your website, checking for files that contain a particular string? Using the FileSystemObject, you can search through all of the files in a particular directory that contain a particular string. To allow for this functionality, you will need two ASP pages: one that presents the user a form to enter the string they wish to search for; the second needs to take this string, iterate through all of the files in a particular folder, and determine which of these files contain the string.
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 08-07-2011
- Creating an On-Line Quiz Using ASP
- License: Shareware
This tutorial guides you through step-by-step how to create a multi-question quiz using ASP and MS Access database..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 11-11-2011
- How to Build a Low-Budget Web Service with Classic ASP
- License: Shareware
This article illustrates how to create a news feed Web service in classic ASP. The Web service created is extremely light-weight, requiring minimal Web server requriements. Basically, it uses a light-weight, cilent-side JavaScript file..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 11-05-2011
- Creating an XML and XSL Class
- License: Shareware
This article examines how to use VBScript classes to transform XML documents for use in a Web application. It creates a handy class to perform a number of XML features, such as rendering XML information from an XSL stylesheet and returning plain XML data. This class encapsulates XML and XSL functionality, making it easier to display XML data in a number of ways..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 02-11-2011
- Creating a Function to Stream a Recordset to XML
- License: Shareware
This article shows how to create an XML document from a Recordset using the Microsoft XMLDOM object. It explains how to create a custom function that will take the contents of a Recordset and return a much friendly-on-the-eyes XML version. Once the ASP page calls this function and has, as a string, the XML structure, it can either save it to disk or write out the contents via Response.Write..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 19-05-2011
- Accessing XML Data using ASP
- License: Shareware
This 2-page article discusses multiple ways to access XML data from an ASP page. This article provides some great examples and describes the techniques for developers relatively new to XML. If you're interested in learning about XML, or need to brush up on your XML skills, this article is for you..
- Platform: Asp, Scripts
- Publisher: 4guysfromrolla.com
- Date: 26-07-2011