
2008年5月24日
SilverLight 今年将会支持部分主流移动平台,包括 Nokia S60 以及 Windows Mobile 6 系统,届时移动平台上将会有更炫的用户体验,这也真正实现了 SilverLight 当初的跨平台承诺。
反观现在还在襁褓中的 Android,在我看来虽然技术起点很高,拥有一个 Java SE 的有限子集以及开源社区的诸多代码可供复用,强过 J2ME 太多,可惜到目前为止依旧是一个空中楼阁。Mono 项目中有一个子项目 Moonlight ,是 SilverLight 的 Linux 移植,不知道到时候会不会移植到 Android,听说 Mono 的项目负责人对 Android 是很感兴趣的哦,想把 Mono 移植过去;更为疯狂的是,iPhone 也有份,并且已经有实现了。
另外还发现了一个 for Android 平台的 Web-Server: iJetty,以后有得玩了。
我对移动开发产生兴趣了。
最后,再惊叹一个:PAMP(Personal Apache MySQL PHP),用于 Nokia 的 S60 系统,这个想法很好很强大,我很早就想这么做了,在上面跑一个 MediaWiki 是多么美好的一件事啊~~
PAMP 的项目地址 : http://sourceforge.net/projects/pamp/
2008-5-24 Zealic
posted @
2008-05-24 15:26 Zealic 阅读(65) |
评论 (0) |
编辑

2008年5月20日
摘要: 用了很久的 Live Writer,最近有些无法忍受没有代码着色的功能,于是找了个很强大的 SyntaxColor4Writer 作为代码着色工具,很好很强大。
阅读全文
posted @
2008-05-20 21:10 Zealic 阅读(188) |
评论 (2) |
编辑

2008年5月18日
摘要: ICE 编译器环境,全称 Interactive Compile Environment,是 Zealic 整理的编译器环境,是只包含编译器等工具的实用工具包,不包含任何 IDE 环境,是构建程序的最佳利器,而无需安装任何庞大的 IDE 环境。
阅读全文
posted @
2008-05-18 23:30 Zealic 阅读(280) |
评论 (1) |
编辑

2008年5月17日
SVN.NET: http://www.pumacode.org/projects/svndotnet
This is a project to build reliable .NET bindings for the Subversion version-control system libraries. This is a continuation of the SubversionSharp library initially created by Softec and released under the LGPL.
DotSVN: http://www.dotsvn.net
The objective of DotSVN is to re-implement Subversion version-control-system completely in .NET.
SVNManagerLib: http://www.codeplex.com/svnmanagerlib
The goal of SVNManagerLib is to create a kernel type library that can be used by .NET Web Services, Remoting, and ASP.NET for remotely administering Subversion repositories and users. This only supports files for svnserve as a NT Service or *nix Daemon.
What can it do?
* Create and Delete Repositories
* Create and Delete Directories
* Create and Delete Users
* Create Dump Files
* Create Hot Copies
* Manage access to repositories
2008-5-17 Zealic
posted @
2008-05-17 22:17 Zealic 阅读(111) |
评论 (0) |
编辑
摘要: Windows 下的 Apache + FastCGI 部署 ROR 应用
阅读全文
posted @
2008-05-17 21:54 Zealic 阅读(277) |
评论 (0) |
编辑

2008年4月7日
摘要: 上回写了一篇 利用 GAWK 实现模板文件替换,实现了文本文件的替换,不过最近了解下 Perl,因此就此写了一个 Perl 版本的 StringTemplate.pl。
阅读全文
posted @
2008-04-07 23:27 Zealic 阅读(143) |
评论 (0) |
编辑