As you all know, WordPress 2.7 has been released. You can read about
it’s features here.
How to migrate from Wordpress.com to Wordpress.org
WordPress Birthday

Yesterday WordPress celebrated a jubilee. 5 years ago , 27 may 2003 WordPress published it’s first release – WordPress 0.7. Since that time WordPress has come a long way, and now it becomes the most popular blogging system.
Happy Birthday.
Wordpress threaded comments
WordPress has grown to 2.5.1 version and almost all old bugs were fixed. But a lot of wordpress users still lacks tree-like comments structure, like in LiveJournal, in which tree-like comments – habitual and convenient thing. But WP kernel doesnt contain function of building tree-like comments.

Detect crawlers with PHP
I don’t know if anyone except me will need this script, so i put it in blog just not to loose it
Very simple function analyze $_SERVER[’HTTP_USER_AGENT’] variable and looking for crawler signature. If function founds crawler, it will return it’s name, otherwise – false.
Usage examples:
- save to database and output somethere in admin zone or on site
- save for indexing statistics and analyze it later
- use for cloacking or doorways :) ( i do not advise you to do it )







