Elsewhere
Projects
Meta
Tags
blogs code communities configuration databases design django editors emacs firefox git github goals grem heroku iphone javascript jQuery learning lisp marketing microblogging mobile php places pontifications productivity programming python quotes rails robots ruby social media software startups travel twitter ubiquity urls version control video vim vimperator wordpress
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
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 javascript, links, parsing, programming, ruby, templating
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.
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 javascript, Syntax Highlighting, wordpress, WordPress Plugins
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
