This message comes to you from MacDev-1(tm) -- the Mac(tm) OS Developer News and Info server. See below for more info on this list (including sub/unsub details). __________________________
Our PHP script which parses iTunes Music Library files (XML) into web page (HTML). phptunest is a script written in PHP , which converts your iTunes Music library from XML format to nice HTML table. It allows you to customize the resulting HTML page in many ways and has few nice features: - Use your own CSS styles to change the look of HTML page - Sort your song library with any visible column(s) - Include only those columns you want - Supports gzip compression of HTML data - Works with or without MySQL backend. Using MySQL saves a lot of memory and makes phptunest more efficient - Supports low-memory non-sorting parsing - Can write output data into static HTML file - Works with PHP 4.1 or later - Completely free and open source Changes in version 1.0 - Low-memory non-sorting ram-parser added. If sorting is disabled and there's no MySQL backend, this method saves huge amounts of RAM, and should be used if sorting is not needed. Tracks are printed in the same order as they are at iTunes Library file - Simplified API for phptunest class. All settings are now passed at once as associative array. ob_clean() replaced with ob_end_clean(). This improves compability with older PHP versions More information: http://www.maczsoftware.com/phptunest/ Download link (10 KB): http://www.maczsoftware.com/phptunest/phptunest_10.tar.gz __________________________ Please visit our sponsors: RadGad(sm): The Place for Useful Gifts & Gadgets.(sm) http://www.radgad.com/, mailto:[EMAIL PROTECTED], or 877-5-RADGAD MacTech(r) Magazine: The journal of Macintosh technology and development http://www.mactech.com, mailto:[EMAIL PROTECTED], or 805-494-9797 DevDepot(sm): Your Source for RAM, Technical & Developer Products http://www.devdepot.com, mailto:[EMAIL PROTECTED] or call 877-DEPOT-NOW To submit a posting to MacDev-1, mailto:[EMAIL PROTECTED] To subscribe to MacDev-1, send mail to [EMAIL PROTECTED] with the SUBJECT line reading "SUBSCRIBE MACDEV-1". To unsubscribe, the SUBJECT line should read "UNSUBSCRIBE MACDEV-1". MacTech, Developer Depot, RadGad, and Xplain Corporation are not responsible for any errors, omissions, or other inaccuracies in this message. News may be propagated freely, but please attribute your source as MacTech Magazine, <http://www.mactech.com>. --
