So I wrote this monstrosity, which I’m tickled by, today: function gaPush(cat, action, label, value) { var call = ['_trackEvent']; (cat) ? call.push(cat) : call.push(‘Undefined’); (action) ? call.push(action) : call.push(‘Undefined’); (label) ? call.push(label) : false; (!isNaN(parseInt(value))) ? call.push(parseInt(value)) : false; _gaq.push(call); } It makes pushing custom events into Google Analytics easier. Useful for in game [...]
A plan to get rich and enjoy doing it.
Tips for being happy now and tomorrow.
I’ve been working on a project called TweetLens for about four months. After a few months of programming, trying out different ideas and having hopes to turn it into a start up of some sort it’s time to face reality. That reality is that I want to build tech. companies that enrich people’s lives and [...]
I’ve been using the blue light blocking glasses from lowbluelights.com for a few weeks now. I wanted to wrap up the project and these are the results I’ve seen personally: The glasses don’t make me sleepy. What I’ve found is that the exposure to the intensity of light matters as much as the type. For [...]