Downloads

Google Currency Converter :: Convert currency amounts using Google searches

This class can be used to convert currency amounts using Google searches. It takes as parameters an amount in one currency and the target currency. The class sends an HTTP request to the Google search pages to retrieve the amount to the target currency. It can return the converted amount and the conversion rate from … Continue reading »

Categories: Downloads, PHP Code | Tags: , , | 494 Comments

YouTube API :: Get the video download URL using the YouTube API

This class can be used to retrieve YouTube video details using the YouTube API. It accesses the YouTube GData API Web server and issues a request retrieve information about videos that match a given keyword. The class retrieves all the details of the matching videos like: titles, video URL for download in Flash or 3GPP … Continue reading »

Categories: Downloads, PHP Code | Tags: , , | 61 Comments

WebSafeColors :: Lookup and retrieve colors of the Web Safe palette

This class has a built-in database of information about all the colors of the so called ‘Web Safe’ palette. It can lookup the palette to determine whether a given color is web safe or not. It can also return the RGB components of a web safe color in decimal or hexadecimal representation. It can also … Continue reading »

Categories: Downloads, PHP Code | Tags: , , | 416 Comments