blog暂停访问一小段时间 {:c2:}
Elysion Age for iPhone, iPod touch, iPad

更多详情看这里
Hannah的婚礼
饮食事件薄(六) – 上井精致日本料理
一个website design
安格里波鲁斯 (Angry Balls) for iPhone
偶的第一款Game design,有iPhone或者iPod touch的小朋友可以留言要个free download code. {:c2:}
Angry Balls is an interesting physics game.
Making all shy balls to be angry is required to pass stages, and make sure avoid touching spurs at the same time.
▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
★ Real Physics Experience
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
We have simulated great collision effect among our characters. Besides, friction and restitution along with base physics movements are real and smooth in the game.
▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
★ 60 Stages + More
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There are 60 challenging stages built-in at the moment. More stages are coming in future updates.
▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
★ Easy Operations
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
You just need to tap on the screen to choose the nearest ball,
then drag for direction and strength, the ball will be forced to launch when release. There is a tutorial in the main menu that you can not miss it.
▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
★ Game Center Integrated
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Game Center Leaderboards and Achievements are integrated.
▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
★ Other Features
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
* Retina Display support for iPhone4
* Impressive music and sound effects
NekoQ V2
Ruby写简单的msn bot
原来有个msn的lib,貌似最近用不了了,那么就从xmpp下手吧
首先找一个jabber server 注册个帐号,例如thiessen.im
(如果用psi的话add ac的时候有很多可选的)
然后在Service Discover把MSN transpot加上 ,那么登录jabber server的时候就自动登录MSN了
require ‘rubygems’
require ‘xmpp4r-simple’# Online status
msg_history = “none”jabber = Jabber::Simple.new ‘YOUR_JABBER_ID’,'YOUR_JABBER_PSW’
jabber.status(nil,”Working!”)#Ctrl+C Disconnect
Signal.trap(“INT”) {
jabber.disconnect
puts “### MSN-BOT logout”
exit
}# welcome message
msg_welcome = “Hi, this is alice. Ceil is busy and no time to reply you.”loop do
jabber.received_messages do |msg|
puts “- #{msg.from}”
puts “#{msg.body}”
jabber.deliver(msg.from, msg_welcome)
end
end
xmarks也倒了。。
今天打开firefox第一个蹦出来的网页就是xmarks即将关闭的page

Xmarks以前名为Foxmarks,去年正式更名。在此之后,这家社交书签和搜索工具公司的用户数量稳步增长。在今年3月增加了搜索功能后,Xmarks目前拥有200万活跃用户,收藏的网址总量达到10亿个。用户可以通过浏览器插件免费使用Xmarks,该产品支持的浏览器包括IE8、火狐、Chrome和Safari等。(PS:并且还很厚道的支持自建server)
Xmarks联合创始人兼首席技术官托德·奥古尔尼克(Todd Agulnick)在博客中表示,该公司没有获得足够的用户,也无法借助书签服务盈利。由于资金逐渐减少,该公司今年春天便开始寻找潜在买家。虽然 Xmarks今年早些时候试图借助同步功能盈利,但是火狐和Chrome浏览器此前已经免费提供了同样的功能。
Xmarks CEO詹姆斯·乔奎因(James Joaquin)说:“我们曾经努力试图利用多个创新搜索产品,并借助10亿个书签储量来盈利,但是最终却没有找到规模化的商业模式。随着火狐和谷歌将同步功能植入浏览器,Xmarks的发展也走到了尽头。”
我一直认为xmarks是FF上最好用的书签(& tab)同步工具,而且xmarks的运营数据也是不错的,总觉得有一天会变成媲美delicious的存在。
没想到。。。 {:20:}
windows下启用safari的debug mode
由于windows的Safari可以模拟成 mobile safari,而且有强大的debug模式(还是觉得没firebug好用=v=),实在是居家旅行、调试iPhone(iPad) web app的首选。
但是最近升级到5.01的时候发现熟悉的develop菜单居然不见了….
详情不大清楚,表面现象就是apple把那可爱的菜单给隐藏了,所幸还可以通过修改plist的方法把它弄出来。
方法如下:
windows: 到 C:\Program Files\Safari\Safari.resources 目录,在 Defaults.plist 文件上加上
<key>IncludeDebugMenu</key>
<true/>
重启safari后就可以看见传说中可爱的develop菜单了
mac的话就是 %APPDATA%\Apple Computer\Safari\Preferences.plist







