February 2012
1 post
2 tags
* { box-sizing: border-box } FTW →
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.
3 tags
Media Queries →
Great resource of responsive websites.
3 tags
CoreAR →
iOS Augmented Reality Framework
2 tags
Shadowbox.js →
4 tags
PxLoader | A Simple JavasScript Preloader →
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...
3 tags
Linode - Linux VPS →
Awesome Linux VPS hosting
1 tag
Complexity and User Experience →
Understanding features in terms of complexity instead of functionality
3 tags
zeez - Online Handwriting recognition in... →
3 tags
Font Web Symbols →
December 2011
6 posts
2 tags
Git Tip: git push ‘No refs in common and none... →
$ git push origin master
2 tags
HTML5 Fire Demo →
3 tags
How To: UNIX Add A User To A Group →
The Joel Test: 12 Steps to Better Code →
2 tags
List Groups A User Belongs To In Unix →
2 tags
JavaScript is Dead. Long Live JavaScript! →
November 2011
3 posts
1 tag
seeklogo.com →
Great source of vector logos for the world’s brands.
example:
Ferrari
Apple
Coca Cola
3 tags
Generate a self-signed SSL certificate on CentOS →
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.
October 2011
1 post
1 tag
How to set a facebook profile picture using the... →
September 2011
3 posts
3 tags
Build It With Me →
Find designers or developers for your project.
1 tag
Ruby On Rails Security Guide →
Great web security guide. Written for Ruby but valid for all environments.
2 tags
@font-face css generator →
August 2011
4 posts
3 tags
PHP: apc_store →
using APC to store persistent objects
The DECK | The premier ad network for reaching... →
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...
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)
July 2011
1 post
1 tag
Keynote Wireframe Toolkit - Get your Keynote... →
June 2011
6 posts
URL Linter - Facebook developers →
cloudhead.io →
Cool git-powered, minimalist blog engine
1 tag
xJSFL →
jQuery-like framework for ActionScript.
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.
IAB - Ad Unit Guidelines →
Banner advert standard sizes
Selenium web application testing system →
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.
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.
SoundManager 2: JavaScript Sound For The Web →
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.
2 tags
Installing PHP APC on GNU/Linux Centos 5 →
1 tag
PHP 5.3 on CentOS 5.5+ →
Installing PHP 5.3.x
Upgrade PHP 5.1 To 5.2 - CentOS →
2 tags
speedmax/h2o-php - GitHub →
A beautiful template engine for PHP in Django style
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...
1 tag
1 tag
Optimising MySQL with Query Profiler →
April 2011
8 posts
2 tags
HTML5 & CSS3 Browser Support →