By tag: Prototype
0
kicks
Ensure - load javascript and html snippet on-demand
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.
0
kicks
Comprehensive Comparson of 7 Popular JavaScript/Ajax Frameworks
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 "...
0
kicks
.Net simple Templating system (2)
A very simple templating engine for .Net that can make use of the same templates used by prototype in the client side.
0
kicks
Using Gaia with jQuery
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.
0
kicks
Check username availability with Gaia
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
0
kicks
Top 10 JavaScript String.prototype Extensions
List of top 10 JavaScript String.prototype Extensions
0
kicks
Alternative Lazy JavaScript Inheritance
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 bene...
0
kicks
Using the Prototype Model with Microsoft AJAX
How to Build Re-Usable Client Controls using Microsoft Ajax