Category: Life & Work

最近的互联网创新新热点:

* 网络(视频)会议

* 移动客户端

* 地理信息系统

* 网页游戏(富媒体)

* 语音/音乐搜索

* 垂直网络销售

* 即时信息(微博)挖掘

* 弱客户端应用

* 社交网络周边应用

我们还不够努力。

Recently tips

How to install Redis and Phpredis

Show your data in flash way:

http://sourceforge.net/projects/openflashchart/

Debug cookie related program:

Firefox plugin *web developer* is useful for analysis cookie etc.

Create the barcode using php:

http://github.com/mkoppanen/php-dmtx barcode
Then you can do the object indicate and recognise.

PHP image analysis expert

http://valokuva.org/

http://valokuva.org/?p=72 Color analysis
http://valokuva.org/?p=69 Trimming an image

Drupal manage interface

There is no manage interface in Drupal default,
you should build them your self,
Two useful modules: Views, VBO and hook_action_info api

Mnesia overview

1. Fast realtime key value lookup.
2. Complicated non realtime queries mainly for operation and maintenance.
3. Distributed data due to distributed applications.
4. High fault tolerance.
5. Dynamic re-configuration.
6. Complex objects.

0MQ

Save you money in your next low-latency architecture.

http://www.zeromq.org/

How to debug xmlrpc?

A usefule firefox plugin: Poster
You can post the xmlrpc data using this tool and see the result.

<?xml version=”1.0″ encoding=”UTF-8″?>
<methodCall>
<methodName>get_groups</methodName>
</methodCall>