<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>DanLin.net &#187; PHP</title>
	<atom:link href="http://danlin.net/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://danlin.net</link>
	<description>DanLin.net</description>
	<lastBuildDate>Wed, 02 Mar 2011 03:08:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/6.5" -->
		<copyright>&#xA9; 2003-2006</copyright>
		<managingEditor>dan@danlin.net ()</managingEditor>
		<webMaster>dan@danlin.net</webMaster>
		<category></category>
		<ttl></ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>DanLin.net</itunes:summary>
		<itunes:author></itunes:author>
				<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>dan@danlin.net</itunes:email>
		</itunes:owner>
		<itunes:block></itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.danlin.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg" />
		<image>
			<url>http://www.danlin.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>DanLin.net</title>
			<link>http://danlin.net</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>My Script for Displaying Flickr Photos from RSS Feed</title>
		<link>http://danlin.net/2006/07/30/display-flickr-photos-using-rss/</link>
		<comments>http://danlin.net/2006/07/30/display-flickr-photos-using-rss/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 03:30:12 +0000</pubDate>
		<dc:creator>dan.lin</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.danlin.net/2006/07/30/display-flickr-photos-using-rss/</guid>
		<description><![CDATA[I wrote a little script that allows you to display the photos from any Flickr RSS feed. The phot album you see to the side of this blog is using this little script. It uses the lastRSS class to parse the feed written by Vojtech Semecky from lastRSS.webdot.cz as well as javascript library from script.aculo.us. [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a little script that allows you to display the photos from any <a href="http://www.flickr.com">Flickr</a> RSS feed. The phot album you see to the side of this blog is using this little script. It uses the lastRSS class to parse the feed written by Vojtech Semecky from <a href="http://lastRSS.webdot.cz">lastRSS.webdot.cz</a> as well as javascript library from <a href="http://script.aculo.us">script.aculo.us</a>. It has some nice caching features built in to speed things up a little. Enjoy.</p>
<p><a id="p7" href="http://www.danlin.net/wp-content/uploads/2006/07/FlickrPhotoAlbum.zip"> </a><a id="p7" href="http://www.danlin.net/wp-content/uploads/2006/07/FlickrPhotoAlbum.zip" /><a id="p10" href="http://www.danlin.net/wp-content/uploads/2006/07/RSSFlickrPhotoAlbum.zip">Download RSS Flickr Photo Album version 0.02</a></p>
<p>(Requires PHP4)</p>
]]></content:encoded>
			<wfw:commentRss>http://danlin.net/2006/07/30/display-flickr-photos-using-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My MP3 Streaming Server Scripts</title>
		<link>http://danlin.net/2006/07/29/my-mp3-streaming-server-scripts/</link>
		<comments>http://danlin.net/2006/07/29/my-mp3-streaming-server-scripts/#comments</comments>
		<pubDate>Sat, 29 Jul 2006 09:39:57 +0000</pubDate>
		<dc:creator>dan.lin</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.danlin.net/2006/07/29/my-mp3-streaming-server-scripts/</guid>
		<description><![CDATA[I wrote a little simple script that allows me to serve my MP3 library over the net so I can stream it from whereever I am. I use it to stream my 100 GB music collection to my Treo 700p via EVDO. I essentail can walk around any major metropolitan area in the U.S. and [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a little simple script that allows me to serve my MP3 library over the net so I can stream it from whereever I am. I use it to stream my 100 GB music collection to my Treo 700p via EVDO. I essentail can walk around any major metropolitan area in the U.S. and access every song in my collection through my phone including creating dynamic, on-the-go playlists.</p>
<p>I decided to share it with the world since I use it so much. It&#8217;s pretty basic but it has some nice features already.</p>
<p>1. No database required<br />
2. Dynamic playlist creation<br />
3. Multiuser support via cookies<br />
4. Supports common mp3 players (iTunes, Winamp, etc..)<br />
5. Flash-based Web player (I didn&#8217;t make the swf file)<br />
6. Works with Smartphones such as the Treo 700p over EVDO</p>
<p>Check it out and feedback is welcome as long as they are constructive&#8230;</p>
<p><a id="p5" href="http://www.danlin.net/wp-content/uploads/2006/07/version_0-01.zip">Download the MP3 Streaming Server Script</a></p>
<p>Requirements: PHP 4, Apache 1.3, Flash Player (To use the Web-based player)<br />
Should work on all platforms. Tested on SuSE Linux 9.</p>
]]></content:encoded>
			<wfw:commentRss>http://danlin.net/2006/07/29/my-mp3-streaming-server-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

