Skype隐藏表情符号,超酷

不知道来这里的朋友有多少使用Skype的,但还是共享一下Skype隐藏表情符。

Mooning (mooning)
Finger (finger)
Bandit (bandit)
Drunk (drunk)
Smoking (smoking) (smoke) (ci)
Toivo (toivo)
Rock (rock)
Banging head on wall (headbang) (banghead)
Pool party (poolparty) (hrv)
Swearing (swear)
Bug (bug)
FUBAR (fubar)
Too much information
(tmi)

转自:Chinese Skype Watch,那里有完整版的Skype表情符,我贴过来的是其中隐藏的表情符。

Related posts

WordPress的博客Ping back服务器设置

博客的Ping back功能就是你发文章的时候自动通知别人,有新文章啦。WordPress就有这个功能,通过它可以更好的推广你写的文字。由于懒惰,博客开了半个多月了还没有设置它。

今天中午抽空选了几个Ping服务器,报告给大家:

http://rpc.pingomatic.com/

http://blogsearch.google.com/ping/RPC2

http://www.feedsky.com/api/RPC2

http://www.zhuaxia.com/rpc/server.php

http://ping.baidu.com/ping/RPC2

第一个是WordPress默认的Ping服务器,后面四个中两个国内的两个国外的,分别是抓虾ping服务器,feedsky的ping服务,Google Blog search的ping服务和technorati的。

在WordPress的管理后台:Options –> Writing –> 页面下方的update services里设置。

Related posts

北京时间Gadget,Google Gadgets演示,iGoogle系列(3)

这个Google Gadget是第一个练手的作品,用来熟练Google Gadget的开发、调试、预览、存储、发布等各个环节。这个Gadget的功能是在网页上显示当前北京时间,方便在外国的朋友了解当前的北京时间。

写了两个版本一个是使用content type为html,另一个content type为url。体会一下两种写法的优劣。

使用url为content type的Google gadget代码在http://learnchinesekits.googlecode.com/svn/trunk/cct/CurrentChinaTime2.xml,与他相对应的程序文件是http://learnchinesekits.googlecode.com/svn/trunk/cct/CurrentChinaTime.php

使用html作为content type的Google Gadget代码在http://learnchinesekits.googlecode.com/svn/trunk/cct/CurrentChinaTime.xml

你可以在iGoogle以从url添加的方式将他们添加到你的iGoogle page里。或者可以将这个Gadgets添加到自己的网站,示例见本网站的Google Gadgets页面。

当然从程序角度这两个Gadget都有一些问题,比如显示时间的正确性依赖于服务器时间是否准确或者用户PC的时间是否准确。

Related posts