03 2011 档案

摘要:FAQ > FAQ Notes Introduction The Resolution of Property Names on Objects Assignment of Values Reading of Values Identifier Resolution, Execution Contexts and scope chains The Execution Context scope chains and [[scope]] Identifier Resolution Closures Automatic Garbage Collection Forming Closures 阅读全文
posted @ 2011-03-24 11:49 fxair 阅读(183) 评论(0) 推荐(0) 编辑
摘要:We prepared a list of Misc Class in pervious article8 Useful Misc ActionScript Class. There are more and more open source projects floating around all over the place, it’s real beauty for all Flex/Flash developers. Here is a new list open source ActionScript 3 MISC libraries – all of them are small 阅读全文
posted @ 2011-03-23 10:46 fxair 阅读(485) 评论(0) 推荐(0) 编辑
摘要:In this tutorial you will learn about 2 differentjQuery pluginpatterns (pattern A and pattern B) -- by the end of this tutorial, you should be able to grasp the basic behind writing custom jQuery plugins. jQuery books as well as a few online tutorials were used as references in writing this tutorial 阅读全文
posted @ 2011-03-18 18:30 fxair 阅读(446) 评论(0) 推荐(0) 编辑
摘要:In order to explain how the createDelegate function works in the last post, we have to understand JavaScript closures and Function.apply(). The apply() method is the easiest subject to tackle, so we'll start there and work up. Every function in JavaScript has a number of attached methods, includ 阅读全文
posted @ 2011-03-16 15:24 fxair 阅读(198) 评论(0) 推荐(0) 编辑
摘要:JavaScript – It's beat up, put down, shrugged off and kicked around. Cursed by the web browser's inconsistency yet blessed by a pervasive ubiquity -it's a technology many try to disregard even when its potential is something few can ignore. If you want to write an interactive application 阅读全文
posted @ 2011-03-16 15:20 fxair 阅读(168) 评论(0) 推荐(0) 编辑