The script is very simple in use โ just run php migrate.php myscript.php or php migrate.php directory/ and see if youll get any warnings. If you get none, the script thinks your code is ok Running php migrate.php -h displays help.I have placed the script on github โ http://github.com/smalyshev/migrate
via DevZone ยป 5.2 to 5.3 migration.
Tags:
migration,
PHP
As specified from the RFC4627 the correct header is application/json and not text/json.
In PHP you can use:
header('Content-type: application/json');
If you need not cache the output, a common problem with GET requests on IE, you can use these lines of code:
header('Cache-Control: no-cache, must-revalidate');
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Content-type: application/json');
RFC4627.
Tags:
header,
http,
http header,
json,
PHP
Have you something free for download to offer? Don’t offer it completly free, ask for a tweet! This is in absolute the solution for ask popularity for your work.
Pay with a Tweet – A social payment system.
Tags:
business model,
facebook,
micropayments,
social,
twitter

“Give to the things you like” with a social-style button. A centralized micropayments system could pull more donations and promote the micro-donation business model thanks to the one-click approach (like App Store).
I really hope this business model could grow in our huge-gratis-world (HGW), the web.
Flattr – Social micropayments.
Tags:
business model,
micropayments,
social

MantisBT is a free popular web-based bugtracking system feature list. It is written in the PHP scripting language and works with MySQL, MS SQL, and PostgreSQL databases and a webserver. MantisBT has been installed on Windows, Linux, Mac OS, OS/2, and others. Almost any web browser should be able to function as a client. It is released under the terms of the GNU General Public License GPL.
via Mantis Bug Tracker.
Tags:
Bug Tracker,
bug tracking,
Mantis,
PHP,
tool
When we released our report on the colors of the social web, based on data analyzed by our Twitter theme tool, we were surprised that blue was such a dominant color in people’s profile designs. Was Twitter’s default color influencing their design decisions? Or is blue really THE most popular and dominant color online? …We decided to look at the colors in the brands from the top 100 sites in the world to see if we could paint a more colorful picture.

via The Most Powerful Colors in the World.
Tags:
brands,
marketing
It is not an advanced benchmark but the two lightweight web servers seems to be almost the same, Lighttpd seems a little bit better.
The only certainty we have now is the superiority of these servers in deliver static files against apache.

via Benching Lighttpd vs Nginx static files and Apache vs Lighttpd
Tags:
apache,
benchmark,
lighttpd,
nginx,
web server optimization

This is just what every theme developer wants, a list of posts, pages and categories to include in wordpress for test every theme with images, alignments, comments, lists…
Everything is downloadable for free at WPCandy: Easier Theme Development with Sample WordPress Content โ WPCandy
Tags:
sample pages,
sample posts,
theme,
Wordpress