|
51. Performance Metrics for the ASP Response Object
|
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.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
52. Introduces the Python xml_pickle object
|
As part of the ongoing quest to create a more seamless integration between XML and Python, this article presents the xml_pickle module. The author discusses the design goals and decisions that went into xml_pickle and provides a list of likely uses.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
53. HTMLTemplate Object
|
The HTML Template Object is a lightweight class whose sole purpose is to completely separate HTML from server side ASP code. Through the use of special HTML templates, a web page can be created by setting the parameters of the HTMLTemplate object to match those found within the chosen HTML template. There are also several system and environmental variables available to a template file in addition to any user created template variables although these can be disabled to speed up processing of the templates.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
54. Limit query results with the Recordset object
|
Have this short program around so that you can quickly see what columns and what data are in your database. Here you will see some of the common methods and properties used to limit the results from your SQL query. Using a simple form that takes a table name and a submit button, and you can easily display increments of the table data. Full source code available.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
55. IBM XSL Formatting Object Composer
|
XSL Formatting Objects Composer (XFC) is a typesetting and display engine that implements a substantial portion of XSL Formatting Objects (FO), which became a W3C Recommendation on October 15, 2001. XSL FO is an XML language for typesetting, printing, or displaying any of the worlds written languages.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
56. W3Info Object
|
This component allows you to query remote servers for the server software installed, default document of the base location as well as retrieves the HTTP version used by the Web server on the remote location.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
57. File System Object (FSO) Reference
|
This is an easy to use reference for ASPs Scripting.FileSystem object, the inbuilt object for manipulating the filesystem in ASP. Full examples are provided with every object and its methods, all sorted by object, and with user notes.
Hits: 9 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
58. Sending Mail from ASP with CDONTS.NewMail Object
|
The NewMail object gives you the ability to send a message within an ASP page with only few lines of code. This article will help you to understand different properties and methods of CDONTS.NewMail Object.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
59. Object Moved
|
A small code snippet that lets you eliminate Object Moved, This object may be found here problem that occur on IIS server with some versions of proxy servers.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
60. Object-Oriented Programming with PHP
|
Couple Object-Oriented Programming with PHP and youve got features worth inheriting. From foundations to class to inheritance, this article makes understanding objects within PHP easy--and practical.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
|