Browsing articles from "January, 2012"
Jan
29
2012

Best Practices for Speeding Up Your Web Site

The Exceptional Performance team has identified a number of best practices for making web pages fast. The list includes 35 best practices divided into 7 categories. Filter by category: Content Server Cookie CSS JavaScript Images Mobile All Minimize HTTP Requests tag: content 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the [...]

Jan
7
2012

Get List Site of Search Results Google with PHP

Want to get all the top google  search results in an array with PHP? Just read on and do it yourself! This script basically outputs the url’s of all the top results of a google search, but it can be modified to output other details also. We will be using the google ajax api in this script. As you might have found, by default it gives out only 4 results. Or you may manage to [...]

Sponsors