Share
YSlow is a popular tool for measuring and tweaking site performance. The tool recommends that Javascript be put at the bottom of the page (since javascript blocks the page until its loaded). However one of the challenges of doing this is that you cannot call any javascript function (that you have defined in your js [...]
Share
I just pushed some changes to my fork of the blackbook address book importer gem. Here is a list of changes
The gem now works with the latest version of mechanize and nokogiri
Myspace and Gmail importer working perfectly. Myspace had changed its url scheme and also address book rendering stuff so the gem was broken for [...]