PHP Class 'Spreadsheet_WriteExcel' released
Grok Headline matches for PHP Class 'Spreadsheet_WriteExcel' 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 '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 '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 'Spreadsheet_WriteExcel' released
GrokA matches for PHP Class 'Spreadsheet_WriteExcel' released
JFreeChart 1.0.0-pre2 (Development
branch)
JFreeChart 1.0.0-pre2 (Development
branch)
03/14/2005 06:21 PM

JFreeChart is a chart library for the Java platform that supports a
wide range of charts including pie charts (2D and 3D), bar charts
(horizontal and vertical, regular or stacked, with optional
3D-effects), line charts, XY plots, scatter plots, time series charts,
high/low/open/close charts, candlestick plots, Gantt charts, Pareto
charts, combination charts, and more. It is suitable for use in
applications, applets, servlets, and JSP.
Changes:
A new LegendTitle class replaces (by default) the Standard Legend
class, and a couple of new renderers have been added. In preparation
for the 1.0.0 final release, all deprecated code has been removed, and
many bugs are fixed in this release.
Updated: Developer Guide to Migration
and Interoperability in "Longhorn"
Updated: Developer Guide to Migration
and Interoperability in "Longhorn"
07/10/2004 02:41 AMGet coding recommendations on when and how to interoperate or migrate
existing code, and on the migration and interoperability of Win32,
ActiveX, and Windows Forms. The downloadable samples have just been
updated to run on the Longhorn Community Technical Preview, WinHEC
2004 Build.
JFreeChart
JFreeChart
11/17/2003 10:25 AMJFreeChart 0.9.14 released
JFreeChart 0.9.21 (Development)
JFreeChart 0.9.21 (Development)
09/13/2004 05:18 AMA chart library for the Java platform.
JFreeChart 0.9.14 (Development)
JFreeChart 0.9.14 (Development)
11/18/2003 08:07 AMA chart library for Java.
JFreeChart 0.9.19 (Development)
JFreeChart 0.9.19 (Development)
06/02/2004 08:29 AMA chart library for the Java platform.
JFreeChart 0.9.18 (Development)
JFreeChart 0.9.18 (Development)
04/19/2004 09:46 AMA chart library for the Java platform.
Senior developer to work on new MP3
download site
Senior developer to work on new MP3
download site
04/27/2004 10:04 AMKarma Music Group - United Kingdom, Camden, London (2004-04-27)
AutoZone developer says SCO is on crack
AutoZone developer says SCO is on crack
03/06/2004 01:54 AMSCO Group sued AutoZone (full text of the complaint) for having used
their libraries when they migrated to Linux. They don't have any
evidence, but rather just say "they did it too fast, so they must have
gotten help from IBM and stolen our code". (Note, it didn't have
anything to do with the Linux code). The lead developer at AutoZone at
the time of the migration writes on Groklaw that the SCO claims is a
pile of %$%#$. They...
Free download: Quick Start guide to
Visual Basic .NET
Free download: Quick Start guide to
Visual Basic .NET
04/12/2004 06:17 AMCNET Apr 12 2004 10:08AM GMT
Wil Wheaton Joins Developer Shed in
Launching igrep.com – the Internet's
First Developer Search Engine
Wil Wheaton Joins Developer Shed in
Launching igrep.com – the Internet's
First Developer Search Engine
04/04/2005 02:33 AMWil Wheaton and DeveloperShed are teaming up to launch igrep, the
first (and only) vertical niche search engine designed specifically
for developers. The search engine is powered from DeveloperShed's vast
array of more than five million technology-related documents,
including FAQs. Since igrep indexes only content, it can provide
developers with much more relevant content than other search engines.
[PRWEB Apr 4, 2005]
TV Guide Offers Movie and Sports Guide
TV Guide Offers Movie and Sports Guide
08/30/2004 06:34 AMTo keep up with my beloved Cubbies I usually use tv.yahoo.com, but
sometimes I find that the site doesn't respond, or it only has a day's
worth of sports listings....
LawMeme - The LawMeme Reader's Guide to
Ernie Miller's Guide to the INDUCE Act
LawMeme - The LawMeme Reader's Guide to
Ernie Miller's Guide to the INDUCE Act
07/18/2004 05:18 AMMore than you wanted to know about the INDUCE act .. Inducing
Infringement of Copyrights Act ..
index
research.yale.edu/lawmeme/modules.php?name=News&file=article&s
id=1549
track this
site | 3 links
Former About.com Search Guide Assumes
Editorial Post at Search Engine Guide
Former About.com Search Guide Assumes
Editorial Post at Search Engine Guide
06/17/2004 09:05 PMSource: Search Engine Guide - Search Engine Guide today announced the
appointment of former About.com Web Search Guide Jennifer Laycock to
its editor-in-chief position. Laycock will drive the creation of
consumer-focused content, including industry news, product reviews and
how-to guides,...
Microsoft Mobile Developer Conference
2004
Microsoft Mobile Developer Conference
2004
01/16/2004 11:02 AMHear Microsoft Chairman and Chief Software Architect Bill Gates speak
at Microsoft® Mobile DevCon 2004, the premier developer event for
building and bringing to market mobile applications, content and
services for Windows Mobile™ and Windows® platforms.
This is a must attend event for developers seeking knowledge about the
latest platform advances for mobile technologies, including Windows
Mobile-based Pocket PCs and Smartphones, .NET Compact Framework, SQL
Server CE, ASP.NET, and MapPoint Location Server and other mobile
technologies.
Register by January 30, 2004, for early-bird pricing and receive a
$300 discount.
Microsoft Developer Tools Roadmap
2004-2005
Microsoft Developer Tools Roadmap
2004-2005
10/30/2003 12:35 AMIn February 2002, software developers and architects worldwide were
introduced to Visual Studio .NET and the Microsoft .NET Framework.
This landmark release, four years in the making, offered a unified
development environment and programming model for constructing a range
of software solutions. With the recent launch of Visual Studio .NET
2003, customers gained the benefits of enhanced tool and framework
functionality, as well as increased performance, security and
scalability for building enterprise-critical software.
Book Review: Guide to Microsoft Office
2004
Book Review: Guide to Microsoft Office
2004
09/13/2004 10:32 AMStuart Gitlow gives a thumbs-up to the latest Visual Quickstart title
for the Mac.
Our New 2004 Buyers Guide
Our New 2004 Buyers Guide
12/16/2003 05:32 AMPopular Mechanics Dec 16 2003 4:35AM ET
Download of the week: Speed Download 2
Download of the week: Speed Download 2
12/07/2003 04:05 PMAfter reading a forum post yesterday inquiring about DSL vs. cable
download speeds (specifically Cox Cable), I though I’d write about
one of OS X’s more underappreciated applications.
Let’s face it. If you’re using OS X, you’re using the Internet; and if
you’re using the Internet, you’re looking for one thing: speed. For
most people, dial-up just doesn’t cut it anymore, and for some, cable
speeds still aren’t enough. While Safari and Camino have taken care of
many gripes about page...
Reports from Mozilla Developer Day 2004
Reports from Mozilla Developer Day 2004
08/10/2004 09:43 PMIntel Developer Forum 2004
Intel Developer Forum 2004
09/12/2004 10:01 PMPersonal Computer World Sep 13 2004 2:12AM GMT
Mozilla Developer Day 2004 Reminder
Mozilla Developer Day 2004 Reminder
08/03/2004 11:27 PMDownload.com.sg, a Full Fledged Software
Download Site Hits 100,000 Visits a Day,
Increasing User Base Steadily and
Keeping Software Developers and Sponsors
Happy
Download.com.sg, a Full Fledged Software
Download Site Hits 100,000 Visits a Day,
Increasing User Base Steadily and
Keeping Software Developers and Sponsors
Happy
06/22/2005 01:51 AMWithin a short period of time, download.com.sg has made a mark for
itself as the premier software repository. Download.com.sg has added
10,000 memebers over just a few months and is averaging 100,000 visits
daily. Its sponsors, mainly software developers who sell their
software are kept happy with low advertising rate and high returns.
[PRWEB Jun 21, 2005]
FileMaker Developer Conference 2004
announced
FileMaker Developer Conference 2004
announced
04/15/2004 11:52 AMApple subsidiary FileMaker Inc. on Thursday announced plans for the
FileMaker Developer Conference
2004. The event is scheduled to take place from August 29 -
September 1, 2004 at the JW Marriott Desert Ridge Resort & Spa in
Phoenix, Ariz.
A guide to microsoft.com - Part 1
A guide to microsoft.com - Part 1
04/19/2004 11:03 AMMost of us will have at least one piece of Microsoft software on our
computers. Getting hold of information on using it, keeping your
software updated and getting your hands on the latest security
updates, patches and drivers can have you running around in circles.
The Microsoft website is packed with all of this essential information
and more but, if you've ever tried using it, you'll know that it's not
always easy to put your finger on what you're looking for in a timely
fashion. And if you're looking for information on solving a problem
that needs to be fixed quickly, this can be frustrating. To make
things easier, here's Computeractive's essential guide to finding what
you want on Microsoft's support websites.
BizTalk Server 2004 Installation Guide
BizTalk Server 2004 Installation Guide
09/24/2004 04:01 PMThis guide describes how to install BizTalk Server 2004 on a single
computer or on multiple computers. This is an updated guide available
for download.
Oracle, Microsoft Come Together in
Developer Deal
Oracle, Microsoft Come Together in
Developer Deal
05/21/2004 04:00 PMAs a member of Microsoft's Visual Studio Industry Partner program,
Oracle will integrate .Net developer tools with its database.
Microsoft Developer Tools Roadmap
Microsoft Developer Tools Roadmap
04/16/2004 11:41 PMThe release of Visual Studio 2005 and the .NET Framework 2.0 will
represent a significant milestone in the Microsoft developer tools
roadmap. Following the SQL Server 2005 and Visual Studio 2005 wave of
products, the next major platform update will be the Windows operating
system release code-named "Longhorn." The release of Visual Studio
2005 and the .NET Framework 2.0 will run on this landmark operating
system release, as will applications built with Visual Studio 2005.
Microsoft To Hold Developer Conference
Microsoft To Hold Developer Conference
12/22/2004 01:56 AMHostReview.com Dec 22 2004 6:48AM GMT
Microsoft Highlights New Developer Tools
Microsoft Highlights New Developer Tools
05/24/2004 03:59 PMTechEd: CEO Steve Ballmer promises security, interoperability and a
lot less coding with Visual Studio 2005.
PHP Class 'Spreadsheet_WriteExcel' released