首页 新闻 论坛 群组 Blog 文档 下载 读书 Tag 网摘 搜索 .NET Java 游戏 视频 人才 外包 数据库 第二书店 程序员

stickyman/ 


共23个网摘 [ 1 ]   |  访问stickyman的个人空间

How To Discriminate Between JavaScript Object and ActionScript Object In AIR - Ntt.cc

stickyman收录,使用标签:ActionScript, AIR, ECMAScript, JavaScript, Object,时间:2008-5-18 1:18:59 | 相关网摘我也收藏

JavaScript and ActionScript share a nearly identical syntax, object model, and even many object classes because both of them are based on the ECMA-262 (ECMAScript) standard. ActionScript implements the arguments object, which supports the callee and length properties, just like JavaScript. ActionScript also implements the Array, Boolean, Date, Math, Number, Object, and String classes familiar to JavaScript programmers.Adobe AIR allows ActionScript and JavaScript base object can be convert each other.But sometimes we still need to know which is javascript objct and which is actionscript object.The following code shows how to detect Javascript objct and ActionScript.


10 Useful JavaScript Regular Expression Functions to improve your web applications efficiency - Ntt.cc

stickyman收录,使用标签:function, JavaScript, Regular, Expression,时间:2008-5-10 13:16:23 | 相关网摘我也收藏

Some Regular expressions have been used. Regular expressions are very powerful tools for performing pattern matches.And validating user input is the bane of every software developer existence. But these patterns used in RegExp can be very simple. Fortunately, JavaScript 1.2 has incorporated regular expressions.JavaScript has an alternate syntax for creating Regular Expression objects that implicitly calls the RegExp constructor function.A regular expression pattern is composed of simple characters, such as /abc/, the syntax for that method is the following:


关于Ntt.cc上有偿征集Flex,Flash,Ajax,JavaScript相关文章的设想/具体实施 - 全文检索博客

stickyman收录,使用标签:Ajax, Flash, Flex, JavaScript, Ntt.cc,时间:2008-5-4 17:22:21 | 相关网摘我也收藏

Ntt.cc上有偿征集优秀的文章,这一设想其实由来已久,只是一直都在忧郁是否应该实施,不管怎么样,还是先把这一想法公布一下(并且在你看到这一文章的时候,已经在实施中了),否则永远都只不过是一个想法。:)

“宁可多打几个字,也要把问题说清楚……


6 very basic but very useful JavaScript Number Format Functions for web developers - Ntt.cc

stickyman收录,使用标签:Format, function, JavaScript, Number,时间:2008-4-25 21:52:37 | 相关网摘我也收藏

How number is treated in JavaScript? JavaScript is loosely typed and the plus operator also concatenates, you can easily convert JavaScript Numbers to Strings similar to this: 1 “”, but as we all know that JavaScript doesn’t have many built-in methods to format numbers. Most of the time we need to write our customized code to do it.The following is 6 very useful JavaScript number format function,why have to re-inventing the wheel? Don’t waste your valuable time to write it by yourself, only copy what you like and use it!


Flex中利用ExternalInterface API从JavaScript中获取内容并在Flex应用中使用的例子 |全文检索博客

stickyman收录,使用标签:API, CALL, ExternalInterface, Flex, HTML模板, JavaScript,时间:2008-4-12 13:37:51 | 相关网摘我也收藏

接下来的例子,演示了如何利用ExternalInterface API,不需要写一行JavaScript代码或者编辑HTML模板,从JavaScript中获取内容并在Flex应用中使用。


21 beautiful Javascript and Ajax based solutions to our gallery requirements - Ntt.cc

stickyman收录,使用标签:AJAX, gallery, JavaScript, solution,时间:2008-4-8 22:56:18 | 相关网摘我也收藏

Maybe you are believe that a picture is worth a thousand words, so you need a powerful gallery in order to show your excellent pictures well. Or you need to add a gallery into your blog or homepage. Javascrip or AJAX technology is a better choice since they don’t need extend plugin.


Flex中利用ExternalInterface的API调用JavaScript函数的例子 - 全文检索博客

stickyman收录,使用标签:ActionScript, API, ExternalInterface, Flex, JavaScript,时间:2008-3-10 22:02:02 | 相关网摘我也收藏

下面的例子展示了如何在Flex中利用ExternalInterface类和static的ExternalInterface.call()函数调用JavaScript函数。


List of The Most Great Web operating systems(19 ) - Ntt.cc

stickyman收录,使用标签:AJAX, Internet, Resource, JavaScript, WebOS,时间:2008-3-4 22:03:28 | 相关网摘我也收藏

WebOS gained popularity in 1999 when a much touted start up."WebOS are services going to be utilized by thousands of companies - and will power the next generation of web applications?",Alex Iskold said.


最完整的AJAX Framework和JavaScript Libraries列表(124 ) - 全文检索博客

stickyman收录,使用标签:Ajax, Framework, JavaScript, Libraries,时间:2008-2-16 8:12:25 | 相关网摘我也收藏

花了几天的时间整理了一份AJAX Framework和JavaScript Libraries列表,发表在http://ntt.cc上。


The Most Complete AJAX Framework and JavaScript Libraries List(124 ) - Ntt.cc

stickyman收录,使用标签:AJAX, dojo, framework, JavaScript, Librarie, List, rico, sack,时间:2008-2-13 22:26:57 | 相关网摘我也收藏

Ajax framework can help us to quickly develop web pages that can call web services and server pages through javascript without having to submit the current page.Recent Web-applications tend to use them to provide more interactivity and guarantee better functionality.There are hundreds of Ajax/JavaScript frameworks available — I spent some days to gather the most useful of them,if you know others not include in the list,don’t hesitate to leave your comment.:)


4 ways to dynamically load external JavaScript(with source) - Ntt.cc

stickyman收录,使用标签:asynchronous, dynamically, Firefox, JavaScript, opera, Safari, Source, synchronization,时间:2008-2-10 23:49:11 | 相关网摘我也收藏

Most of the time, Firefox, Safari and Opera work without much effort and differences between the 3. However, throw IE into the mix and you’re in a whole different world.


The list of mine top 3 Flex File Upload Component - Ntt.cc

stickyman收录,使用标签:Apollo, Component, File, flex, JavaScript, Multiple, File, Upload,时间:2008-2-3 8:50:58 | 相关网摘我也收藏

Flex is fully integrated with the general infrastructure for effects, styles, data binding.Invoke web services or request XML or other data via HTTP using a rich, built-in library of data access services. Take advantage of more advanced data management capabilities,


JavaScript function-Splits the string by given separator and returns an array with trimmed items - Ntt.cc

stickyman收录,使用标签:function, JavaScript, separator, Split, string,时间:2008-1-31 23:58:20 | 相关网摘我也收藏

This extension splits the string by given separator and returns an array with trimmed items. It uses the trim() extension at trim a string from white space by JavaScript function or Another JavaScript function for trim a string from white space.


Do you konw the JavaScript’s real name - Ntt.cc

stickyman收录,使用标签:ECMAScript, Firefox, JavaScript, language, Mozilla, NetScape, opera, scripting,时间:2008-1-28 22:21:53 | 相关网摘我也收藏

JavaScript is the most popular scripting language on the internet, and works in all major browsers, such as Internet Explorer, Mozilla, Firefox, Netscape, and Opera.Virtually every personal computer in the world has at least one JavaScript interpreter installed on it and in active use. JavaScript’s popularity is due entirely to its role as the scripting language of the WWW . JavaScript is so popular,But…do you know the real name of JavaScript?


communicate between Flex and JavaScript or VBScript - Ntt.cc

stickyman收录,使用标签:Flash, flex, JavaScript, Macromedia, VBScript,时间:2008-1-25 22:36:59 | 相关网摘我也收藏

Using Macromedia’s Flash / JavaScript Integration kit we can call JavaScript functions from Flash, and ActionScript functions from JavaScript.They’ve taken it to the next level with a new Flex /JavaScript bridge.In another way,you can call Flex methods from your enclosing wrapper by using the ExternalInterface API.


5 ways to redirect URL with Javascript - Ntt.cc

stickyman收录,使用标签:Http, JavaScript, Redirect, URL,时间:2008-1-21 23:33:08 | 相关网摘我也收藏

How to do a Redirect to an HTTP POST Request with Javascript?I summarized 5 ways to redirect URL.(The purpose of below script is to perform a local redirect using Javascript)


Replace the Flex’s Default Right Click Menu - Ntt.cc

stickyman收录,使用标签:flex, hideBuiltInItems, JavaScript, Menu, Replace,时间:2008-1-21 0:25:35 | 相关网摘我也收藏

Sometimes we need replace the Flex’s Default Right Click Menu,the code likes below that can hide the default menu but can not replace it(with function “hideBuiltInItems”).

var contextMenu : ContextMenu = new ContextMenu();
contextMenu.hideBuiltInItems();

The code below tells you how to implement this.


Base64 Encoder and Decoder with JavaScript - Ntt.cc

stickyman收录,使用标签:Base64, Decoder, Encoder, JavaScript, MIMI, wikipedia,时间:2008-1-19 20:03:11 | 相关网摘我也收藏

From wikipedia:The term “Base64″ refers to a specific MIME content transfer encoding. It is also used as a generic term for any similar encoding scheme that encodes binary data by treating it numerically and translating it into a base 64 representation. The particular choice of base is due to the history of character set encoding: one can choose 64 characters that are both part of the subset common to most encodings, and also printable. This combination leaves the data unlikely to be modified in transit through systems, such as email, which were traditionally not 8-bit clean.


Copy & Paste JavaScript Codes for popular browse like IE,Firefox and opera etc - Ntt.cc

stickyman收录,使用标签:Codes, Copy, Firefox, IE, JavaScript, opera, Paste,时间:2008-1-19 14:27:44 | 相关网摘我也收藏

Copy & Paste JavaScript Codes for pop browse like IE,Firefox and opera etcThe function belows that can copy & paste text contents for pop browselike IE,Firefox and opera etc.


Another Open Source JavaScript Library — Facebook’s Animation - Ntt.cc

stickyman收录,使用标签:animation, facebook, FBJS, google, GWT, JavaScript, open, source, web, toolkit, yahoo, yui,时间:2008-1-19 14:25:51 | 相关网摘我也收藏

Google and Yahoo,who both have open sourced internal JavaScript libraries.Now,Facebook is following in the steps of the rival web giants.The Animation library is described as a way for developers to create “customizable animations using CSS and DOM manipulation.” It is released under a modified BSD license.


trim a string from white space by JavaScript function - Ntt.cc

stickyman收录,使用标签:code, function, JavaScript, prototype, trim,时间:2008-1-19 0:40:45 | 相关网摘我也收藏

Some times we need to trim a string from white space at the front and end,even all in the string.How can we do that elegantly?Add the following string prototype function to your code. You will call it like predefined String member functions like Substring(),charAt() and indexOf().
The code below shows the function declaration and how to use it.


几个常用的JavaScript字符串处理函数 - split()、join()、substring()和indexOf() - 全文检索博客

stickyman收录,使用标签:JavaScript, 函数, 分割, 字符串,时间:2008-1-8 0:08:59 | 相关网摘我也收藏

经常用到但是每次都要去找,干脆整理出几个自己经常要用的JavaScript字符串处理函数:



共23个网摘 [ 1 ] 

stickyman/相关标签



网站简介广告服务网站地图帮助联系方式诚聘英才English 问题报告
北京创新乐知广告有限公司 版权所有 京 ICP 证 070598 号
Copyright © 2000-2008, CSDN.NET, All Rights Reserved