Mootools extractScripts

Mootools extractScripts

here’s the useful implementation for extracting scripts from text or html code: String.implement({ extractScripts:function(){ var r, h=this.stripScripts(function(js){ r=js; }); return r; } }); And you would …

 

Custom Diamond Flash Application

Custom Diamond Flash Application

One of my recent challenges was to create an application for one of my clients that will enable the end user to be able to …