Posts Tagged “Development”
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 (…)
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 (…)
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 (…)
Adding external tools to Visual Studio 2008
by iampeterbanjo on February 22, 2009
Often times Visual Studio will try and help you by launching some tool or function when you build a project. But sometimes you might want to use these tools outside of the prescribed work flow or maybe you just want (…)
Hello world!
by admin on February 14, 2009
A personal introduction from me to you, answering questions like “What does ‘devign’ mean?”, “Why web development?” and “How do you unlock turbo mode in Super Street Fighter 2?”.