October 23, 2011
Some Mistakes in Translation
Posted by
nancy
During the translation of AG, I found some obvious mistakes in TM.
October 23, 2011
Sales Communication
Posted by
Vicky
As the soul of getting success on selling, good communication is of great…
October 23, 2011
Long Sentences in Translation II
Posted by
nancy
Interpolation refers to using dash or parentheses to insert the part of sentence…
October 22, 2011
Tips on Communication
Posted by
icy
As all we know, good communication plays one of the key factors in…
October 21, 2011
wordpress多站点博客安装步骤
Posted by
carl
前面介绍了wordpress多站点的安装环境,以最新版本wordpress 3.2.1为例,现在说一下具体安装步骤: 步骤1.备份wordpress 如果已安装过wordpress,请备份数据库和全部文件以防万一,因为在安装多站点创建网络时需要升级wordpress。 步骤2.设置子域名泛解析 有两种方式安装多站点:子域名和子目录,子目录多站点可以跳过这个步骤,子域名多站点就一定要泛解析支持。 设置方法: 1)配置apache支持通配符,SSH登陆找到httpd.conf文件,在里面加一行代码。(没有找到httpd.conf?跟你的主机商联系) ServerAlias *.example.com 2)在域名管理那添加A记录 A *.example.com…