Entries matching 'javascript' – Page 1 of 2 »

Jan 52008: Awesome JavaScript

ajaxian.com

Jacob Seidelin has a really nice 2008 roundup of awesome JavaScript-yness that focuses a little on his own area of expertise (canvas whiz and all):...

Jan 5Writing Effective JavaScript Unit Tests with YUI Test

yuiblog.com

One of the biggest under-the-radar movements in JavaScript development during 2008 was the reemergence of an interest in unit testing.

Dec 17FireUnit: JavaScript Unit Testing Extension #

rated  | John Resig  | ejohn.org
[]

In my work with the Firebug team over the past couple months I've been working with Jan Odvarko on a way to provide some form...


Dec 16Interfaces in JavaScript

ajaxian.com

The UML diagram above is from Matt Prokes as he creates Java-like interfaces for JavaScript.

Dec 8YUI Doc: A New Tool for Generating JavaScript API Documentation #

rated  | Eric Miraglia  | yuiblog.com
[]

We’re pleased today to release the first public version of YUI Doc, a python-based documentation tool that generates API documentation for JavaScript code.


Dec 29Visibility in JavaScript

bordet.blogspot.com

The topic of visibility of members and functions in JavaScript has been figured out already, and there are good resources, among which one of the...

Dec 27JavaScript And The rel Attribute

dotnetkicks.com

Working in JavaScript is one of my favorite things to do.

Dec 22mimeparse: now in JavaScript

ajaxian.com

PLAIN TEXT JAVASCRIPT:   Mimeparse.bestMatch(['application/xbel+xml', 'text/xml'], 'text/*;q=0.5,*/*; q=0.1');   The above code is from a JavaScript port of Joe Gregorio's mimeparse library that "provides basic...

Dec 16JavaScript Raster Bar Effect

ajaxian.com

This is a fun canvas demo by Stefan Pettersson that brings you back to your Amiga days (if you remember those, or weren’t an Atari...

Dec 15Extending jQuery selectors with JavaScript

ajaxian.com

PLAIN TEXT JAVASCRIPT:   // Flag images upon load: $('img').load(function(){     $(this).data('loaded',true); });   // Extend expr: $.extend($.expr[':'],{     loaded: function(a) {  ...

Dec 11Helpful Hyperlinks with JavaScript

sitepoint.com

It's often handy to append a small icon after a link to a file or an external site, so that users aren't surprised when they...

Dec 9You Leaked on my JavaScript!

ajaxian.com

As soon as I read John’s post on JavaScript Language Abstractions I knew that it would draw a lot of chatter and fuzz.

Dec 29mod_v8: Another Server Side JavaScript

ajaxian.com

Paul Querna wrote a fun little Apache module called mod_v8 that offers a proof of concept of Yet Another Server Side JavaScript: After using Rhino...

Dec 22Towards Better Reuse: Traits in JavaScript

ajaxian.com

From way back in 1987 comes a quote that summarizes how many feel about the state of object-oriented programming: Multiple inheritance is good, but there...

Dec 18Pixastic: JavaScript Image Manipulation Library

ajaxian.com

Pixastic uses 's ability to expose raw pixel information to perform Photoshop-style image manipulation effects all in your standards-based browser.

Entries matching 'javascript' – Page 1 of 2 »

HexLex tracks and indexes the most recent, relevant content of interest to software professionals. These are the top sites and entries for the past 30 days.

Copyright © Attribyte, LLC. All rights reserved. All entries and images © original authors | Terms of Use