Skip to main content

Home/ Groups/ Javascript Masters (and wannabes)
1More

Using JSHint inside Visual Studio - the basics - Steve Sanderson's blog - As ... - 0 views

  •  
    "JSHint is great. It's a linting tool for JavaScript: a simple tool that can very often spot your mistakes before you do. It can save you from a lot of tedious debugging, lets you refactor JavaScript code with greater confidence, and reduces the chances of you deploying broken code to your production server."
1More

Single Page App Using Knockout and ASP.NET - CodeProject - 0 views

  •  
    "In this article, I will discuss how to create a sample single page application using Knockout and ASP.NET. This app shows a list of users based on types like Users, Admin Users, Super Admin Users, and shows user details upon selection of a user."
1More

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). "
1More

CanJS - 0 views

shared by Jacques Bosch on 15 Jun 12 - No Cached
  •  
    "CanJS is a MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy. It provides:"
1More

Introducing jQuery++ » Bitovi - 0 views

  •  
    "Hello, my name is jQuery++. It's wonderful to meet you. Have you ever found yourself wishing jQuery had just one more feature or wanted it to be a tiny bit faster? I know I have, but I understand jQuery can't do everything. This is why the team at Bitovi created me, a collection of extremely useful DOM helpers and special events that complement jQuery."
1More

Can Your Programming Language Do This? - Joel on Software - 0 views

  •  
    "One day, you're browsing through your code, and you notice two big blocks that look almost exactly the same. In fact, they're exactly the same, except that one block refers to "Spaghetti" and one block refers to "Chocolate Moose.""
1More

Providing Synchronous / Asynchronous Flexibility With jQuery.when | ThoughtStream.new :... - 0 views

  •  
    "I've quickly become a fan of jQuery's Deferred / Promise features. They've been around for a little bit now, but I only recent started using them and they've helped me solve a number of problems with my asynchronous JavaScript code. But what I recently figured out really blew my mind. You can use jQuery to support both synchronous and asynchronous code, with the `$.when` function, and your code doesn't have to care whether or not it's async."
1More

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."
1More

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."
1More

Essential JavaScript Design Patterns For Beginners - 0 views

  •  
    "Essential JavaScript Design Patterns For Beginners"
1More

kmalakoff/knockback - GitHub - 0 views

  •  
    "Knockback.js provides Knockout.js magic for Backbone.js Models and Collections."
1More

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."
1More

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)."
1More

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."
2More

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
1More

{{ mustache }} - 0 views

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

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:"
1More

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."
1More

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."
1More

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."
1 - 20 of 44 Next › Last »
Showing 20 items per page