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


PHP Class 'innodb' released







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.




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





Similar Items

PHP Class 'innodb' released

Grok Headline matches for PHP Class 'innodb' 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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 'preditor' released


PHP Class 'preditor' released 10/26/2002 07:53 PM
Preditor is a class for file editing and copying. It makes editing easier by allowing you to load a file, enter a piece (string) you want changed, and a replacement string, whether it only occurs once, or a bunch of times, and it will go through the file and change each occurence. You can also save the file to a directory. Copy non-text based files to different directories. (more options to come)

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.
Grok Description matches for PHP Class 'innodb' released
GrokA matches for PHP Class 'innodb' released

Scientific-Atlanta Explorer 8300 Review
(Verdict: Need More Info)


Scientific-Atlanta Explorer 8300 Review
(Verdict: Need More Info)
03/19/2005 02:45 AM

oc_joey.jpgThe AP has a review of the latest Scientific-Atlanta DVR, the Explorer 8300, available in some Time Warner Cable areas. The two-tuner unit's most unique feature is probably its ability to steam content back over the in-house cable network to up to three other set-top boxes. All in all it sounds pretty promising, but as is standard operating procedure for company-provided DVRs, you should probably hang tight until the guys at AVSForum have had a few months to put the 8300 through its paces.

Also mentioned in the article is that Lawrence, Kansas, is one of the test markets of Diego's Moxi set-top boxes (Sunflower Cable?). I had a chance to play with a prototype a few months back and it was pretty fantastic. I'm looking forward to the reviews from those users. (Thanks, Vic!)

DVRs Can Be Used All Around House [Yahoo]

Update: Reader Jonathon Robinson gives us more info after the jump.


I hate this digital video recorder:
Scientific-Atlanta Explorer 8000


I hate this digital video recorder:
Scientific-Atlanta Explorer 8000
08/16/2004 04:02 PM
I can't begin to say how much I despise the Explorer 8000 digital video recorder made by Scientific-Atlanta. That's the system Time-Warner gave us when my wife signed us up for cable service a few weeks ago. I was out of town on the day they were scheduled to install it, so I told my wife to make sure the DVR was real TiVo, because I'd played with a TiVo belonging to my friend, and thought it was just about perfect. The service tech came and told her it was real TiVo. When I got back and saw that the ugly box didn't have a happy bipedal TV set logo on it, I was disappointed, but willing to give it a try. The first thing I noticed was the crappy user interface. Unlike TiVo, there's no audible signal when you press a button. And because it takes a couple of seconds after pressing a button for anything to happen on the screen, I often press the button twice, thinking the first press didn't go through. What happens when you press a button twice is that you see the result on the screen for a split second before it disappears, because the second press cancels the first press. That means I have to press the button a third time, and wait another mini-eternity for something to happen. So many other things suck about the user interface that I can't list them all. But the main UI problems include lack of keyword scheduling, way-too-slow fast-forwarding, no alpha character entry, and the inability to see how many hours of programming are available on the hard drive.

This last flaw hit home when the machine suddenly stopped recording shows. I tried everything I could to get it to work, including rebooting the system and calling Time Warner Cable customer service. They told me that they'd have to replace the unit, which would take five days.

Five days later a service technician came with a new box. I asked him if this problem was common, because Google returns a lot of pages from people who think the Explorer 8000 is a piece of junk. He said the system is fine as long as you didn't store too many shows on it. If you fill up the hard drive, the system freezes up, and there's no way a user can undo it. But how do you know when the disk is close to being full if there's no gage to tell you? The service tech's answer: "don't keep very many shows on the hard drive." That pretty much defeats the purpose of a DVR, doesn't it?

He also warned me not to put anything on top of it, as it was notorious for overheating and seizing up. I told him I was considering TiVo, but he insisted the Explorer 8000 was better than TiVo. How so, I asked? "We will give you a new one if it breaks," he said.

Our second Explorer 8000 is also a piece of junk. Like the first one, it regularly fails to record requested shows. But this one goes even further in its attempt to aggravate me by freezing up while playing back a show, and pixelating and jittering like a lost episode of Max Headroom.

Yesterday I was at Best Buy, and I noticed that 40-hour TiVos were on sale for $50 after rebate. I bought one and set it up. What a difference! If TiVo were a beverage, it'd be a tall glass of Jamaican ginger beer with chipped ice and a lime wedge, while the Explorer 800 would be a paper cup of warm fake lemonade stirred with the finger of a nose-picking six-year-old.

I can't wait to get the Explorer 8000 out of my house. Why did Time Warner make a deal with this company?

Volari 8300 (XG47) Preview


Volari 8300 (XG47) Preview 03/29/2005 08:45 AM

Product Review: Dell Dimension 8300
(NewsFactor)


Product Review: Dell Dimension 8300
(NewsFactor)
06/17/2004 03:01 PM
NewsFactor - Many I.T. managers will appreciate the power and price of the Dell (Nasdaq: DELL) Dimension 8300. Equipped with a 3 GHz Pentium 4 with HT technology, the 8300 performance series targets business customers seeking a versatile, high-end PC.

Scientific-Atlanta Surges


Scientific-Atlanta Surges 01/23/2004 09:54 PM
TheStreet.com Jan 24 2004 1:27AM GMT

High-End Surge Propels
Scientific-Atlanta


High-End Surge Propels
Scientific-Atlanta
01/22/2004 07:33 PM
TheStreet.com Jan 22 2004 11:40PM GMT

BugTraq: Microsoft's Explorer and
Internet Explorer long share name buffer
overflow


BugTraq: Microsoft's Explorer and
Internet Explorer long share name buffer
overflow
04/26/2004 01:05 PM
SecurityFocus Apr 26 2004 5:09PM GMT

RE: Microsoft's Explorer and Internet
Explorer long share name buffer
overflow.


RE: Microsoft's Explorer and Internet
Explorer long share name buffer
overflow.
04/26/2004 07:06 PM
Rodrigo Gutierrez (Apr 25 2004)

Microsoft's Explorer and Internet
Explorer long share name buffer
overflow.


Microsoft's Explorer and Internet
Explorer long share name buffer
overflow.
04/26/2004 01:18 PM
Rodrigo Gutierrez (Apr 25 2004)

Re: [Full-Disclosure] Microsoft's
Explorer and Internet Explorer long
share name buffer overflow.


Re: [Full-Disclosure] Microsoft's
Explorer and Internet Explorer long
share name buffer overflow.
04/27/2004 02:34 PM
KF (lists) (Apr 26 2004)

Re[2]: [Full-Disclosure] Microsoft's
Explorer and Internet Explorer long
share name buffer overflow.


Re[2]: [Full-Disclosure] Microsoft's
Explorer and Internet Explorer long
share name buffer overflow.
04/29/2004 01:18 PM
3APA3A (Apr 29 2004)

Re: Windows Explorer TGA Crash is a DoS
bug in Internet Explorer.


Re: Windows Explorer TGA Crash is a DoS
bug in Internet Explorer.
12/22/2004 01:09 AM
Berend-Jan Wever (Dec 20 2004)

Internet Explorer 6 SP1 Update: Internet
Explorer May Unexpectedly Close When You
Leave the Pointer on the Text in the
DHTML Editor


Internet Explorer 6 SP1 Update: Internet
Explorer May Unexpectedly Close When You
Leave the Pointer on the Text in the
DHTML Editor
11/05/2003 11:38 PM
In the DHTML editor of Microsoft Internet Explorer 6 Service Pack 1 (SP1), when the text in the DHTML editor is a link, and the pointer is at the end of the link text, Internet Explorer may unexpectedly close (crash) when you try to exit the page. You may also receive a "General Protection Fault" error message on the Dhtmled.ocx file.

¿Un explorer (mucho) mejor que el
Explorer?


¿Un explorer (mucho) mejor que el
Explorer?
02/16/2004 09:22 AM

Internet Explorer 6 SP1 Update: Internet
Explorer Unexpectedly Quits When You Use
It to View a Web Page That Contains VML


Internet Explorer 6 SP1 Update: Internet
Explorer Unexpectedly Quits When You Use
It to View a Web Page That Contains VML
11/05/2003 11:38 PM
This update resolves an issue when you use Microsoft Internet Explorer 6 to view a Web page that contains Vector Markup Language (VML), Internet Explorer may unexpectedly quit (crash). This problem may occur if a script in the Web page changes the src attribute on a VML image element to a different location.

The Best Scientific Conferences
Anywhere, The Best Scientific Meetings
Everywhere


The Best Scientific Conferences
Anywhere, The Best Scientific Meetings
Everywhere
04/05/2005 02:16 AM
Bacterial Adhesion and Infection, First West Africa Conference: A First Class First World Scientific Meeting in a First Class Third World Setting. Mangosteen’s opening conference blazes a trail, introducing world class scientists and cutting-edge research to the African heartland. [PRWEB Apr 5, 2005]

X Video Explorer 1.3


X Video Explorer 1.3 12/31/2003 01:35 AM
A tool that provides automatic video mode line calculations for X.

PE Explorer v1.94


PE Explorer v1.94 10/30/2003 01:39 AM
PE Explorer lets you analyze source code, correct checksums, repair damaged resources or modify the internal arrangements of PE files. PE Explorer offers tools such as Visual Resource Editor, Quick Function Syntax Lookup, Dependency Scanner, Section Editor and Disassembler. It also supports custom plug-ins to perform any startup processing. [Shareware $99.00 2.74 MB]

SSL Explorer


SSL Explorer 08/31/2004 01:08 PM
SSL-Explorer v0.1.0 released!

Explorer 0.80


Explorer 0.80 06/12/2004 09:17 AM
A CGI of an alien ship exploring an alien world.

SSL-Explorer 0.1.6


SSL-Explorer 0.1.6 01/06/2005 03:22 PM
A Web-based SSL VPN solution.

CGI-Explorer-2.05


CGI-Explorer-2.05 09/03/2004 12:51 AM

Php Extensible eXplorer


Php Extensible eXplorer 08/22/2004 08:53 PM
It has started

ports-explorer


ports-explorer 08/10/2004 10:45 AM
Work towards ports creation

RIP Internet Explorer?


RIP Internet Explorer? 07/16/2004 04:49 PM
It's hard to imagine that anyone would continue to use Internet Explorer faced as it is with such massive security issues. If it were a car rather than a browser, it would have been scrapped. But despite very good reasons for moving browsers, people still aren't. Why? There are a multitude of reasons but by far the simplest is that average Joe doesn't know what the hell browser security issues are, or even that the browser is just a piece of software used for accessing the Internet. Thanks to Microsoft's spectacular decision (causing it to fall foul of competition law) to bundle Explorer with Windows, people don't know anything of any other browser. To many people, Explorer is the Internet.

Macintosh Explorer 4.1


Macintosh Explorer 4.1 07/23/2004 11:31 AM
Tabbed file browser/file manager.

Is Internet Explorer on it's way out?


Is Internet Explorer on it's way out? 07/19/2004 04:40 PM

Direct and Related Links for 'Is Internet Explorer on it’s way out?'

An interesting perspective from a fellow Gnomie who believes that IE has finally had it, pure and simple. He even goes so far as to point to what the US-CERT (Computer Emergency Readiness Team) is suggesting for Internet users. “It is time for national leaders to get their heads out of the sand and recognize this threat to their [our] national and economic security, [and to begin] cooperating on a global basis to deny access…

An explorer script with no need for ID


An explorer script with no need for ID 10/31/2003 06:10 AM
As a lot of people use windows explorer to navigate through their harddisk, more and more people ask for the same navigation for deeply nested web sites. This article explains how to develop one of these in a backward-compatible, expandable and accessible way.

Font Explorer 2.0


Font Explorer 2.0 09/01/2004 03:12 PM
Freeware font browser with Unicode support.

Archive Explorer


Archive Explorer 04/16/2004 11:42 PM
Archive Explorer first release

PHP Class 'innodb' released

The following phrases have been identified by the grok system as matching this entry: site:www.stargeek.com explorer dvr 8300 hack scientific atlanta dvr explorer 8300 usb hub recording scientific atlanta explorer 8300-usb exporting video from scientific atlanta explorer 8300 hd scientific atlanta explorer 8300 hack "explorer 8300 hacks" "scientific explorer 8300" "explorer 8300 hack" scientific-atlanta 8300 hacks decrypt "explorer 8300" copy

















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

Ugh
winston (Today in
Chinese history)

return (4–5
January 2003)

2003: Year of
Change?

P.E.T. 1.3 released
SynCE 0.6 released
Review - Infacta
Group Mail

Shifting
G-forces
Veteran job
candidates present a
few interview
challenges

Take control of your
Web service messages
in .NET

Take advantage of
advanced JavaScript
functions

The December
Builder.com top 10

How to print in Java
Web Start

VB tips: Windows
transparency

How to manage
'babies'

SQLXML classes in
.NET

IT project
validation

Search Engine
History - The Early
Years.

PHP Class
'calend.class.php'
released

Introduction to
mod_perl (part 4):
Perl Basics

Writing A User
Manual (part 2)

New Dolby Tech
Sounds Good to ADI
Chipsets

Moving Logic Into
the Database

Include IT project
validation from the
start to avoid major
problems later

Extend the reach of
SQL Server with
SQLXML classes in
.NET

Defining and
supporting project
management
methodology

New book does a
great job covering
SQL Server and XML

VB tips: Making
windows transparent
in 2000 and XP

Project failures are
less common than you
think

Tap into advanced
JavaScript functions

Tools for securing
your XML documents

SQL Server's
built-in bug hunter

The geek: Look past
stereotype

Web service messages
in .NET

PhpWiki developer
release 1.3.4

nntp//rss v0.1
released

Panorama 0.18 now
available

Book Excerpt: Usable
Shopping Carts, Pt.
3

PHP Class 'FileDB'
released

PHP Class 'PKZip
Class' released

E-Mail Newsletters
and RSS

How many unique user
agents?

Open Source for my
Mom

Apache logging
directly to MySQL

Wargliding
What Should I Do
With My Life?

Tumi
I Sink Ships
Never Mind the
Namespaces: An XSLT
RSS Client

what is grok?