Archive for the 'PHP5' Category

15 Companies That Will Change The World

Monday, January 28th, 2008

Blinkx
CEO: Suranga Chandratillake
Disruption: Web video search and ad insertion
Disrupted: Search engines and the TV ad business
The fastest growing segment of Internet advertising is video, and Blinkx’s video search engine aims to capitalize on the trend. Blinkx indexes more than 14 million hours of video available on the Web, using software that turns speech into text […]

Flickr API ‘flickr.photos.search’ Limitation

Saturday, January 12th, 2008

Flickr PHP5 API allows you to pull images using the ‘flickr.photos.search’ function. The routine calls on the flickr’s database and pulls all images with tags that match whatever you have entered in the “tags” variable.
 
Here is the limitation.
Per the code below. I have an array of possible tags such as “happy”, “sad”, “red”, blue”, etc… I […]