Library
[1]      «      1   |   2   |   3   |   4   |   5      »      [9]

JSONVid: Pure JavaScript Video Player

Jacob Seidelin went on a ( crazy :) ) mission to create a pure JavaScript video player that didn't use Flash: My first thought was to read binary video files using a technique like the Andy Na posted ....... read more
Mon,
21 Apr 2008
Conform your JSON to ECMAScript 4 with JCON

Oliver Steele is doing great work, and he has just released a gem called JCON which stands for JavaScript Conformance. It tests JSON values to make sure that they are valid for the new world of ECMASc ....... read more
Fri,
18 Apr 2008
Canvas2Image: Save out your canvas data to images

More from Jacob Seidelin. He has created Canvas2Image, a Library that takes data and makes an image out of it. This means that you can create canvas images on the fly and then: PLAIN TEXT JA ....... read more
Wed,
09 Apr 2008
JavaScript SAX Based Parser

Gregory Reimer fancies SAX, and wished that a SAX parser was given to us by the JavaScript host environment. You can't blame him for not living DOM, but how about E4X? Or, StAX? Anyway, Gregory decide ....... read more
Mon,
07 Apr 2008
pi.comet: simple comet Library

Azer Koçulu thinks that you can create a comet application in 3 minutes with his new Library pi.comet. It provides realtime data transfers between client and server.You can use pi.comet with any serve ....... read more
Tue,
18 Mar 2008
SMD: Pluggable Web Services

PLAIN TEXT JAVASCRIPT:
 
{target:"/jsonrpc", // this defines the URL to connect for the services
transport:"POST", // We will use POST as the transport
envelope:"JSON-RPC-1.2", / ....... read more
Thu,
20 Mar 2008
Google AJAX Translation API

The game above uses the new Google AJAX Translation API that allows you to do two things via a simple JavaScript API. Translation If you want to take a word in one language, and translate it to anoth ....... read more
Fri,
21 Mar 2008
Asciify: ASCII art Library

Asciify is a new Library that draws ASCII art for you, so it had "Friday" written all over it: There are trends on the web (as in real world) that last days or weeks and there are things that became ....... read more
Fri,
14 Mar 2008
dojox.analytics for developers and more

Dustin Machi has written about his dojox.analytics package: dojox.analytics is a small project, both in aspirations and in size. It has a simple goal of logging browser and application data to the se ....... read more
Fri,
14 Mar 2008
JavaScript WebDAV Client

Vladimir Lichman of IT Hit has released an Ajax Library for managing WebDAV servers. The Library is compliant with WebDAV RFC 2518 and allows management of Class 1 and Class 2 complaint WebDAV server ....... read more
Mon,
10 Mar 2008
iWebMvc: DWR, Dojo, Spring and Hibernate/JPA

Joe Walker tipped me off to a preview of iWebMvc which is meta framework that ties together DWR, Dojo, Spring and Hibernate/JPA a la AppFuse or Grails. It is created by Jose Noheda, a DWR commiter, ....... read more
Wed,
05 Mar 2008
Windows Live Teasers before Mix

We are waiting for the big news at MIX, mainly revolving around IE 8. We have heard some reports from people who have IE 8 beta that the bugger is a bit of a disappointment, and that it hasn't moved o ....... read more
Fri,
29 Feb 2008
Lightview 2: Not just images, now on Prototype.Latest

Nick Stakenburg has released Lightview 2, an update of his lightbox-esque Library: With the first released of Lightview I aimed to make overlaying images as elegant as possible, rethinking what we kn ....... read more
Tue,
19 Feb 2008
Motionbox EventHandler: Event Subscription and Delegation

The developers of MotionBox have written a custom Prototype.js based Library to handle event delegation and they decided to open source their work. They told me: As you know, the technique of listeni ....... read more
Thu,
21 Feb 2008
DOMAssistant 2.6 Released

DOMAssistant 2.6 has been released and the team focused on performance for this version. They have their own version of slickspeed which includes their Library. The CSS changes include: Where querySe ....... read more
Thu,
21 Feb 2008
YUI 2.5 released - Layout Manager, File Uploader and graphical JavaScript Profiler - and that is just the start

Version 2.5 of the Yahoo User Interface Library (YUI) was released today. You can get all the details on the official blog post, but heres the change log: The new Layout Manager allows you to cre ....... read more
Wed,
20 Feb 2008
Liberator Comet Platform: Free Edition

Caplin Systems, creator of the Liberator Comet platform have announced a free version which can be used for non-commercial applications and for evaluation. Liberator includes a high-performance Comet ....... read more
Mon,
18 Feb 2008
JSJaC: JavaScript Jabber Client Library

JSJaC is a JavaScript Jabber Client Library that was built "to ease implementation of web based jabber clients. For communication with a jabber server it needs to support either HTTP Polling or HTTP B ....... read more
Mon,
11 Feb 2008
Ajax Interceptor: Have someone clean for you

José Manuel Alarcón Aguín has written AJAXInterceptor, a JavaScript Library that you add which takes over form submissions and makes them happen asynchronously with XHR. You can also control progress ....... read more
Tue,
12 Feb 2008
Prototype Deprecation.js: 1.5 to 1.6 made easier

Tobie Langel has developed a deprecation script to help you move from Prototype 1.5 to 1.6: When your code calls a method that?s been deprecated, replaced, or modified, the script will log a warnin ....... read more
Wed,
13 Feb 2008
[1]      «      1   |   2   |   3   |   4   |   5      »      [9]