cd /usr/share/fonts/truetype
sudo mkdir cnfonts
sudo cp /home/*/*.ttf /usr/share/fonts/truetype/cnfonts/
sudo fc-cache -fv
sudo reboot
Continue reading Install 宋体 on ubuntu
Monthly Archives: May 2012
Emotional Meaning of Colors
Have you ever been at a presentation where you could hardly make out what was on the screen because the presenter used colors that made it hard to tell what was text and what was background? Have you ever done this in one of your presentations?
Continue reading Emotional Meaning of Colors
Enable Hibernation in Ubuntu 12.04
Before enabling hibernation, please try to test whether it works correctly by running sudo pm-hibernate
in a terminal. The system will try to hibernate. If you are able to start the system again then you are more or less safe to add an override.
Continue reading Enable Hibernation in Ubuntu 12.04
md5 python 2
#coding:utf-8
#python 检测文件MD5值
#python version 2.6
Continue reading md5 python 2
md5 python
#!/usr/bin/env python
#-*-coding:utf8-*-
”’
md5sum in Python
Author: Seven
Date: 2010/09/23
Support: seven.ling7@hotmail.com
”’
Continue reading md5 python
cmwap cmnet mms
使用PHP的imap系列函数处理gmail的邮件(需要PHP支持imap)
IMAP gmail
Incoming Mail (IMAP) Server – requires SSL: | imap.gmail.com Use SSL: Yes Port: 993 |
Outgoing Mail (SMTP) Server – requires TLS: | smtp.gmail.com (use authentication) Use Authentication: Yes Use STARTTLS: Yes (some clients call this SSL) Port: 465 or 587 |
Account Name: | your full email address (including @gmail.com) Google Apps users, please enter username@your_domain.com |
Email Address: | your full Gmail email address (username@gmail.com) Google Apps users, please enter username@your_domain.com |
Password: | your Gmail password |
About wp_query
Class Reference/WP Query
Languages: English • 日本語 • (Add your language)
Continue reading About wp_query
Building Custom WordPress Theme
This is the Chapter II of the Complete WordPress Theme Guide series. This chapter will show you how to build a custom WordPress theme. Although the Codex site provides very good documentations on how to create a theme, but I find it too complicated for a beginner. In this tutorial, I will explain the basics of how WordPress theme works and show you how to convert a static HTML template into a theme. No PHP skill is required, but you need Photoshop and CSS skills to create your own design.
Continue reading Building Custom WordPress Theme