PHP Class 'burnauth' released
Grok Headline matches for PHP Class 'burnauth' 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
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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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.
PHP Class 'Kxparse' released
PHP Class 'Kxparse' released
11/01/2002 07:49 PMA XML parser, that's extremly fast and easy to use, tested in two
websites and gave good results!
Grok Description matches for PHP Class 'burnauth' released
GrokA matches for PHP Class 'burnauth' released
SMC and RealNetworks Help Digital Music
Fans Go Wireless and Enjoy Rhapsody
Throughout the Home
SMC and RealNetworks Help Digital Music
Fans Go Wireless and Enjoy Rhapsody
Throughout the Home
06/17/2004 03:45 AMSMC Networks announced that its EZ-Stream™ Wireless Audio Adapter
(SMCWAA-B) is now compatible with Rhapsody®, the award-winning
Internet jukebox service from RealNetworks®. Available now in retail
stores and through select resellers at an MSRP of $129.99, the new
EZ-Stream 2.4GHz 11Mbps Wireless Audio Adapter makes it easy for
consumers to stream music stored on or accessible via their PC to any
room in the home using their existing wireless home networks. [PRWEB
Jun 17, 2004]
GooBall 1.0
GooBall 1.0
03/17/2005 04:24 AMRoll, jump, and slime your GooBall through dozens of fanciful worlds
of wonder as you control the cutest little alien around.
Ambrosia releases GooBall game
Ambrosia releases GooBall game
03/19/2005 03:15 AMAmbrosia Software Inc. has announced the release of GooBall, a 3D
action game in which you roll, jump and slime your way through mazes
on many distinct worlds. You are the Goober, an alien encased in a
large ball of viscous goo.
Ambrosia Announces GooBall Action Game
Ambrosia Announces GooBall Action Game
03/19/2005 02:29 AM By MacMinute
Rhapsody IRC 0.24b
Rhapsody IRC 0.24b
01/04/2005 04:08 AMAn IRC console client for Unix.
Wherefore Art Thou, Rhapsody?
Wherefore Art Thou, Rhapsody?
06/17/2004 12:27 AMMobile
Music Streaming Service
"A new service called StreamMan has commercially launched
today with TeliaSonera in Finland and will be launched across Europe
with major mobile operators in the near future.
Developped by End2End
in partnership with Sony Network Services, StreamMan enables
end-users to enjoy a large portfolio of songs from both major and
independent record labels, as well as access dynamic news content,
artist information, and community features such as messaging and music
exchange. More in company press
release" [ringtonia.com]
Come on
already!
DrunkenBlog: Rhapsody in Yellow
DrunkenBlog: Rhapsody in Yellow
05/03/2004 05:30 AM
DrunkenBlog: Rhapsody in Yellow ..
quote:drunkenbatman.com/drunkenblog-archives/000257.html
track this
site | 4 links
Xeni Flies Zero G #5: Hungarian Zero G
Rhapsody
Xeni Flies Zero G #5: Hungarian Zero G
Rhapsody
09/15/2004 12:12 AM
Xeni Jardin:
BoingBoing reader Peter says,
"I was reading about your upcoming adventure with considerable envy
when I realized i'd seen something similar in june or so and sure
enough, a Hungarian online mag has a first-person account of such a
flight right here in budapest. a 20-year old soviet-built Antonov 2
plane is used for the stunt, apparently flown by one of hungary's top
fighter pilots (this part is not clear). it's all in hungarian but
check out the pictures. it's groovy."
Link
Update: Péter Kelemen says, "Well, the
pilot is Gyula VÁRI (former squadron leader), the article says
nothing about him being one of Hungary's top fighter pilot. But he is
the President of the Hungarian Aeronautical Association. (Link). The flight
itself is about 20 minutes in 1000-3000m altitude while having 10-12
weightlessness-sessions of 7-10 sec each. G changes between 0-3
during the flight."
Previous "Xeni Flies Zero-G" posts:
4,
3,
2, 1.
Apple Rebukes RealNetworks Over Rhapsody
Flap
Apple Rebukes RealNetworks Over Rhapsody
Flap
07/29/2004 01:41 PM
TheStreet.com Jul 29 2004 4:45PM GMT
Looking for a security contact of
RealNetworks Live Rhapsody
Looking for a security contact of
RealNetworks Live Rhapsody
05/31/2004 12:41 PM
Philip Stoev (May 27 2004)
RealNetworks Patches Player, Rhapsody
Vulnerabilities
RealNetworks Patches Player, Rhapsody
Vulnerabilities
06/24/2005 09:28 PM
Information Week Jun 25 2005 1:16AM GMT
Xeni Flies Zero G, part 5: Hungarian
Zero G Rhapsody
Xeni Flies Zero G, part 5: Hungarian
Zero G Rhapsody
09/14/2004 03:48 AM
Xeni Jardin:
BoingBoing reader Peter says,
"I was reading about your upcoming adventure with considerable envy
when I realized i'd seen something similar in june or so and sure
enough, a Hungarian online mag has a first-person account of such a
flight right here in budapest. a 20-year old soviet-built Antonov 2
plane is used for the stunt, apparently flown by one of hungary's top
fighter pilots (this part is not clear). it's all in hungarian but
check out the pictures. it's groovy."
Link
Previous "Xeni Flies Zero-G" posts:
4,
3,
2, 1.
Real's Rhapsody RadioPlus to play on
Comcast
Real's Rhapsody RadioPlus to play on
Comcast
01/05/2005 04:14 PM
Firms expand content deal to bring Internet radio service to
Comcast.net.
I-Logix Partners With Toshiba
Information Systems of Japan to
Distribute Rhapsody
I-Logix Partners With Toshiba
Information Systems of Japan to
Distribute Rhapsody
06/07/2004 02:49 AM
Rhapsody is I-Logix’ Award Winning UML 2.0 Model-Driven Development
(MDD) Environment Embedded Systems Software Solution [PRWEB Jun 7,
2004]
New PC-software supports consumers of
music downloads in disadvantages of
music industry
New PC-software supports consumers of
music downloads in disadvantages of
music industry
09/13/2004 03:06 AM
German company RapidSolution Software has released the Windows
software Tunebite. Music tracks purchased from the Internet are
copy-protected and involve important restrictions for many users when
they are played back. With the option to re-record them while they are
played, Tunebite legally provides the user with new music files
without restrictions. This ensures that music bought from Apple
iTunes, Sony Connect, AOL or other music platforms in the Internet can
be played back and listened to from everywhere. [PRWEB Sep 13, 2004]
Mireth Technology Launches New Digital
Music Software - Music Man Released
Mireth Technology Launches New Digital
Music Software - Music Man Released
09/02/2004 02:25 AM
Mireth Technology Corp. announces the launch of Music Man, digital
music software that rips from CD, converts between formats, burns to
CD or to USB Flash Drive Memory and plays music files, CDs and
directly from USB Flash. Music Man was developed for Macintosh users
with MP3 devices other than Apple’s. Music Man runs on Mac OS X.
[PRWEB Sep 2, 2004]
Sonic Introduces AuthorScript Music SDK
for Online Music Providers and Audio
Software Developers
Sonic Introduces AuthorScript Music SDK
for Online Music Providers and Audio
Software Developers
09/27/2004 07:30 AM
Biz.yahoo.com - Mon Sep 27, 10:37 am GMT
Analysis Finds MySQL Code Low on Bugs
Analysis Finds MySQL Code Low on Bugs
02/05/2005 09:20 PM
Just in time to counter security taints from last week's MySpooler
worm, which spread via weak MySQL passwords on Windows installations,
MySQL gets a clean bill of health from code-analysis firm Coverity.
The French crack down on music pirates
The French crack down on music pirates
07/30/2004 08:50 PM
Direct and Related Links for 'The
French crack down on music pirates'
In a French government backed charter, French ISPs have agreed to
“do their part” in the fight against music pirates. The
ISPs are hoping that by participating in a charter such as this, it
will prevent the eventual arrival of legislation such as the Digital
Millennium Copyright Act such as we have here in the U.S. If a music
pirate is caught by their ISP, the ISP will “send warning
messages to individual customers upon…
French ISPs to Crack Down on Music
Pirates (AP)
French ISPs to Crack Down on Music
Pirates (AP)
07/28/2004 03:01 PM
AP - French Internet service providers agreed Wednesday to cooperate
in a crackdown against Web surfers who illegally download music
online.
Tennis Titans 1.0e
Tennis Titans 1.0e
03/17/2005 04:24 AM
Hit the courts and try the best ball-whacking tennis game ever.
"
Labels seek end to 99c music per song
download | The Register"
"
Labels seek end to 99c music per song
download | The Register"
04/13/2004 09:53 AM
Bloggers invade Austin music fest | The
Register
Bloggers invade Austin music fest | The
Register
03/23/2005 10:08 AM
Labels seek end to 99c music per song
download | The Register
Labels seek end to 99c music per song
download | The Register
04/12/2004 11:33 AM
Labels seek end to 99c music per song download The Register .. current
online pricetheregister.com/2004/04/09/pigopolist_price_hike
track
this site | 4 links
Microsoft tells music biz to 'back
lock-down CD standard' | The Register
Microsoft tells music biz to 'back
lock-down CD standard' | The Register
09/18/2004 03:03 PM
Music & MIDI In Panther
Music & MIDI In Panther
10/29/2003 12:13 AM
Skunk Studios releases Tennis Titans
game
Skunk Studios releases Tennis Titans
game
03/19/2005 03:14 AM
San Francisco-based casual game developer Skunk Studios' latest
original release is Tennis Titans, a new cartoon-style 3D tennis
action game for Mac OS X and Windows. The game features two different
modes, easy mouse controls, real-time ball physics, comical characters
and more.
Music Industry Drafts Code of Conduct
for ISPs
Music Industry Drafts Code of Conduct
for ISPs
04/12/2005 11:09 AM
Oz Music Code releases Alphabet Soup
version 2
Oz Music Code releases Alphabet Soup
version 2
12/27/2004 11:44 PM
Oz Music Code
www.ozmusiccode.com
The good chefs at Oz Music Code have just released version 2 of their
product Alphabet Soup.
[[ Visit http://www.macmegasite.com for full article ]]
Capture/RIP Music Streams for Easy,
Free, Legal, and Tagged Music/MP3 Files
Capture/RIP Music Streams for Easy,
Free, Legal, and Tagged Music/MP3 Files
03/28/2005 12:56 PM
Tech-Recipes Mar 28 2005 5:12PM GMT
PHP Class 'burnauth' released