申请的google adsense通过了

经过了大概两天的审核,我申请的google adsense终于通过了,申请这个东西还真没打算能赚到钱,流量毕竟不大。就当给大家留个方便罗,如果大家看到对自己有用的广告,就点一下,不喜欢就不要点。(支持本站的就看我的那些blog好了,可别为了这个而去点那些自己不喜欢的广告哦!!)

QQ挂到一个太阳了

终于挂到一个太阳了
马上传了头像
以后不挂QQ了
浪费我的时间
为了试用上传头像这个功能还真浪费了我不少时间!!
据称,qq2005beta1就有本地头像上传的功能,一个q币3个月!官方图为证:
QQ 太阳
nnd,腾讯真会赚钱!!什么都要钱!!

WP用email发blog的功能


Wordpress是支持用email来发blog的,这个我是从第一次安装Wordpress就知道的了,也一直在测试这个功能,但一直都没有成功!
我不知道怎么用,但搜索知道!!我就在官方论坛上搜索,没有!(可能是我的英语水平问题,看不懂!)在codex中搜索,又没!!怎么搞的,这里又没,让人有点泄气了。幸好这个功能对我极具有吸引力(要不早就放弃了!!),还有一个地方是没有找的,就是已被Wordpress弃用的wiki!一搜索,嘿,有了!!这篇东西,可让我好找!How To Blog By Email
方法也是如同Wordpress其他设置方法那样极其简单(我可不是说wordpress不强大哦)只需在后台的Options的writing栏中把Writing by e-mail选项正确填写好后(很遗憾gmail暂时不支持,官方论坛中讨论过了),就可以发邮件到你填写的email了,发完email后,马上运行 http://你的域名/安装blog的地址/wp-mail.php 即可!!(就是这步最关键了,以前不知道,所以就不成功!)
但很遗憾的是:用email发blog好像不支持中文,因为邮件会把中文转换为特殊的编码,而wordpress不能把这些编码转换为中文字!!故只能发英文的了~~

被Google Adsense 除名后怎么办?

落伍者看到的一篇原创译文,收了!!

What to do when you’re kicked out of Adsense

被 Adsense 除名后怎么办?

I see threads here all the time from people who are either concerned with getting the “fraudulent clicks” letter, or they’ve gotten them and now want to know how to get back in.

我总是会见到一些人在这里讨论刚刚接到“欺诈点击”信,或者已经接到过信,现在想重新回到google怀抱。
I am one of a handful of people (that I’m aware of) who have had my account knocked out for invalid clicks and been reinstated a couple of months later.
我就是因无效点击而被禁用帐户而后经过几个月又重新恢复的站长(我所知道的)之一。
So, here’s a little tip guide primer on what to expect and what to do.
关于这些问题,这里有一些小技巧。 查看更多精彩内容»

加速Wordpress的加载


当我们使用除了english的其他语言时,Wordpress转换到这种语言时通常会降低加载的速度!我看了一下其他使用了本地化方案的wordpress果然有这样的现象(就是使用了mo文件的wordpress,加载普遍在1-2sec.而没用mo文件的可以在1sec.内),下面的这个hack就可以解决这个问题了!!
我们到Here下载这个压缩包-php-gettext-1.0.3.tar.gz,解压缩后,用gettext.php和streams.php覆盖在wp-includes文件夹中的原文件即可!
另外,用$input = new CachedFileReader($mofile)代替wp-l10n.php(在 function load_textdomain 函数中)中的$input = new FileReader($mofile),也可以节省几毫秒的时间!
原文地址:
http://www.m-e-x.de/blog/index.php/archives/2005/03/01/wordpress-15-speedup/
As anyone who uses foreign language support in WordPress 1.5 may have noticed, switching to language to something other than english slows down WordPress. On my server, no request was finished in under 2 seconds.

So I had a look at the “gettext.php” and optimized it a little bit (pushes request time down to 0.1 secs again), and Danilo Segan (the author and maintainer of php-gettext) made a new release with these changes:

https://savannah.nongnu.org/projects/php-gettext/

1. Download the package
2. Replace gettext.php and streams.php (in wp-includes)

Additionally you can replace
$input = new FileReader($mofile)
in function load_textdomain (wp-l10n.php) with
$input = new CachedFileReader($mofile)
which also saves a few microseconds.

Page 2 of 8«12345»...最后页 »