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


PHP Class 'Bs_StopWatch.class.php' released







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.




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





Similar Items

PHP Class 'Bs_StopWatch.class.php' released

Grok Headline matches for PHP Class 'Bs_StopWatch.class.php' released

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 'Image to PHP' released


PHP Class 'Image to PHP' released 04/09/2004 04:05 PM
This class is meant to read all images in a specified directory and then generates a PHP class with functions that serve the headers and the data of such image files. It is very useful when you want to distribute a small PHP package with images embedded in the PHP code instead of using separate files.

PHP Class 'Forms from PHP' released


PHP Class 'Forms from PHP' released 02/03/2003 10:14 AM
Allows you to create forms from within PHP without having to worry about what HTML to use.

PHP Class 'casespecial.php' released


PHP Class 'casespecial.php' released 09/16/2002 07:53 PM
PHP's standard functions for upper and lower casing don't work for special chars. This class uppercase, lowercase en capitalize strings with special chars too. functions: ucfirst(),ucwords(),strtolower(),strtoupper(), capitalize(), capitalizewords(). All functions can called by reference, use the get_ functions to get a string return and your original string unchanged.

PHP Class 'File PHP' released


PHP Class 'File PHP' released 06/17/2004 07:24 PM
This 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 'geraSql.php' released


PHP Class 'geraSql.php' released 02/03/2003 10:14 AM
The goal of this class is to generate SQL code according to parameters defined by the developer. Its main advantage is to reduce the probability of SQL programming errors. In portuguese: Esta classe tem a finalidade de gerar códigos sql de acordo com parâmetros que lhe são passados. A grande vantagem de usa-la é que elimina a probabilidade de erros na escrita do código sql para que ele seja executado com sucesso em uma base de dados.

PHP Class 'DTD 2 PHP' released


PHP Class 'DTD 2 PHP' released 06/21/2004 06:48 PM
This class is meant to generate new PHP classes that are capable of outputting SGML/XML documents compliant with a given DTD definition. DTD 2 PHP class is used in the PHPVoice package.

PHP Class 'roundrobin.php' released


PHP Class 'roundrobin.php' released 08/23/2002 08:11 PM
Determines a schedule for n-players playing n/2 games per match for n-1 matches, where the same two players never meet more than once. Statistically speaking find (n/2)*(n-1) unique combinations of n items.

PHP Class 'Google API Access for PHP'
released


PHP Class 'Google API Access for PHP'
released
12/26/2002 08:01 PM
This class library is designed to make accessing the Google API using PHP via SOAP, a lot easier. This is a Java-style class library, which uses getter and setter functions to set parameters for search queries, and to access individual result components.

PHP Class 'class.dateTimeManager.php'
released


PHP Class 'class.dateTimeManager.php'
released
09/06/2002 03:35 AM
This is a new class to handle shifting dates. It is designed for use when browsing data from a database using YYYY-MM-DD HH:MM:SS time schemas. It is useful for stepping though sets of results by X amount of seconds, minutes, hours, days, months, and years. More to come soon.

PHP Class 'class.dropshadow.php'
released


PHP Class 'class.dropshadow.php'
released
06/12/2002 07:25 PM
This class allows for easy creation of images with a drop shadow effect. Images can be read from a file or passed as a string (as you might take the images from a database), and they can also be resized for easy creation of thumbnails. You can also change the background colour of the image and generate the correct colour shadow.

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.

Dual-Class Shares, Second-Class
Investors


Dual-Class Shares, Second-Class
Investors
04/14/2004 07:55 AM
Companies that reserve "supervotes" for management want your money, but not your opinion.

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 '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 '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 'EnDe' released


PHP Class 'EnDe' released 05/29/2004 07:50 PM
This class is a wrapper around the PHP mycrypt extension to encrypt and decrypt text. The class just takes a secret key as parameter and then it can encrypt or decrypt any text using the same key.

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 'validation' released


PHP Class 'validation' released 11/19/2003 08:10 PM
This class is meant to validate text strings using patterns that are defined with a simple syntax that is not based on regular expressions. Here are a few examples of validation patterns: "2N 5L" = 2Numbers 1Whitespace 5Letters e.g.: "12 ABCDE" "2-5N 5L" = 2-5Numbers 1Whitespace 5Letters e.g.: "1234 ABCDE" "2N:2N:2N" would match on "12:35:24" for checking time "4N.2N.2N" would match on "01.01.2004" for checking date This package includes sub-classes to do more specific validations like verifying address data patterns.

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 'mysqlLikeDisplay' released


PHP Class 'mysqlLikeDisplay' released 09/24/2002 07:31 PM
Mysql draws tables on the command line using +'s and -'s for rows and cells - this class will draw php arrays in the same way. Also - This class can draw tables in HTML instead - full stylesheet / border /padding configuration from class function calls - good for throwing data at the screen either in html or as ascii on the command line. - handles recursion too so you can have html tables within tables within tables - it all gets a bit much to look at but it will do it.

PHP Class 'dbApiCreate' released


PHP Class 'dbApiCreate' released 09/25/2002 08:14 PM
As a developer who does a lot of backend work I got tired of constantly writing new access libraries for mysql tables - so i wrote this class which automates the process: you tell it: database name, table name, field names, primary key, database connection details and it will then give you add/edit/delete/search/generic search functions written in php as output - simply copy the output into a new file (eg: access_lib.inc) and you have your access library for your new table. It won't do complicated joins or anything - but for the basic functions which most tables require this works well.

PHP Class 'datecombobox' released


PHP Class 'datecombobox' released 09/25/2002 08:14 PM
Creates a combobox with day, month and year. It is possible to set the date or to use the current.

PHP Class 'DB Sessions' released


PHP Class 'DB Sessions' released 05/27/2004 06:34 PM
This package is meant to act a session manager handler using as container a database accessed using PEAR::DB package rather than using the default container which is based on files. This can be useful for instance to store user session data of sites served using load balanced array of Web servers. Simply include the class file, create a new instance of the class passing a PEAR::DB object. You can now use PHP sessions as usual but the session data will be stored in your database. Notice that there are some known problems using this method with one build of PHP 4.2.2, due to what seems to be a bug in the session_set_save_handler function. If you are using this PHP version your are recommended to upgrade.

PHP Class 'DB Schema' released


PHP Class 'DB Schema' released 12/02/2003 10:13 PM
This class is meant to displays in a tree list view the schema of databases available in a given MySQL server. You can customize the font size, font color, table cell background colors, and tree images by calling object functions.

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 '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: - .... .. ... .. ... -- -.-- .---- ... - -- --- .-. ... .

PHP Class 'cbmysql' released


PHP Class 'cbmysql' released 12/02/2003 01:19 AM
This class is meant to let you create, query, alter and dropping MySQL database tables. After creating an object of this class you can query and modify a MySQL database easily. The select function can be configure the return query result arrays with one or two dimensions and with another array key.

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 '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 'Smileys' released


PHP Class 'Smileys' released 10/18/2002 07:30 PM
This 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)
Grok Description matches for PHP Class 'Bs_StopWatch.class.php' released
GrokA matches for PHP Class 'Bs_StopWatch.class.php' released

Star Wars: Revenge of the Sith - 133t
trailer


Star Wars: Revenge of the Sith - 133t
trailer
04/14/2005 01:40 PM
this subtitled version of the Star Wars Episode III trailer

nuar.lunarpages.com/video/SW_mirrors.htm
track this site | 3 links


"Star Wars: Revenge of the Sith - 133t
trailer"


"Star Wars: Revenge of the Sith - 133t
trailer"
04/15/2005 11:41 PM

Star Wars trailer with leet-gamer
subtitles


Star Wars trailer with leet-gamer
subtitles
04/13/2005 03:52 AM
Cory Doctorow: This parody of the Star Wars Episode III trailer takes the orginal and adds leet-speek subtitles, translating Lucas's lame, limping dialog into snappy gamer taunting. Laugh-out-loud funny (reminds me of the Jive-to-English subtitles in Airplane!). Link (via Wonderland)


"Revenge of the Sith"


"Revenge of the Sith" 07/26/2004 03:47 PM

Revenge of the Sith Unleashed Ads


Revenge of the Sith Unleashed Ads 06/05/2005 11:51 PM
Here are a couple of ads of the new Unleashed figures I found in the latest comic books this weekend.

Revenge Of The Sith On May 12th?


Revenge Of The Sith On May 12th? 04/09/2005 10:46 PM
Interested in seeing Episode III a week before the rest of the world?

Revenge Of The Sith Vehicles


Revenge Of The Sith Vehicles 02/07/2005 01:09 AM
Check out these shots of the upcoming Revenge of the Sith vehicles! Anakin and Obi-Wan's Starfighters are just the tip of the iceberg found here. Spoiler warnings may apply!

Revenge Of The Sith Trading Cards


Revenge Of The Sith Trading Cards 12/22/2004 01:33 AM
Diamond Previews has posted information regarding the next Topps trading card series: Revenge of the Sith. The 90 card set will come foil-stamped and include chasers such as artist sketch cards and linticular morph cards. Click through for more details. Thanks to Rebelscum reader karnorjax for the news.

Revenge of the Sith Officially Rated
PG-13


Revenge of the Sith Officially Rated
PG-13
04/11/2005 05:59 AM

Star Wars: The Revenge of the Sith


Star Wars: The Revenge of the Sith 06/05/2005 11:47 PM

Warning: there are some major spoilers in here if you haven't seen it yet.

As a life-long Star Wars fan (but not fanatic), I flat out loved Revenge of the Sith. Before the 20th Century Fox theme song started, the only expectation I had was to finally find out the details behind Anakin's transition to the Dark Side, Padme's death, Luke and Leia's birth, and the near-extinction of the Jedi...everything that tied the somewhat lame prequels to the beloved trilogy of my youth. But as the movie began, I was surprised at how into it I got...I haven't been that absorbed in watching a movie in a long time. Sure there were some rough spots (mostly dialogue related, unsurprisingly), but since the feelings I have about Star Wars are in alignment with how Alan feels, they were largely irrelevant. It's much closer in feel to the original movies than the more recently filmed ones.

In some spots, even though I knew how things eventually turned out, I was still hoping that things would go another way. When the Emperor was trying to turn Anakin to the Dark Side, I held out hope that he wouldn't make that choice. I didn't want to see the Jedi slaughtered. When Yoda went to face the Emperor, I wanted that little guy to kill him. When Anakin and Obi-Wan faced each other at the end, I was hoping that somehow Obi-Wan would convince Anakin to step back from the Dark Side. But none of that happened and I was sad when it didn't...which was the biggest surprise for me, that sadness. Somehow, Lucas made a real old-fashioned tragedy here; he actually made the evil Darth Vader into a sympathetic character. At the end, when the Emperor tells Vader -- newly clothed in his now-familiar black suit -- that it was his own anger that killed his wife and Vader broke free from his bonds and screamed at the universe, suddenly he didn't seem so evil and imposing. Instead, you saw a small boy, manipulated, confused, and destined to spend the rest of his life inside himself, knowing that he destroyed everything and everyone he loved and having made his uncomfortable bed, that he would now need to lie in it.

(Rating: 93/100)

Another Revenge Of The Sith Comic Cover


Another Revenge Of The Sith Comic Cover 02/05/2005 09:09 PM
Here's a scan of the cover to the second issue of the upcoming Star Wars: Episode III - Revenge of the Sith adaptation by Dark Horse Comics, painted by fan-favorite artist Dave Dorman. Most impressive!

Revenge Of The Sith Comic Preview


Revenge Of The Sith Comic Preview 02/01/2005 09:52 PM
Dark Horse provides a 5-page sneak preview into the upcoming Revenge Of The Sith comic book adaptation today. Written by Miles Lane and illustrated by Doug Wheatley, the comic will be presented in 4 issues and also a collected volume (cover shown above). Look for this to be available April 2nd. For more on what Dark Horse has planned, click here.

Revenge of the Sith Gallery Of Stuff


Revenge of the Sith Gallery Of Stuff 03/31/2005 11:54 PM
It's not ALL about toys, after all! Check out what else is going to be on sale this weekend from Revenge of the Sith!

Revenge of the Sith Event Playbook


Revenge of the Sith Event Playbook 03/17/2005 03:10 AM
We've got an advance look at a special Revenge of the Sith Event Playbook complete with all the promotions that will be starting April 2nd.

Revenge of the Sith Pics Leaked


Revenge of the Sith Pics Leaked 01/03/2005 12:11 PM

Revenge Of The Sith Video Game Ad


Revenge Of The Sith Video Game Ad 03/30/2005 05:10 PM
Here's the latest ad for the Revenge Of The Sith video game, found this on the back of the ROTS comics. Due 05/05/05.

Episode III Revenge Of The Sith Shirt


Episode III Revenge Of The Sith Shirt 07/24/2004 04:15 PM
With a nice nod to yesteryear the Epsiode III marketing campaign officially kicks off today with this nice retro Revenge of the Sith t-shirt available for pre-order right now at StarWarsShop.com!

Revenge of the Sith TV Spots Revealed


Revenge of the Sith TV Spots Revealed 04/19/2005 11:24 AM

Revenge of the Sith Comic Book Covers


Revenge of the Sith Comic Book Covers 03/25/2005 01:53 AM
Rebelscum is proud to present for the first time...all four breathtaking painted covers from the Dark Horse Comics adaptation of Star Wars: Episode III - Revenge of the Sith by fan-favorite Dave Dorman! Having painted the covers for many of the first Star Wars comics published by Dark Horse, so having Dave back for this series is great for fans. While the first issue has already been found in some locations, this limited series will officially begin publication on April 2nd!

Revenge Of The Sith Comics Found (And
Read)


Revenge Of The Sith Comics Found (And
Read)
03/27/2005 05:39 AM
Technically, these aren't even due out until April 2nd, but I was able to pick up newsstand versions of Star Wars: Revenge of the Sith #1 and #2 today at local bookstores.

Star Wars Episode III: Revenge of the
Sith


Star Wars Episode III: Revenge of the
Sith
07/24/2004 08:03 PM

Star Wars: Episode III - Revenge of the
Sith (2005)


Star Wars: Episode III - Revenge of the
Sith (2005)
06/05/2005 11:29 PM
Star Wars: Episode III - Revenge of the Sith .. III

us.imdb.com/title/tt0121766
track this site | 2 links


Revenge Of The Sith Sneak Preview Wave
On Sale Today


Revenge Of The Sith Sneak Preview Wave
On Sale Today
02/01/2005 09:52 PM
Just a reminder that today is the official on-sale day for the Sneak Preview toys, despite being found in many locations around the world. Look for lots of advance looks and sneak peeks in the coming months, as the ban is now lifted and everyone scrambles to show off the new Revenge of the Sith merchandise. For more items expected to become available today, click here.

Dark Horse Comics Revenge Of The
Sith
Cover Gallery


Dark Horse Comics Revenge Of The
Sith
Cover Gallery
03/29/2005 10:39 PM
Our Dark Horse Comics gallery is updated today with the upcoming adaptation for Star Wars: Episode III - Revenge of the Sith. We've only got the first two issues so far, as well as the Star Wars: Visionaries book, but with the official release date this weekend, expect more to be added very soon!

Spider-Man 2 trailer in QuickTime


Spider-Man 2 trailer in QuickTime 12/18/2003 10:39 AM
Apple's QuickTime Web site features the first trailer for Spider-Man 2, the sequel to the blockbuster film based on everyone's favorite web-slinging superhero...

Shrek 2 trailer posted in QuickTime


Shrek 2 trailer posted in QuickTime 11/13/2003 11:16 AM
Apple's QuickTime Web site features the first trailer for Shrek 2, the sequel to DreamWorks' hit computer animated film, which will land in theaters on May 21, 2004...

Sith Shirts


Sith Shirts 03/30/2005 05:10 PM
What will all the cool kids be wearing this summer? Revenge of the Sith t-shirts, of course! Check out a pair of boys t-shirts found by Nick Parra on the left. For the "bigger kids" like me, Big Dogs has a new Star Wars design featuring the "Sith Happens" design on the right.

Sugar And Sith...


Sugar And Sith... 06/24/2005 05:51 PM
And all things nice with this sweet Battle Of Coruscant birthday cake.

KOTOR II - The Sith Lords


KOTOR II - The Sith Lords 05/04/2004 08:02 AM
Tomorrow is a big day for LucasArts, as they plan to announce their sequel to Knights of the Old Republic. Set 5 years after KOTOR the Jedi are on their knees and the Sith rule the galaxy. Click on the thumbnail for more, and then warm up the edge of your seat in anticipation of tomorrow.

The Ultimate "Sith" Spolier!


The Ultimate "Sith" Spolier! 04/18/2005 06:48 PM
The ultimate spoiler! Download the complete, illustrated screenplay for "Star Wars: Episode III Revenge of the Sith" here for $4.99. completely legal.

PHP Class 'Bs_StopWatch.class.php' released

The following phrases have been identified by the grok system as matching this entry: revenge of the sith quicktime trailer extra large ftp adodb-pager colors vsflexgrid cannot save unicode revenge of the sith trailer leet gamer spring array jdbc sqlcall

















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
'CsvParser' released

Bs_StopWatch.class.p
hp

Doc Searls on Google
Guy

mtmapres (7 November
2002)

Good Link
Neighborhoods Can
Turn Bad

Create robust,
reusable
object-oriented
designs

Microsoft Thoughts
on Open Source

Release Digest: KDE,
November 6, 2002

4 Billion Documents,
36 Countries Served

How to build a
mailbot in PHP

Using .NET Assembly
(Interoperability
with COM) in PHP

Review - LIFT
Nielsen Norman Group
Edition

Interview - Jakob
Nielsen, Ph.D

Review - Spam Arrest
New tools improve
Web services
security

Community News - Sep
/ Oct 2002

CsvParser
Automatic Numbering,
Part 1

Ontology Building: A
Survey of Editing
Tools

Standards For
Electronic
Instructional
Materials

How to create
indented text
effects with adobe
photoshop

PHP Class
'simple-text-counter
' released

Using Amazon Web
Services With PHP
And SOAP (part 1)

Affiliate Hosting
Program Benefits
evolt.org

Cold Fusion
Developer - Los
Angeles, CA

Six Mozilla Security
Bugs Posted

Review - Swift 3D v3
OASIS Ratifies SAML
1.0

mtm (6 November
2002)

11 More Signs You
Need A De-Geeking
Intervention

Hosts4Porn:
http://hosts4porn.co
m/profiles/zend.cfm

Google - Searching
3,083,324,652 Web
Pages

Google Tests Click
Through Counters on
All Listings

Create a reusable
class in VB6 to read
INI data

simple-text-counter
Interview - Jakob
Neilsen, Ph.D

PHP Class
'AbstractDB'
released

PHP Class
'domvar.lib'
released

AbstractDB
WebMacro 1.1b1
Released

SpaceMapper-DataStor
e ver. 0.7a

vote (5 November
2002)

The Google Gods
Comparing Mac OSX
Performance to Linux

Oracle9i Database
Buffer Overflow
Vulnerability in
iSQL*Plus

webMethods Unveils
Two-in-One Server

China to be
Stronghold for Open
Source

Tips and Tricks by
Rasmus Lerdorf,
PHPCon 2002 (pdf)

As the Bridex Worm
Turns

10 reasons to use C#
what is grok?