<?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/"
	>

<channel>
	<title>UtomBox &#187; php</title>
	<atom:link href="http://utombox.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://utombox.com</link>
	<description>Give me the simple life!</description>
	<lastBuildDate>Mon, 09 Aug 2010 03:47:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Share a little code</title>
		<link>http://utombox.com/share-a-little-code/</link>
		<comments>http://utombox.com/share-a-little-code/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 12:48:02 +0000</pubDate>
		<dc:creator>utom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[get_list_pages()]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://utombox.com/?p=172</guid>
		<description><![CDATA[My friend asked me a question long before, how can use sliding doors CSS for list pages? I told him, use function wp_list_pages(). I later found that can&#8217;t do it. I&#8217;ve written a litter function code to support it. How to use? Download source code get_list_pages.zip; copy code content in your theme functions.php; Add anywhere: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://utombox.com/wp-content/uploads/2008/10/get_list_pages.php"></a><span class="word">My friend asked me a question long before</span>, how can use sliding doors CSS for list pages? I told him, use function <a href="http://codex.wordpress.org/Template_Tags/wp_list_pages">wp_list_pages()</a>. I later found that can&#8217;t do it.</p>
<p>I&#8217;ve written a litter function code to support it.</p>
<p><strong>How to use?</strong></p>
<ol>
<li>Download source code <a href="http://utombox.com/wp-content/uploads/2008/10/get_list_pages.zip">get_list_pages.zip</a>;</li>
<li>copy code content in your theme <em>functions.php</em>;</li>
<li>Add anywhere:</li>
</ol>
<blockquote><p><code>&lt;ul&gt;<br />
&lt;?php get_list_pages(); ?&gt;<br />
&lt;/ul&gt;</code></p></blockquote>
<p><strong>Advanced</strong></p>
<ol>
<li><code>$index_title</code> &#8211; index title</li>
<li><code>$format</code> &#8211; show display format</li>
<li><code>$currentCSS</code> &#8211; current class name</li>
</ol>
<blockquote><p><code>get_list_pages('Home', '&lt;li{current}&gt;&lt;a href="{link}"&gt;&lt;span&gt;{name}&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;', 'current_page_item');</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://utombox.com/share-a-little-code/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>DirectAdmin API</title>
		<link>http://utombox.com/directadmin-api/</link>
		<comments>http://utombox.com/directadmin-api/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 08:25:54 +0000</pubDate>
		<dc:creator>utom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Directadmin]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://utombox.com/directadmin-api/</guid>
		<description><![CDATA[UDAUI(UTOM&#8217;s DirectAdmin User Interface) is a control panel designed for DirectAdmin, the purpose is supplying the best experiences and more convience for the DirectAdmin users. Now, what you see just is a semi-finished articles with a part of functions, I will release an alpha stage product before I begin my new year scedule. Believe it, [...]]]></description>
			<content:encoded><![CDATA[<p>UDAUI(UTOM&#8217;s DirectAdmin User Interface) is a control panel designed for DirectAdmin, the purpose is supplying the best experiences and more convience for the DirectAdmin users.</p>
<p>Now, what you see just is a semi-finished articles with a part of functions, I will release an alpha stage product before I begin my new year scedule.</p>
<p>Believe it, it will be the best!</p>
<p><a title="最初效果图" href="http://utombox.com/wp-content/uploads/2008/02/3a859e2939043a23e0017612de8b670e-1379.jpg">Image</a></p>
<p><span style="text-decoration: line-through;">Testing account:</span></p>
<blockquote><p><a href="http://directadmin-api.utombox.com/"><span style="text-decoration: line-through;">http://directadmin-api.utombox.com/</span></a></p>
<p><span style="text-decoration: line-through;">Host: apitest.utombox.com</span><br />
<span style="text-decoration: line-through;"> UserName: utom81</span><br />
<span style="text-decoration: line-through;"> PassWord: dddddd</span></p></blockquote>
<p><span style="text-decoration: line-through;">Language pack: </span><a href="http://directadmin-api.utombox.com/language/en-us/lang.phps"><span style="text-decoration: line-through;">http://directadmin-api.utombox.com/language/en-us/lang.phps</span></a></p>
<p>Thanks to <strong>Thestral</strong> for offering <a href="http://www.meyu.net/">Meyu</a> account for testing</p>
]]></content:encoded>
			<wfw:commentRss>http://utombox.com/directadmin-api/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>
