Tag Archives: javascript

br-jquery: a jquery package for the browserify javascript packager for node.js

I published a node.js package to npm called br-jquery, which contains jQuery and provides an alternate path to downloading jQuery and putting it in a repository when starting a jQuery project. It is a lot like jquery-browserify, but it contains … Continue reading

Posted in uncategorized | Tagged , , , | Leave a comment

Links: Parsing in Ruby and JavaScript

I’ve been reading quite a bit about parsing and templating in ruby as I attempt to port a templating engine from JavaScript to Ruby. Here are some scattered links: Jison Jison is a parser generator for JavaScript that has separate … Continue reading

Posted in uncategorized | Tagged , , , , , | Leave a comment

jQuery 1.7.0 is out!

…and I like the new .on() and .off() API for setting up events. I wrote some code that uses it, just for practice. Nothing too fancy.

Posted in uncategorized | Tagged , , | Comments Off

SyntaxHighlighter Evolved: how it works

I installed a WordPress plugin called SyntaxHighlighter Evolved, which highlights source code with client-side JavaScript. Here are a few notes about how it works: Code can be inserted using a Shortcode. Thanks to how Shortcodes work, HTML entities don’t need … Continue reading

Posted in uncategorized | Tagged , , , | 1 Comment

jQuery UI widgets

JavaScript is a prototyping programming language, and as such, has many different ways to define classes or create objects. If you try to search for a tutorial on object-oriented programming in JavaScript, you’ll find that each tutorial has its own … Continue reading

Posted in uncategorized | Tagged , , | Comments Off