stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


PHP Class 'morse' released







PHP Class 'morse' released

PHP Class 'morse' released 09/28/2002 07:48 PM

Short class for encoding or decoding morse signs input: this is my 1st morse output: - .... .. ... .. ... -- -.-- .---- ... - -- --- .-. ... .




This is a GrokNews Entry: (what is grok?)





Similar Items

PHP Class 'morse' released

Grok Headline matches for PHP Class 'morse' released

PHP Class 'PHP or Java Class Code
Generator' released


PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AM
This 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 AM
This 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 PM
You 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 PM
Features: 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 PM
This 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 PM
This 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 PM
This 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 AM
RHC 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 AM
Show 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 AM
Excellent 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 AM
Object 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 PM
WebWidgets 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 AM
HTML 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 AM
These 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 AM
Display 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 AM
This 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 AM
This 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 AM
Show 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 AM
phplib 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 PM
This 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 PM
SQLCall 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 PM
Class 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 'burnauth' released


PHP Class 'burnauth' released 09/29/2002 08:10 PM
Burning 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 AM
color 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 PM
This 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 AM
Extensió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 AM
This 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 PM
Microsoft 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 PM
This 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 PM
Very 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 PM
MyTemplate 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 PM
This 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 PM
A 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 PM
This 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 PM
This 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 PM
Protect 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 PM
Class 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 PM
A XML parser, that's extremly fast and easy to use, tested in two websites and gave good results!
Grok Description matches for PHP Class 'morse' released
GrokA matches for PHP Class 'morse' released

Looxee Surveillance Software gets
five-star rating


Looxee Surveillance Software gets
five-star rating
08/21/2004 03:09 AM
Looxee, an advanced Surveillance Software package that discreetly records and captures everything done on your computer, was featured on CNET’s Download.com last week and received the highest recommendation of a five-star rating.For a free trial download, visit www.looxee.com [PRWEB Aug 21, 2004]

Just say no to Crack


Just say no to Crack 04/23/2004 02:51 PM
Staking out the high moral ground, a bill would punish those wearing low-riding jeans. It seems that Represe ntative Derrick D. T. Shepherd of Louisiana, a Democrat no less, wants to outlaw low slung pants. Plumbers beware, and stock up on Butt-Crack Caulk! Really, don't they have anything better to legislate besides fashion or holidays?

TV on crack


TV on crack 03/22/2005 04:44 PM
Is A&E's "Intervention" the most exploitative reality show ever, or a necessarily brutal snapshot of the perils of addiction?

MD5 crack


MD5 crack 07/07/2004 04:43 AM
MD5 cracking in seconds .. this site is for you

passcracking.com
track this site | 4 links


How to crack passwords, and why you
should


How to crack passwords, and why you
should
06/05/2005 11:28 PM

First Crack in the Wall?


First Crack in the Wall? 03/22/2005 03:15 PM
This is the first announced change in the status quo since IBM announced the sale of their entire line of laptops to the Chinese firm Lenovo. As with some other people, I’m still awainting experience to tell us if it’s a good or bad thing. Lenovo will slightly modify the “IBM ThinkPad” brand in the relatively near future, said Lenovo CEO-designate Stephen Ward on Monday at PC Forum, which is taking place here this week….

Direct and Related Links for 'First Crack in the Wall?'


Kernel crack


Kernel crack 11/07/2003 05:31 AM
CNET Asia Nov 7 2003 4:44AM ET

Alcohol is the new crack!


Alcohol is the new crack! 01/02/2005 11:10 PM
“N ot only is it illegal, but it's becoming increasingly dangerous,†Leggio said of underage drinking. How dangerous? Well apparently dangerous enough that one affluent Kansas City community has decided that it is best to have police spy on teens during high school basketball games. Oh it gets better, apparently a carload of teens is enough for a Lenexa cop to follow you! So the parents should be up in arms right? Nope, they encourage the police, even calling them ("she told dispatchers that when she called home to check on her son, it sounded like a party was going on"). Yet surprisingly, despite this almost police-state like mentality against drinking, atti tudes are slow to change.

"Conservative Crack-Up"


"Conservative Crack-Up" 11/19/2003 03:31 PM

New Bluetooth Crack


New Bluetooth Crack 06/05/2005 11:47 PM

Happy Friday:

Cryptographers have discovered a way to hack Bluetooth-enabled devices even when security features are switched on. The discovery may make it even easier for hackers to eavesdrop on conversations and charge their own calls to someone else's cellphone.

"Our attack makes it possible to crack every communication between two Bluetooth devices, and not only if it is the first communication between those devices," says Shaked.

Check out the time required to pull this off:

They show that once an attacker has forced two devices to pair, they can work out the link key in just 0.06 seconds on a Pentium IV-enabled computer, and 0.3 seconds on a Pentium-III. "This is not just a theoretical break, it's practical," says Schneier.

Via New Scientist.


FeedDemon Crack


FeedDemon Crack 06/18/2004 09:27 AM

Dave Winer and Evan Williams commented that the people who shout the loudest are often the ones who have no basis for their anger. I'm reminded of this fact by an email I received this morning. Here's a quote:

"Fix your piece of s--- program! I upgraded to FeedDemon 1.10 and it crashes with 'Win32 device error.' Did you even test this s---?"

I've actually received a number of emails (and one forum post) about this bug, but I have no plans to fix it. Why? Because the error message only appears if you upgrade a cracked version of FeedDemon 1.0. This is a deliberate error message that FeedDemon 1.10 displays when it detects that you upgraded from a specific cracked version of FeedDemon 1.0.

That's right, people who use a pirated version of FeedDemon are emailing me for support. It never ceases to amaze me when people not only steal from me, but also expect me to spend my time answering their questions. And more often than not, the email I've received about this problem reads like something a drunk teenager would write.

I've written about piracy befor e and I'm not planning to start another lengthy rant. But I do have a request for those who have justified their use of cracked versions of my work: don't ask for support. I support my family with sales of my software, and my life is affected - dramatically - by the existence of cracks. Please, if you're using a pirated version of my software, don't expect me to help you.


Ex-Crack Addict Gives $10K to Art
Gallery (AP)


Ex-Crack Addict Gives $10K to Art
Gallery (AP)
07/22/2004 07:39 AM
AP - A former burglar, alcoholic and crack addict has donated $10,000 to the art gallery where he had panhandled for years after inheriting $187,000 from his long-estranged mother.

Dvorak: I'm smoking crack


Dvorak: I'm smoking crack 03/21/2003 01:36 PM
Apple to switch to Intel processors, at least according to John Dvorak in a brief article over at PC Magazine. No mention in the article of the massive amount of effort required to re-write every piece of mac-compatible software for x86 architecture, or the unlikeliness of developers to be willing to do so having just optimized for OSX, but then, this piece seems to be mostly just bold, unsupported predictions.

Crack codes and win prizes


Crack codes and win prizes 10/30/2003 11:25 AM
Fancy a go at the Thawte Crypto Challenge IV?

Crack My Knuckles - by Rob Manuel


Crack My Knuckles - by Rob Manuel 05/11/2004 07:54 AM
§‡ ¨§§„Š ˆ ¨§…Š „› §†ª§† §Š† ª ˆ ¨ƒ†Š! (Ї †Š ªˆ ‡…І …§Š‡ ‡§) .. knuckle cracking simulator .. Crack my knuckles

www2.b3ta.com/crackmyknuckles
track this site | 5 links


crack found in foam


crack found in foam 04/07/2005 05:15 AM
Usatoday.com - Wed Apr 6, 08:59 pm GMT

Madredeus On Crack: A Naifa


Madredeus On Crack: A Naifa 09/14/2004 01:54 AM
As God Is My Cleaning Lady: Crypto-Fado For Bohemian Pagan Popsters. They can't play their classical Fado guitars very well; they have a punky drummer and the Fado singer not only smiles pouts and shakes her hips, but actually seems to enjoy herself! What's become of this country? Are they mad? Reckless, certainly. They call themselves A Naifa and what they've done is taken a massive, ice-crunching Waring Pro blender to all the sacred potions, fruits and flavours of Portuguese traditional music and poured out a vulgar, shameless, disrespectful and utterly delicious shambles of a Pop cocktail. Heresy in old Lisbon? I nearly choked on my 30-year-old aguardente velha, but then realized I was dancing merrily and had already spilt most of it anyway. [Probably not fun for those unfamiliar with the Fado. QuickTime required.]

3D holograms to crack forgeries


3D holograms to crack forgeries 08/11/2004 08:18 AM
A 3D hologram technique could transform how experts spot forged signatures and other handwritten documents.

UK, US and Canada crack down on Net
scams


UK, US and Canada crack down on Net
scams
04/30/2004 10:50 AM
Closer co-operation

Hackers crack Sony PSP


Hackers crack Sony PSP 06/17/2005 04:44 PM

100 years of solitude -- on crack


100 years of solitude -- on crack 01/22/2004 04:56 AM
Latin America's McOndo literary movement drags the butterflies of magical realism into Burger King. With Jorge Franco's narco-saga "Rosario Tijeras," it may have found its first masterpiece.

Do You Thrive or Crack Under Pressure?


Do You Thrive or Crack Under Pressure? 09/10/2004 04:44 PM

where i can give a crack for sims2?


where i can give a crack for sims2? 09/20/2004 03:02 PM
TechTree Sep 20 2004 6:36PM GMT

AutoZone developer says SCO is on crack


AutoZone developer says SCO is on crack 03/06/2004 01:54 AM
SCO 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...

MasterCard Looks to Crack Down on
Phishing


MasterCard Looks to Crack Down on
Phishing
06/22/2004 10:35 AM
MasterCard is teaming up with digital fraud protection company NameProtect to help shut down online scams.

Slashdot -- Someone Smoking Crack ?


Slashdot -- Someone Smoking Crack ? 03/11/2003 01:22 AM
Slashdot -- Someone Smoking Crack ? Now I know that the Slashdot audience isn't all that reliable at best. Yes we all read it but we rarely trust it. Still I'd expect a little better than this: The Object Prevalence concept, developed by the Prevayler team, and implemented in Java, C#, Smalltalk, Python, Perl, PHP, Ruby and Delphi, can be a great a solution to this mess. The concept is pretty simple: keep all the objects in RAM and serialize the commands that change those objects, optionally saving the whole system to disk every now and then (late at night, for example). [_Go_] Now that's a cool concept. So I did the natural thing and went and looked for the code. Since I'm a php-head, I figured that I'd look there to start. Nope! According to SourceForge, "This project has not released any files". Well I can get by in Perl so I thought "Ok, not my preference but ok". Nope. Well I think Python is neat and people I respect a lot like it. Additionally Guido has just plain guts to make the decision he did regarding mandatory indentation. Break conventions is hard so I figured I'd look at the Python version. Nope! Well once upon a midnight dreary, ... (bag the mock Poe), I did a lot of Pascal. Nope! It turns out that only the C# and Ruby versions exist. I couldn't get the Smalltalk page to come up so I don't have a clue there. Don't get me wrong, I'm not saying anything about the concept but just pointing out that this posting is essentially wrong on many of the major details. And, sadly, it doesn't really surprise me at all.

"Don't do crack; it's a ghetto drug"


"Don't do crack; it's a ghetto drug" 06/19/2004 04:52 PM

Fifteen of us gathered last night for a screening of the 1992 Tim Robbins political satire Bo b Roberts.  This mockumentary of a folksinging conservative Wall Street trader turned politician has held up surprisingly well.  In the background of the movie, President Bush is in the White House and American troops are about to invade Iraq.  Gore Vidal does a great job playing a Ted Kennedy-style career senator.  The songs are fun but sadly the soundtrack has never been made available.

My favorite part of the movie is when Bob Roberts closes a letter to a 7-year-old girl in Vermont with the admonition "Don't do crack; it's a ghetto drug."

This is the perfect movie for an election-year party.


Feds Crack Down On Web Pirates


Feds Crack Down On Web Pirates 04/23/2004 02:48 PM
CBS News Apr 23 2004 6:53PM GMT

A crack in DeLay's armor


A crack in DeLay's armor 04/11/2005 10:36 AM
Robert Novak's protestations notwithstanding, a Republican congressman says it's time for the House majority leader to resign.

Congress Set to Crack Down on Spyware


Congress Set to Crack Down on Spyware 06/28/2004 12:18 AM
The collective mind of congress is rapidly turning to the fall elections, but some issues are pressing enough to warrant continued attention, among them spyware.

PHP Class 'morse' released

The following phrases have been identified by the grok system as matching this entry: looxeeâ„¢ crack looxee crack looxee crack boost itrips output

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

PHP Class 'MySQL
Log' released

morse
MySQL Log
When training money
is tight

12 Steps to a
Bigger, Better,
Debugger

Exploring J2ME:
Being a good mobile
citizen

Open source vs. CMS
money pit

PHP Class 'MySQL
RecordSetdo'
released

PHP Class 'MySQL
Connection' released

MySQL RecordSetdo
8 Ways To Defend
Yourself From False
Spam Complaints

Generate Dynamic
Content With Tomcat
and MySQL

Red Hat 8.0 Coming
Monday

Happy Birthday
Google

Well I just knew
it...

MySQL Connection
HTML Tip: Say Boo To
Ghost Cells

PHP Class
'Spreadsheet_WriteEx
cel' released

PHP Class 'SQLCall'
released

Spreadsheet_WriteExc
el

Baculator 0.1.1 for
MS Windows Released

New Industry Group
to Pen Bug-Reporting
Standards

Copywriting
Successes and
Failures: A
Comparison Of the
Good and Bad

Are you receiving
ALL your email?

Opera 6.0 for Mac OS
X Released

September 2002
Google Update

Mozilla Phoenix 0.1
Alpha Build Released

Critical Flaws
Affront Microsoft's
FrontPage

The W3C TAG refutes
HLink

SQLCall
All-Flash A Fast
Track to Failure

A Guide to Building
Secure Web
Applications version
1.1

PHP Class
'datecombobox'
released

PHP Class
'dbApiCreate'
released

dbApiCreate
Dirty XSLT Output
Introducing PyXML
Introducing HLink
XMLPULL: A Response
A Hyperlink Offering
The Art Of Software
Development (part
2): Designing For
Simplicity

The Art Of Software
Development (part
3): Coding To A Plan

PayPal to Accept
Euros and Pound
Sterling Currencies

Yahoo Adds RSS Feeds
for Finance Stories

Fifth Release of
Apache 2.0 Available
for Download

Apple Opens
Rendezvous Code

The Digital Darkroom
Macromedia Opens Up
its Flash Server Box

Exodus to
JohnCompanies in
progress

Macromedia MX:
Components and Web
Services (PDF)

what is grok?