-
Wedding website helps to publish your online wedding invitation.
-
你有想过把自己电脑上的一些 PDF、PPT、音乐、视频或者其他的文件分享到 Twitter 吗?
Archive for August, 2009
links for 2009-08-24
links for 2009-08-21
-
RubyAMF is an open source Ruby application being developed by Aaron Smith that enables AMF0/3 communication between Flex/Flash and Ruby.
links for 2009-08-20
-
Web 1.0 – That Geocities & Hotmail era was all about read-only content and static HTML websites. People preferred navigating the web through link directories of Yahoo! and dmoz.
Web 2.0 – This is about user-generated content and the read-write web. People are consuming as well as contributing information through blogs or sites like Flickr, YouTube, Digg, etc. The line dividing a consumer and content publisher is increasingly getting blurred in the Web 2.0 era.
Web 3.0 – This will be about semantic web (or the meaning of data), personalization (e.g. iGoogle), intelligent search and behavioral advertising among other things.
-
Web 3.0 will be about semantic web, personalization (e.g. iGoogle), intelligent search and behavioral advertising among other things.
links for 2009-08-18
-
svn propset svn:ignore '*' ./template_c/
-
Connect and Share with Your Coworkers
links for 2009-08-14
-
php -q ./tsmarty2c.php *.html $package.c
-
xgettext
-
Linux的脚本基本同上。但是要注意两点:
第一,Linux下推荐使用setlocale(LC_ALL, ‘en_CA’);,此时不用putenv(”LANG=en_CA.”);setlocale(LC_ALL, ”);
第二,Linux下的语种名必须是Linux支持的语种。支持的语种列表可以在/usr/lib/locale中找到,或者用locale -a命令列出。而且,必须使用utf8后缀。所以,完整的写法是setlocale(LC_ALL, “zh_CN.utf8″);
links for 2009-08-13
-
Being a Ruby on Rails port to PHP, Akelos is also designed to make developers lives simpler by resolving complex problems with unusual speed and productivity.
-
如果你的用户目录(/home/XXX)下有了: .inputrc , .bashrc/.bash-profile这两个或三个文件,那么恭喜你,你不用建立了,只要做修改就可以了。如果没有,那么麻烦你要建立这三个文件。
links for 2009-08-12
-
So you have downloaded GIT for OS X from Google code. Everything works. Except when you try to use “git-svn”, you get the following error:
Can’t locate Term/ReadKey.pm in @INC (@INC contains ….
There are two things you can do. If you have the development tools (XCode) installed, then you can do as Larry shows, entering the following commands in Terminal:
perl -MCPAN -e shell
install Term::ReadKey
exit