For anyone who’s ever tried to fetch multiple resources over HTTP in PHP, the logic is trivial, but one key challenge is ever-present: latency delays. While web servers have perfectly good downstream links, latencies can increase script execution time tenfold just by downloading a few external URLs. But there’s a simple solution: parallel cURL operations. [...]
May 2008
While recently experimenting with charting for web applications, and the various charting libraries popular among the PHP community, I came across the Google Chart API. I’ve since decided to outsource, as it were, all my charting needs to the API, a service provided by Google to generate just about any graph you could possibly need [...]
6. Use UFOs. Though not the flying kind, UFOs (Unobtrusive Flash Objects) are cool in their own way. They are DOM scripts that add intelligence to your website by allowing it to detect if the visitor’s computer has the Flash plug-in or not. They will only embed Flash objects on your site if they are [...]
We may be living in the 21st century, but as far as Flash SEO is concerned, it’s as if we’re trapped in the Dark Ages. While there are successful, high-ranking Flash websites, most of these are of already established brands and/or have the ability to generate a huge number of backlinks to boost their PR [...]
It seems the web is always abuzz when another web 2.0 startup releases an API. Everyone starts putting together little mashups; some take off, most don’t. Yet few seem to be familiar with the Yahoo! APIs: with immense power on offer, and with a serialized PHP output option, they’re great for PHP developers. Read on [...]
A few weeks ago, a team of Google researchers presented a project that may just revolutionize image search. See, during the last few years, image search has been rapidly growing in popularity. Development in this field, however, has been slow at best. Right now search results are still dependent on textual clues like filenames, image [...]



