bBlog comment administration

I did it. As noted below I needed a way to mass delete comments in bBlog. After searching the bBlog forums, I could not find anything, thus I decided to see how difficult it would be.
The answer is: not very. A little editing and now I can mass delete or mass approve comments. Sharing is [...]

By the action of one will the many be brought low

The story finally hit Slashdot: a Wordpress developer uses unethical means
to raise money for the site/project. While WordPress the project and
software will continue, the blight this action caused undermines not
only the integrity of the project as a whole, but the person that
perpetrated this. Rather than using the various, well-proven, methods
for raising funds he turns to [...]

Wordpress Release 1.5

I noticed that WordPress 1.5 is released. WordPress
is a nice blog system, but version 1.2 was not ready for my needs,
perhaps this one is? The previous version did not have support for
multiple blogs, theming was strange (I think it was PHP driven, but I
cannot recall now, a year or more has past since last using [...]

PHP: ternary, print &amp echo

Quick PHP question: why does
(0==0) ? print ‘Zero’ : print ‘Not Zero’;
output a message, but
(0==0) ? echo ‘Zero’ : echo ‘Not Zero’;
generates an error (Parse error: parse error, unexpected T_ECHO in /var/www/print.php on line 2)?

According to the manual, both print and echo are language constructs, not functions. However, print returns 1, [...]

ADODB – New version

Noticed earlier at John Lim’s site that the news version of ADODB, 4.53, is released. Get the goodness!