1. Who is the target client?
2. How to find the target client?
3. How to connect with the target client?
4. How to perseved the client to use your service or buy your products?
5. How to get feedback from your clients and improve your service or products?
6. How to find cooperater offshore and world wide?
7. How to bulid your CI in the Industry and change the image of others?
Category: Life & Work
1. Adding and manipulating template variables and the Drupal call order:
template_preprocess()
template_preprocess_breadcrumb()
MODULENAME_preprocess() // Defined in module
MODULENAME_preprocess_breadcrumb() // Defined in module
phptemplate_preprocess()
phptemplate_preprocess_breadcrumb()
THEMENAME_preprocess()
THEMENAME_preprocess_breadcrumb()
2. Overriding with Theme Functions and the Drupal call order:
THEMENAME_breadcrumb()
phptemplate_breadcrumb()
sites/all/themes/THEMENAME/breadcrumb.tpl.php
theme_breadcrumb()
3. Devel module and Theme development module is helpful to show you message about theme override.
4. When you theme a CCK filed by adding a file content-filed-field_xxx.tpl.php, do not forget to place an original content-field.tpl.php in the same folder.
5. Do not forget to clear cache if no changes show.
shazam是Iphone 和 其他手机上的音乐识别软件。当你在酒吧之类的公共场所听到好听的歌,用这款软件识别10秒钟,就会返回歌曲的详细信息。第一次用shazam的人都会感到神奇,它的识别率如此高。
偶然发现了shazam算法的论文如下:
http://www.ee.columbia.edu/~dpwe/papers/Wang03-shazam.pdf



