JS

FacebookTwitter

Fuel UX

http://exacttarget.github.com/fuelux/# Example Below is a working datagrid example. Using datagrid Call the datagrid via javascript: Data Source
http://worrydream.com/Tangle/ Tangle is a JavaScript library for creating 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

Tangle: a JavaScript library for reactive documents

Sencha Ext JS Overview Sencha Ext JS is the leading standard for business-grade web application development. With over 100 examples, 1000 APIs, hundreds of components, a full documentation suite and built in themes, Ext JS provides the tools necessary to build robust desktop applications. MVC Architecture Ext JS brings a rich data package that allows developers to use a model-view-controller (MVC) architecture when building their app. The MVC leverages features like Big Data Grids enabling an entirely new level of interactivity in web apps.

JavaScript Framework for Developing HTML5-based Web Apps | Ext JS 4 | Products | Sencha

http://www.sencha.com/products/extjs/
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. 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 http://www.hongkiat.com/blog/jquery-image-galleries-sliders-best-of/

jQuery Image Galleries & Sliders – Best Of

Index of /experiment

http://themaninblue.com/experiment/ Index of /experiment Name Last modified Size Description Parent Directory - 4dVideo/ 18-Feb-2013 07:55 - 2003/ 17-May-2005 19:15 - 2004/ 17-May-2005 19:15 -
[Also posted at brendaneich.com .] 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?)

Video, Mobile, and the Open Web

https://hacks.mozilla.org/2012/03/video-mobile-and-the-open-web/
http://jquerymobile.com/blog/2012/02/28/announcing-jquery-mobile-1-1-0-rc1/#download

Announcing jQuery Mobile 1.1.0 RC1

The jQuery Mobile team is excited to announce the first release candidate of 1.1.0 . This release has been a real labor of love, with hundreds of commits and tons of improvements, big and small, to make jQuery Mobile feel faster, smoother and more polished across the board. We encourage the community to help us test and shake out any final bugs before we release the final version in the upcoming weeks.
Un article de Wikipédia, l'encyclopédie libre. Pour les articles homonymes, voir Laszlo . OpenLaszlo est une plateforme de développement pour des applications web.

OpenLaszlo

http://fr.wikipedia.org/wiki/OpenLaszlo
http://rezitech.github.com/stash/#examples 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). Download Download stash.min.js , stash.js or get the latest release at GitHub . Examples

Stash: A JavaScript offline storage library

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.

Useful Coding Tools and JavaScript Libraries For Web Developers - Smashing Magazine

http://www.smashingmagazine.com/2011/10/28/useful-coding-workflow-tools-for-web-designers-developers/
JavaScript Currency Conversion should be easy! 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

fx() - javascript currency conversion library

unnamed pearl

Source code: http://github.com/evanw/csg.js/ Documentation: http://evanw.github.com/csg.js/docs/ Introduction Constructive Solid Geometry (CSG) is a modeling technique that uses Boolean operations like union and intersection to combine 3D solids. 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. Example usage:

Constructive solid geometry with Three.js | Chandler's Blog

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: Let’s add in Three.js and my CSG wrapper: