Joined October 2012
·
Achievements
481 Karma
46,817 Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Forked
Have a project valued enough to be forked by someone else
I usually use rgba.php by Lea Verou. http://lea.verou.me/2009/02/bulletproof-cross-browser-rgba-backgrounds/
I just include the php file and call it in the css file...
background: url('rgba.php/rgba(255, 255, 255, 0.3)');
background: rgba(255, 255, 255, 0.3);