ITQuestionBank.com
 
Search for  
 
Advanced Search
  Home | Add a Link | Modify a Link | Login | Register | New Listings | Most Popular | Top Ranked | Link to Us | Search | Site Map | Privacy Policy

 Categories

 Editors Picks
  • Download CX-310-015 Free Exam Simulator
  • Download CX-310-014 Free Exam Simulator
  • Download SCEA Free Exam Simulator : 310-051
  • VB NET 2005 Training The NET Framework Architecture Part 1
  • Oracle Applications 11i Technical Training
  • MSAS Step by Step Tutorials
  • Oracle 9i Step by Step Tutorials
  • ASP.NET with C# Training
  • Live DataStage Interview Questions
  • SCJP for Java 2 Platform 1.4 CX-310-035 Free Exam Simulator
  • IT Interview Questions
  • IT Experts Online Journal

  • Home : Web : AJAX
    Click "Subscribe" if you want to be notified of new or updated links in this category.Subscribe
    AJAX Listings
    Total:  213Displaying: 201 - 210Pages: <<<< << 12 13 14 15 16 17 18 19 20 21 >>

    Show Sort By

    Microsoft AJAX Library - Inheritance using Prototypes
    Once again, prototyping can help us implement an OOP feature in a more elegant way than when using closures. Prototype-based inheritance makes use of the behavior of JavaScript prototypes. When accessing a member of a function, that member will be looked for in the function itself. If it's not found there, the member is looked for in the function's prototype. If it's still not found, the member is looked for in the prototype's prototype, and so on until the prototype of the implicit Object object.

    Updated: 01/11/2008

    Microsoft AJAX Library - Inheritance using Closures
    There are two significant techniques for implementing the OOP concept of inheritance with JavaScript code. The first technique uses closures, and the other technique makes use of a feature of the language named prototyping. Early implementations of the Microsoft AJAX library made use of closures-based inheritance, and in the final stage the code was rewritten to use prototypes. In the following few pages we'll quickly discuss both techniques.

    Updated: 01/11/2008

    Microsoft AJAX Library - JavaScript Execution Context
    JavaScript Execution Context In this section we'll take a peek under the hood of the JavaScript closures and the mechanisms that allow us to create classes, objects, and object members in JavaScript. For most cases, understanding these mechanisms isn't absolutely necessary for writing JavaScript co...

    Updated: 01/11/2008

    Microsoft AJAX Library - Creating Object Members on the Fly
    Creating Object Members on the Fly One major difference between OOP in C# and ASP.NET, and OOP in JavaScript, is that JavaScript allows creating object members "on the fly". This is true for objects and classes that you create yourself and also for JavaScript's own objects and types as well.

    Updated: 01/11/2008

    Microsoft AJAX Library - Associative Arrays
    Thinking of Objects as Associative Arrays A key element in understanding JavaScript objects is understanding the notion of associative arrays, which are nothing more than collections of (key, value) pairs. As a .NET developer you have worked with associative arrays represented by classes such as Na...

    Price: Free - Updated: 01/08/2008

    Microsoft AJAX Library - C# and JavaScript Classes
    C# and JavaScript Classes For the purpose of demonstrating a few more OOP-related concepts, we'll use another class. Our new class is named Table, and it has two public fields (rows, columns), and one method, getCellCount(). The getCellCount() method should return the number of rows multiplied by t...

    Price: Free - Updated: 01/08/2008

    Microsoft AJAX Library - JavaScript Classes
    JavaScript Classes Not only can JavaScript functions contain other functions, but they can also be instantiated. This makes JavaScript functions a good candidate for implementing the concept of a class from traditional object-oriented programming. This is very helpful feature indeed, because JavaSc...

    Price: Free - Updated: 01/08/2008

    Microsoft AJAX Library - Anonymous Functions
    Anonymous Functions Anonymous functions can be created adhoc and used instead of a named function. Although this can hinder readability when the function is more complex, you can do this if you don't intend to reuse a function's code. In the following example we pass such an anonymous function to D...

    Price: Free - Updated: 01/08/2008

    Microsoft AJAX Library - Functions as Variables
    Functions as Variables In JavaScript, functions are first-class objects. This means that a function is regarded as a data type whose values can be saved in local variables, passed as parameters, and so on. For example, when defining a function, you can assign it to a variable, and then call the fun...

    Price: Free - Updated: 01/08/2008

    Microsoft AJAX Library - JavaScript Functions
    JavaScript Functions A simple fact that was highlighted in the previous chapter, but that is often overlooked, is key to understanding how objects in JavaScript work: code that doesn't belong to a function is executed when it's read by the JavaScript interpreter, while code that belongs to a functi...

    Price: Free - Updated: 01/08/2008

    AJAX Listings
    Total:  213Displaying: 201 - 210Pages: <<<< << 12 13 14 15 16 17 18 19 20 21 >>



    Privacy Policy
    14332 Resources Listed in 604 Categories  ~  IT QuestionBank © 2005 -2007