mncaudill + javascript   34

EaselJS | A Javascript library that makes working with the HTML5 Canvas element easy.
"A Javascript library that makes working with the HTML5 Canvas element easy."
javascript  graphics  canvas 
11 days ago by mncaudill
Princeton S* Network Systems» Blog Archive » JavaScript in JavaScript (js.js): Sandboxing Third-Party Scripts
"To create js.js, we ran Emscripten on SpiderMonkey, the JavaScript engine used in Firefox. SpiderMonkey comprises about 300,000 lines of C and C++ code. Much of our effort was spent patching SpiderMonkey to get it to compile in Emscripten’s environment, a limited subset of libc. We also had to disable all assembly routines and just-in-time (JIT) compiling features of SpiderMonkey, since assembler is not available in JavaScript."
javascript  why 
5 weeks ago by mncaudill
Uber Player ©2008 Paul Bakaus
This is a great example of what JS can do. This uses YouTube's JS driven chromeless player and JSON interface for search.
youtube  javascript 
may 2009 by mncaudill
Robert Sosinski » Binding Scope in JavaScript
Very nice article on javascript scoping and closures.
javascript  programming 
april 2009 by mncaudill
Helma Javascript Web Application Framework
Helma is an open source web application framework for fast and efficient scripting and serving of your websites and Internet applications.
webdev  server  javascript 
november 2008 by mncaudill
foolishpleasure » Blog Archive » for (the_love in javascript){};
Links to a bunch of tech talks by Douglas Crockford and John Resig
javascript  reference  webdev 
october 2008 by mncaudill
Top Down Operator Precedence
Douglas Crockford explains a parsing technique that works well with dynamic, functional languages, like javascript.
compsci  javascript  compiler 
september 2008 by mncaudill
Hidden Features of JavaScript - Stack Overflow
Javascript is actually fairly expressive and here are few of the nice, hidden gems of the language.
javascript  newfangleddev 
september 2008 by mncaudill
Unobtrusive JavaScript with jQuery
Good examples of JS best practices of having content and behavior separated as much as possible.
jquery  javascript  newfangleddev 
may 2008 by mncaudill
A List Apart: Articles: Keeping Your Elements’ Kids in Line with Offspring
Javascript that will give you all the nice pseudo-classes like :first-child and :last-child that are in the CSS spec but not handled consistently in all browsers (or at all in IE6).
css  javascript  newfangleddev 
february 2008 by mncaudill
Ajaxian » jQuery Validation Plugin v1.2 Updated
Nice jQuery plugin that aids in setting up both client-side and server-side form validation.
javascript  jquery  ajax  security 
january 2008 by mncaudill
Ajaxian » Do you have a pretty date?
Simple function to make 'pretty dates' from a javascript Date object.
javascript 
january 2008 by mncaudill
Aptana Jaxer | Aptana
A true 'javascript-on-the-server' server. The app/website is written on server side just any server-side scripting language and is then executed and delivered to the user in its executed state. Interesting.
javascript  ajax  server 
january 2008 by mncaudill
Toolkit Speed Test Results
Comparison of different load times of the major javascript libraries with different compressions and different browsers.
javascript  reference 
january 2008 by mncaudill
ie7-js - Google Code
Makes older versions of IE work like more like a standards-compliant browser.
javascript  library 
january 2008 by mncaudill
Jeditable - Edit In Place Plugin For jQuery
For a simple-to-use CMS, this would probably be the killer feature.
cms  jquery  javascript  ajax 
october 2007 by mncaudill
James Mc Parlane's Blog - Why I Don't Use The prototype.js JavaScript Library
Reasons why not to use prototype.js. Written in December '05...have things changed?
javascript  framework  development 
september 2007 by mncaudill
PNG in Internet Explorer: The Solution
This is the solution to allow for transparent pngs in ie6.
png  javascript  css  ie  hack 
september 2007 by mncaudill

Copy this bookmark:



description:


tags: