I have recently modified my laptop to include duel drives and had a few unexpected issues. The first was that my terminal wouldn’t open, which left me pulling my hair out till it miraculously started again. I say miraculous cause it seems it was from nothing I did, which is frustrating as it means I don’t know what fixed this for the future.
Moving past this I was installing git, mamp and a few extensions for eclipse and getting ‘Unknown Command’ [...]
READ MORE
Working with Y&R advertising New Zealand and Schick Women NZ I developed a fun little facebook app which simply allows users to shave a little chickens overgrow hair. The app is part of Schick Women NZ‘s facebook brand page and the concept and design was produced by Y&R who then had me develop the concept into a workable application.
Users who land on the facebook timeline [...]
READ MORE
Another way to go about some OOP for JavaScript. The bracket incased function initialises a self executing anonymous function that encases the class. In the example below are several ways of calling the class methods and properties.
Main Application or JS file. [code snippet] A JS Class Example [code snippet] If you want to create a singleton you can do it as follows.
[code snippet]
READ MORE
I’ve been using various design patterns for a while but haven’t really had time to get into leveraging a framework like robotlegs. So in the midst of moving countries again I took some time out to really get an understanding of the framework and how my future applications might benefit from it.
As I had 24 hours of flying ahead of me I downloaded the new ActionScript Developers Guide to robotlegs by Joel Hooks, [...]
READ MORE
A nice simple solution as posted by Ibrahim Faour on his blog masteringapi.com.
I’ve posted his solution here as well. [code snippet]
READ MORE