A jQuery plugin with the Golden Ratio
December 27th 2013 - Code
It seems a lot of dedication to responsiveness has been given to images and with typography ignored some what. Design is sometimes subjective but we do have some rules that we can abide by; for example with body copy we should never have more than 100 characters per line as readers would find it harder […]
With PHP, JSON and jQuery
June 1st 2013 - Code

Image:
Eflon
Finally posted this code to create a simple accordian with PHP, JSON and jQuery based on a dev test I did for LoveFILM. You can get the code from github or simply look at it below. I also posted it to gist too so you can see each file example and a working demo aswell!.
May 31st 2013 - Code

Image:
Yandle
My first every side project, a simple accordian made with PHP, JSON and jQuery. See more here.
May 7th 2012 - Code
What I was trying to figure out is how can you check if a table (or a div) that has a parent div with CSS overflow:auto applied to it and has started to horizontally scroll with JavaScript/jQuery. Seems that the scroll() API in jQuery only checks if the event has been triggered and not if […]