Skip to main content

Home/ Groups/ Javascript Masters (and wannabes)
Jacques Bosch

SignalR/SignalR - GitHub - 0 views

shared by Jacques Bosch on 06 Jan 12 - No Cached
  • Pushing data from the server to the client (not just browser clients) has always been a tough problem. SignalR makes it dead easy and handles all the heavy lifting for you.
Jacques Bosch

Ender - the no-library library. - 0 views

  •  
    "Ender is a full featured package manager for your browser. It allows you to search, install, manage, and compile front-end javascript packages and their dependencies for the web. We like to think of it as NPM's little sister. Ender is not a JavaScript library. It's not a jQuery replacement. It's not even a static asset. It's a tool for making the consumption of front-end javascript packages dead simple and incredibly powerful."
Jacques Bosch

Notifier.js - Elegant Javascript notifications | Srirangan - 0 views

  •  
    "This includes Notifier.js - a Javascript library for Gnome / Growl type non-blocking notifications. "
Jacques Bosch

jQuery HTML5 Uploader - 0 views

  •  
    " jQuery HTML5 Uploader is a lightweight jQuery plugin that lets you to quickly add an upload system a-la-Gmail into your web app."
Jacques Bosch

22 Most Popular jQuery Plugins of 2011 - 0 views

  •  
    " Since jQuery was released in 2006, it has changed the way we think of JavaScript. And because of its simplicity, it has motivated many enthusiastic developers to create thousands of useful plugins and extends its functionality. Now, lets go through some of the most popular jQuery plugins of 2011 as It's almost over. "
Jacques Bosch

JavaScript for C# developers: the Module Pattern (part 1) : Algorithms for the masses -... - 0 views

  •  
    "If you recall, JavaScript closures are an extremely powerful concept in the language. By using JavaScript's rather peculiar scoping rules, closures are a way of creating private variables and functionality for an object. The module pattern builds upon this feature."
Jacques Bosch

Crossroads.js: JavaScript Routes System - 0 views

  •  
    "Crossroads.js is a routing library inspired by URL Route/Dispatch utilities present on frameworks like Rails, Pyramid, Django, CakePHP, CodeIgniter, etc... It parses a string input and decides which action should be executed by matching the string against multiple patterns. It is a powerful and flexible routing system. If used properly it can reduce code complexity by decoupling objects and also by abstracting navigation paths and server requests. "
Jacques Bosch

Spine - 0 views

  •  
    "Build Awesome JavaScript MVC Applications"
Jacques Bosch

caolan/async - GitHub - 0 views

  •  
    "Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with node.js, it can also be used directly in the browser. Async provides around 20 functions that include the usual 'functional' suspects (map, reduce, filter, forEach…) as well as some common patterns for asynchronous control flow (parallel, series, waterfall…). All these functions assume you follow the node.js convention of providing a single callback as the last argument of your async function."
Jacques Bosch

Unbeatable JavaScript Tools - The Dojo Toolkit - 0 views

  •  
    " Dojo saves you time, delivers powerful performance, and scales with your development process. It's the toolkit experienced developers turn to for building superior desktop and mobile web experiences. Get Dojo "
Jacques Bosch

Processing.js - 0 views

  •  
    "Processing.js is the sister project of the popular Processing visual programming language, designed for the web. Processing.js makes your data visualizations, digital art, interactive animations, educational graphs, video games, etc. work using web standards and without any plug-ins. You write code using the Processing language, include it in your web page, and Processing.js does the rest. It's not magic, but almost."
Jacques Bosch

Most Useful and Powerful Extensions for Firebug - tripwire magazine - 1 views

  •  
    "If you're a web designer or developer it is very likely that you already use Firebug for Firefox every day. If you have not even installed it yet it is about time you check it out. Firebug is packed with useful features that make the life for web developers much easier. Being able to inspect an element on a page and instantly get access to the html and css used to render it is my personal favorite and the fact that it is possible to edit the code and see the result instantly is an insanely useful feature. Although Firebug is packed with features there are several interesting extensions that enhance its capabilities. This post gives you an overview of the best Firebug extensions that may increase your productivity even further."
Jacques Bosch

InfoQ: Single Page Apps and the Future of History - 0 views

  •  
    " Michael Mahemoff discusses how HTML5 can be used to create single page web apps offering advice to create a better user experience, built-in accessibility and better SEO results. "
Jacques Bosch

xk0der » JavaScript Associative Arrays Demystified - 0 views

  •  
    "Javascript hides a lot of arsenal beneath its simplicity. In this post I've tried to explain normal javascript arrays and associative arrays starting with absolute basics and then presenting the advance concepts that are often overlooked but are simple to understand and are very handy. I'm not a Javascript guru :) . This post is more about what I've discovered overtime while coding in Javascript. Hope it helps and saves your time."
Jacques Bosch

InfoQ: Beam.js: Erlang Meets JavaScript - 0 views

  •  
    " Yurii Rashkovskii presents Beam.js, a JavaScript platform built on erlv8 and providing bi-directional integration with Erlang. "
Johann Strydom

https://github.com/BorisMoore/jsrender - 1 views

  •  
    ersion of jQuery Templates optimized for rendering to string.
Johann Strydom

Review: Open-source components used in learn.knockoutjs.com « Steve Sanderson... - 1 views

  •  
    Over the last two months I've been using my wife-approved weekend coding time to build learn.knockoutjs.com, a set of interactive in-browser coding exercises to help people learn the basics of knockout.js in a convenient and fun way. If you haven't already seen it, grab a hot drink and treat yourself to 15 minutes of enjoyable learning right now!
Jacques Bosch

AmplifyJS - A Component Library for jQuery - 1 views

  •  
    "AmplifyJS is a set of components designed to solve common web application problems with a simplistic API. Amplify's goal is to simplify all forms of data handling by providing a unified API for various data sources. Amplify's store component handles persistent client-side storage, using standards like localStorage and sessionStorage, but falling back on non-standard implementations for older browsers. Amplify's request adds some additional features to jQuery's ajax method while abstracting away the underlying data source."
Jacques Bosch

InfoQ: Secure Distributed Programming on ECMAScript 5 + HTML5 Platforms - 0 views

  •  
    " Mark S. Miller explains how to create secure applications in ECMAScript 5 and HTML5 by turning JavaScript into a distributed secure programming language. "
Jacques Bosch

HTML5 Peeks, Pokes and Pointers - 0 views

  •  
    "Most new features can be detected in JavaScript. To test for HTML5 video support, create a element and check for a property in its DOM: if("canPlayType" in $new("video")){...} See Chapter 2: Detecting HTML5 Features."
‹ Previous 21 - 40 of 44 Next ›
Showing 20 items per page