上周技术关注:RIA的可用性研究

  • [易用性; RIA] Usability for Rich Internet Applications #
    In this article, I provide some practical tips for designing usable RIAs, based on fundamental principles of HCI.Challenge #1: Deciding How Much Richness to AddChallenge #2: Interactive Page ElementsChallenge #3: Refreshing Part of the PageChallenge #4: Breaking the Page ModelThe key challenge in designing part-page updates is making sure people see them.
  • [ajax; Java; Struts] Web 2.0 and Enterprise Java - move over Struts #
    J2EE开发者选择何种AJAX框架
    Scenario 1: Adding Ajax to existing Struts Applications. Use AjaxAnywhereScenario 2: Need Ajax Now for a new Java Application. Use Appfuse as it gives StrutsScenario 3: Medium Term. Use an implementation of JSF (either MyFaces or whatever Appfuse promotes
  • [.NET开发; 开发工具] Lutz Roeder's .NET Reflector #
    .NET Reflector 是一个只有 548 KB 的.net 类浏览工具。它可以读取存储在 .net 应用程序 中的 metadata、IL 指令、资源和XML文档。并可以把这些信息,以IL、C#、VB.net 、Delphi、MC 、Chrome 这些语言的方式来展示其中的功能.
  • [搜索技术] 哈工大词法分析程序的java接口 #
    首先,要感谢哈工大信息检索研究室免费共享他们研发词法分析系统,本人对这种学术共享的精神由衷的钦佩。近来由于本人一些中文方面的东西需要分词,比较了以下哈工大的分词程序比较易读易用,而且易于添加新词,而且效果也很好,还可以识别人名、地名、机构名、于是就选择了哈工大的分词程序。但哈工大的分词出现只提供c 的源码和dll,于是就自己做了一个java接口。一来自己学习,二来便于更多人能够方便使用。
  • [365key] 365Key 天天网摘右键收藏插件 - For Firefox 1.5 #
    周六跟曾登高聊天,登高说在新版Firefox下365Key的右键收藏插件不能使用,查了一些资料,是Firefox新旧版的插件接口有些改动。以下是新开发的插件,在 Firefox 1.5 下测试通过,还没有更新到365Key网站上,可以通过以下地址下载自行安装:
  • [搜索技术; 中文分词; Java] 发布我的中文分词程序源代码--DartSplitter #
    前几天因为好久没发blog了,就拿我毕设中的一段算法凑数,没想到引起很多人的兴趣。因此就把我的分词算法单独拎出来做了一个项目叫作DartSplitter。暂时把分词算法的名称叫做树状词库分词法。
  • [正则表达式] 正则表达式的终极能力 - 递归 #
    找遍了正则表达式的语法都没发现和递归有关或者可以间接用来实现递归的,不过今天在硬盘找到一个电子书(只有一章),居然有讲解了这个。窃喜,记录之。
  • [SourceForge; 开源] 八卦Sourceforge后台的空间规则 #
    SourceForge用了许多年,最近才靠springside混进了它的后台,八卦一把在sf混个房间有什么好处,还有它以什么规则,维持这么大一间善堂的运作。
  • [trackback] TrackBack 将成为一个互联网标准 #
    当然将Tackback推崇为整个业界认可的标准并不是一件容易的事,Six Apart列举了以下几个工作重点: * 标准化 * 协议的可扩展性 * 信息的安全验证 * 完整的说明文档
  • [.NET开发; RSS] Awesome ASP.NET 2.0 RSS Tool-Kit Released #
    ASP.NET 2.0 RSS Tool-Kit的使用说明
    Dmitry on the ASP.NET Team posted an awesome RSS Toolkit for ASP.NET 2.0 on his blog earlier tonight. It provides a ton of great support for both consuming and exposing RSS from ASP.NET 2.0 applications, and ships with full source code.
  • [.NET开发; 安全] Security Question List: ASP.NET 2.0 #
    Use the questions in this module to help you perform security code reviews on ASP.NET 2.0 applications.
  • [.NET开发; 安全] Anti-Cross Site Scripting Library for .NET web applications #
    The new .NET library from Microsoft indicates it is supported on Windows 2000, Windows XP, and Windows 2003, and can be used with .NET 1.0, .NET 1.1, and .NET 2.0. The library exposes these two methods: HtmlEncode and UrlEncode (taking a single string paramter). These are the same methods as found in the System.Web.HttpUtility namespace in the .NET Framework today.
  • [.NET开发; ajax; 开源] Download your copy of the Ajax.NET Professional Source Code #
    Ajax.NET Professional Open Source
    The download of the Ajax.NET Professional source code is available at http://www.ajaxpro.info/sourcecode.aspx. Notice, that it is only the latest snapshot of my version to show my comments, and how I did it internal.
  • [.NET开发; Ruby; Rails] 还可以更简单么? #
    但在过去一年内,Ruby on Rails象春天的野火一样越烧越旺,虽然它们还有其他的优点,但最大的卖点应该就是它们极大地简化了数据库驱动的web应用的开发虽然目前.NET中的语言还不具备象动态语言Ruby那样的特征,但看一下ASP.NET 2.0中的新的编译模型中的Build Providers,通过编码生成,在当前ASP.NET架构内建立一个简化数据库驱动的web应用的框架会很难么?
  • [搜索技术; 算法; 人工智能] 中国象棋软件-引擎实现(四)搜索算法 #
    对于棋类软件的搜索算法经前人的努力已形成了较为成熟的Alpha-Beta搜索算法以及其它一些辅助增强算法。所以小生在自己的程序中直接借鉴了Alpha-Beta搜索算法并辅以了历史启发。对此两者王小春的《PC 游戏编程(人机博弈)》和ElephantBoard的主页 http://www.elephantbase.net上都有非常详细的介绍,所以这里我只简单介绍一下算法的主体思想

更多技术动态,请访问我的365KeyRSS),你可以通过365Key订阅

你可能感兴趣的:(.net,Ajax,算法,asp.net,asp)