UX & Product Designer

Chi Wai Li



Verite Interactive Timeline

An experiment using Verite Timeline by timeline.verite.co. Impressive interactive result using either JSON or Google Doc Spreadsheet. Can be used as standard HTML embed or via wordpress plugin by Cardume [timeline font=’Merriweather-NewsCycle’ maptype=’SATELLITE’ src=’https://docs.google.com/spreadsheet/pub?key=0As5hV7g1bJqNdDEzQXZUdXRRR0ctU3FEYkJPczFEQ1E&output=html’]

Tilt – Firefox Plugin for Website Inspection

Tilt is a plugin for Firefox by Victor Porof which gives a 3D visualisation to website HTML inspection. I’ve been a fan of Firebug for a very long time now, mainly use chrome for my everyday browsing/work but with this very snazzy tool, i might even switch back. I’ve always like the mentality  behind Mozilla (Click […]

Sky

Another beautiful sunset in Kent during my last month in UK 2009.

Light

It took an hour for the sun to set to the right level for this photo to be taken in South London, it was worth every moment. The color came out much better then I could have ever imagined.

Path

I woke up one morning in what is suppose to be spring of 2008 to find London covered with a blanket of snow, immediately I wrapped myself up and went out with my camera.

WordPress Booking system

UPDATE 25/3/2013: My new article on WordPress Booking Systems  As a “bonus” function for a project, we needed an very simple online booking/reservation system. All I needed is a way for potential clients to see which days has already been booked, and be able to make enquiry for days that are still available. *Disclaimer, I […]

The new Springpad redesign – too late?

As I’ve previously mentioned, I’ve been a using both SpringPad (Service no longer available) and Evernote for quite some time. I started of with Springpad as my full time note taking app of choice, but I haven’t been too keen on it’s web layout and slow loading time. Along with Evernote’s web clipper tools, I […]

Finding the right E-mail service provider

We have a new project and we needs a good email service provider. After a bit of googling and reading up on a bunch of reviews like on ReadWriteWeb and awwwards our short list was as follows: YMLP MailChimp Campaign Monitor (CM) Since all three offered free trials up to a certain number of subscribers and sends, it […]

Vimeo not playing on older iPhones and iPods

As a web developer, one of the biggest challenge is having far too many browsers to cater for. Recently I’ve had problems with showing certain vimeo videos off a wordpress site for older iOS devices. I’ve checked on Vimeo’s support page for similar issues as well as other online resources but it all seem to […]

Responsive web basic

This is perhaps a toddler level responsive web basic. But it took me a good 20 minutes to figure it out. If you want to write conditional css3 for one viewport range, you must have the other condition also within a viewport condition. For example to use: @media screen and (max-width: 540px) { #box{ width:300px;} […]