February 2012
1 post
2 tags
* { box-sizing: border-box } FTW →
Feb 1st
January 2012
10 posts
3 tags
html5lib →
A Python and PHP implementations of a HTML parser based on the WHATWG HTML5 specification for maximum compatibility with major desktop web browsers.
Jan 26th
2 notes
3 tags
Media Queries →
Great resource of responsive websites.
Jan 25th
3 tags
CoreAR →
iOS Augmented Reality Framework
Jan 24th
2 tags
Shadowbox.js →
Jan 23rd
4 tags
PxLoader | A Simple JavasScript Preloader →
Jan 20th
2 notes
3 tags
John Resig - Simple JavaScript Inheritance →
I’ve been doing a lot of work, lately, with JavaScript inheritance - namely for my work-in-progress JavaScript book - and in doing so have examined a number of different JavaScript classical-inheritance-simulating techniques. Out of all the ones that I’ve looked at I think my favorites were the implementations employed by base2 and Prototype. I wanted to go about extracting the soul...
Jan 20th
3 tags
Linode - Linux VPS →
Awesome Linux VPS hosting
Jan 11th
1 note
1 tag
Complexity and User Experience →
Understanding features in terms of complexity instead of functionality
Jan 6th
2 notes
3 tags
zeez - Online Handwriting recognition in... →
Jan 4th
1 note
3 tags
Font Web Symbols →
Jan 3rd
2 notes
December 2011
6 posts
2 tags
Git Tip: git push ‘No refs in common and none... →
$ git push origin master
Dec 22nd
7 notes
2 tags
HTML5 Fire Demo →
Dec 15th
1 note
3 tags
How To: UNIX Add A User To A Group →
Dec 15th
7 notes
The Joel Test: 12 Steps to Better Code →
Dec 15th
2 tags
List Groups A User Belongs To In Unix →
Dec 15th
2 tags
JavaScript is Dead. Long Live JavaScript! →
Dec 2nd
4 notes
November 2011
3 posts
1 tag
seeklogo.com →
Great source of vector logos for the world’s brands. example: Ferrari Apple Coca Cola
Nov 29th
3 tags
Generate a self-signed SSL certificate on CentOS →
Nov 24th
7 notes
2 tags
2147483647 Facebook uid
If your Facebook uid’s get truncated to 2147483647 when stored in your database, it’s because your column type cannot hold the large integer. Use bigint rather than int.
Nov 22nd
2 notes
October 2011
1 post
1 tag
How to set a facebook profile picture using the... →
Oct 28th
September 2011
3 posts
3 tags
Build It With Me →
Find designers or developers for your project. 
Sep 28th
40 notes
1 tag
Ruby On Rails Security Guide →
Great web security guide. Written for Ruby but valid for all environments.
Sep 23rd
32 notes
2 tags
@font-face css generator →
Sep 1st
August 2011
4 posts
3 tags
PHP: apc_store →
using APC to store persistent objects
Aug 23rd
The DECK | The premier ad network for reaching... →
Aug 10th
3 tags
flashplatformsdk/Flash-Platform-SDK - GitHub →
AGALMiniAssembler The Mini assembler generates AGAL byte code from a simple source text language. AGAL byte code is required for Molehill, the Flash 3D API. The MiniAssembler is a run time assembler - it is an AS3 class that is a part of your 3D app. AGALMacroAssembler The Macro assembler extends the Mini assembler with macros (similar to functions), basic math expressions, aliases, and...
Aug 4th
3 tags
Convert wav to mp3 using ffmpeg
simple: ffmpeg -i input.wav output.mp3 complex: ffmpeg -i input.wav -ab 128k -ar 41k -acodec libmp3lame output.mp3 -ab                 set bitrate (in bits/s) -ar rate            set audio sampling rate (in Hz) -acodec codec       force audio codec (‘copy’ to copy stream)
Aug 2nd
July 2011
1 post
1 tag
Keynote Wireframe Toolkit - Get your Keynote... →
Jul 22nd
3 notes
June 2011
6 posts
URL Linter - Facebook developers →
Jun 24th
cloudhead.io →
Cool git-powered, minimalist blog engine
Jun 21st
1 tag
xJSFL →
jQuery-like framework for ActionScript.
Jun 18th
1 note
3 tags
Raphaël—JavaScript Library →
Small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.
Jun 16th
3 notes
IAB - Ad Unit Guidelines →
Banner advert standard sizes
Jun 8th
Selenium web application testing system →
Jun 6th
May 2011
14 posts
Images on a Subdomain →
Discussion on whether it’s beneficial to store images on a subdomain to enable the browser to use more concurrency. Answer: yes if you use a CDN.
May 23rd
May 20th
3,040 notes
3 tags
When can I use... Support tables for HTML5, CSS3,... →
Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.
May 20th
May 20th
SoundManager 2: JavaScript Sound For The Web →
May 19th
3 tags
RRDtool →
RRDtool is the OpenSource industry standard, high performance data logging and graphing system for time series data. RRDtool can be easily integrated in shell scripts, perl, python, ruby, lua or tcl applications.
May 19th
2 tags
Installing PHP APC on GNU/Linux Centos 5 →
May 19th
1 tag
PHP 5.3 on CentOS 5.5+ →
Installing PHP 5.3.x
May 16th
Upgrade PHP 5.1 To 5.2 - CentOS →
May 13th
2 tags
speedmax/h2o-php - GitHub →
A beautiful template engine for PHP in Django style
May 12th
6 notes
1 tag
dnode - language agnostic asynchronous... →
dnode, a mindbendingly simple library written by SubStack, builds on top of socket.io to enable language agnostic asynchronous messaging by exposing methods and making them transparently callable between nodes. This approach allows for bidirectional, asynchronous, and symmetric communication between dnodes that can be implemented in: Node.js, Browser-side JavaScript, Ruby, Perl, Java, and soon to...
May 12th
1 tag
May 11th
1 tag
Optimising MySQL with Query Profiler →
May 4th
May 4th
April 2011
8 posts
2 tags
HTML5 & CSS3 Browser Support →
Apr 28th