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 (…)
Getting started for Qt and C++ development on windows
by iampeterbanjo on February 28, 2010
I came across a programming framework called Qt that has recently been acquired by Nokia. It’s primarily for C++ based development and allows you to write code which can be compiled for Windows, Linux AND mobile. It’s the mobile part (…)
JavaScript debugging – keeping track of your variables
by iampeterbanjo on February 28, 2010
Technorati Tags: javascript,debugging,web development One problem that I keep running into writing JavaScript is trying to keep track of all the objects and variables. With other programming languages your IDE of choice helps you step in and out of functions, (…)