Google Translation PHP wrapper
Google translation is an interesting service. Not only can you do language translation, you can also detect the language of a particular text. I recently needed to create a Wordpress plugin to translate post titles from one language to another. As the translation API is only available for Java and Javascript, I decided to create a quick one for PHP. In this post we will see how to translate text from one language to another in a simple and quick way using the created class.
Working with RESTful Services in CodeIgniter
CodeIgniter is becoming well known for its power as a PHP based web application framework, but it’s not often that we see examples of it being used for anything else. Today we’ll learn how we can use CodeIgniter to create a RESTful API for your existing web applications, and demonstrate how to interact with your own API or other RESTful web-services, such as Facebook and Twitter.
Build your own Search Engine with BOSS
Back in July, Yahoo! started offering the BOSS service, an open search platform. Using the BOSS API, developers have access to Yahoo’s entire search index to create custom search engines. The goal with BOSS (Build your Own Search Service) is simple — foster innovation in the search landscape. As anyone who follows the search industry [...]
SitePoint.com: Build a Photo Gallery Using CakePHP and Flickr
Want to share your Flickr photostream with the world, but only once you’ve given it a nice, customized touch? Look no further than CakePHP — and a few lines of code — to pull off some magic! In this article, we’ll use the Flickr API and CakePHP to take the images we’ve loaded onto Flickr [...]



