SEARCH RESULTS
 
Showing 1-10 of 1000 records
 
Expand article

Object Expressions in XFA

2008-12-16 10:32:09 by John Brinkman in Adobe Blogs
 
...Object Model) expressions inside calls to resolveNode() more often than they need to. As a result, their JavaScript code is less readable than it could be. There are alternatives coding patterns I can recommend, but first some background. Object expressions vs SOM expressions If you wanted to get the value of a field in a purchase order form,...
 
 
 
 
 
Expand article

How To Discriminate Between JavaScript Object and ActionScript Object In AIR

The Article has images
2008-05-17 17:07:13 by minidxer in Ntt.cc
...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...
 
 
 
 
 
Expand article

How To Discriminate Between JavaScript Object and ActionScript Object In AIR

The Article has images
2008-05-17 17:07:13 by minidxer in Ntt.cc
...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...
 
 
 
 
 
Expand article

ECMAScript 4 Object Initializers and Type Annotations

2008-05-15 15:29:02 by Francis Cheng in Adobe Blogs
 
...object initializers and fixtures. In this post, I'm going to talk about another new feature of ECMAScript 4 object initializers: type annotations. That's right, in ES4 you'll be able to place type annotations on object initializers. To recap, an object initializer, a.k.a. an object literal, is often used in ActionScript 3 instead of the new...
 
 
 
 
 
Expand article

Understanding relationships between objects in the Object Library

2008-12-05 11:00:23 by Alex Mitchell in Adobe Blogs
 
...objects on which you are adding scripts are actually defined as XML objects in the underlying XML Forms Architecture. That means while the Standard tab of the Object Library palette contains a wide variety of objects, many of those objects are defined by the same XML object. As a result, the various scripting properties and methods that are...
 
 
 
 
 
Expand article

WordPress 2.5 and the Object Cache

2008-03-20 19:15:24 by NeoSmart Technologies in The NeoSmart Files
 
...Object Cache But theres a second form of caching where only "data" or objects that the server creates during the process of generating the response are saved. For instance, if the front page of a blog has a list of the last five posts, a blogroll, and links to the latest comments; the server can individually cache each of these in raw data...
 
 
 
 
 
Expand article

Sharing Custom Objects Through the Object Library

The Article has images
2008-09-19 13:28:36 by Stephanie Legault in Adobe Blogs
...Object Libraries Libraries accessed by the entire office Team-specific libraries Individual libraries They just recently moved to LiveCycle Designer 8.2 and when an end user removed a category from the Object Library palette, it actually deleted the files from the drive (folder) it was located in, which then caused everyone to lose access to...
 
 
 
 
 
Expand article

Object Initializers and Fixtures for ECMAScript 4th Edition

2008-04-16 10:30:00 by Francis Cheng in Adobe Blogs
 
...object initializers includes significant enhancements to the expressive power of object initializers. This post focuses on the ability to designate specific properties as fixtures, which is not possible in ECMAScript 3rd edition or ActionScript 3.0 You may have used object initializers in ActionScript 3.0 before. They provide an easy way to...
 
 
 
 
 
Expand article

File-Based Extension to the WordPress Object Cache

2008-03-29 17:23:12 by NeoSmart Technologies in The NeoSmart Files
 
...object caching has been removed from this release Weve just released another extension to the WordPress object cache mechanism, supplementing our existing plugins for adding eAccelerator and XCache support to WordPresss object caching features NeoSmart Technologies File-Based object caching extension for WordPress re-implements the...