‘Tech’ 分类下的文章

How to Build a Quote Function in WordPress Theme

Some times we need to quote others comments in our comment. So theme builder should consider to build this function in comments template. Here I want to share one solution to Build a Quote Function in WordPress Theme. First, we need to custom comment template in functions.php file. Then put this JS code to your [...]

How to Use Mail To Commenter Plugin in Threaded Comments

Last post I told you to make wordpress theme support threaded comments. There is a simple idea. Copy the build-in template. But the idea can not work when you installed Mail to Commenter plugin and still want to use it in your threaded comments supported wordpress themes. So how to solve this problem? I’ll tell you [...]

How to make wordpress theme support threaded comment?

WordPress comments template is the most difficult part in building a wordpress theme. When it comes to make a threaded comments supported wordpress theme, comments template becomes more complex. However, there are many users like threaded comment as it show a clear relationship between each comments. There is a simple idea: copy the build-in template if [...]

Easyphp Can Not Start?

Easyphp is a free software used to establish a local PHP+Mysql evironment on computer. It’s a easy solution for those people who need to test WordPress on local. I have used Easyphp for a long time to test my new developed wordpress themes. It will some times encounter errors. Most common error is that apache [...]

Speed Up Windows XP by Turn Off Useless Services

For most common users, some of Windows XP build in services is meaningless. For example, the telnet services is not so useful for most people. However, these services will start when the Windows XP start up. It will affect running efficiency on computers with limited hardware resources. So, it’s better to shut down these useless system [...]

Start Gzip in .Htaccess to Speed Up Website

Gzip is to compress your webpage on server in order to speed up your website. It will build a .gz zipped file on your server and then send it to webpage viewers. As the file is zipped, the download time will decrease a little. It also benefit for those websites which got a limited bandwidth. This post [...]

提速XP之关闭垃圾服务

对于普通用户来说,Windows XP的许多服务是没有任何实际意义的,比如远程登录功能等,这些服务平常我们用不到,但它们每次都会随着系统一起启动,这样对于资源紧张的用户来说是个很大的浪费,这时候,就可以将这些服务关闭并设置为手动启动,需要的时候再启动,以达到加速系统运行的结果。以下就列出本人这次重装XP之后关闭的系统服务以供参考:

买链接不如买付费评论

不管是国内还是国外,付费购买链接的现象不少,而另一个情况是,目前国内付费评论市场则是非常的萧条,Feedsky的付费评论可能各位一年都接不到一个,国外付费评论的情况稍微好点机会多一点,简单的从这样的现象,似乎我们可以得出这样的结论:链接购买对于SEO的作用会比付费评论更明显。不过就我而言,购买付费评论对于SEO的作用可能比购买链接的作用会更好、更

手把手教你开通办公室电脑USB权限

许多公司为了公司信息保密以及减少电脑中毒事故的发生,通常都会对员工的电脑做种种限制,比如限制限制安装软件或者限制USB口权限等操作,一方面这样的措施确实减少了IT方面的风险,但同时造成的某些工作的不方便。当然,公司IT会提供另外的途径:申请,不过通常申请的过程比较繁琐。这里介绍点小知识,方便有兴趣的同志自己动手开通USB权限,当然仅限非硬件封

博客中Tag的应用及其误区

关于博客的标签应用,很多人可能会存在不同的误解。很多的SEO文章中都会介绍到要避免Wordpress中tag页被收录,从而减少重复内容,对于这样的说法,我曾经的做法就是在制作模板的过程中直接将Tag标签一项隐去,或者对Tag链接采用nofollow的策略,然而这样的做法其实是非常不利于搜索引擎优化的,本文就将介绍TAG标签的作用及其使用方法,提醒博主避免TAG应用的误区。