Posts Tagged With: FREE PHP code

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 … Continue reading »

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

PHP Yahoo Music API :: Search for music using the Yahoo Music API

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 … Continue reading »

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

PHP Scroller :: Display text messages scrolling vertically

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/ … Continue reading »

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