PHP Class 'DCalendar' released
Grok Headline matches for PHP Class 'DCalendar' 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_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 '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 '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 '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 '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 '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 '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 '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 '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 '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 'DCalendar' released
GrokA matches for PHP Class 'DCalendar' released
Calendar-Generate-0.64
Calendar-Generate-0.64
04/17/2004 06:10 AMCalendar-Generate-0.65
Calendar-Generate-0.65
04/20/2004 04:45 PMEnlista Calendar offers multi-platform
calendar sharing
Enlista Calendar offers multi-platform
calendar sharing
02/10/2004 11:56 AMEnlista Corp. on Tuesday
announced the release of Enlista Calendar 1.0, a multi-platform peer
to peer calendaring sharing application that supports Mac OS X,
Windows and Linux platforms.
Calendar items show the incorrect date
and time in your Pocket PC device?
Calendar items show the incorrect date
and time in your Pocket PC device?
01/05/2005 06:38 PMInstall Outlook 2000 Multi-Calendar
Viewer
Install Outlook 2000 Multi-Calendar
Viewer
06/30/2004 07:26 PMclass.Calendar
class.Calendar
06/06/2002 06:00 AMHighly customizable calendar class. Edit colors, widths and properties
with ease.
Websites Worldwide Get a Unique
Opportunity to Generate Recurring
Revenue with the RatePubs Global
Network.
Websites Worldwide Get a Unique
Opportunity to Generate Recurring
Revenue with the RatePubs Global
Network.
07/13/2004 03:08 AMThe RatePubs Network solves the two main problems for websites; how to
get fresh, local, interactive content, and how to generate a recurring
revenue stream. Pubs and bars worldwide will also benefit with a
cost-effective targeted advertising channel. [PRWEB Jul 13, 2004]
Using PHP to Make Basic
vCalendar/iCalendar Events
Using PHP to Make Basic
vCalendar/iCalendar Events
10/08/2002 01:21 PMIf you maintain a web calendar, the vCalendar/iCalendar specifications
can help you share calendar events with users through your site. By
clicking on a simple link to a text file, your events can be added to
your users' Outlook, Palm Desktop, or scheduling program of their
choice. Such an application can be easy, simple, and automated if the
event data is stored in a database, and the text file is formatted to
the vCalendar/iCalendar specification with any scripting language. --
Shu-Wai Chow
"tri" A return to the high-quality phpbuilder articles we used to
remember!
"zeldman.ogel"
USBVision offers multi-brand USB video
import for OS X
USBVision offers multi-brand USB video
import for OS X
02/18/2004 12:01 PMEchoFX is perhaps best known to
Mac users up to now as the company that continued sales and support of
the InterView after XLR8 Inc. shut down. Now the company has developed
a new Mac OS X-native solution -- USBVision -- and has expanded its
support way beyond just the InterView.
A simple iCal-compatible desktop
calendar
A simple iCal-compatible desktop
calendar
05/12/2004 11:14 AMI was looking for an iCal-compatible desktop calendar, but couldn't
find one I liked. So instead, I did the following:Opened iCal.
Selected Print.
Saved to a PDF. This gave me a PDF file with all my calendars, a key
and a sma...
Recover from iSync that locks an iCal
calendar
Recover from iSync that locks an iCal
calendar
03/17/2005 02:56 AMThis may save someone some trouble. i coudn't find anything anywhere
about it, but it seems easy enough to stumble into the problem.
Problem: I got an iPod and began using iSync to capture my contacts
and calendar from tw...
Create an iCal calendar of Address Book
birthdays
Create an iCal calendar of Address Book
birthdays
03/17/2005 02:56 AMI have written a small program that builds an iCal calendar with all
birthdays from the Address Book. See this page for more information on
how to use the tool and a download link.
[robg adds: This worked as described; I ins...
Monkeymen Calendar 2.0 Calendar Software
for Windows Released
Monkeymen Calendar 2.0 Calendar Software
for Windows Released
12/22/2004 01:58 AMMonkeymen have released Monkeymen Calendar Version 2.0 for Windows
95/8, NT, ME, Windows 2000 and Windows XP; an easy to use, intuitive
and fully customizable Calendar-Planner and Reminder application.
[PRWEB Dec 20, 2004]
datelens, zooming calendar UI for
Outlook
datelens, zooming calendar UI for
Outlook
02/10/2004 02:56 AMfinally, some actual innovations in PIM UI
Calendar-List-0.10
Calendar-List-0.10
12/16/2003 06:33 PMCalendar-List-0.07
Calendar-List-0.07
11/06/2003 09:56 AMGadget freaks, watch out Radio-wave
receiver brings weather, calendar, stock
quotes to your wrist
Gadget freaks, watch out Radio-wave
receiver brings weather, calendar, stock
quotes to your wrist
01/26/2004 08:35 AMSiliconValley.com Jan 26 2004 1:15PM GMT
Outlook 2003 Sample: Custom Calendar
Providers for Outlook 2003
Outlook 2003 Sample: Custom Calendar
Providers for Outlook 2003
05/19/2004 12:03 AMThis download provides sample files for use with the MSDN Article
"Custom Calendar Providers for Outlook 2003." To view the article,
click the link available from the Related Resources box.
Stephen Toub walks you through customizing native Outlook integration
with the Lists Web service from Microsoft Windows SharePoint Services
to build a custom Web application that actually serves up custom data
instead of that from an events list.
Painter's Picker 1.0 extends color
picker panel
Painter's Picker 1.0 extends color
picker panel
11/14/2003 08:00 AMOld Jewel Software today announced the release of Painter's Picker
1.0, its new extension to Mac OS X's color picker panel...
Painter's Picker extends OS X color
picker panel
Painter's Picker extends OS X color
picker panel
11/14/2003 02:55 PMOld Jewel Software has
released Painter's Picker 1.0, an extension to the color picker panel
in Mac OS X. The US$13.85 utility adds the ability to choose related
colors from directly within the color picker and adds more precise
controls for choosing saturation, hue angle and brightness.
PHP Class 'Zip Codes Range' released
PHP Class 'Zip Codes Range' released
05/18/2004 07:31 PMThis class can be used to find all United States zip codes within a
given distance range of a given zip code.
It queries a zip code database and will return an array of zip codes
plus the distance from the original zip code.
PHP Class 'Array Multi Sort' released
PHP Class 'Array Multi Sort' released
05/01/2004 06:48 PMThis class is meant to sort arrays of associative arrays like those
returned as result sets database query functions.
It can sort the result arrays considering multiple result columns. It
can perform ascendent or descendent sorting onb each column.
Columns of dates are sorted correctly if they comply with GNU date
syntax.
(http://www.gnu.org/software/tar/manual/html_chapter/tar_7.html)
Generate Background 1.0.2
Generate Background 1.0.2
04/12/2004 06:17 PMA random wallpaper selector.
Generate A Random Password
Generate A Random Password
09/06/2004 09:29 PMOnline media will generate $7B by '08
Online media will generate $7B by '08
07/14/2004 05:05 PMMusic sales will be mostly per-unit, while movie and video sales will
be mostly subscription-based.
Use AppleScripts to generate web pages
Use AppleScripts to generate web pages
12/22/2003 11:22 AMjkooy: "You can make it work by using Server Side Includes (SSI). If
you set up Apache to run as the user that is logged into the system,
you can run AppleScripts inside your webpages by using SSI and the
osascript program."
Quick Color Class
Quick Color Class
12/02/2002 02:07 AMBecause it is often necessary to reproduce the colors in identity
materials when building a web page, it helps to know what to expect
from the displays that will actually see the page you create as well
as account for those users who may not perceive color in the same way.
Generate Google Sitemaps Automatically
Generate Google Sitemaps Automatically
06/17/2005 07:21 PMIf you're into the idea of Google Sitemaps but you're not into rolling
your own SiteMap, check out SiteMapsPal at
http://www.sitemapspal.com/, which has a handy online form for
generating SiteMaps...
Compliance to Generate Investment Spree
Compliance to Generate Investment Spree
05/04/2004 07:49 PMTechnology For Finance May 4 2004 10:56PM GMT
Generate strong yet memorable passwords
Generate strong yet memorable passwords
09/23/2004 11:08 AMA good, secure password has a number of key characteristics:It will be
relatively long (the more characters the better)
It will be relatively random (it should look like gobbledygook and it
shouldn't contain sequences of lett...
PHP Class 'DCalendar' released