Stories recently tagged with 'Prototype'

Ensure - load javascript and html snippet on-demand(codeproject.com)

submitted by oazabiroazabir(1790) 3 years, 8 months ago

A tiny javascript library that provides a handy function "ensure" which allows you to load Javascript, HTML, CSS on-demand and then execute your code. Ensure ensures that relevent Javascript and HTML snippets are already in the browser DOM before executing your code that uses them. read more...

add a comment |category: |Views: 34

tags: another

Comprehensive Comparson of 7 Popular JavaScript/Ajax Frameworks(dannydouglass.com)

submitted by DannyDouglassDannyDouglass(1260) 3 years, 9 months ago

After four days of ASP.NET AJAX training with Stephen Walther I set out to learn more about my options in choosing a solution for a JavaScript/Ajax framework. If I realized days later I would be writing this comprehensive post on 7 of the most popular frameworks, I may have just went with the "Inny-Minny-Miney-Moe" method! I decided to share my research, analysis, links, resources, and personal grade for each of the frameworks compared - jQuery, YUI, Prototype, Dojo, MooTools, Ext JS, and Script.aculo.us. I put together a comparison matrix to illustrate where many of the frameworks differ... read more...

3 comments |category: |Views: 45

tags: another

.Net simple Templating system (2)(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 1 month ago

A very simple templating engine for .Net that can make use of the same templates used by prototype in the client side. read more...

add a comment |category: |Views: 3

tags: another

Using Gaia with jQuery(riderdesign.com)

submitted by LSUDVMLSUDVM(470) 4 years, 5 months ago

As mentioned in the previous article "Random Rotating Images with Gaia", The Gaia Ajax Widgets Framework uses the well known and very widely used Prototype.js library. As such certain compatibility issues can arise when using Gaia with jQuery. read more...

add a comment |category: |Views: 34

tags: another

Check username availability with Gaia(riderdesign.com)

submitted by LSUDVMLSUDVM(470) 4 years, 5 months ago

Using Ajax, it is possible to provide real time validation to let a user whether his or her desired username is available. This article explains how to accomplish the same task with Gaia and ASP.NET read more...

add a comment |category: |Views: 36

tags: another

Top 10 JavaScript String.prototype Extensions(ivanuzunov.net)

submitted by kichetokicheto(435) 4 years, 7 months ago

List of top 10 JavaScript String.prototype Extensions read more...

add a comment |category: |Views: 103

tags: another

Alternative Lazy JavaScript Inheritance(ajaxline.com)

submitted by luchkovskyluchkovsky(55) 4 years, 8 months ago

Lazy Inheritance is an approach intended to simplify writing OOP and provides support of prototype-based classes hierarhies, automatic resolving and optimizing classes dependencies. Lazy inheritance designates a postponed linking of an object with it's prototype (class) until it is needed. The benefits: * "Lazy inheritance" is a prototype based inheritance; * It is not necessary to maintain proper order of script files declaration; * HTML page is loaded faster since there are no objects created during page initialization and since some scripts could be loaded only at the moment in which they are actually necessary * Dependencies are declared in more explicit way and class depends only on concrete scripts * If lazy mode of scripts loading is used, only necessary scripts (which are actually required for application functionality) will be loaded. read more...

add a comment |category: |Views: 6

tags: another

Using the Prototype Model with Microsoft AJAX(blogs.msdn.com)

submitted by PhaniRajPhaniRaj(360) 5 years ago

How to Build Re-Usable Client Controls using Microsoft Ajax read more...

add a comment |category: |Views: 25

tags: another