Javascript »

[12 Nov 2012 | 0 Comments]

A number of JavaScript patterns exist. Some of the prevailing ones are listed with the benefits provided. Closures, Prototpe Pattern, Module Pattern, Revealling Module Pattern, Revealing Prototype Pattern. If you only have time for one, take look at the last one in this list. [More]

Javascript »

[21 Sep 2012 | 0 Comments]

JsRender is a JavaScript library that allows you to define a boilerplate structure once and reuse it to generate HTML dynamically. JsRender brings a new templating library to HTML5 development that has a codeless tag syntax and high performance, has no dependency on jQuery nor on the Document Object Model (DOM), supports creating custom functions and uses pure string-based rendering. JsRender is a small fast implementation doing pure string-based rendering with improved performance and with no DOM dependency. If wanting more look for JsViews. JsViews takes DOM content rendered by JsRender (using simple innerHTML insertion) and activates it to provide: Equivalent DOM integration features to jQuery Templates, and Full integration of Data Linking. [More]

Javascript »

[20 Jun 2011 | 1 Comments]

Within client side programming i.e. javascript how quickly can you get a handle on an html element..read on [More]

Asp.Net, Javascript »

[16 May 2011 | 0 Comments]

Why Json? 1.) lightweight data-interchange format 2.) Easy for humans to read and write 3.) Easy for machines to parse and generate 4.)JSON can be parsed trivially using the eval() procedure in JavaScript 5.) JSON Supports: ActionScript, C, C#, ColdFusion, E, Java, JavaScript, ML, Objective CAML, Perl, PHP, Python, Rebol, Ruby, and Lua. [More]