| Projects on Google Code | Results 1 - 10 of 96 |
*_Last update:_* December 2 2009
*Pmrpc* is a HTML5 !JavaScript library for RPC-style (remote procedure call) Inter-window and web workers communication. The library provides a simple API for exposing and calling procedures from browser *windows*, *iFrames* and *web workers* (both dedicated and s...
html5,
rpc,
inter-iframe,
inter-widget,
inter-frame,
inter-window,
communication,
remote-procedure-call,
postmessage,
javascript,
json-rpc,
access-control,
browser,
cross-domain,
web-workers
*LCL 1.3 is out!!
LCL 1.3 includes keyboard and mouse events, as well as a new feature the ThreadManager.
Create new threads by,
{{{
var thread = new Canvas.Thread({
id : "threadid", // referenced by Canvas.ThreadManager
expires : 5, // Expires in 5 ticks. Use -1 for an infinite t...
= Fiks.html5 =
<font color="red">_Please note: HTML 5 is still in development and syntax may change at any time. Therefore this script may change behavior at any time to reflect changes in the specification and break older pages. After HTML 5 reaches CR, I will introduce branching into the script...
This project contains code samples of HTML5 and the 5th-element library. At the moment, the use of the following objects is shown:
* window.camera
* window.http
* window.audioRecorder
* window.speech
* window.imageKit
----
The *Camera* object lets you take pictures with the bu...
==What's this==
This is a open source paint application using canvas in html5 and written for drawing some simple shapes. You can see the *[http://canvashop.googlecode.com/svn/trunk/src/CanvaShop.html DEMO]* here.
==Why canvas==
The canvas is a new element in html 5, and it has higher perfo...
= Description =
FlashCanvas is a JavaScript library which adds the HTML5 Canvas support to Internet Explorer.
It renders shapes and images via Flash drawing API,
and runs much faster than other similar libraries which use VML or Silverlight.
= Requirements =
* Microsoft Internet Explo...
This project is a catch-all for various pieces of code that support the HTML5 specification's development in various ways.
It is also a place for demo pages and tests that have no other home.
Contact ian@hixie.ch if you want to contribute demos, tests, or help out in some way.
HTML5: http:/...
A demo application showcasing features of HTML5 and ASP.NET MVC 2 Preview 2.
===Code===
* [http://code.google.com/p/tagalong/source/browse/#svn/trunk/TagAlong.Website Browse the code in Subversion]
* [http://tagalong.googlecode.com/files/tagalong.zip Download ZIP]
===Notes===
Notes ...
The original purpose is to enable real time discussion of web development screen comps.
===The initial goal is to support the following work flow.===
* Upload an image
* Go to the page displaying the image you uploaded
* By clicking on key area of the image, you are able to display a m...
Working on a WebWorker shim implemented with Google Gears, I realized how many other HTML5 features would be needed for it to be totally complete to the spec.
I have realized that it would be good to start collecting some of the available shims and compatibility libraries into a coherent whole.
...