Yelotofu - yelotofu.com - Yelotofu

General Information:
Latest News:
Angular gotcha: ng-app=”myApp” (named applications) 28 Apr 2013 | 10:52 pm
Angular is magical but sometimes the magic stops and you’re left scratching your head! Here’s a magical example: There are {{ 1 + 2 }} apples in the basket. Which outputs: There are 3 apples in the b...
inlineEdit and AngularJS 27 Apr 2013 | 02:08 pm
Recently I used the inlineEdit plugin with a project that uses AngularJS. As the inlineEdit plugin only handles the switching between non-editable and editable content views and exposes the save/cance...
OT: Technology – Blessing or Woe? 27 Apr 2013 | 09:39 am
Technological advances in human history is something to marvel and be proud of. From the first wheel to the first car; from winged bicycles to grand passenger aircrafts; from the Tower of Babel to the...
Reverse Inline Editing 12 Mar 2012 | 12:34 am
I want to throw this out there as I'm wondering if anyone is interested in a different approach to making HTML elements editable... I recently wrote some code that does the reverse of what my existing...
jQHK: A study of the Parallax Effect 1 Mar 2012 | 08:22 am
In our recent jQuery HK meetup we explored the technic behind the parallax effect using Nike Better World as a reference for our live coding session. The core idea of the effect is: bind each sectio...
First steps to using jQuery with CoffeeScript 12 Feb 2012 | 07:52 am
A colleague recently asked me how you typically write the jQuery DomReady and closure syntaxes with CoffeeScript. It's actually quite simple but did require a bit of fiddling around to find the right ...
jQuery Sticky Sidebar 12 Sep 2011 | 06:00 am
This is something I wrote in a few hours so thought I'd share it with the world. It mimics the sidebar UX seen on Apple and Amazons purchase flows. I tried to keep this as simple as possible. There ar...
jQuery Cycle and Fullscreen 18 Jun 2011 | 02:57 am
jQuery Cycle is an excellent plugin and the most extensible jquery plugin I've seen thus far. It works surprisingly well and is very accommodating to all sorts of external html/css setups. However th...
Customizing the WordPress Admin Interface 3 Dec 2010 | 08:22 pm
Six Revisions have an excellent post on how to customize the WordPress admin area. However I was looking also at a way of removing the Plugin Editor menu and noticed you can't remove it like you do w...
HowTo: Revert local changes in Git 28 Aug 2010 | 10:06 pm
Found this answer on Stack Overflow very useful, so thought I'd share it here: If you want to revert changes made to your working copy, do this: git checkout . If you want to revert changes made to...