PHP Class 'formbuilder' released
Grok Headline matches for PHP Class 'formbuilder' 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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 'utilsClass' released
PHP Class 'utilsClass' released
10/16/2002 07:47 PMUtils class for phpLib, provide 4 methods to select, insert, update
and delete data from database. It requires phpLib properly installed.
It's really a simple work, but it was helpful to me, so I thought to
make it available.
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 'formbuilder' released
GrokA matches for PHP Class 'formbuilder' released
Missing Open Source Security Tools?
Missing Open Source Security Tools?
06/28/2004 06:16 PMOpen-Source Vendors JBoss, MySQL Form
Partnership
Open-Source Vendors JBoss, MySQL Form
Partnership
01/22/2004 02:11 AMBoth companies promote the use of their software on Linux, which has
become an alternative to proprietary Unix and Windows Server operating
systems. ...
How to Create Universally Related Popup
Menus with Javascript: Single Form
Version III
How to Create Universally Related Popup
Menus with Javascript: Single Form
Version III
06/17/2005 03:32 PMIn this article, the author modifies Andy King's original version of
the Universally Related Popup Menus (URPMs). His intention was to make
it more suitable for submitting data to a server and to simplify the
JavaScript "O" objects used to store all the related list data. Read
on to see how he did it. By Rob Gravelle. 0613
Open-Source Vendors JBoss, MySQL Form
Partnership (TechWeb)
Open-Source Vendors JBoss, MySQL Form
Partnership (TechWeb)
01/22/2004 05:04 AMTechWeb - Under the marketing alliance, JBoss will integrate its
application server with MySQL's database servers, which the companies
say will simplify development and deployment of web-based Java
applications with open source technologies.
Dividend Funds Missing Dividends
Dividend Funds Missing Dividends
08/02/2004 03:55 PMNot all dividend mutual funds care about dividends.
Yahoo Messenger Flaw allows injection of
JavaScript into IM Windows
Yahoo Messenger Flaw allows injection of
JavaScript into IM Windows
12/05/2003 03:11 PMChet Simpson (Dec 05 2003)
O'Reilly: Handling Missing
Persons....er, Files
O'Reilly: Handling Missing
Persons....er, Files
02/14/2003 04:37 PMUsers hunt for missing 64-bit kit from
AMD and Microsoft
Users hunt for missing 64-bit kit from
AMD and Microsoft
06/17/2005 04:25 PMThe Register Jun 17 2005 12:55AM GMT
Bandai Networks Starts Providing Wink3D
Standby Screen Images for i-mode Users
Bandai Networks Starts Providing Wink3D
Standby Screen Images for i-mode Users
02/10/2004 06:56 AMJapan Corp Feb 10 2004 10:35AM GMT
Linux Sees Open Field for Open Source
(washingtonpost.com)
Linux Sees Open Field for Open Source
(washingtonpost.com)
08/03/2004 10:28 AMwashingtonpost.com - Plenty of tech experts have spent years trying to
convince the general public that the Linux operating system is
becoming more of a threat to Microsoft's Windows. With the LinuxWorld
conference underway this week in San Francisco, there is finally a
sure-fire sign that this may be the case: Microsoft won't be there.
FreeBSD, Stealth-Growth Open Source
Project
FreeBSD, Stealth-Growth Open Source
Project
06/11/2004 07:35 PMIs FreeBSD, that other Unix-like open source operating system, on the
comeback trail?
SearchEnterpriseLinux: MySQL CEO: Open
Source MySQL Will Rise, Legal Foes Will
Fall
SearchEnterpriseLinux: MySQL CEO: Open
Source MySQL Will Rise, Legal Foes Will
Fall
02/01/2005 09:06 PM"None of the legal attacks on open source or Linux have been
successful. None of that stuff has gone anywhere. That's the biggest
story..."
Open AppleScripts when missing an
application
Open AppleScripts when missing an
application
05/06/2004 10:14 AMToday, while trying to look at the script referenced in this hint, I
was temporarily stuck -- if you don't have Mailsmith installed, Script
Editor won't open the script (you get a "Where is Mailsmith?" dialog
box instead). I'...
Gundam SEED
Gundam SEED
07/25/2004 09:05 PMI was browsing around the web reading up on Gundam SEED mechs and
plots and it looks like it will get a lot more interesting....
Gundam SEED: Phase 10
Gundam SEED: Phase 10
06/20/2004 12:37 AMNot seen and a VCR error caused recording issues, ass. Here's the
synopsis from the official page: By threatening Lacus's life, the
Archangel...
Gundam SEED: Phase 06
Gundam SEED: Phase 06
05/23/2004 03:41 AMNot seeing Phase 5 of Mobile Suit Gundam SEED I was shocked that they
made it to the Earth Federation base Artemis and safe harbor....
Gundam SEED: Phase 17
Gundam SEED: Phase 17
08/07/2004 10:54 PMOpening with a quick recap of the last phase sets us up for the
meeting between the resistance group Desert Dawn and the crew of...
Gundam SEED: Phase 16
Gundam SEED: Phase 16
07/31/2004 10:49 PMA few of the characters finally mention some of Flay's unusual
behaviour, foreshadowing! On to the story. A Zaft desert patrol
attacks the Archangel...
Gundam SEED: Phase 04
Gundam SEED: Phase 04
05/09/2004 12:11 AMThis was a completely pointless episode. I thought Phase 3 set up the
fight between between Kira and Athrun for this episode, but no.
That'll...
Gundam SEED: Phase 13
Gundam SEED: Phase 13
07/11/2004 12:04 AMGet Your War On. This episode is pretty much just straight battle.
The ZAFT forces, spearheaded by the four stolen Gundams, bring havoc
and...
Gundam SEED: Phase 09
Gundam SEED: Phase 09
06/13/2004 12:56 AMOnce this episode got going it got pretty good. An advance fleet sent
by the Earth Alliance fleet is sent to meet the Archangel. Aboard...
Gundam SEED: Phase 15
Gundam SEED: Phase 15
07/25/2004 04:00 PMAnother recap episode taking in view points of Kira, Flay and Athrun.
Only one bit of exposition came from Flay when she was trying to...
Gundam SEED: Phase 02
Gundam SEED: Phase 02
04/25/2004 12:06 AMNothing really happened in this episode of Gundam SEED. The first part
was to establish Kira as some sort of prodigal pilot of mobile
suits,...
Gundam SEED: Phase 21
Gundam SEED: Phase 21
09/05/2004 02:17 AMThe end of the Desert Tiger. The final battle between Andy Waltfeld
and Kira happened a lot sooner than I thought it would. The
Archangel...
Gundam SEED: Phase 03
Gundam SEED: Phase 03
05/04/2004 09:16 PMPhase 3 of Gundam SEED picks up where 2 left off. The Whitebase
Archangel breaking into the colony. This distracts Rau Le Creuset long
enough...
Gundam SEED: Phase 22
Gundam SEED: Phase 22
09/12/2004 01:42 AM What started out as a simple recollection episode for Kira and some
relaxation time for the crew turned into something else entirely. The
Archangel...
Gundam SEED: Phase 07
Gundam SEED: Phase 07
05/30/2004 12:17 AMMy Bloody Valentine. This episode explained a lot of the back story as
to the hatred between the PLANT/ZAFT and the Earth Alliance. Basically
the...
Gundam SEED: Phase 14
Gundam SEED: Phase 14
07/18/2004 12:23 AMHoly Recap Batman! Rau Le Creuset narrates a brief over view of the
series up to Phase 13 in the first part. We elarn...
Gundam SEED; Phase 20
Gundam SEED; Phase 20
08/29/2004 12:15 AMWelcome to the PLANTs. This serves as a set up episode for the next
story arc. Athrun meets with the annoying Lacus Cline and they...
Gundam SEED: Phase 19
Gundam SEED: Phase 19
08/22/2004 02:25 AMAmuro meets Ramba Ral in the original Gundam series and they form a
respect for each other. Kira meets Andy Waltfeld., the Desert Tiger
and...
PHP Class 'formbuilder' released