Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

June 18 2010

13:47
13:47

April 03 2010

13:59

March 02 2010

06:47

html5media

HTML5 video tags make embedding videos into documents as easy as embedding an image. All it takes is a single <video> tag. Unfortunately, not all browsers natively support HTML5 video tags.

Enabling video tags in all major browsers

To enable HTML5 video tags in all major browsers, simply paste the following code into the <head> of your document:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&gt;&lt;/script&gt;
<script src="http://html5media.googlecode.com/svn/trunk/src/jquery.html5media.min.js"&gt;&lt;/script&gt;

February 01 2010

21:56

January 13 2010

19:05

January 05 2010

18:42

December 05 2009

13:30

December 01 2009

21:04

November 05 2009

03:54

pyjamas

pyjamas is a stand-alone python to javascript compiler, an AJAX framework / library and a Widget set API. You can write web applications in python - a readable programming language - instead of in HTML and Javascript, both of which become quickly unreadable for even medium-sized applications. Your application's design can benefit from encapsulating high level concepts into classes and modules (instead of trying to fit as much HTML as you can stand into one page); you can reuse - and import - classes and modules. Also, the AJAX library takes care of all the browser interoperability issues on your behalf, leaving you free to focus on application development instead of learning all the "usual" browser incompatibilities.

November 01 2009

16:32

October 28 2009

16:04

Underscore.js

Underscore is a utility-belt library for Javascript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in Javascript objects. It's the tie to go along with jQuery's tux. Underscore provides 42-odd functions that support both the usual functional suspects: map, select, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so Javascript 1.6 compliant browsers will use the native implementations of forEach, map, filter, every, some and indexOf.
Reposted byslim slim

September 30 2009

22:26

August 09 2009

20:08

aSSL - Ajax Secure Service Layer

SSL in Javascript
Tags: ssl javascript
Reposted byhacksause hacksause

August 08 2009

00:52

jCryption - JavaScript data encryption

jCryption is a javascript HTML-Form encryption plugin, which encrypts the POST/GET-Data that will be sent when you submit a form. It uses the Multiple-precision and Barrett modular reduction libraries for the calculations and jQuery for the rest.
00:50

Yield Prolog

Yield Prolog lets you embed Prolog programs directly in Python, C# or Javascript by using the yield keyword.

August 04 2009

12:35

maccman's bowline at master - GitHub

Ruby/JS GUI and Binding framework for Titanium

July 25 2009

13:50

Lily | Visual Programming for the Mozilla Framework

Lily is a browser-based programming that lets people create programs graphically without writing code by drawing connections between data images sounds text and graphics. Lily's cross-platform free open source written in JavaScript.
Reposted bymondkroete mondkroete

May 03 2009

16:11

May 01 2009

13:40
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.