Bindoff Media

Apr 05

Less Framework 4 -

CSS framework for adaptive websites

Apr 02

Interactive perspective-distorted sprites

How to set disk spindown time for hard drives on a Mac

sudo pmset -a spindown 1

Mar 29

#li3 > Lithium: the most rad php framework

Mar 21

http://digitalkaoz.github.com/yuml-php/# -

Build UML diagrams straight from your source code in no time

Mar 20

404 redirect to PHP in nginx

If you’re doing 404 redirects, make sure you add these two lines to the nginx.conf:

# set 404 error page
error_page 404 = /404.php;
fastcgi_intercept_errors on;

(Source: softwareprojects.com)

Enable sessions in nginx

NGinx doesn’t like session parameters in php.ini.

You have to comment these lines in your php.ini file:

; session.save_handler = files
; session.save_path = /tmp
; extension=session.so

Feb 22

A Visual Git Reference

Feb 16

new-aesthetic:

creativeroom:

John Scarratt
:D
Chiarina

via bashford

new-aesthetic:

creativeroom:

John Scarratt

:D

Chiarina

via bashford

(via worsethandetroit)

Feb 08

Creating namespaces in JavaScript