27 January 2009 – 6:11 PM
This class can be used to render text on a background image. The letters of the text are made of graphics defined by separate image files. The letter image files can be loaded from a configurable directory. This way different text font images can be used. Download: http://www.phpclasses.org/browse/package/2836.html http://phpclasses.dmwtechnologies.com/browse/package/2836.html (mirror)
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 – 5:59 PM
This class can search for information about music and artists using the Yahoo Music API. It can send HTTP requests to the Yahoo Music API Web services server to perform several types of operation. Currently it can: Search for artists by name Get information about an artist Get the album releases of an artist Get [...]
27 January 2009 – 5:55 PM
This class can be used to display text messages scrolling vertically. It generates the necessary HTML, Javascript and CSS to display several text messages in page that scrolls vertically. The messages stop scrolling while the user leaves the mouse pointer over the text and resumes scrolling when the user removes the mouse pointer. Demo: http://demo.dmwtechnologies.com/PHP/PhpScroller/ [...]
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)