PHP Class 'File Uploading Web interface' released
Grok Headline matches for PHP Class 'File Uploading Web interface' released
PHP Class 'File Split' released
PHP Class 'File Split' released
05/31/2004 06:41 PMThis class is meant to split big text files in multiple parts with
limited number of lines. It may be useful for splitting text log
files.
The class uses three parameters : the name of the file to split, the
path of the split file parts, and the limit of lines per file.
PHP Class 'File PHP' released
PHP Class 'File PHP' released
06/17/2004 07:24 PMThis class implements a Web based file manager user interface to
browse the structure of web servers file system.
On Mozilla and Internet Explorer a context menu opens up on clicking
the right mouse button on a listed file or folder. With Opera there is
a button which opens the menu. With Konqueror it brought up with a
left mouse button click.
The menu allows you to execute the following actions on files: upload,
download, create, edit, copy, move or rename and delete. With
directories it allows you to execute these actions: create, move or
rename and delete.
You can also enter PHP script in a textarea to execute it on the
server.
Be careful when using this tool as it is very powerful and should only
be accessible to Web site administrators.
PHP Class 'File Display' released
PHP Class 'File Display' released
11/13/2003 07:40 PMThis class is meant to output listings of files and sub-directories of
a given directory using HTML tables.
It can be configured to display or not display several types of
information such as: file size, file/folder permissions, last
modified date, etc..
It may restrict the listing of files based on the file name extension.
Currently, the default is to allow showing only show image files: GIF,
JPEG and PNG.
It may also show different icons with files depending on their file
name extension.
PHP Class 'File Man' released
PHP Class 'File Man' released
06/07/2004 07:16 PMThis class is provides several types of functionality to manipulate
files and directories.
It can edit files, delete files, search and replace the contents of
files.
This package comes with an application script that works as Web
interface for has writing, editing, uploading, downloading, deleting,
displaying the contents, information of files and directories.
The comments in the code are in Portuguese.
PHP Class 'File Scope Replacer' released
PHP Class 'File Scope Replacer' released
01/16/2004 11:05 AMThis package is meant to find and replace data in files.
The replacer class takes a text data value to be found as well the
replacement text. It scans files from a given directory to find and
replace the specified data.
The replacer class may either scan all files or just the ones that
match a given regular expression. It may optionally scan
sub-directories recursively.
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.
Uploading Files with Forms and PHP
Uploading Files with Forms and PHP
10/29/2003 02:22 AMTimothy shows you how you can accept file uploads with PHP.
Uploading Ringers via Hiptones and Dev
Kit
Uploading Ringers via Hiptones and Dev
Kit
07/25/2004 08:48 PMTech-Recipes Jul 26 2004 0:11AM GMT
Python script for uploading to Flickr
Python script for uploading to Flickr
03/27/2005 05:15 AMCory Doctorow:
CJM sez, "This is just a simple python script that looks in a
directory, and will upload what ever is there to your flickr account.
It keeps track of what it has uploaded, and that is about it for
features. The code is available to do whatever you wish with it."
Link
(
Thanks, CJM!)
FTPDroplet 1.0 aids file uploading
FTPDroplet 1.0 aids file uploading
01/27/2004 05:26 AMSubRosaSoft.com today announced the availability of FTPDroplet 1.0, an
easy-to-use utility for helping users upload files to Web servers (FTP
Servers)...
Microsoft Patents Uploading Data
Microsoft Patents Uploading Data
08/10/2004 12:33 PMtheodp writes
"Microsoft was granted a patent Tuesday for the Delayed Uploading of User Registration Data, which covers
storing information collected from a user locally and transmitting it
to a remote system once a connection is established." How is this
possibly non-obvious to anyone with at least a tenth of a brain?
Looks like
more of
the same where engineers are being pushed to patent anything, just
because that's what companies do these days.
Fix an iDisk 'file busy' error
Fix an iDisk 'file busy' error
06/02/2004 11:55 AMThis morning, I was trying to figure out why an image on my iDisk site
wasn't being updated, despite the fact that the app I was using to
update the image kept saying "Successfully uploaded."
When I connected to the iDisk in...
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.
Manila supports image and file uploading
Manila supports image and file uploading
03/22/2005 05:13 PMUserLand
Product News: “The MetaWeblog API in Manila has been updated
to add support for the metaWeblogApi.newMediaObject. If the object is
a picture, it’s posted as a new picture. If it’s another
type, it’s posted as a gem.”
Republican 'File-Gate' Scandal Grows
Republican 'File-Gate' Scandal Grows
03/06/2004 01:58 AMAP:
2
Republican ex-staffers blamed for theft of memos.
Democrats are
calling for an outside investigation, but the committee has yet to
decide what its next step will be. The report said 4,670 files were
found on a GOP aide's computer, ``the majority of which appeared to be
from folders belonging to Democratic staff.''The
copying of these documents went on for quite a while. It's barely
conceivable that the Republican senators on the Judiciary Committee,
for whom the two staffers worked, were totally in the dark about what
was happening. This entire episode smells, and an outside
investigation should happen -- but probably won't.
PHP Class 'CSV' released
PHP Class 'CSV' released
10/25/2002 07:23 AMThis class enable you a databse-likely access to comma separated (csv)
and fixed length files. Is useful for import from csv to db.
PHP Class 'Tag' released
PHP Class 'Tag' released
10/25/2002 07:23 AMA simple way to create XML/HTML tags with name, attributes, attribute
values and content inside the tag. This class can be extended to make
custom tag classes easily. Have fun!
PHP Class 'pDB' released
PHP Class 'pDB' released
06/08/2004 06:34 PMpDB is a collection of PHP classes that implement a file based
embeddable SQL database engine.
It was written in pure PHP and does not require any special extension
or external resource. So, it can be distributed with any plain PHP
application.
It works by storing the database tables in files that contain arrays
serialized by PHP to store the data of the rows and columns of the
tables. The database table files can be moved between different
environments and operating systems.
It provides a SQL 92 compliant interface to execute queries like with
any SQL database engine.
With small databases it can be faster than MySQL or PostgreSQL. It
does not impose the overhead of establishing local socket or TCP/IP
connections.
PHP Class 'CMC_form_validation' released
PHP Class 'CMC_form_validation' released
10/25/2002 07:34 PMWith this class you can have PHP automatically generate form
validation in JavaScript.
Currently supports the following validation types:
1. Required Field
2. Numerical Characters only.
3. Alphnumerical Characters only.
This class is extremly easy to use and has been designed in a way to
allow for additional validation types to be added.
PHP Class 'XSLT' released
PHP Class 'XSLT' released
10/19/2002 07:49 PMPHP class which will hopefully make it a little bit easier to work
with PHPs XSLT extension
PHP Class 'StyleMenu' released
PHP Class 'StyleMenu' released
10/25/2002 07:23 AMClass based on HTML Table (Dimitris Kossikidis ). This class provides
a fast form to create and to maintain blocks of menus. It allows to
use styles and format of table with very few lines of code.
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 '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 'CReferrer' released
PHP Class 'CReferrer' released
03/06/2004 02:09 AMMost browsers usually send the URL of a page the user accessed before
and clicked on a link or submited a form that lead to the current
page. That information is usually passed to PHP scripts in
HTTP_REFERER environment variable.
This class is meant to parse the HTTP referer URL of the page that
lead the user to the current page and determine if it is a known
search engine.
In the case that a known search engine is recognized, the class can
extract the search keywords that the user entered in the search site.
The class comes with a data file that is used to described 24 known
search engines. You may edit this file to add more entries to let the
class recognize more search sites from the referer URL.
PHP Class 'mysqldb' released
PHP Class 'mysqldb' released
10/16/2002 07:47 PMmysql_db provides access to MySQL using these methods:
open() - connects to database
query() - runs SQL query against the connected database
last_id() - gets last insert id for the connection
close() - close database connection
Errors are handled via properties $db->errtype and $db->errstr, which
can be tested for.
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 'BookmarkParser' released
PHP Class 'BookmarkParser' released
10/17/2002 08:03 AMThis class parses IE, Netscape and Opera bookmark files and returns
arrays with the bookmark / folder information.
STILL BETA!
FUNCTIONS:
function parseOpera($url, $folderID, $urlFunction,
$folderFunction)
function parseNetscape($url, $folderID, $urlFunction,
$folderFunction)
function parseInternetExplorer($url, $folderID, $urlFunction,
$folderFunction, $firstCall = true)
PHP Class 'PWGen' released
PHP Class 'PWGen' released
10/17/2002 08:13 PMCreates random character passwords, and outputs them to text, html, or
as images. Also a demo of image verification code ala Yahoo account
sign up. Based on Kevin Gilbertson's PasswordGenerator class.
PHP Class 'Smileys' released
PHP Class 'Smileys' released
10/18/2002 07:30 PMThis class replaces smiley tags with smiley images.
Useful for forums or guestbooks.
When created it reads the smiley definitions and can be called
afterwards.
FUNCTIONS:
function smileys($url)
function getSmileys()
function insertSmileys($str)
function _resetSmileys($str)
PHP Class 'UBBCode' released
PHP Class 'UBBCode' released
10/20/2002 08:09 PMReplaces the UBB tags listed below with HTML tags, and vice versa.
Also keeps the line feeds in the text and removes all HTML tags.
UBB Tags:
[b]...[/b] bold
[i]...[/i] italic
[code]...[/code] source code
[img], [/img] images
[quote]...[/quote] blockquote
[url]http//www.link[/url] links
[url=http//www.link]name[/url] links
[email]me@home.de[/email] email link
[email=me@home.de]name[/email] email link
Additional Tags:
[u]...[/u] underline
[center]..[/center] center
[color=name]...[/color] colors
For a description of ubbcodes see:
http://community.infopop.net/infopop/ubbcode.html
FUNCTIONS:
function encode($str)
function decode($str)
function listCodes()
PHP Class 'CTable' released
PHP Class 'CTable' released
10/21/2002 08:35 PMThis class helps aid in the generation of table output from a database
recordset, or other form of data source.
PHP Class 'Stack' released
PHP Class 'Stack' released
10/22/2002 07:55 PMThe Stack class advantage over the array_push and array_pop function
is Stack::pop() pops the stack and returns a reference to the popped
element. There is also a top function that returns a reference to the
top element.
Grok Description matches for PHP Class 'File Uploading Web interface' released
GrokA matches for PHP Class 'File Uploading Web interface' released
Regarding web images, iTunes covers, and
file sizes
Regarding web images, iTunes covers, and
file sizes
08/02/2004 01:58 PMI've just come across this unexpected behaviour while adding some
artwork to my music in iTunes. The obvious way to do this is to drag a
picture straight from your web browser onto iTunes' artwork pane. But
it seems that this...
ZFS, the Last Word in File Systems?
ZFS, the Last Word in File Systems?
09/16/2004 12:40 PMFile-sharing systems in legal win
File-sharing systems in legal win
08/20/2004 06:19 AMA US court has ruled that file-sharing firms are not responsible for
what users do with their software.
Sun, Microsoft Take Different Tacks on
File Systems
Sun, Microsoft Take Different Tacks on
File Systems
06/03/2004 08:35 PMSun's recently announced Dynamic File System and Microsoft's WinFS,
found in Windows Longhorn, take different tacks to storage resource
management, compatibility and performance.
PHP Class 'CSV file db' released
PHP Class 'CSV file db' released
10/28/2003 11:08 PMThis class provides simple access to CSV files with the possibility to
navigate through the record sets and also to manipulate them.
The access to the record sets is as easy as accessing the record sets
of a normal SQL based database.
It just takes the file name of a file with information in the CSV
format (Comma Separated Values) the class takes care of the other
operations that you may want to perform, like for instance: navigating
through the records in the file, updating records, deleting records
and adding a new record.
Avoid that File Download Warning when
running a file from a unc path in Server
2003
Avoid that File Download Warning when
running a file from a unc path in Server
2003
04/21/2004 05:09 PMExporting SQL Query Results To A Comma
Delimited File Format File
Exporting SQL Query Results To A Comma
Delimited File Format File
05/21/2004 09:57 AMMPAA Stretches For Reasons States Should
Go After File Sharing Systems
MPAA Stretches For Reasons States Should
Go After File Sharing Systems
06/18/2004 12:59 PMIt's really quite incredible the lengths the MPAA will go through to
try to stop file sharing systems, which have already been declared
perfectly legal on their own. It's almost amazing they could do this
with a straight face, but they spent some time
trying to come up with weird interpretations of the
law to convince state AGs why they should go after these systems.
Their arguments are a stretch no matter how you look at them. They
argue that the systems may be a
threat to consumers -- so
consumer protection laws should be used against them. Secondly, they
claim that the sharing networks are guilty of
unfair
competition against local movie theaters and music stores. It
appears that the industry is just pushing on every front possible, not
realizing that they're doing more harm to themselves than good by
trying to destroy the greatest distribution and promotion system
that's been
handed to them. Meanwhile, one of the P2P lobbying
groups didn't do a very good job in response. Instead of pointing out
how ridiculous the legal claims made by the MPAA were, he just said
"now is not the time" for states to get involved, since there were
plenty of federal laws that covered these issues. If the file sharing
folks want to fight back against the MPAA, they really need to respond
better. Explain how these legal claims by the MPAA are a joke, and
how file sharing has benefits (in promotion and distribution) that
could offset the negative impacts of copyright infringement.
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]
Fast File Joiner and File Saw utilities
updated
Fast File Joiner and File Saw utilities
updated
12/16/2003 10:02 AMK-werkx today released Fast File Saw 2.0 and Fast File Joiner 2.0, the
latest updates to the company's file distribution and storage
management utilities...
Practical File System Design with the Be
File System
Practical File System Design with the Be
File System
05/10/2004 04:21 PMBaal Smart Form 3.1
Baal Smart Form 3.1
09/07/2004 08:21 AMA Web-based bulletin board system.
Baal Smart Form 3.0
Baal Smart Form 3.0
09/02/2004 03:57 AMA Web-based bulletin board system.
Baal Smart Form 3.2
Baal Smart Form 3.2
09/21/2004 10:49 AMA Web-based bulletin board system.
Creaky Operating Systems Form IT
Foundations
Creaky Operating Systems Form IT
Foundations
03/19/2005 02:33 AMPref Setter 1.1 (Default branch)
Pref Setter 1.1 (Default branch)
03/30/2005 11:54 PM

Pref Setter is an application for viewing and
editing OS X preference (plist) files.
Changes:
This release added support for tabbed documents and a search field on
the "Open Domain Quickly" and document windows. Compatibility with OS
X 10.2.x was achieved and other improvements and bugfixes were made.
Ars System Guide: Small Form Factor
systems
Ars System Guide: Small Form Factor
systems
06/07/2004 10:24 PMThe Ars Technica System Guide returns. This month, we introduce the
Small Form Factor Hot Rod and Ultimate Budget Box.
themechanism, llc. and CCT Integrated
Systems Ltd - Form Strategic Alliance
themechanism, llc. and CCT Integrated
Systems Ltd - Form Strategic Alliance
04/05/2005 07:08 AMNew York-based, maxi-media creative firm, themechanism, llc. and
UK-based IT and technology company, CCT Integrated Systems, Ltd.,
recently announced a strategic alliance that provides their clients
with unparalleled, global design solutions. This agreement enables
themechanism and CCT to share design, technology, and other resources
in order to fully meet the needs of a growing, international client
base. [PRWEB Apr 5, 2005]
TheMechanism LLC and CCT Integrated
Systems Ltd - Form Strategic Alliance
TheMechanism LLC and CCT Integrated
Systems Ltd - Form Strategic Alliance
04/05/2005 02:17 AMNew York-based, maxi-media creative firm, themechanism, llc. and
UK-based IT and technology company, CCT Integrated Systems, Ltd.,
recently announced a strategic alliance that provides their clients
with unparalleled, global design solutions. This agreement enables
themechanism and CCT to share design, technology, and other resources
in order to fully meet the needs of a growing, international client
base. [PRWEB Apr 5, 2005]
PHP Class 'Html Form Parser' released
PHP Class 'Html Form Parser' released
04/24/2004 06:42 PMThis class is meant to parse an HTML document to extract information
about any forms contained in it.
The class return associative array that contains the details about
these form elements:
- Form attributes like: action, name, method, enctype
- Inputs of type hidden, text, password, textarea, checkbox, radio,
submit, reset, button, image, select and its options.
Winegard to form a new mobile Internet
antenna systems company
Winegard to form a new mobile Internet
antenna systems company
07/01/2004 02:19 AMRF Design Jul 1 2004 6:19AM GMT
Winegard To Form A New Mobile Internet
Antennae Systems Company
Winegard To Form A New Mobile Internet
Antennae Systems Company
06/14/2004 10:37 PMSpace Daily Jun 15 2004 2:48AM GMT
PHP Class 'Simple HTML form creation'
released
PHP Class 'Simple HTML form creation'
released
10/28/2003 11:08 PMThis class is meant to create HTML forms by outputting the HTML tags
of its elements one by one.
It can be more useful in combination with template engine classes.
Report: Smart systems will erase jobs
Report: Smart systems will erase jobs
06/25/2004 10:28 AMZDNet Jun 25 2004 2:29PM GMT
Smart Transport Systems Catch on in
Japan (AP)
Smart Transport Systems Catch on in
Japan (AP)
12/29/2004 09:28 AMAP - Japan has some of the most congested, confusing and cramped
streets in the world. It also boasts some of the latest technology in
zapping computerized data to millions of cars, delivering what may be
the world's smartest way to drive.
Smart transport systems catch on in
Japan
Smart transport systems catch on in
Japan
12/29/2004 12:06 PMBoston Globe Dec 29 2004 3:06PM GMT
Smart Systems Threaten More Jobs Than
Outsourcing
Smart Systems Threaten More Jobs Than
Outsourcing
06/27/2004 08:03 AM PHP Class 'File Uploading Web interface' released