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


PHP Class 'bstCountdown' released







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.




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





Similar Items

PHP Class 'bstCountdown' released

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

Online Dating Goes Global as Userplane
Provides Live Video/Audio Messaging to
Array of International Dating Sites


Online Dating Goes Global as Userplane
Provides Live Video/Audio Messaging to
Array of International Dating Sites
07/03/2004 02:11 AM
Company President Michael Jones to Participate in Internet Dating Conference in Nice, France on July 15 - Online dating is going global as singles worldwide take to the Web in their search for love and companionship – while the dating sites they’re visiting seek a competitive edge from Userplane, a pioneer in applying Flash-based instant messaging to support live communications for Web-based communities. [PRWEB Jul 3, 2004]

Microsoft Chat: Windows XP Smart
Displays Online chat


Microsoft Chat: Windows XP Smart
Displays Online chat
12/04/2003 07:11 PM

Chat Blazer, Cutting a Trail to
Enterprise Chat


Chat Blazer, Cutting a Trail to
Enterprise Chat
04/15/2004 11:36 PM
Internet.com Apr 16 2004 3:07AM GMT

Microsoft Chat: MSN Messenger Chat


Microsoft Chat: MSN Messenger Chat 07/13/2004 05:11 PM

Can Chinese Office Software Crack the
Monopoly?


Can Chinese Office Software Crack the
Monopoly?
02/15/2004 01:16 PM
Tsao is chief executive of Evermore Software, a Chinese company that sees an opening for a new kind of Office, or at least what he calls a truly advanced kind. And at the Demo conference that starts today in suburban Phoenix, he'll show off the English version of "Everm ore Integrated Office" (EIOffice), the newest edition of a product that has been in development since 1999.

123 Flash Chat 3.0


123 Flash Chat 3.0 09/16/2004 02:01 AM
A Java chat server with a Flash-based client.

123 Flash Chat 4.5 (Default branch)


123 Flash Chat 4.5 (Default branch) 04/11/2005 03:52 AM
Screenshot 123 Flash Chat Server is a chat server with a Flash-based client. It can fully integrate with the user databases of Postnuke, phpbb, phpnuke, vbulletin, Invision board, and MaxWebPortal, etc. It's a fast, easy and affordable method of hosting and managing real-time chat rooms. It allows you to organize chat events, collaborative work sessions, and online meetings reliably. The interface and function are customizable.
Changes:
The chat window is now resizable. Server and client APIs were added for broadcasting to rooms or adding and deleting rooms on the fly. A chat bot message was added for advertisements or news. Cached messages were added for newcomers along with a smiley shortcut to convert symbols to animations, admin auto-greet, and an enhanced kick function. Banner chat is now easier to configure and the skin is now more customizable. Bugs were fixed and performance was improved.

123 Flash Chat Server Software 4.0


123 Flash Chat Server Software 4.0 12/17/2004 06:35 PM
Full-featured,high-performance 123FlashChat can fully integrate database of Postnuke, phpbb, phpnuke, vbulletin, Invision board, MaxWebPortal, etc. It has customizable interface. Moderated chat, AD banner& low port supported. It offers easy installation on all major OS. It's a fast, easy,affordable real-time chat. It's perfect to chat events, collaborative work sessions ,online meetings, dating sites and customer live supporter as well.

Bram: BitTorrent use up, it's not all
warez


Bram: BitTorrent use up, it's not all
warez
01/07/2005 04:41 AM
Cory Doctorow: Bram Cohen, the creator of BitTorrent, notes, "I'd like to point out that although a number of very large BitTorrent-based web sites have been taken down recently, downloads of BitTorrent have only gone down slightly. There's a widespread belief that BitTorrent is used almost exclusively for warez, probably a perception of people who themselves use it almost exclusively for warez, but that impression is simply untrue." Link (via Waxy)

24/7 Live Support Launched at 123 Flash
Chat Website


24/7 Live Support Launched at 123 Flash
Chat Website
12/24/2004 12:11 PM
24/7 Live Support Now Available [PRWEB Dec 22, 2004]

Elizabot passes sex-chat Turing test


Elizabot passes sex-chat Turing test 07/27/2004 05:51 AM
A bored hacker modified an Eliza programme to act as an IRC sex-chat bot that impersonated an eighteen year old girl (or, rather, impersonated a sex-chat afficianodo of indeterminate gender impersonating an eighteen year old girl). He assumed that people would try to have cyber-sex with his bot and get bored, but in fact a surprising number were convinced and even got off with it.

This is a plot element in Bruce Sterling's brilliant "RU486?" a short story collected in Globalhead -- feminist hackers finance their RU486-running operation with a phone-sex line staffed by automated chatterbots.

It turns out that pornbots are among the class of Eliza-derivatives that can pass a Turing Test (or rather, horny sex-chat boys are among the class of human beings that can't tell a chatterbot from a person -- other groups include psychotherapists, who, in one experiment, couldn't distinguish actual transcripts of therapy sessions with schizophrenics from simulated therapy with schizophrenic chatterbots; and the university student who mistook a chatterbot for his prof in the middle of the night when he IMed same for permission to extend deadline on a late paper).

'eliza' is a program that talks to you, pretending to be a psychologist. its script of possible responses is super tiny, so it doesn't fool anyone. or so i thought.

IRC is a network full of chat rooms (or "channels") where a lot of scary internet people (or "perverts") hang out. my friend reduz found a version of 'eliza' that could go on IRC. he put it on IRC. a lot of people from other countries thought it was a real woman, so naturally they tried to have sex with it. they got frustrated quickly. reduz is a bad man...

so i replaced eliza's tiny, boring script with a massive dumb blonde script that has like 3,800 responses on all sorts of topics, but mostly sex. jenny18 is very horny and she loves talking to horny guys. and everyone knows the best place to talk to horny guys is on dalnet irc sex channels.

Link (Warning, contains links to transcripts of IM-based sex, NSFW) (via Waxy)

Two trends helping to drive more
interest in live chat


Two trends helping to drive more
interest in live chat
05/20/2004 04:14 PM
InternetRetailer.com May 20 2004 8:08PM GMT

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


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?

LNSA-#2004-0014: X-Chat vulnerability in
Socks-5 proxy


LNSA-#2004-0014: X-Chat vulnerability in
Socks-5 proxy
05/01/2004 03:54 PM
Vincenzo Ciaglia (May 01 2004)

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.

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.


"Conservative Crack-Up"


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

Kernel crack


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

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?'


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.

crack found in foam


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

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

Hackers crack Sony PSP


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

"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.


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

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.

PHP Class 'bstCountdown' released

The following phrases have been identified by the grok system as matching this entry: "access mysql databases" from cocoa userplane chat warez 123flashchat crack howto userplane chat warez download chatango flash php office:mac 2004 test drive crack userplane cracked configure userplane chat "ashes and snow" bittorrent "123flashchat crack"

















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

Explosion in
Finland: 7 Dead

Typogooglefights
18 Separate Security
Updates !!! Just
Blame Dell

Write and Get Fired
Google and Yahoo:
Together Again

Google Shopping?
PHP Class
'WebWidgets'
released

PHP Class 'Date &
Time' released

Google Needs People
WebWidgets
Top 12 Tips To
Writing Effective
Google AdWords
Select Ads

Frothy Good PHP
Stuff

Outlook Express Bug;
MSN IM Worm Detected

Two Ways To Optimize
JavaScripts In Web
Pages

wired... 11 October
2002

Customize this feed
HLink working draft
arrives

XOM: New tree-based
XML API

JAXB or W3C XML
Schema "a la carte"?

The W3C TAG refutes
HLink

Updated release of
XVIF

One tree isn't
enough

RentACoder: eBay for
contractors?

RentACoder: eBay for
contractors?

Seven Illegal Search
Engine Optimization
Techniques

Implement Java-XML
binding

A better way to
parse XML documents
in .NET

How The Yahoo!
Directory Really
Ranks Its Directory
Listings

Microsoft Unveils
E-Business Game Plan

Devil in the Details
Managing Traffic
Spikes

Event Driven ASP.NET
Development with C#

CERT: Sendmail
Hacked

Ten Steps to a
Perfect Design
Partnership

How Many Guaranteed
Top Rankings Are You
REALLY Getting?

Design Project - Get
Grunge

Can Public Web
Services Work?

hits... 10 October
2002

ISP Horror Stories
from Hell

How Many Guaranteed
Top Rankings Are You
REALLY Getting?

Design Project - Get
Grunge

Can Public Web
Services Work?

XDocs An Adobe
Wake-up Call

Microsoft to Share
Passport Code

htmldoc
Date & Time
PHP Class 'htmldoc'
released

PHP Class 'BaseDB'
released

Open Source
Development with
Perl, Python and DB2

Blogback,
BlogForward,
Whatever

what is grok?