摘要: 正因为JavaScript本身没有完整的类和继承的实现,并且我们也看到通过手工实现的方式存在很多问题, 因此对于这个富有挑战性的任务网上已经有很多实现了。 这个系列的文章将会逐一深入分析这些实现,最终达到对JavaScript中如何实现类和继承有一个深入的了解。 阅读全文
posted @ 2009-07-08 12:37 三生石上(FineUI控件) 阅读(102126) 评论(40) 推荐(64) 编辑
摘要: 产品名称: ExtAspNet当前版本: v2.0 beta1最后更新: 2009-07-05产品描述:专业的ASP.NET控件,原生的AJAX支持,丰富的UI效果。产品特点:No JavaScript,No CSS, No UpdatePanel,No Web Services备注:本产品基于 ExtJS, HtmlAgilityPack, Nii.JSON 开源程序。 本产品从2008-04-... 阅读全文
posted @ 2009-07-07 12:53 三生石上(FineUI控件) 阅读(17783) 评论(112) 推荐(1) 编辑
摘要: There is an excellent article named Optimizing JavaScript Code. The authors are software engineers on Gmailand Google chrome.I appreciate the knowledge described in this article and try to repeat it i... 阅读全文
posted @ 2009-06-30 15:49 三生石上(FineUI控件) 阅读(389) 评论(0) 推荐(0) 编辑
摘要: In JavaScript, object and array are passed by reference.Sometimes you may come into trouble if you don’t keep this in mind, especial inrecursion.Let’s see an example:First, prepare a JavaS... 阅读全文
posted @ 2009-06-30 11:39 三生石上(FineUI控件) 阅读(435) 评论(0) 推荐(0) 编辑
摘要: This article describe the famious issue “function in loop and closure” in JavaScript.The root cause is loop statements (such as for, while) don’t have their own scope.Let’s see... 阅读全文
posted @ 2009-06-30 11:10 三生石上(FineUI控件) 阅读(540) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2009-06-29 14:19 三生石上(FineUI控件) 阅读(30) 评论(0) 推荐(0) 编辑
摘要: Regular Expression are very important in professional JavaScript.There is a wonderful resource in Mozilla developer center.Two ways to construct a regular expression 1. Literal expression re = /ab+c/g... 阅读全文
posted @ 2009-06-26 13:39 三生石上(FineUI控件) 阅读(509) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2009-06-24 14:41 三生石上(FineUI控件) 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Reference: jQuerifyBookmarklet, Updated jQuery Bookmarklet and Better, Stronger, Safer jQuerify BookmarkletWhat is jQuerify Bookmarklet?A jQuerify Bookmarklet is a hyperlink that can be dragged into y... 阅读全文
posted @ 2009-06-24 13:06 三生石上(FineUI控件) 阅读(855) 评论(0) 推荐(0) 编辑
摘要: Today, when reading an article - A Plugin Development Pattern, i found an interesting plugin - metadata.First, let’s see it in action: <li id="Li1" class='someclass {"item_id": 1, "item_label... 阅读全文
posted @ 2009-06-23 16:10 三生石上(FineUI控件) 阅读(1855) 评论(1) 推荐(0) 编辑
摘要: In my last article, i use a JSON tool to parse a JSON string, but there will be a JavaScript error:<div style="display: none;" class="initParameters">{ cred: "6B30E9A9E716C370E040E00A193871B8" }... 阅读全文
posted @ 2009-06-23 13:26 三生石上(FineUI控件) 阅读(2075) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2009-06-23 10:18 三生石上(FineUI控件) 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Learning Processing.js - 1Processing.js is an open programming language for people who want to program images, animation, and interactions for the web without using Flash or Java applets. Processing.j... 阅读全文
posted @ 2009-06-22 15:49 三生石上(FineUI控件) 阅读(403) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2009-06-22 14:45 三生石上(FineUI控件) 阅读(8) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2009-06-18 14:52 三生石上(FineUI控件) 阅读(7) 评论(0) 推荐(0) 编辑