<?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>Studio Lounge &#124; Adam Patterson &#187; Wordpress</title>
	<atom:link href="http://www.studiolounge.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studiolounge.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 18 Jun 2010 16:09:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>New in WordPress 2.9: Post Thumbnails!</title>
		<link>http://www.studiolounge.net/2010/01/02/new-in-wordpress-2-9-post-thumbnails/</link>
		<comments>http://www.studiolounge.net/2010/01/02/new-in-wordpress-2-9-post-thumbnails/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 20:41:09 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2.9]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Thumbnail]]></category>

		<guid isPermaLink="false">http://www.studiolounge.net/?p=2171</guid>
		<description><![CDATA[<p>With the latest update to WordPress 2.9 you now have access to a few new functions to handle thumbnails for blog posts.</p>
<p>I will keep this quick as it is a simple process.</p>
<p>You will need to let wordpress know that your theme supports thumbnails. For this we need to open <code>functions.php</code> and declare thumbnail support. For this we add the following line of code.</p>
<pre class="brush: php;">
add_theme_support( 'post-thumbnails' );
</pre>
<p>We will need to set the thumbnail dimensions now.</p>
<pre class="brush: php;">
set_post_thumbnail_size( 80, 80);
</pre>
<p>It should be noted that this method of resizing will produce an&#8230;</p>]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2010/01/02/new-in-wordpress-2-9-post-thumbnails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beef with WordPress Stat Pluins.</title>
		<link>http://www.studiolounge.net/2008/12/02/beef-with-wordpress-stat-pluins/</link>
		<comments>http://www.studiolounge.net/2008/12/02/beef-with-wordpress-stat-pluins/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 05:30:08 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Beff]]></category>
		<category><![CDATA[Stats]]></category>

		<guid isPermaLink="false">http://www.studiolounge.net/?p=852</guid>
		<description><![CDATA[<p>I&#8217;m always interested in know were were my visitors are coming from and how they got here. I have tried many Stat options. <a href="http://wordpress.org/extend/plugins/stats/">WordPress.com Stats</a>, <a href="http://firestats.cc/">Fire Stats</a>, and Live Stats.  What you might not think of is the load on your Database. One visit might be minute but depending how how the Stats are set up to record the meta data you could be storing a couple kilobytes per visit.</p>
<p>Whats a couple KB you say? well if you take your IP address, the date, the page you landed on, the page you came from, and ID# and&#8230;</p>]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2008/12/02/beef-with-wordpress-stat-pluins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And I&#8217;m A Mac</title>
		<link>http://www.studiolounge.net/2008/09/30/and-im-a-mac/</link>
		<comments>http://www.studiolounge.net/2008/09/30/and-im-a-mac/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 17:53:22 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.studiolounge.net/2008/09/30/and-im-a-mac</guid>
		<description><![CDATA[<p><a href="http://andimamac.com/"><img src="http://www.studiolounge.net/wp-content/uploads/2008/09/apple2-150x150.png" alt="" title="apple2" width="150" class="left" /></a> A few days ago i found <a href="http://www.andimapc.com">andimapc.com</a> and made my <a href="http://andimamac.com/">own version</a>.  It follows the format saying then catch phrase.  Another example is <a href="http://kottke.org/when-obama-wins/">When Obama Wins</a>.  I spent a little over 2 hours creating the site, another 30 min changing the design to be less like <a href="http://www.andimapc.com">andimapc.com</a>, and then a few hours creating a moderation system for it due to abusers.</p>
<p>Go have a <a href="http://andimamac.com/">look</a>.</p>
]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2008/09/30/and-im-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Admin Comment Highlighting for WordPress</title>
		<link>http://www.studiolounge.net/2008/04/02/the-real-admin-highlight-for-wordpress/</link>
		<comments>http://www.studiolounge.net/2008/04/02/the-real-admin-highlight-for-wordpress/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 16:45:34 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Light]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Public]]></category>
		<category><![CDATA[US]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.studiolounge.net/?p=551</guid>
		<description><![CDATA[<p>I tried a few examples from the internet and neither seamed to work properly so i adapted the two that i found.</p>
<p><strong>First things first:</strong><br />
Open your comments.php file and look for a line like this.</p>
<pre class="brush: php;">
&#60;li class=&#34;&#60;?php echo $oddcomment; ?&#62;&#34; id=&#34;comment-&#60; ?php comment_ID() ?&#62;&#34;&#62;
&#60;/li&#62;</pre>
<p><span id="more-551"></span><br />
<strong>Second:</strong><br />
Simply past the following code replacing the PHP &#8220;< ?php echo $oddcomment; ?>&#8220;. Replace my@mail.com with your email that your wordpress admin account uses.</p>
<div class="note">Note: This email address will not be viewable by the public as it is parsed in the php, it will not be displayed.</div>
<pre<p>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2008/04/02/the-real-admin-highlight-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 = All Good</title>
		<link>http://www.studiolounge.net/2008/03/30/wordpress-25-all-good/</link>
		<comments>http://www.studiolounge.net/2008/03/30/wordpress-25-all-good/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 16:07:37 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[Camera]]></category>
		<category><![CDATA[Change]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Day]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free time]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Morning]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Please]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[studiolounge]]></category>
		<category><![CDATA[tent]]></category>
		<category><![CDATA[US]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.studiolounge.net/?p=542</guid>
		<description><![CDATA[<p><a href="http://wordpress.org/download/"><img src='http://www.studiolounge.net/wp-content/uploads/2008/03/logo-150x150.png' alt='Wordpress' class="left"/></a> This morning i installed the new WordPress 2.5 and it went without a hitch.  Something mush have changed between yesterday and today.</p>
<p>Now i can enjoy the change in scenery.  Speaking of scenery, i got my camera back, seams to be in fine working order. I need to get some free time to over the photos that have been sitting in there folders for the past few months.</p>
<p>Also check out <a href="http://www.thewonderingphotographer.com/">http://www.thewonderingphotographer.com/</a> were i have about 25 images posted, and there is a new one every day.  Please comment and rate the photos!  Its more for show and&#8230;</p>]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2008/03/30/wordpress-25-all-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 RC2 = Not Cool!</title>
		<link>http://www.studiolounge.net/2008/03/28/wordpress-25-rc-not-cool/</link>
		<comments>http://www.studiolounge.net/2008/03/28/wordpress-25-rc-not-cool/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 15:51:07 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[2.5 RC]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[Morning]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[Not Cool]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[studiolounge]]></category>
		<category><![CDATA[tent]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://www.studiolounge.net/2008/03/28/wordpress-25-rc-not-cool</guid>
		<description><![CDATA[<p><img src='http://www.studiolounge.net/wp-content/uploads/2008/03/logo-150x150.png' alt='Wordpress' class="left"/>This morning i installed the new WordPress 2.5 RC after testing it on my dev install with out any issues.  This was not the case when i decided to upgrade Studio Lounge. I got a fetal error from a taxonomy.php file and every thing broke, the front end as well as the back end, i was forced to revert back to WordPress 2.3.3.  I have logged the error and have no idea why it happened, i only how the issue is fixed by the time it is released.</p>
]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2008/03/28/wordpress-25-rc-not-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate Tag Warrior</title>
		<link>http://www.studiolounge.net/2007/10/05/ultimate-tag-warrior/</link>
		<comments>http://www.studiolounge.net/2007/10/05/ultimate-tag-warrior/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 22:23:48 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[studiolounge]]></category>
		<category><![CDATA[tent]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[US]]></category>
		<category><![CDATA[War]]></category>

		<guid isPermaLink="false">http://www.studiolounge.net/2007/10/05/ultimate-tag-warrior</guid>
		<description><![CDATA[<p><a href='http://www.studiolounge.net/2007/10/05/ultimate-tag-warrior/' title='wordpress'><img src='http://www.studiolounge.net/wp-content/uploads/2007/10/wordpress-150x150.png' alt='wordpress' class="left"/></a>Ultimate Tag Warrior seams to break <a href="http://wordpress.org/" target="_blank">WordPress 2.3</a> so the tagcloud is more of a drizzle until its updated.</p>
<p>I am using the new internal WordPress Cloud at the moment and it lacks the auto generation that i like, but it seams to be doing the job.</p>
]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2007/10/05/ultimate-tag-warrior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress wp_list_pages Hack</title>
		<link>http://www.studiolounge.net/2007/07/11/wordpress-wp_list_pages-hack/</link>
		<comments>http://www.studiolounge.net/2007/07/11/wordpress-wp_list_pages-hack/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 21:29:24 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Natural]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.studiolounge.net/2007/07/11/wordpress-wp_list_pages-hack/</guid>
		<description><![CDATA[<p>I&#8217;m working on a template that was designed to have Tabs and I really didn&#8217;t think to much of it, I naturally assumed that it would be possible to add a &#60;span ? tag around the title in the site navigation. Um yea not true. After a bit of searching I found a line in the classes.php in the wp-includes folder that looks like this (around line 517 in version 2.2):</p>
<pre class="brush: php;">
$output .= $indent . '&#60;li class=&#34;' . $css_class . '&#34;&#62;&#60;a href=&#34;' . get_page_link($page-&#62;ID) . '&#34; title=&#34;' . attribute_escape(apply_filters('the_title', $page-&#62;post_title)) . '&#34;&#62;' . apply_filters('the_title', $page-&#62;post_title) . '&#60;/a&#62;';</pre><p>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2007/07/11/wordpress-wp_list_pages-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp-admin Drop Menu</title>
		<link>http://www.studiolounge.net/2007/01/29/wp-admin-drop-menu/</link>
		<comments>http://www.studiolounge.net/2007/01/29/wp-admin-drop-menu/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 07:08:23 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Fast]]></category>
		<category><![CDATA[Full]]></category>
		<category><![CDATA[JPG]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Please]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[studiolounge]]></category>
		<category><![CDATA[tent]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[US]]></category>
		<category><![CDATA[War]]></category>

		<guid isPermaLink="false">http://www.studiolounge.net/2007/01/29/wp-admin-drop-menu/</guid>
		<description><![CDATA[<p><a href="http://www.studiolounge.net/2007/01/29/wp-admin-drop-menu/wp-admin-drop-menu/" rel="attachment wp-att-222" title="admin drop menu"><img src="http://www.studiolounge.net/wp-content/uploads/2007/01/id34002-130x150.jpg" alt="wp-admin drop menu" class="left" border="0" /></a>This plug in deserves a mention, i tried a drop down plug in a few months ago and was not please with it. it was full of bugs and i promply removed it. but i actually found this one by mistake while looking for a download manager.  This one is called &#8220;<a href="http://www.yellowswordfish.com/index.php?pagename=admin-drop-menus-wordpress-plugin" target="_blank">Admin Drop Menus Version 2.0.5</a>&#8221; by <a href="http://www.yellowswordfish.com" title="Yellow Swardfish" target="_blank">Yellow Swordfish</a>.  There plug in is stylish and fast and supports the latest version of word press currently <a href="http://wordpress.org/download/" target="_blank">2.1</a></p>
]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2007/01/29/wp-admin-drop-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Switch with a cookie</title>
		<link>http://www.studiolounge.net/2007/01/06/php-switch/</link>
		<comments>http://www.studiolounge.net/2007/01/06/php-switch/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 21:22:30 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.studiolounge.net/2007/01/06/php-switch/</guid>
		<description><![CDATA[<p>The Php Switch is a neat little script. it can be used for a lot of different things. but today we will create a script that will let a user change what style sheet they want and the script will create a cookie to remember the users input.</p>
<p>we can start off by making a few different style sheets. All i did is changed the background colour, you could change whatever you want with these files.</p>
<p><span id="more-202"></span></p>
<p><strong>step 1</strong>: the css</p>
<pre class="brush: css;">
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0066CC;
}

a:link, a:active, a:visited {
	font-size: 10px;
	color:</pre><p>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2007/01/06/php-switch/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Plugins on my site</title>
		<link>http://www.studiolounge.net/2006/11/15/plugins-on-my-site/</link>
		<comments>http://www.studiolounge.net/2006/11/15/plugins-on-my-site/#comments</comments>
		<pubDate>Wed, 15 Nov 2006 16:11:02 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Day]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[EOS]]></category>
		<category><![CDATA[Fast]]></category>
		<category><![CDATA[Format]]></category>
		<category><![CDATA[Full]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Gallery2]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IA]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Light]]></category>
		<category><![CDATA[Lost]]></category>
		<category><![CDATA[Mad]]></category>
		<category><![CDATA[Make]]></category>
		<category><![CDATA[Modification]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Public]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[studiolounge]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[Tea]]></category>
		<category><![CDATA[tent]]></category>
		<category><![CDATA[US]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[War]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.studiolounge.net/2006/11/15/plugins-on-my-site/</guid>
		<description><![CDATA[<p><img id="image159" src="http://www.studiolounge.net/wp-content/uploads/2006/11/plugins-150x111.png" alt="plugins" class="left" />WordPress out of the box is a great tool but thanks to these plugins and the people that made them it can be just a little bit better! it took a lot of searching and countless tries of other versions of most of these plugins but i pretty much have them nailed down now. so i feel it is my responsibility to share my findings with the public. </p>
<p>anything else you notice that seams different on my site may be a modification and if i can help you out jsut leave a comment and ill see what i can&#8230;</p>]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2006/11/15/plugins-on-my-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Horizontal Navigation</title>
		<link>http://www.studiolounge.net/2006/10/29/horazontal-navigation/</link>
		<comments>http://www.studiolounge.net/2006/10/29/horazontal-navigation/#comments</comments>
		<pubDate>Sun, 29 Oct 2006 00:06:13 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[500]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Make]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[studiolounge]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[US]]></category>

		<guid isPermaLink="false">http://www.studiolounge.net/2006/10/29/horazontal-navigation/</guid>
		<description><![CDATA[<p>Horizontal navigation is huge on the internet and the easiest way to do it is with a little bit of CSS. The first step is to make your navigation list:</p>
<p><span id="more-139"></span></p>
<pre class="brush: xml;">
&#60;div id=&#34;navigation&#34;&#62;
&#60;ul id=&#34;navlist&#34;&#62;
&#60;li&#62;&#60;a title=&#34;Home&#34; href=&#34;step-1.php&#34;&#62;Home&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a title=&#34;Link1&#34; href=&#34;step-1.php?title=link1&#34;&#62;Link1&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a title=&#34;Link2&#34; href=&#34;step-1.php?title=link2&#34;&#62;Link2&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a title=&#34;Link3&#34; href=&#34;step-1.php?title=link3&#34;&#62;Link3&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;/div&#62;
</pre>
<blockquote><p>
Example (<a title="Step 1" target="_blank" href="http://www.studiolounge.net/files/h-nav/step-1.php">step1</a>)
</p>
</blockquote>
<pre class="brush: css;">
/*       Navigation      */

#navigation {
height: 20px;
font-size: 12px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 10px;
width: 500px;
float: left;
background-color: #333333;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;}#navlist {
margin: 0;
padding:</pre><p>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2006/10/29/horazontal-navigation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PHP if Statement</title>
		<link>http://www.studiolounge.net/2006/10/28/if-statement/</link>
		<comments>http://www.studiolounge.net/2006/10/28/if-statement/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 07:53:51 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.studiolounge.net/2006/10/28/if-statement/</guid>
		<description><![CDATA[<p>A lot can be done with a basic if statement, this is why it is so important to programmers.  its boils down to basic logic. &#8220;if something is true then do it., if not do something else.&#8221;</p>
<p>here is a quick example:</p>
<pre class="brush: php;">
$name = &#34;Adam&#34;;
if ( $name == &#34;Adam&#34; ) {
echo &#34;Hello Adam!&#34;; }
echo &#34;Welcome to my homepage!&#34;;
</pre>
<p><span id="more-136"></span>This is what would display:</p>
<blockquote><p><span>Hello Adam!<br />
Welcome to my homepage!</span></p></blockquote>
<p>If we had a statement that was equal to false then we would see this:</p>
<pre class="brush: php;">
$name = &#34;Bob&#34;;
if (</pre><p>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2006/10/28/if-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Theme</title>
		<link>http://www.studiolounge.net/2006/02/27/wordpress-theme/</link>
		<comments>http://www.studiolounge.net/2006/02/27/wordpress-theme/#comments</comments>
		<pubDate>Mon, 27 Feb 2006 15:39:37 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Make]]></category>
		<category><![CDATA[patterson]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Select]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[studiolounge]]></category>
		<category><![CDATA[tent]]></category>
		<category><![CDATA[US]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://studiolounge.net/2006/02/27/wordpress-theme/</guid>
		<description><![CDATA[<p>A lot of people for the first time opening up WordPress can be over come by all of the stuff that there is to a theme. I like many others, one tip I can offer is to open up your <em>header.php footer.php </em>and<em> sidebar.php</em> and insert a php comment or an html comments, making sure not to put and html comment at the top of the header page, it will cause your problems later on down the road.</p>
<p><span id="more-82"></span></p>
<p>what i then do after that is viewthe source code in my visually un altered WordPress theme. open up your favorite&#8230;</p>]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2006/02/27/wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Lister</title>
		<link>http://www.studiolounge.net/2005/12/09/php-lister/</link>
		<comments>http://www.studiolounge.net/2005/12/09/php-lister/#comments</comments>
		<pubDate>Fri, 09 Dec 2005 15:05:44 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IA]]></category>
		<category><![CDATA[Make]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Public]]></category>
		<category><![CDATA[Remember]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[studiolounge]]></category>
		<category><![CDATA[tent]]></category>
		<category><![CDATA[US]]></category>

		<guid isPermaLink="false">http://studiolounge.net/news/2005/12/09/php-lister/</guid>
		<description><![CDATA[<p>Let’s create a file lister that will go perfect with an upload script that will come later on. First well make a variable (<strong>$maindir</strong>) this is the location on your web server you want to list.</p>
<p>Now we us another variable (<strong>$mydir</strong>) and give it a opendir handle, now opendir is to be used with closdir as well, so remember this.</p>
<p>We also don’t want to show all the files, so we create another variable (<strong>$exlude</strong>) we make it an array and put in things like the name of the file or anyfile you dont want listed, in this example&#8230;</p>]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2005/12/09/php-lister/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Redirect</title>
		<link>http://www.studiolounge.net/2005/12/09/php-redirect/</link>
		<comments>http://www.studiolounge.net/2005/12/09/php-redirect/#comments</comments>
		<pubDate>Fri, 09 Dec 2005 15:04:07 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Format]]></category>
		<category><![CDATA[nForm]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[RAW]]></category>

		<guid isPermaLink="false">http://studiolounge.net/news/2005/12/09/php-redirect/</guid>
		<description><![CDATA[<p>This is really quite basic so there isn’t much to explain the header sends a raw HTTP header to the browser, the out come with this is a redirect.</p>
<pre class="brush: php;">&#60; ?php header(&#34;Location: http://www.domain.com&#34;); ?&#62;</pre>
<p>For more information on the header function see php.net.</p>
]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2005/12/09/php-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Case statement</title>
		<link>http://www.studiolounge.net/2005/12/08/php-case-statement/</link>
		<comments>http://www.studiolounge.net/2005/12/08/php-case-statement/#comments</comments>
		<pubDate>Thu, 08 Dec 2005 15:03:04 +0000</pubDate>
		<dc:creator>Adam Patterson</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[Change]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Cut]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Format]]></category>
		<category><![CDATA[IA]]></category>
		<category><![CDATA[Jam]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Remember]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Speed]]></category>
		<category><![CDATA[studiolounge]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[tent]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[US]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://studiolounge.net/news/2005/12/08/php-case-statement/</guid>
		<description><![CDATA[<p>First I have to explain a bit of how this works. We use what’s called a URL query string, You have probably scene something like this <strong>&#8220;index.php?name=test&#8221;</strong> Were it says name is referring to the case statement. In any other example, if u were to put hello $name and use the URL file.php?name=James then the out put would be “hello James&#8221;?.</p>
<p>So in this case name will be the case you wish to communicate with and the page you wish to view is tutorials thus we use index.php?name=tutorials, in my case I use 2 one for content and one for&#8230;</p>]]></description>
		<wfw:commentRss>http://www.studiolounge.net/2005/12/08/php-case-statement/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
