PHP Class 'inifile' released
Grok Headline matches for PHP Class 'inifile' 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 '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 '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 '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 '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 '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 '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 '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 '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 'inifile' released
GrokA matches for PHP Class 'inifile' released
Cardboard WiFi Antenna Upgrade
Cardboard WiFi Antenna Upgrade
07/09/2004 06:34 PMJust got wireless!!....now i need to get
a better antenna!!!
Just got wireless!!....now i need to get
a better antenna!!!
12/02/2003 01:02 AMI just got my homebase wireless system setup!. Im very pleased with
the idea of sharing my internet connection with others. Although i did
find my self driving around with my laptop looking for other access
points in bedford. Guess what???? That's right you quessed it! As soon
as i got in bedford i found that there are quite a few users using
peer2peer and some AP's. Although i did not try out the connections, i
will try again soon, This time i will have a good play! If there are
any users from bedfordshire, please post, as the more hotspots we find
the better!!
Building A Better Wireless Antenna
Building A Better Wireless Antenna
03/20/2003 01:05 PMMuch of the success of a mobile device rides on an often-overlooked
piece of technology --
its antenna. For years, though, improvements have been minor. Lately,
a movement has
developed toward building radically different antennas for mobile
devices.
New: Mac Mini wireless networking
antenna
New: Mac Mini wireless networking
antenna
04/01/2005 11:56 AMQuickerTek released a 5.5dBi omni-directional antenna for the Mac Mini
that requires no case modifications.
Mac Mini Wireless Networking Antenna
[Flickr]
Mac Mini Wireless Networking Antenna
[Flickr]
03/31/2005 03:09 AMMacMerc.com
posted a photo:

QuickerTek announces iBook wireless
antenna
QuickerTek announces iBook wireless
antenna
06/17/2005 03:04 PMQuickerTek today announced a new antenna for iBooks with AirPort
wireless capability, including AirPort Extreme...
8Dbi directional antenna extends TiBook
wireless range
8Dbi directional antenna extends TiBook
wireless range
02/18/2004 02:43 PMQuickerTek recently announced
that they're replacing their Stub antenna with a new 8Dbi directional
antenna that extends the wireless range for all Titanium PowerBook and
PowerBook G3 Pismo owners. The new antenna is available now for US$55.
QuickerTek announces iBook Wireless
Antenna, Gives 200 Yards of Range
QuickerTek announces iBook Wireless
Antenna, Gives 200 Yards of Range
06/17/2005 04:40 PMQuickerTek announces the first antenna for all Apple iBooks with
AirPort wireless capability, including AirPort Extreme. This new
antenna is an external device that features 5.5dBi of power
and...
[~ This is just a sample, visit MacMerc.com for the full story! ~]
Verizon Wireless and Kyocera Wireless
Corp. Launch KPC650 BroadbandAccess PC
Card with Optimized Antenna for V
Verizon Wireless and Kyocera Wireless
Corp. Launch KPC650 BroadbandAccess PC
Card with Optimized Antenna for V
04/18/2005 10:04 AMBusiness Wire UK Apr 18 2005 2:12PM GMT
Cost cutting wireless technology
eliminates need for second diversity
antenna has patents filed.
Cost cutting wireless technology
eliminates need for second diversity
antenna has patents filed.
09/16/2004 03:12 AMWifi-Plus and Dr Jack Nilsson are awarded Patent Pending status on 4
additional antenna patent claims. The claims introduce in built
spatial diversity for a single antenna feed. This will dramatically
reduce the cost to implement antenna diversity for performance gain
into small and hand-held wireless devices. [PRWEB Sep 16, 2004]
Antenna 1.5.46 RC1 Released
Antenna 1.5.46 RC1 Released
12/02/2003 10:17 PMNew: Direct-ti antenna
New: Direct-ti antenna
02/19/2004 11:22 AMQuickerTek released the Direct-ti, an 8 Dbi directional WiFi antenna
for Airport cards and other WiFi PC Cards with external antenna ports.
Building a Wi-Fi Antenna Out of a Tin
Can
Building a Wi-Fi Antenna Out of a Tin
Can
09/03/2004 06:05 PMBook Excerpt: Commercial antennas can be so expensive. And hey, let's
face it, it's much more fun to build one out of a tin can. So, if
you're a MacGyver wannabe, you have to check this out.
3G Antenna Specialist Pans Out
3G Antenna Specialist Pans Out
04/20/2004 03:29 AM3G Apr 20 2004 7:17AM GMT
Evolved antenna designs
Evolved antenna designs
06/28/2004 11:35 AMThis antenna (and may others on the linked page) was evolved by NASA
using a genetic algorithm. While highly effective, its design is
counter-intuitive.
First, there is the potential of needing less power. Antenna ST5-3-10
achieves high gain (2-4dB) across a wider range of elevation angles.
This allows a broader range of angles over which maximum data
throughput can be achieved. Also, less power from the solar array and
batteries may be required.
Second, the evolved antenna does not require a matching network nor a
phasing circuit, removing two steps in design and fabrication of the
antenna. A trivial transmission line may be used for the match on the
flight antenna, but simulation results suggest that one is not
required.
Third, the evolved antenna has more uniform coverage in that it has a
uniform pattern with small ripples in the elevations of greatest
interest (between 40 and 80 degrees). This allows for reliable
performance as elevation angle relative to the ground changes.
Link
a>
(Thanks, zogby!)
Treo 660 Loses Antenna?
Treo 660 Loses Antenna?
05/25/2004 11:49 AMOh, before I go: I don't know anything more about this than you do,
but that looks nice and convincing, doesn't it? Still, it's basically
just the Treo 600 with the antenna lobbed off. Guess we'll see.
(Thanks, Kerry!) Read...
New: QuickerTek antenna for iBooks
New: QuickerTek antenna for iBooks
06/17/2005 05:31 PMQuickerTek released a 5.5dBi External Airport Antenna compatible with
all Apple iBooks.
4km WiFi Range w/ $5 DIY Antenna
4km WiFi Range w/ $5 DIY Antenna
05/25/2004 07:30 PMNew: QuickerTek antenna for 12"
PowerBook
New: QuickerTek antenna for 12"
PowerBook
07/19/2004 09:26 AMQuickerTek introduced a 5Dbi omni-directional whip antenna for the 12"
aluminum PowerBook.
Antenna coupler covers all 3G and more
Antenna coupler covers all 3G and more
05/04/2004 02:26 AMElectronics Talk May 4 2004 6:18AM GMT
Zarlink antenna may be just what the
doctor ordered
Zarlink antenna may be just what the
doctor ordered
07/14/2004 08:09 AMNational Post Jul 14 2004 12:03PM GMT
Antenna Coupler for 3G Phone Testing
Antenna Coupler for 3G Phone Testing
05/05/2004 04:19 AM3G May 5 2004 7:43AM GMT
Whip Antenna for 12" PowerBooks now
shipping
Whip Antenna for 12" PowerBooks now
shipping
07/19/2004 03:02 AMQuickerTek today announced that they are ready to ship the Whip
Antenna for Apple's 12-inch aluminum PowerBook...
Tiny antenna for Bluetooth and WLAN
Tiny antenna for Bluetooth and WLAN
01/19/2004 09:32 AMElectronics Talk Jan 19 2004 1:29PM GMT
KVH boosted by car antenna deal with
DirecTV
KVH boosted by car antenna deal with
DirecTV
01/06/2005 07:32 PMSiliconValley.com Jan 6 2005 10:34PM GMT
Antenna Design's Black Magician
Antenna Design's Black Magician
06/24/2004 04:37 PMI have a new article online at TheFeature.com about a 60-year-old ham
radio head who may have revolutionized antenna design:
Rob Vincent couldn't let anything interfere with love,
even interference itself. In 1995, the ham radio buff moved in to his
girlfriend's small Rhode Island house to live happily ever after. But
there was a hitch. Her small piece of property wasn't big enough for
Vincent, his significant other, and the 140-foot antenna he needed to
reach his wireless buddies around the world.
Dedicated to both his future wife and his hobby, Vincent spent nearly
a decade designing the antenna now standing in his backyard. The
40-foot-high pole bests conventional antennas three times taller. This
week, the inventor and his employer, the University of Rhode Island,
are filing a patent on the technology...
"The people saying that I'm a snake oil salesman... will have to order
a great big plate of crow very soon," Vincent says.
Link
Sniper rifle modded to be WiFi antenna
Sniper rifle modded to be WiFi antenna
08/03/2004 11:00 AM
A friend of mine from the Shmoo hacker group told me about this
amazing DefCon stunt back in June and swore me to secrecy, and it's
been one of the hardest secrets I've ever kept, because this is so
goddamned cool.
The Sniper Yagi is an M16 with the firing apparatus removed and
replaced with a directional high-powered antenna. Use the sniper stand
and sight to line up your WiFi shot, plug in, and let the packets
begin!
Link
So would sticking one of these yagi
antenna type things on t
So would sticking one of these yagi
antenna type things on t
08/11/2004 04:50 AMTechTree Aug 11 2004 9:15AM GMT
New Apple Airport Antenna Booster
Announced
New Apple Airport Antenna Booster
Announced
03/14/2005 05:28 PMQuickerTek announced today that the 27dBm Plug and Play Transceiver is
now available is compatible with the complete range of Apple Airport
Base Stations including the Graphite, AirPort Extreme with...
[[ Visit http://www.macmegasite.com for full article ]]
Tritium Flatenna: Cardboard and Foil
Antenna
Tritium Flatenna: Cardboard and Foil
Antenna
07/12/2004 08:52 AM
I'd like to see some actually testing (NYCWireless, I
call thee!) of these little folding cardboard antennas, the Tritium
Flatenna, but the idea itself is interesting. The simple metal and
foil antenna is designed to clip onto your existing external antenna
-- no worrying about what type of connector -- and focus the standard
omni-directional into a parabolic, semi-directional antenna. The
upshot for you is that if your home network, for instance, could use a
little boost, and your wireless access point is on one side of your
living space, the $20 gadget could concentrate your signal in the one
direction you need it. If it works, that is.
And where did they get that much Tritium? I suspect Oscorp is
involved somehow. (Thanks, Josh!)
Read - Product Page
[TritiumUK]
PHP Class 'inifile' released