background preloader

JS

Facebook Twitter

DOM Ready: Functions of various frameworks - JavaScript Framework Matrix. Ceylon: Ceylon 1.0.0 is now available. Today, we're proud to announce the first production release of the Ceylon language specification, compiler, and IDE.

Ceylon: Ceylon 1.0.0 is now available

Ceylon 1.0 is a modern, modular, statically typed programming language for the Java and JavaScript virtual machines. Ceylon enables the development of cross-platform modules that execute portably in both virtual machine environments. Alternatively, a Ceylon module may target one or the other platform, in which case it may interoperate with native code written for the platform. In the box This release includes: Language. Sail.js : un framework MVC pour Node.js. Fuel UX. Example Below is a working radio example.

Fuel UX

Using radio Call the radio via javascript (optional): $('#myRadio').radio() If you need to deactivate a radio button, the only way to do this currently is through javascript using: Cowboy/grunt. HTML9 Responsive Boilerstrap JS. jQuery Mobile: Demos and Documentation. Mbostock (Mike Bostock) Node.js cloud products and services. Your private npm registry is hosted on separate replicated infrastructure from the public npm registry for high-availability.

Node.js cloud products and services

Never be down when the public npm registry is down. Publishing a new private npm package is as easy as npm publish Our smart-private-npm makes sure you never have to worry about your team accidentally publishing private code to the public npm registry. NodeUp: A Node.js Podcast. Node.js cloud products and services. Backbone.js. Tangle: a JavaScript library for reactive documents. Tangle is a JavaScript library for creating reactive documents.

Tangle: a JavaScript library for reactive documents

Your readers can interactively explore possibilities, play with parameters, and see the document update immediately. Tangle is super-simple and easy to learn. This is a simple reactive document. When you eat 3 drag. JavaScript Framework for Developing HTML5-based Web Apps. NodeXL: Network Overview, Discovery and Exploration for Excel. jQuery Image Galleries & Sliders – Best Of. jQuery image galleries and sliders are very common on portfolio sites and are also useful for any other type of site for displaying images and photos.

jQuery Image Galleries & Sliders – Best Of

Also, provide a good user experience and make viewing images more pleasant and intuitive on your website. With the advent of powerful JavaScript frameworks like jQuery, Prototype, Mootools etc., the quality of JavaScript based image galleries and slideshows have improved dramatically. Today we’ve prepared for you a good list of the best jQuery image sliders and galleries plugins that can provide you with the resources that you need to get a gallery or a slider on your site. Recommended Reading: Top 10 Free Responsive Image Galleries/Slideshows TN3 Gallery Demo | DownloadTN3 Gallery is a full fledged HTML based customizable image gallery with jQuery slideshow, transition, CSS skinning and multiple album options. Index of /experiment.

Video, Mobile, and the Open Web. [Also posted at brendaneich.com.]

Video, Mobile, and the Open Web

I wrote The Open Web and Its Adversaries just over five years ago, based on the first SXSW Browser Wars panel (we just had our fifth, it was great — thanks to all who came). Some history The little slideshow I presented is in part quaint. WPF/E and Adobe Apollo, remember those? (Either the code names, or the extant renamed products?) But other parts of my slideshow are still relevant, in particular the part where Mozilla and Opera committed to an unencumbered <video> element for HTML5: Working with Opera via WHATWG on <video> Unencumbered Ogg Theora decoder in all browsers Ogg Vorbis for <audio> Other formats possible DHTML player controls.

JqMobi. The Newlib Homepage. YUI Library. OpenLaszlo. Un article de Wikipédia, l'encyclopédie libre.

OpenLaszlo

Pour les articles homonymes, voir Laszlo. OpenLaszlo est une plateforme de développement pour des applications web. Elle permet de créer des applications riches (Rich Internet Applications) comprenant une interface riche en fonctionnalités (drag & drop, onglet, menu déroulant, animation etc.) tout en offrant un déploiement facilité par le biais du navigateur web. OpenLaszlo est compatible avec la majorité des navigateurs web et des systèmes d'exploitation disposant soit d'un plugin Flash, soit simplement du support Javascript.

OpenLaszlo se base sur une grammaire XML appelée LZX. Quelques compléments à propos de LZX et du serveur OpenLaszlo : Historique du projet[modifier | modifier le code] Zend Framework. Surviving dojo and zend framework as a new coder. Great experiences for everyone. Color Hex - ColorHexa.com. JavaScript. Stash: A JavaScript offline storage library. Stash is a library for JavaScript that makes using offline storage easy. stash supports storing strings, numbers, booleans, arrays, objects, regular expressions, dates, functions, DOM elements and more (and all of this in ~1KB).

Stash: A JavaScript offline storage library

Download Download stash.min.js, stash.js or get the latest release at GitHub. Examples To use stash, include this script anywhere in your page. Hello World stash is easy to use, with commands like get, set, and cut. Run // set foo stash.set('foo', 'Hello World'); // log foo console.log( stash.get('foo') ); // 'Hello World' // cut foo stash.cut('foo'); // log foo console.log( stash.get('foo') ); // null. Lawnchair: Simple JSON Storage. Zepto.js — the aerogel-weight javascript framework. Microjs: Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!

Useful Coding Tools and JavaScript Libraries For Web Developers - Smashing Magazine. Advertisement Everyone who is a regular Smashing Magazine reader will know that we have a traditional habit of regularly researching the latest resources, tools and services out there on the Web, as productivity is a crucial asset of professional Web designers and developers. We could, and should, all integrate workflow optimization into our working practices. Perhaps we should warn you upfront for the long compilation, but what can we say — there are so many excellent tools out there which deserve attention of the community, yet unfortunately remain obscure way too often. We love all the designers and developers out there for releasing and producing useful, valuable resources for all of us to use! We, for one, surely sincerely appreciate it in the name of the Web design community. Fx() - javascript currency conversion library. JavaScript Currency Conversion should be easy!

fx() - javascript currency conversion library

Forget trying to adapt those 10-year-old "FREE Currency Converter JavaScripts! " into something workable for your enterprise software or shopping cart: money.js is a simple library with one function: to convert a value from any currency to any other currency. Read on for some background information (recommended!) Or jump straight to the downloads, demo playground or documentation.

Introduction First things first: in order to do currency conversion in JavaScript, you need a reliable source of real-time exchange rates. The fact is though, 99% of apps and shopping carts don't need this expensive level of accuracy! With that in mind, the Open Exchange Rates API uses algorithmic blending to calculate a consistently accurate and unbiased set of rates for 160 world currencies - and costs 10-20x less than the most popular competitor (with a Forever Free plan for most users).

Projects - Made by Evan. Untitled. Source code: Documentation: Introduction Constructive Solid Geometry (CSG) is a modeling technique that uses Boolean operations like union and intersection to combine 3D solids.

untitled

This library implements CSG operations on meshes elegantly and concisely using BSP trees, and is meant to serve as an easily understandable implementation of the algorithm. All edge cases involving overlapping coplanar polygons in both solids are correctly handled. Constructive solid geometry with Three.js. A few days ago Evan Wallace released his Constructive solid geometry library for WebGL. This library uses Boolean operations (addition, subtraction, union, intersect) to be applied on 3D geometry such as cubes, spheres, or anything else you can throw at it.

I thought this would be a very nice capability to have in Three.js and wrote a wrapper for Evan’s CSG library. Download ThreeCSG.js First, an example of what code using just the CSG library looks like: Dart : Structured web programming.