Skip to main content

Home/ Javascript Masters (and wannabes)/ Group items tagged dev

Rss Feed Group items tagged

Jacques Bosch

Web Dev .NET: Differences Between jQuery .bind() vs .live() vs .delegate() vs .on() - 0 views

  •  
    " I've seen quite a bit of confusion from developers about what the real differences are between the jQuery .bind(), .live(), .delegate(), and .on() methods and when they should be used."
Jacques Bosch

Backbone.js And JavaScript Garbage Collection | ThoughtStream.new :derick_bailey - 0 views

  •  
    "A question was asked on Stack Overflow recently, and I provided an answer that I think is worth re-blogging here (while cleaning up the text / grammar). My answer goes in to a little bit of the idea behind a garbage collected language and gets in to some of the basics of how JavaScript knows when to clean up your "garbage" - that is, your objects that are no longer used. What I'm presenting here is an oversimplification of how JavaScript manages memory. However, these basic ideas should prove useful to people who want to do a better job of managing memory usage in JavaScript."
Jacques Bosch

Safely Test a JavaScript Change Without Touching the Server-A Huge Time Sever - Ed Hint... - 0 views

  •  
    "The fastest bug fixes are the ones you can make and test right on the spot. However, many times access to the web server in order to update JavaScript files is not possible, convenient, or is potentially dangerous (affects all users if your fix fails miserably). "
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

SOLID JavaScript: The Single Responsibility Principle - 0 views

  •  
    "This is the first in a 5 part series presenting the SOLID design principles within the context of the JavaScript language."
Jacques Bosch

John Resig - HTML5 Shiv - 0 views

  •  
    "Assuming that it'll be a while before most browsers attempt to implement most of HTML 5 (a perfectly reasonable assumption) we need to start thinking of ways to tackle the creation and rendering of HTML 5 components in the meantime. Obviously, using the tools of JavaScript and CSS we can accomplish a lot."
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

{{ mustache }} - 0 views

shared by Jacques Bosch on 29 Jan 12 - Cached
  •  
    "Logic-less templates."
Jacques Bosch

Elegant Code » Resources for getting started with Backbone.js - 0 views

  •  
    "The current product I am building makes heavy use of HTML5 & javascript to give the user a rich experience, both on and offline, across a variety of screens. Before I even started this application I knew I wanted a clean and proven approach to help manage the complexity on the client. After reviewing several js frameworks I decided to go with backbone.js (compare yourself). I have been working with backbone for several months and I am really happy with it, and would recommend to anyone building similar types of javascript applications."
Jacques Bosch

jqPlot Charts and Graphs for jQuery - 0 views

  •  
    "jqPlot is a plotting and charting plugin for the jQuery Javascript framework. jqPlot produces beautiful line, bar and pie charts with many features:"
Jacques Bosch

IcedCoffeeScript - 1 views

  •  
    "IcedCoffeeScript (ICS) adds two new keywords: await and defer. These additions simply and powerfully streamline asynchronous control flow, both on the server and on the browser. Say goodbye to callback pyramids; say adios to massive code rewrites when synchronization requirements change slightly. Say hello to clean, readable, maintainable control flow for network and asynchronous operations! See the Iced Features tab for more details. "
  •  
    I think jQuery also has some kind of defer mechanism
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

EJS - JavaScript Templates - 0 views

  •  
    "EJS cleans the HTML out of your JavaScript with client side templates. After EJS gets its rubber gloves on dirty code, you'll feel organized and uncluttered."
Jacques Bosch

Essential JavaScript Design Patterns For Beginners - 0 views

  •  
    "Essential JavaScript Design Patterns For Beginners"
Jacques Bosch

Asynchronously Load HTML Templates For Backbone Views | ThoughtStream.new :derick_bailey - 0 views

  •  
    "As JavaScript applications become larger and larger, we have to think about the download size, memory usage and other performance constraints for our end users. There are a number of aspects to consider, one of which is how to deliver the HTML templates that your application is using, to the user's browser, so that your application can render the templates."
Jacques Bosch

sachabarber.net » SignalR : Best thing since slice bread? - 0 views

  •  
    "As some of you know that read me blog will know I am more of a WPF/WCF desktop kind of guy. I do however have a healthy interest in the web, and have in fact been working on a large open source project which is nearly done which uses jQuery and ASP MVC 3 (Razor)."
Jacques Bosch

kmalakoff/knockback - GitHub - 0 views

  •  
    "Knockback.js provides Knockout.js magic for Backbone.js Models and Collections."
1 - 20 of 35 Next ›
Showing 20 items per page