Skip to main content

Home/ Tools for web developers/ Group items tagged webdev

Rss Feed Group items tagged

de Villamil Frédéric

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.
de Villamil Frédéric

OpenX Blog » The Need for Speed - 0 views

  •  
    This article explains how we made our PHP application 50x faster.
de Villamil Frédéric

» 22 Questions to Ask Before Developing a Website :: CSS, JavaScript and XHTM... - 0 views

  •  
    I developed this "Website Development Questionnaire" in 2002. It is old, but it still serves me well, so I thought I would share. I don't actually add the bold or italic sections below. Those were added here to help you understand the rationale for the questions:
de Villamil Frédéric

20 More Excellent AJAX Effects You Should Know - Nettuts+ - 0 views

  •  
    The post went on to become one of the most popular ever published at Nettuts+. This time around we have twenty more equally excellent Ajax effects for you to know and love.
de Villamil Frédéric

Tutoriel jQuery : Faire un carrousel - Babylon-Design - Tutoriaux WebDesign :... - 0 views

  •  
    Carousel avec jsquery
Vernon Fowler

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...
  • This is a one-liner again. Just run this command in the terminal: npm install -g grunt-cli
  • Then run the command: npm install
  • You should close and reopen the terminal as well. That’s a generic good practice to make sure things are working right.
inkoniq

Apple iOS8 HealthKit: App trends to watch out for - 0 views

  •  
    Future for HealthKit is great if Apple can pull it off. Letting different apps and devices talk to each other essentially makes your iPhone center of your lifestyle.
« First ‹ Previous 41 - 58 of 58
Showing 20 items per page