代码改变世界

本周链接列表(2007.12.17-2007.12.23)

2007-12-24 11:12  Anders Cui  阅读(445)  评论(0编辑  收藏  举报

1. AddThis.com;

        Promotes your content everywhere through bookmarking and sharing.

2. Linkify add-in for VS2005;
   
    Linkify is a Visual Studio 2005 add-in that links your source code comments to your bug tracker, development Wiki, MSDN, Google or any other site. Instead of inserting a URL, you insert text that starts with a known prefix, e.g.:

   // this code fixes bugz:666 - don't remove!
   // for more info, see msdn:MakeSureDirectoryPathExists and wiki:ThatUglySaveBug

3. Light ORM Library for .NET;

    一个小巧的ORM类库,也许可以用来了解下ORM的基本原理?

4. Traversing an HTML table with JavaScript and DOM Interfaces
;

    使用JavaScript和DOM遍历HTML表格.

5. ASP.NET + XML + DIV 构建动态导航菜单;

    园子里的文章,我在它的思路上创建了动态导航的菜单.

6. Building a Gmail Style File Uploading System using ASP.NET 2.0;

    创建Gmail风格的文件上传系统.

7. TreeView ASP.NET Populate OnDemand;

8. Nobody Cares What Your Code Looks Like;

    没有人在意你的代码是否漂亮, 那他们在意的是什么呢?

9. MVC Web Application and JSON;

10. MbUnit and some news;

    MbUnit的一些近况.