Lorde

YouTube Preview Image
I heard about Lorde this morning. She’s an artist out of New Zealand with a really interesting sound of vocals over electric music. Her EP is out and you can listen to the whole thing on SoundCloud 

Remove Close Tag Binding in Sublime Text 3

Update: Turns out there is an option I overlooked in the config, so all that actually needs to happen is this line needs to be added to your sublime settings file “auto_close_tags”: false Sublime Text 3 auto closes tags when you use type </ which I don’t like  since I’ve usually finished typing the tag […]

Polytype

Jake Spurlock posted a link to a local Provo band yesterday, and I’ve been listening to them ever since. Makes me want to go out to more local shows.

The Conscience of a Hacker

Another one got caught today, it’s all over the papers. “Teenager Arrested in Computer Crime Scandal”, “Hacker Arrested after Bank Tampering”… Damn kids. They’re all alike. But did you, in your three-piece psychology and 1950′s technobrain, ever take a look behind the eyes of the hacker? Did you ever wonder what made him tick, what […]

Downloading Older Versions of WordPress Plugins

A while back I needed an older version of the Facebook plugin. Searching brought but a few posts about an older versions link that doesn’t seem to exist in the plugin interface anymore, but it turns out that the plugin version is in the url of the download. All you have to do is copy […]

Write Less Code

One of the fundamental truths of software development is that you have to write code, but one of the biggest fallacies is the idea that writing code is your job.

via Write Less Code.

Al plays solitaire

Today I found a fun little solitaire app that Al really enjoyed.

Abnormal media query handling in Fire Fox

As of CSS 2.1 you can target your css at specific media conditions, but Firefox seems to handle them strangely. It includes the visible vertical scroll bar in the calculation of the width instead of the actual display width itself. This means that while javascript may return one value for screen width your media queries […]