jQuery.noConflict() – Multiple Javascript Libraries
When working on a project we normally decide on a Javascript library and stick to it. Sometimes for one reason or another there just isn’t anything we can do and a second library needs to be introduced. If you’ve ever tried this, you know that if you’re not careful you will have a hot mess [...]
Graphical login
Some time last year I made this simple example of an alternative user login process. Users would still enter their username, but the “password” would be points on a map. In the example the user can navigate more or less anywhere on Earth and drop a point on the map, like a tree in their [...]
Unicode in VIM
I recently needed to work with Unicode and multi-byte characters in my code. The following configuration worked great for me. Most of it appears in the VIM wiki, and then I set the guifont properties. if has("multi_byte") if &termencoding == "" let &termencoding = &encoding endif set encoding=utf-8 setglobal fileencoding=utf-8 bomb set fileencodings=ucs-bom,utf-8,latin1 set guifont=Lucida\ [...]




Recent Comments
“This was driving me crazy. Genius you are! You definitely saved my ass. Thanks so much :) ”
“Damn I wish my buttons where plugs like that. ”
“Nice Captcha ”