Posts Tagged “tutorial”

Google Chrome Extensions–short development primer

by iampeterbanjo on November 13, 2010

I think a browser extension is the best place to get started because it’s easier to see immediately how an extension ties together. To create a “hello world” browser extension we’ll need – manifest.json The properties of our extension are (…)

Read the rest of this entry »

Share

Ubuntu and Windows 7: the best of both worlds

by iampeterbanjo on August 20, 2010

I found a way to share folders between my Ubuntu virtual machine and Windows 7. Here’s why. I’ve been getting into server side JavaScript recently with node.js and it is a lot of fun. But the downside is that it’s (…)

Read the rest of this entry »

Share

How to use browser back-button functionality with JavaScript

by iampeterbanjo on February 28, 2010

Use jQuery BBQ plugin in combination with hash change plugin to listen for window has change events. Let’s assume that you have a button with an ID of ‘button’. Let’s assume it does something useful like close a pop-up but (…)

Read the rest of this entry »

Share