Two Cents – Hacking your finances one cent at a time

Lifehacker’s new personal finance sub-blog. Must revisit.

Two Cents – Hacking your finances one cent at a time

Posted in Whatever | Tagged , , , , , , | Leave a comment

Whats the Closest Google Font?

Find the closest Google Fonts match for some other font.

Whats the Closest Google Font?

Posted in Whatever | Tagged , , , , , | 1 Response

OS X Mavericks v10.9.1: Repeated prompts to unlock “Local Items” keychain

I had this problem — apps kept prompting me for access to the Local Items keychain, then not remembering it. This fixed it for me.

OS X Mavericks v10.9.1: Repeated prompts to unlock “Local Items” keychain

Posted in Whatever | Tagged , , , , , , | Leave a comment

Network Security

Chompy the dinosaur guards our wifi.

Posted in Photography, photography | Tagged , , , , | Comments closed

Flipload JS Component

Flipping HTML elements to show a loading indicator easily.

Flipload JS Component

Posted in Whatever | Tagged , , , , , , , , | Leave a comment

Cubee – Clone Trooper by CyberDrone on deviantART

Templates for papercraft “cubeecraft” Star Wars characters.

Cubee – Clone Trooper by CyberDrone on deviantART

Posted in Whatever | Tagged , , , , , , , | Leave a comment

javascript – window.resize event firing in Internet Explorer – Stack Overflow

There’s your problem.

javascript – window.resize event firing in Internet Explorer – Stack Overflow

Posted in Whatever | Tagged , , , , , , , , , | Leave a comment

Interoperability, Browser & Cross Platform Testing | Modern.IE

The official source of virtual machines for running various versions of Internet Explorer for web testing.

Interoperability, Browser & Cross Platform Testing | Modern.IE

Posted in Whatever | Tagged , , , , , , , , | Leave a comment

adnan-wahab/pathgl

A WebGL renderer for the D3 visualization library.

adnan-wahab/pathgl

Posted in Whatever | Tagged , , , , , , , , | Leave a comment

Fun with CodeIgniter

I just spent many hours wrestling with CodeIgniter. For one thing, it seems to go out of its way to hide PHP errors from you, even in development mode, and even when you try to turn everything back on manually with directives in your index.php.

This doesn’t help when you are trying to integrate AJAX file uploads, and can’t figure out why all you ever get is a ‘500 Server Error’, with no indication of where that error is occurring.

For the record, my problem was that I needed to use CI’s form_open_multipart() function, in order to get the hidden CSFR protection token. Without it, the Security class was just silently dying before ever getting to my controller’s action handler.

 

Posted in Personal | Tagged , , | Leave a comment