This is an article that will teach users about URL rewriting with ASP.NET. In this tutorial the author discusses about the three choices to perform URL rewriting and explains in detail about handling one of those discussed methods to succeed the...
Active Calendar is a PHP class that generates calendars (month or year view) as HTML tables (XHTML-Valid). It can produce static calendars without any links or calendars with navigation controls, a date picker control, event days with event URLs,...
This is a small but handy ADO class to use with Classic ASP and Access. The class support all basic database calls like select queries, insert, update and delete by using the ADO Recordset Open method.
Application vs. Cache Class Speed Tests is an ASP tutorial through which users can gather information about caching page, data objects and parts of a page in the web server. Here author explains about caching which helps in accessing the stored...
Breadcrumb class are used to provide users with a hierarchy of a website. Breadcrumb trails tend to project better usability to a website. It offers users to know their current position and where they are in relation to the site's hierarchy.
This article takes a look at class design with PHP4 along with some of the available classes and how to use them in your code.
Browser Sniffer Class is a simple program which is built in javascript that allows users to find the details about browser. It gives information about the browser like, what type of browser is used by the visitor and what is the version of that...
C# Class Wrapping is a tutorial which helps you to learn about the class wrapping in C#. Wrapping helps you to call a function with the same name from more than one class. In this tutorial the author shows how to create two classes with a function...
'Class interfaces play a key role with inheritance' is an easy to understand tutorial in which the author offers details about class interface. Here the author compares class interface over base class and gives suggestion to the programmers to...
class.dbconn.php is a simple software for generating interfaces to access database effectively without any fuss. This script uses PosgreSQL for storing all the files and provides option for using any database as desired. Data can be stored and... |