- 1,233 categories
- 40,462 scripts
Updated: 02/01/2004
- Writing classes in JavaScript doesn''t give full functionality of an object oriented language, but it at least gives data hiding and encapsulation which are very useful specially when JavaScript is not a strongly typed language. It is very useful in cases when you need to handle multiple objects , instead of having arrays for all kinds of variables and then managing those arrays in methods you can just write a class to handle one object and then make many instances of that class. This also gives the name space resolution to the variables so that you can avoid using global variables and still use variables across procedures.
- Categories
- Tags
- Platforms
- Licenses
- The ASPSort ASP component provides a simple way to quick sort ASP arrays. The routines are written in C++ and are quick. The module can sort up to 12 single dimension ASP arrays deep, or a single multi-dimensioned array of any legal size.
- This 4-page tutorial guides you through step-by-step how to pass arrays and using checkboxes/select boxes in PHP.
- PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and build associative arrays with the name of the associative array being the
meta name and value of the a...
- PCCS NRM is a Network Resource Manager designed to managed PCs, Network Printers, and Software. Features include: PhpLib Security System, Advance Search Query Tool, Graphic Creation on the fly, Multi-Select Arrays during Data Entry, Check before Entr...
- HTML_Graphs uses PHP to provide a nice class interface for html graphs. It provides a single, reasonably consistent interface for creating HTML based charts. The idea behind this code is that the user of the class sets up four or five arrays and pass...