27 January 2009 – 6:26 PM
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 [...]
27 January 2009 – 6:15 PM
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 [...]
27 January 2009 – 6:07 PM
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 [...]
27 January 2009 – 6:04 PM
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 [...]
27 January 2009 – 5:47 PM
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)