Buy me a Beer
Web 2.0 Training
 
headermask image

Random Header :: Unpredictably Exciting

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 (for [...]

Text To Image :: Render a text string as an image

This is a simple class that can render a given text string as an image. The class renders the text in given position of an image of a given width and height using a font of a given size.
It can take the text foreground and background color parameters by value or by name. The rendered [...]

Tag Cloud Generator :: Generate tag cloud from lists of links

This package can be used to generate tag clouds from lists of links. It can take a list of links either as strings, arrays, or files in the CSV format.
The class generates a tag cloud with different colors and sizes for each link according to the respective weight. Update: Now this version also enables you [...]

Simple AJAX :: Execute server side actions without page reloading

This class can be used to execute server side actions without reloading the current page.  It uses XMLHttpRequest objects to send the what is known as AJAX requests and collects the responses that can be used to update parts of a page.
The AJAX requests can be associated to server side PHP scripts that execute the [...]

PHP Obfuscator :: Obfuscate PHP as base64 encoded strings

This class can be used to obfuscate PHP scripts. It takes a given PHP script and generates another script that includes just one statement that decoded and evaluates the original script code encoded using the base64 algorithm.
The generates script is saved to a file with a given name.
Demo:

http://demo.dmwtechnologies.com/PHP/PhpObfuscator/

Download:

http://www.phpclasses.org/browse/package/4926.html
http://phpclasses.dmwtechnologies.com/browse/package/4926.html (demo)