Comment System of 56.com

1. Introduce the present of comment system on 56.com 2. Sharing the reconstruction process and experience of development Comment System of 56.com from Ho Kim Cheers~ Continue reading
Posted in 56com, Architecture, MongoDB, Optimization, PHP, Training| Tagged , , , , , | 1 Comment

Git Essence Tutorial

Git Essence Tutorial from Ho Kim See also: 《Pro-Git》 Cheers~ Continue reading
Posted in Git, Training| Tagged , , , , | 2 Comments

PHP Coding Standard and 50+ Programming Skills

PHP Coding Standard and 50+ Programming Skills from Ho Kim @see http://www.kimbs.cn/category/coding-standards/ @see http://framework.zend.com/wiki/display/ZFDEV/PHP+Coding+Standard+(draft) @see http:/… Continue reading
Posted in Coding Standards, Optimization, PHP, Training| Tagged , , , , | 3 Comments

Event Process Flowchart

Recently designed the user events distribution system: App interface -> Processing queue -> PHP -> RAM log -> Backend distribution @todo & @worry 1. Strengthen the success rate of interfaces 2. Increa… Continue reading
Posted in Architecture| Leave a comment

MongoDB - Local MultiDB & ReplicaSet Configurations for Development

Create directories like below: Bat scripts for running each ReplicaSet instance: start_db1_r1.bat: [codesyntax lang="bash"] E:\kim\mongodb-win32-i386-2.0.5\bin\mongod --dbpath "E:\kim\mongodb-win32-i3… Continue reading
Posted in MongoDB| Leave a comment

Summary of High Performance

《构建高性能web站点》总结: 网络(Network): 1. 优化链路层(Optimize the data link control) 2. 减少传播的数据量(Reduce your bytes) 3. 减少数据间的传播距离,分布式的数据中心(Reduce transmission distance) 4. 增加带宽,并作优化,还要采取适当的限制措施(Enlarge, optimize, re… Continue reading
Posted in Optimization, Project Management| Leave a comment

MongoDB Basics and Tutorial

MongoDB Basics and Tutorial from Ho Kim The bug : https://bugs.php.net/bug.php?id=60508 Cheers~ Continue reading
Posted in MongoDB, PHP, Training| Tagged , , , | 1 Comment

SVN Setting eol-style

When using SVN in team coding, we need the unified end of file descriptor for all the repository files. Usually it's LF(line-feed) which is the end of line char under linux. SVN has supportted this fe… Continue reading
Posted in SVN| Tagged , | Leave a comment

My Sweet Girl

Sometimes, some person, somethings, you feel dispointed, feel down... anything can frighten or block me as a protector? Continue reading
Posted in My Live| Leave a comment

String Cutting Helper in Zend Framework

It's the string cutting helper which deal with both UTF8 and others encodings. Also it remove html tags by default. [codesyntax lang="php" lines="no"] /** * Takes a string and optionally a maximum len… Continue reading
Posted in Zend Framework| Tagged , | Leave a comment