Code: Flickr Developer Blog » Building Fast Client-side Searches - 0 views
-
Yesterday we released a new people selector widget (which we've been calling Bo Selecta internally). This widget downloads a list of all of your contacts, in JavaScript, in under 200ms (this is true even for members with 10,000+ contacts). In order to get this level of performance, we had to completely rethink how we send data from the server to the client.
SXSW: Even Faster Web Sites - 0 views
52 Weeks of UX - 0 views
Six Things Your Mom Never Told You About Debugging Javascript « [devlunch] - 0 views
How to build mobile widgets | Think Vitamin - 0 views
OpenX Blog » The Need for Speed - 0 views
Lighthouse for iPhone - 0 views
20 More Excellent AJAX Effects You Should Know - Nettuts+ - 0 views
Tutoriel jQuery : Faire un carrousel - Babylon-Design - Tutoriaux WebDesign :... - 0 views
Grunt for People Who Think Things Like Grunt are Weird and Hard ◆ 24 ways - 0 views
-
You install Grunt on a per-project basis. Go to your project’s folder. It needs a file there named package.json at the root level. You can just create one and put it there.
-
The contents of that file should be this: { "name": "example-project", "version": "0.1.0", "devDependencies": { "grunt": "~0.4.1" } }
-
Once that package.json file is in place, go to the terminal and navigate to your folder.
- ...3 more annotations...
« First
‹ Previous
41 - 58 of 58
Showing 20▼ items per page