PHP Class 'reGlobal' released
Grok Headline matches for PHP Class 'reGlobal' released
PHP Class 'PHP or Java Class Code
Generator' released
PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AMThis package is meant is automate the generation of classes to access
databases in Java beans style.
It uses the Fast Template engine to process template files that define
the skeleton of functions and variables of classes that store and
retrieve data object property values from a given database table,
getter and setter functions to access those properties and a function
to delete a data object row from the respective database table.
The package comes with templates to generate classes either in PHP or
Java. The PHP template defines code to access data objects in a MySQL
database. The Java template defines code to access data objects in any
database supported by JDBC.
PHP Class 'Convert Class To HTML Table'
released
PHP Class 'Convert Class To HTML Table'
released
02/10/2004 02:46 AMThis class is meant to display the structure of any class as an HTML
table.
The class being displayed can have variables that contain objects of
other classes or arrays and treats those variables each accordingly.
PHP Class 'calend.class.php' released
PHP Class 'calend.class.php' released
01/03/2003 07:52 PMThis class generates HTML calendars in the portuguese language.
In portuguese:
Esta classe gera um calendário em português em HTML.
PHP Class 'Bs_CsvUtil.class.php'
released
PHP Class 'Bs_CsvUtil.class.php'
released
11/08/2002 08:17 PMFeatures:
supports any separator char sequence, default is semicolon ";".
supports separator characters in the values. eg you use a ; as
separator, your line may look like
blah;hello world;"foo";"foo;bar";"this is a ""string""";got it?;foo
as you can see, the values can be in "quotes". if your text uses
quotes itself as in the "string"
example, they are escaped in ms-style with 2 quotes. and by using
quotes we can even have your
separator inside the text (example "foo;bar").
line breaks. a csv line may spread over multiple lines using crlf in a
field value.
see the checkMultiline param and the _checkMultiline() method.
PHP Class 'Bs_StopWatch.class.php'
released
PHP Class 'Bs_StopWatch.class.php'
released
11/07/2002 07:59 PMYou can take times during a code run and at the end get a time table
as HTML or text table. The output will contain total and as delta
between each take in microseconds.
Free Code; This Class is part of the BlueShoes PHP Application
Framework, see blueshoes.org.
PHP Class 'My DB' released
PHP Class 'My DB' released
02/15/2004 07:40 PMThis class is a simple wrapper around MySQL database acess functions.
It provides wrapper functions around most of the PHP MySQL extension
function like database, connection, queries execution and result data
access, error message retrieval, database creation and locking of
tables.
PHP Class 'My Db' released
PHP Class 'My Db' released
06/09/2004 06:55 PMThis package is a SQL database wrapper supporting MySQL, Interbase and
MS SQL server.
It can establish database server connections, execute SQL queries,
retrieve query results into arrays and display query results as HTML
tables.
PHP Class 'DCalendar' released
PHP Class 'DCalendar' released
10/08/2002 07:09 AMShow a calendar with options view year, month and today link. Dynamic
events with diferent color
PHP Class 'CISVC' released
PHP Class 'CISVC' released
01/16/2004 11:05 AMThis class is meant to encapsulate the APIs around the COM object for
Microsoft Indexing service (CISVC).
The class can perform the search query, output the search results
split in multiple pages and also a navigation let the user go back and
forth between the presented search results pages.
PHP Class 'DBgrid' released
PHP Class 'DBgrid' released
10/10/2002 09:55 AMShow the result of a mysql query on HTML table.
Easy to use. 1 line code. $grid = new DBgrid($result);
PHP Class 'BaseDB' released
PHP Class 'BaseDB' released
10/11/2002 07:54 AMExcellent oo base class for mysql interaction. worth looking at. you
must use this as a base class and extend your classes which map to a
table name.
your tables must have a 'id', 'created' and 'modified' field to work
properly and the class takes care of the rest. check it out.
PHP Class 'htmldoc' released
PHP Class 'htmldoc' released
10/11/2002 07:54 AMObject Library for Creation of PDF Documents out of HTML Pages by
using htmldoc as conversion facility.
PHP Class 'WebWidgets' released
PHP Class 'WebWidgets' released
10/11/2002 07:54 PMWebWidgets is a library of classes to produce any HTML(XML) documents,
create, validate forms.
It allow to create any "complicated" forms easy.
Any tag is an object. Your can build tags tree by inserting one tag
into another and get its content as HTML.
Based upon "Composite" OOP patern.
Library is very flexible, so your may derive your own classes.
Documentation in html format can be downloaded from here:
http://scancode.ru/dev/WebWidgets/webwidgets.08.doc.tar.gz (it is not
fine:( )
PHP Class 'bstCountdown' released
PHP Class 'bstCountdown' released
10/15/2002 07:15 AMDisplay a list of 'days until' a set of events, includes a simple
example and a more complex one as child classes. Could easily be
extended to multi-user and notifications via email by adding a user
table and owner columns. Written to MySQL but db access is simple
enough to adapt.
PHP Class 'BarcodeI25' released
PHP Class 'BarcodeI25' released
10/15/2002 07:15 AMHTML Barcode generator for Interleaved 2 of 5 Codes.
Código de barras fator Intercalado 2 de 5, padrão FEBRABAN (BRASIL).
PHP Class 'rhc' released
PHP Class 'rhc' released
10/15/2002 07:15 AMRHC is actually a few files which give the user the ability to do
custom error handling, debugging, and handle database abstraction
(currently only through Informix).
PHP Class 'URLHelper' released
PHP Class 'URLHelper' released
10/15/2002 07:15 AMThis class give you access to the http header information and provides
some help for retrieving and parsing urls.
FUNCTIONS:
function isURLAvailable($url)
function isValidURLFormat($url, $strict=false)
function addHTTPtoURL($url)
function getHTTPStatusCode($url)
function getRealURL ($url, $simple = true, $method = "HEAD")
function getHTTPHeader($url)
function getMD5FromURL($url, $estFilesize=500000)
function _openHTTPConnection($url, $method = "HEAD")
PHP Class 'color' released
PHP Class 'color' released
10/15/2002 07:15 AMThese class converts colortypes.
It supports the following colors formats and types:
- CMYK
- RGB
- Pantone
- HEX Codes for HTML
PHP Class 'MkDir' released
PHP Class 'MkDir' released
05/16/2004 07:21 PMThis is a simple class for creating directories in the local file
system or in a remote server file system using a FTP connection.
PHP Class 'baaSelect' released
PHP Class 'baaSelect' released
05/17/2004 07:34 PMThis class is meant to generate select form inputs that are linked
dynamically with options populated from values taken from a database.
The class generates the HTML code to output the the linked select
inputs and also the necessary Javascript code to make the options of a
second select input be updated when the user changes the option of the
first select input.
PHP Class 'SQLCall' released
PHP Class 'SQLCall' released
09/26/2002 07:29 PMSQLCall uses PHP's highly dynamic nature to give the calling class
unprecedented access to the result set in an intuitive way. It
currently only supports connections to mySQL databases. This class is
perfect for those who like their results at hand - no hashes or lists
to have to walk through.
PHP Class 'Spreadsheet_WriteExcel'
released
PHP Class 'Spreadsheet_WriteExcel'
released
09/26/2002 07:29 PMClass for generating Excel files, based on John McNamara's
Spreadsheet::WriteExcel from CPAN.
It supports all the basic values for cells.
It doesn't support URLs, images (working on it) and charts. It has
very basic support for formulas.
PHP Class 'morse' released
PHP Class 'morse' released
09/28/2002 07:48 PMShort class for encoding or decoding morse signs
input: this is my 1st morse
output: - .... .. ... .. ... -- -.-- .---- ... - -- --- .-. ... .
PHP Class 'burnauth' released
PHP Class 'burnauth' released
09/29/2002 08:10 PMBurning Auth is a script to handle user authenticated access to php
scripts.
The goal is quite simple: protect from unauthorized access those pages
who
need to be kept under admin control, such as data/content
administration and/or
members only areas on a website.
Security is achieved through a database authentication and mantained
with a
Session variable set to the authenticated user's name. Every page can
be protected
including the file 'shield.php'; at the beginning of it.
PHP Class 'mixer' released
PHP Class 'mixer' released
10/01/2002 09:17 AMcolor mixer for vga (16 colors) - the class create a form for change
backgroundcolor
PHP Class 'Pagination' released
PHP Class 'Pagination' released
01/10/2004 07:54 PMThis package is a set of classes is meant to generate navigation bars
to display database query result sets split in multiple pages.
The packake is based on the factory design pattern that is used to
create objects of specific classes to provide the result set
pagination support with different databases.
PHP Class 'phplibTemplateExtention'
released
PHP Class 'phplibTemplateExtention'
released
10/08/2002 07:09 AMphplib has template.inc - a template class for php to utilize
templates. This is an extension to the class Template needing less
code by:
Automatic detection and declaration of blocks
Automatic "blanking" of unused blocks
Blocks automatically declaired in proper nested order.
All calls to set up template/file/paths/names in the class call.
- LGPL / GPL - phplibs license anyway - its their template class - I
just extended it to make my life a little easier.
PHP Class 'numeroaletra' released
PHP Class 'numeroaletra' released
10/01/2002 10:18 AMExtensión de la clase number2words de Bas Jobsen (bas@startpunt.cc)
con
la traducción de numeros a letras en español y de numeros a euros
PHP Class 'COutLook' released
PHP Class 'COutLook' released
10/01/2002 10:18 AMThis class reads messages from the Inbox and Oubox of an Outlook local
profile through CDO (Colaboration Data Objects).
The class only works under Windows.
PHP Class 'ms_dbx_reader' released
PHP Class 'ms_dbx_reader' released
10/01/2002 07:38 PMMicrosoft DBX file reader /such as Outlook Express Mailbox database
files/
Author: Zeos
PHP Class 'db_view' released
PHP Class 'db_view' released
10/08/2002 07:08 AM"db_view" provides:
* An abstraction class and helpers for multi-tabled Mysql data.
(init, select, select_row, count, insert, update, delete)
* Atomic multi-table updates, inserts, deletes
eg: update items, month set items.price=month.price where
items.id=month.id;
Also primitive non-atomic (=insecure) rollbacks.
* Functions, Triggers and Defaults per action
(select, update, insert, delete; before or after)
* Rich logging and debugging facilities.
PHP Class 'cellroll_lib' released
PHP Class 'cellroll_lib' released
10/15/2002 08:29 PMVery simple class for faster building of table-rollovers (changing
bgcolor for rows or cells) js-scripts
PHP Class 'MyTemplate' released
PHP Class 'MyTemplate' released
10/15/2002 08:29 PMMyTemplate is very powerful template engine. It allows including a
nested template file directly into another template file and
automaticaly parse it in any template in set.
Working with dinamic blocks is so easy. Only assign block variables
and get result. You do not need to parse each block 'manualy'.
Automaticaly parses PHP constant and global variables into templates.
Supports multiply template directories.
You'll like it :) Your code will become shorter :)
PHP Class 'DcSessionManager ' released
PHP Class 'DcSessionManager ' released
05/14/2004 07:21 PMThis class is meant to manage sessions storing the information about
their state in a MySQL database table.
It generates an hash with 64 characters that is used to identify each
session and may be passed between pages using cookies or request
variables.
This class has security in mind, providing means to prevents session
hijack by using 2 hashes (double crypted) in only one "session".
You can store more than 5kbytes of data in each session.
The class provides other features, like:
- Explicitly creating and destroing session
- Register and deleting a session value
- Check if a session key value is assigned
PHP Class 'page_handle' released
PHP Class 'page_handle' released
10/28/2002 08:29 PMA template engine geared to be able to display data without much
hassle in PHP code, just fetching of data and giving it to the
template engine. Create HTML templates with the data's keywords
PHP Class 'mimetype' released
PHP Class 'mimetype' released
10/28/2002 08:29 PMThis class enables PHP scripts to determine the mime type of a file
based on file extension, useful for PHP versions without access to
other utilities that determine mime type. Built from the Apache mime
type file.
PHP Class 'CSQLite' released
PHP Class 'CSQLite' released
05/14/2004 07:21 PMThis class is a wrapper to access SQLite file databases using SQLite
extension for PHP 5.
The functions are similar to those used to access MySQL databases:
open, query, fetch_row and get_num_rows.
PHP Class 'phpsecureweb' released
PHP Class 'phpsecureweb' released
10/29/2002 07:48 PMProtect your sites or intranet with the power of PHP Secure Web. It is
database independent as what adODB supports. You required to have a
database of your liking. Simply install the tables, sign on as an
Admin, create users and groups, assign users and actions to the
groups, and you are almost done. Now write 4-5 lines of code for the
pages you want to protect (you can copy it from the examples) and you
are done. You will love the powerful and advanced Administration
features.
PHP Class 'innodb' released
PHP Class 'innodb' released
01/04/2003 07:10 PMClass to store and retrieve information stored in MySQL innodb tables.
In portuguese:
Classe para banco de dados mysql com algumas funes especificas para
tabelas innodb.
Grok Description matches for PHP Class 'reGlobal' released
GrokA matches for PHP Class 'reGlobal' released
Encrypt/Decrypt and View Encryption
Information on the fly
Encrypt/Decrypt and View Encryption
Information on the fly
06/08/2004 02:39 AMClass Encrypt
Class Encrypt
03/16/2003 09:47 AMClass Encrypt version 1.2 released
AIM Encrypt
AIM Encrypt
04/27/2004 06:12 AMKremlin Encrypt (for Mac OS) 3.0
Kremlin Encrypt (for Mac OS) 3.0
08/17/2004 08:51 PMProvides a cross-platform security suite for Mac and PC. It builds a
wall around your data.
Encrypt mobile content to ensure
compliance with data legislation
Encrypt mobile content to ensure
compliance with data legislation
04/26/2004 09:42 PMComputer Weekly Apr 27 2004 1:22AM GMT
Dekart Private Disk v2.02
Dekart Private Disk v2.02
04/27/2004 07:27 AMTransparent on-the-fly disk encryption software - encryption of data
with validated AES encryption - create virtual encrypted disk to
provide 100% protection of your proprietary information. Features:
FIPS validated AES algorithm, transparent on-the-fly encryption of
data, intuitive user interface, easy installation and deployment,
reliable continuous operation, support of different storage devices,
large encryption capacity. [Shareware $45.00 30 Days 958 KB]
Dekart Private Disk reviewed by Michael
E. Callahan aka Dr. File Finder™ and
chosen as one of Dr. File Finder's Picks
Dekart Private Disk reviewed by Michael
E. Callahan aka Dr. File Finder™ and
chosen as one of Dr. File Finder's Picks
09/10/2004 03:49 AMDekart Private Disk 2.03, a user-friendly and smart data protection
software, that offers strong 256-bit AES encryption and ease of use to
encrypt user data, was reviewed by Michael E. Callahan aka Dr. File
Finder™ and chosen as one of Dr. File Finder's Picks. Dr. File
Finder's review of Dekart Private Disk 2.03 is on Dr. File Finder's
Home Page. [PRWEB Sep 10, 2004]
Mac OS X stores login/Keychain/FileVault
passwords on disk
Mac OS X stores login/Keychain/FileVault
passwords on disk
06/25/2004 05:26 PMMatt Johnston (Jun 25 2004)
Re: Mac OS X stores
login/Keychain/FileVault passwords on
disk
Re: Mac OS X stores
login/Keychain/FileVault passwords on
disk
07/15/2004 03:10 PMAdi Kriegisch (Jul 12 2004)
Review: First Class Amtrak
Review: First Class Amtrak
12/06/2003 09:47 AM It was a good thing I took the train from NYC to Boston last night
not only because trains are one of the few modes of transportation
that are actually enjoyable, but also because the snow storm felled
the airports. But ... Pitney-Bowes sprang for the extra $50 for first
class, so I tried it. Conclusion: Save your money. I couldn't see any
physical difference in the first class car except that it was
conspicuously filthy. Yes, they give you a mediocre meal. Yes, you get
free liquor, but you'd have to drink a lot more than I do...
Book Review: IPSec, The New Security
Standard for the Internet, Intranets,
and Virtual Private Networks, Second
Edition
Book Review: IPSec, The New Security
Standard for the Internet, Intranets,
and Virtual Private Networks, Second
Edition
12/02/2003 01:46 AMGood theory but not much practice.
Book Review: IPSec, The New Security
Standard for the Internet, Intranets,
and Virtual Private Networks, Secon
Book Review: IPSec, The New Security
Standard for the Internet, Intranets,
and Virtual Private Networks, Secon
12/06/2003 05:01 AMLinux Journal Dec 6 2003 4:35AM ET
: Book Review: IPSec, The New Security
Standard for the Internet, Intranets,
and Virtual Private Networks, Second
Edition, by Naganand Doraswamy and Dan
Harkins
: Book Review: IPSec, The New Security
Standard for the Internet, Intranets,
and Virtual Private Networks, Second
Edition, by Naganand Doraswamy and Dan
Harkins
12/30/2003 01:35 AMhttp://www.linuxjournal.com/article.php?sid=7026
AKA "That Orange IPSec Book" now has a Second Edition, and its
green...... The defacto IPSec book that on every bookshelf of serious
VPN'rs.
Hey, nice review , why dont you review
T630 and k700i the latest offering from
SE
Hey, nice review , why dont you review
T630 and k700i the latest offering from
SE
07/08/2004 01:49 AMTechTree Jul 8 2004 5:42AM GMT
ZH2004-02SA (security advisory): PJ CGI
Neo review (NeoBoard review) Remote
arbitrary file retrieving
ZH2004-02SA (security advisory): PJ CGI
Neo review (NeoBoard review) Remote
arbitrary file retrieving
01/01/2005 04:55 AMZetaLabs (Jan 29 2004)
Waterfield Mac Mini SleeveCase Review +
VertiGo and Cablebuddy Review
Waterfield Mac Mini SleeveCase Review +
VertiGo and Cablebuddy Review
04/06/2005 02:46 PMWaterfield Bags launched a SleeveCase designed specifically for the
Mac Mini within weeks of the official Apple announcement. In its
default configuration as I received it, the SleeveCase is merely what
it claims to be, a case into which a Mac Mini will fit. However,
Waterfield offers a configuration with a detachable shoulder strap.
(
read the
review) This makes it very comparable to the eM2 bag we reviewed a
few weeks ago...

Review: Review: XAMPP--An Apache Server
Stack
Review: Review: XAMPP--An Apache Server
Stack
06/17/2005 04:24 PM"The cornerstone of most open source application serving is the
ubiquitous LAMP (Linux Apache MySQL PHP/Python/Perl) stack. Yet it's
not always as easy as you'd expect to get all the elements of the
stack properly installed and working together. Enter XAMPP..."
Review: Review: iPod Camera Connector
Review: Review: iPod Camera Connector
03/31/2005 05:56 PMThe iPod Camera Connector finally lets you download and immediately
view your pictures on an iPod photo. Handy though it is, it will tax
your iPod’s battery.
Do we still need DDR SDRAM? Review @
HardwareOC Review
Do we still need DDR SDRAM? Review @
HardwareOC Review
09/16/2004 11:07 AM10.3: A script to create a segmented
disk image
10.3: A script to create a segmented
disk image
11/16/2003 01:47 PMIn Jaguar, we can create segmented disk image using Disk Copy but
yesterday when I was about to archive my files, I couldn't find a way
to do this in Panther. But I'm not quite sure if it was just me or
not. So I created a sc...
Faster, better disk image mounting via a
script
Faster, better disk image mounting via a
script
03/13/2003 10:21 AMFaster, better disk image mounting via a script
SQL Script: Client Machines With Less
Than 30 MB Free Disk Space
SQL Script: Client Machines With Less
Than 30 MB Free Disk Space
04/26/2004 08:30 PMSMS Installer Walkthrough: Allow Floppy
Disk Change Script Action
SMS Installer Walkthrough: Allow Floppy
Disk Change Script Action
12/29/2004 01:42 AMHTTP client request class 2004.06.30
HTTP client request class 2004.06.30
07/01/2004 11:54 AMA PHP Class to make arbitrary HTTP requests.
HTTP client request class 2003.12.18
HTTP client request class 2003.12.18
12/18/2003 07:22 PMA PHP Class to make arbitrary HTTP requests.
HTTP client request class 2004.08.11
HTTP client request class 2004.08.11
08/12/2004 03:58 AMA PHP Class to make arbitrary HTTP requests.
Review: Review: JamPod
Review: Review: JamPod
03/31/2005 05:58 PMDVForge releases another inspired product hampered by quality-control
issues.
California Cities, Counties Request
Class Action in Suit Against Microsoft
California Cities, Counties Request
Class Action in Suit Against Microsoft
08/30/2004 03:37 PMEnterprise Windows I.T. Aug 30 2004 7:12PM GMT
Book review: The Book of SAX: The Simple
API for XML (Unix Review)
Book review: The Book of SAX: The Simple
API for XML (Unix Review)
11/18/2002 09:56 AMNew Script: Amazon API Class
New Script: Amazon API Class
07/19/2002 08:45 AM PHP Class 'reGlobal' released