May 2010
1 post
Google or sIFR ? →
May 20th
April 2010
7 posts
Git and Svn free repositories
A bit like Github without the community, but with free private repos, and with Git and Svn. https://www.assembla.com/plans Hum…ah,. yes, EllisLabs is using this
Apr 29th
Adobe Gives Up on Flash for iPhone, iPad →
“Adobe on Tuesday evening said it is ceasing investment in a software tool that enables Flash developers to port software into native iPhone and iPad apps.”
Apr 22nd
Touch Gesture Reference Guide →
A clear and concise reference guide covering the various touch user interface gestures, and how they are implemented/supported on different devices.
Apr 21st
HTML5 presentation →
Great presentation detailing the various fantastic new Javascript APIs, HTML and CSS tricks that HTML5 brings us. There’s quite a bit of stuff in here that I had no idea about.
Apr 20th
Link types in HTML5 →
Fascinating rundown of the various options authors have when using the rel attribute to specify the types of link (be it a or element) in a HTML5 document. I particularly like rel=”next” and “prev”.
Apr 19th
Radar is a native Mac app that notifies you of... →
Really nice implementation, great way of keeping up with Basecamp.
Apr 14th
Apple’s New iPhone Restrictions →
Apr 11th
March 2010
5 posts
“You’ll rarely regret cutting scope.”
– Jason Fried
Mar 31st
Internet Explorer UA Style Sheets →
SECRETS REVEALED!
Mar 30th
Code Bubbles : the future of IDEs ? →
Mar 19th
Only available on the Crapp Store! →
Mar 13th
Radical web interface →
Mar 5th
February 2010
7 posts
Uniform - Sexy forms with jQuery →
Nice JQuery powered cross-browser form element skinnery.
Feb 22nd
4 tags
Using Zend Framework with CodeIgniter →
Feb 10th
CommonJS
Three recent posts from CommonJS contributors: CommonJS: the First Year looks at what’s been achieved this year The emerging JS application platform talks about the event-based concurrency model (found in Node), and gives a great overview of CommonJS implementations. If that’s not enough, Ars Technica has also a post on the subject Great year for Javascript !
Feb 9th
“I’m sick of the travesty that calls itself “mobile web development” but mostly...”
– QuirksBlog
Feb 9th
Photographer Loves Math, Graphs Her Images →
Feb 3rd
Facebook HipHop: transforming PHP into C++
Facebook HTML-generation needs seemed to strain PHP capacity to the limit. Since rewriting the whole website was not an option, they wrote HipHop, a PHP to C++ transformer instead: they keep writing PHP code but get a significant speed boost and minimize their memory usage. HipHop will be open-sourced, given PHP’s ubiquity it will be interesting to see who start using and contributing to...
Feb 2nd
Password Hash : slower is better →
Edit: another good post on passwords, mentioning bcrypt
Feb 2nd
January 2010
10 posts
“The thing that bothers me most about the iPad is this: if I had an iPad rather...”
– http://al3x.net/2010/01/28/ipad.html
Jan 29th
Jan 28th
5 notes
Pure CSS Coke can →
Jan 27th
Nerdy interviews... lots of Mac users →
Jan 27th
CodeIgniter and Doctrine  →
Doctrine is an Object Relational Mapper for PHP. It’s OK if you don’t know this term. It basically means that you can map your database tables to classes in your web application. And instances of these classes (i.e. objects) represent records in the database…..
Jan 25th
Yet another PHP framework →
Jan 22nd
Jan 21st
Ben Sekulowicz: Tech talk given at Cirius →
Nice overview talk from Ben about using HTML5/CSS2.1+3 in a gracefully degrading manner, geeking it up a notch with Modernizr.
Jan 21st
JQuery 1.4 released →
Jan 16th
When in doubt, timebox it. →
When you’re at a development crossroads — you have something working, but there’s a ‘better’ way that you want to try — and on a tight deadline, set a short, FIXED amount of time to try your alternative. If you can’t get it working, scrap it. And be strict with your ‘timebox’.
Jan 14th
December 2009
9 posts
Real time messaging for the web →
Dec 22nd
Javascript server-side overview →
Dec 21st
Microsoft admits code theft for Chinese blog Juku →
Pwned. As I belive the kids say.
Dec 16th
How I hire programmers
Sounds similar to Jordan’s approach !
Dec 15th
Optimizing Codeigniter apps →
Dec 4th
Fighting against low standards
It’s not often I find myself agreeing with people who (to my biased eyes) seem to spend more time on the conference circuit than pushing pixels and sharpening syntax, but today is one of those days. I find myself agreeing with Mr Andy Budd about “The Sorry State of Web Design Education”, and by extension the state of Web Development Education. As an entirely self taught web...
Dec 3rd
Modernizr →
Javascript library that detects support for modern browser features, whilst giving developers options for fallbacks for legacy browsers such as IE6. Nice work.
Dec 2nd
Bulletproof @font-face syntax « Paul Irish →
Bulletproof implementation of @font-face that takes care of Safari, Firefox, and IE when using CSS3’s font-face syntax for loading fonts. It’s 2009, and we still have to use the equivalent of box-model hacking in order to consistently implement a NEW CSS syntax. Legacy is not an excuse. It’s shoddy from browser manufacturers … shoddy.
Dec 2nd
Turn static files into an API with YQL →
Dec 1st
November 2009
13 posts
The Google Maps API V3 →
In addition to a heap of new features and functions, the latest version of the Google Maps API ensures that optimised maps are displayed for mobile devices such as the iPhone or handsets running the Android operating system. Great stuff.
Nov 30th
Keeping CSS Files DRY with .less →
Those of you that followed Joe’s talk a few weeks back about SASS , will know about how excited he was about it, and with good reason. I’ve just stumbled across {less} , which looks like a similar tool (ie it supports mixins, variables and operations, and is compiled locally using Ruby). However i think the differences might make it a better fit for for us. They are: 1. It handles...
Nov 27th
6 tags
jqplot →
Nov 24th
Jquery form validation →
Funky form validation. Not a replacement for server side validation of course ; )
Nov 24th
Apple's mistake →
Nov 20th
The Alliance for Code Excellence →
The Bad Code Offset provides a convenient and rational approach for balancing out the bad code we all have created at one time or another throughout our lifetime—even when we can’t go back and fix it directly.
Nov 19th
Which is more useful? Google's links or the actual... →
Is google a better designer than you? I have to agree that for plenty of sites, Google does a better job of finding a site’s ‘killer’ content than any amount of research/design beforehand.
Nov 13th
Transforms →
CSS3 transformations
Nov 12th
3 tags
hoverIntent jQuery Plug-in →
hoverIntent is a plug-in that attempts to determine the user’s intent… Why? To delay or prevent the accidental firing of animations or ajax calls.
Nov 12th
freckle: time tracking rethought →
Wonderful in more ways than I have the time or inclination to list. Beautiful data visualisations, a slicker time-entry form than I’ve seen anywhere before, and just the most wonderful copy. I heart freckle.
Nov 10th
4 tags
Euro cookies set to leave a bad taste in the mouth... →
A new EU law says that a cookie can be stored on a user’s computer, or accessed from that computer, only if the user “has given his or her consent, having been provided with clear and comprehensive information”. An exception exists where the cookie is “strictly necessary” for the provision of a service “explicitly requested” by the user – so cookies can...
Nov 10th