- 1,233 categories
- 40,349 scripts
Updated: 10/24/2005
- INI component reads and writes Windows style INI files. It provides a comprehensive set of functions making INI files a powerful way to store application settings. There are three common ways to store program information on the hard disk: in the Windows registry, in INI files or in XML files. Using XML files is the preferred way to store initialization data in .NET (the registry is getting cluttered which makes it slow and INI files are much less flexible than XML files). However, if you''re porting applications from older platforms to .NET, or if your data initialization file structure must be compatible with some other program, sometimes you''re forced to use INI files. The Pivo INI component is a fully featured, easy to use implementation and it is written in 100% managed C# code.
- Categories
- Tags
- Platforms
- Licenses
- Author
- Quiz Cards is designed as an aid for studying and learning. It is a Java application that can be used to create sets of flash cards and then quiz yourself with them. Features include: two-sided cards are collected into stacks, each side of a card may...
- class.xml.php is an extremely easy to use XML Tree and statistic parser. It uses PHP''s XML functions for you, returning all the objects in the XML file in an easy to use Tree. It also can be used as a statistics-type program, as you can use the...
- XML Survey is a Java Servlet that allows you to collect data from any html form and save it in xml-format. It runs using a text configuration file that can be saved anywhere on your server. Also XML file can be created anywhere on your server.
- This project is effectively a library class for reading/writing/displaying XML documents, for manipulating them in memory by adding/deleting/changing attribute values
and child nodes, and for extracting specific nodes from larger XML objects. It is...
- Metabase is a set of PHP classes that provides DBMS independent access and management of databases. Currently it features: Set of functions that call the selected DBMS driver objects functions; DBMS Drivers classes; A parser class for interpreting DB...