Ca-Phun Ung

Freelance web developer and Internet consultant at Yelotofu.
Categories
- Accessibility (6)
- Browser Testing (5)
- CSS (11)
- Django (3)
- Events (5)
- Hong Kong (3)
- JavaScript (20)
- jQuery (2)
- Labs (2)
- Optimisation (2)
- PHP (8)
- Ramblings (12)
- Reviews (6)
- Ruby on Rails (4)
- Tools (5)
- Web Standards (10)
- WiFi (3)
- WordPress (1)
The story behind Google Chrome
Niall Kennedy tells us the story behind Google Chrome. A facinating read and interesting karma behind staff hires and acquisitions that made Chrome possible. Whether by chance or calculation it is a Win win situation for all of us!
Django: cheat sheet
The guys at Mercurytide have released a new Django 1.0 cheat sheet. Thanks guys this will be very handy indeed!
Django 1.0 released!
Wohoo! OK, maybe not as big as Chrome but Django 1.0 released yesterday! Django is a brilliant Python Web framework designed to make our lives easier. Django takes DRY to its extreme and comes with myraids of documentation including an online book! Django is like Lego, first you start with many dispersed pieces; you then [...]
Google Chrome
As you may have heard Google Chrome (Chrome) went live yesterday. The Chrome team also released a comic explaining some of the innovations and ideas around Chrome. After installing Chrome the first impression I got was it’s a very slim-line and compact browser. The UI reflects this totally. There isn’t the usual File menu above [...]
jQuery.com website redesign
The long overdue redesign of jQuery.com has finally landed! I like the new design as it’s more intuitive and inline with jQuery UI’s design. This redesign will certainly help pitch jQuery to new comers; for many the decision to go with another framework has purely been based on the ugliness of the old jQuery website, [...]
jQuery: Shuffle Plugin
I recently came across a really compact array shuffling function on JSFromHell.com, which I thought would make a nifty jQuery plugin. This jQuery shuffle plugin could be applied to any HTML element or Array object. (function($){ $.fn.shuffle = function() { return this.each(function(){ var items = $(this).children(); return (items.length) ? $(this).html($.shuffle(items)) : this; }); } $.shuffle [...]
JavaScript: Event Delegation
Recently, I’ve been hearing much about event delegation. Many new to this concept seem to be baffled by the term. However, it really is a simple idea when you realise what’s involved. Put simply, event delegation is the practice of directing events on parent DOM elements who then listen on their children for events. To [...]
jQuery UI Spinner
After contributing jQuery Numeric Stepper to the jQuery UI community. Paul Bakaus kindly asked whether I’d like to merge it with the official jQuery UI Spinner, of which I was more than happy to do out of pure love for jQuery. The jQuery UI Spinner widget will be available with the soon to be released [...]
