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

<channel>
	<title>Jordan Riane Miskowicz</title>
	<atom:link href="http://jordanriane.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jordanriane.com</link>
	<description>CSS and XHTML Genius</description>
	<pubDate>Sat, 08 Nov 2008 20:01:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Jordan Riane</title>
		<link>http://jordanriane.com/jordan-riane/</link>
		<comments>http://jordanriane.com/jordan-riane/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 03:51:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Freelance]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[graphics]]></category>

		<category><![CDATA[portfolio]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://jordanriane.com/?p=24</guid>
		<description><![CDATA[<img src="http://jordanriane.com/wp-content/uploads/2008/jordanriane.png" alt="" title="jordanriane" class="alignnone size-full wp-image-15" />]]></description>
			<content:encoded><![CDATA[<h2>Sample Sourcecode</h2>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="php">	<span style="color: #66cc66;">&lt;</span>ul id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nav&quot;</span><span style="color: #66cc66;">&gt;</span>
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>is_home<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;home_on&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;home&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>a href<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('home'); ?&gt;&quot;</span><span style="color: #66cc66;">&gt;</span>Home<span style="color: #66cc66;">&lt;/</span>a<span style="color: #66cc66;">&gt;&lt;/</span>li<span style="color: #66cc66;">&gt;</span>
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>is_page<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'about'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;about_on&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;about&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>a href<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('url'); ?&gt;/about/&quot;</span><span style="color: #66cc66;">&gt;</span>About<span style="color: #66cc66;">&lt;/</span>a<span style="color: #66cc66;">&gt;&lt;/</span>li<span style="color: #66cc66;">&gt;</span>
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>is_page<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'resume'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;popular_on&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;popular&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>a href<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('url'); ?&gt;/resume/&quot;</span><span style="color: #66cc66;">&gt;</span>Popular<span style="color: #66cc66;">&lt;/</span>a<span style="color: #66cc66;">&gt;&lt;/</span>li<span style="color: #66cc66;">&gt;</span>
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>is_page<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'contact'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;archives_on&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;archives&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>a href<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('url'); ?&gt;/contact/&quot;</span><span style="color: #66cc66;">&gt;</span>Archives<span style="color: #66cc66;">&lt;/</span>a<span style="color: #66cc66;">&gt;&lt;/</span>li<span style="color: #66cc66;">&gt;</span>
	<span style="color: #66cc66;">&lt;/</span>ul<span style="color: #66cc66;">&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://jordanriane.com/jordan-riane/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vista Blue</title>
		<link>http://jordanriane.com/vista-blue/</link>
		<comments>http://jordanriane.com/vista-blue/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 02:33:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Freelance]]></category>

		<category><![CDATA[adsense]]></category>

		<category><![CDATA[blue]]></category>

		<category><![CDATA[css nav]]></category>

		<category><![CDATA[green]]></category>

		<guid isPermaLink="false">http://jordanriane.com/?p=21</guid>
		<description><![CDATA[<img src="http://jordanriane.com/wp-content/uploads/2008/vistablue.png" alt="" title="vistablog" class="alignnone size-full wp-image-15" />]]></description>
			<content:encoded><![CDATA[<h2>Sample Sourcecode</h2>

<div class="wp_syntax"><div class="code"><pre class="php"><span style="color: #66cc66;">&lt;</span>div id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;container&quot;</span><span style="color: #66cc66;">&gt;</span>
	<span style="color: #66cc66;">&lt;</span>div id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;left&quot;</span><span style="color: #66cc66;">&gt;</span>
		<span style="color: #66cc66;">&lt;</span>div id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;logo&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>h1<span style="color: #66cc66;">&gt;&lt;</span>a href<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php echo get_option('home'); ?&gt;/&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php bloginfo<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'name'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">;</span> ?<span style="color: #66cc66;">&gt;&lt;/</span>a<span style="color: #66cc66;">&gt;&lt;/</span>h1<span style="color: #66cc66;">&gt;&lt;/</span>div<span style="color: #66cc66;">&gt;</span>
		<span style="color: #66cc66;">&lt;</span>div id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;navigation&quot;</span><span style="color: #66cc66;">&gt;</span>
			<span style="color: #66cc66;">&lt;</span>ul id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nav&quot;</span><span style="color: #66cc66;">&gt;</span>
				<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>is_home<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;home_on&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;home&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>a href<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('home'); ?&gt;&quot;</span><span style="color: #66cc66;">&gt;</span>Home<span style="color: #66cc66;">&lt;/</span>a<span style="color: #66cc66;">&gt;&lt;/</span>li<span style="color: #66cc66;">&gt;</span>
				<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>is_page<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'about'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;about_on&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;about&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>a href<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('url'); ?&gt;/about/&quot;</span><span style="color: #66cc66;">&gt;</span>About<span style="color: #66cc66;">&lt;/</span>a<span style="color: #66cc66;">&gt;&lt;/</span>li<span style="color: #66cc66;">&gt;</span>
				<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>is_page<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'popular'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;popular_on&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;popular&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>a href<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('url'); ?&gt;/popular/&quot;</span><span style="color: #66cc66;">&gt;</span>Popular<span style="color: #66cc66;">&lt;/</span>a<span style="color: #66cc66;">&gt;&lt;/</span>li<span style="color: #66cc66;">&gt;</span>
				<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>is_page<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'archives'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;archives_on&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;archives&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>a href<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('url'); ?&gt;/archives/&quot;</span><span style="color: #66cc66;">&gt;</span>Archives<span style="color: #66cc66;">&lt;/</span>a<span style="color: #66cc66;">&gt;&lt;/</span>li<span style="color: #66cc66;">&gt;</span>
				<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>is_page<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'advertise'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;advertise_on&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;advertise&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #66cc66;">&#125;</span> ?<span style="color: #66cc66;">&gt;&lt;</span>a href<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('url'); ?&gt;/advertise/&quot;</span><span style="color: #66cc66;">&gt;</span>Advertise<span style="color: #66cc66;">&lt;/</span>a<span style="color: #66cc66;">&gt;&lt;/</span>li<span style="color: #66cc66;">&gt;</span>
				<span style="color: #66cc66;">&lt;</span>li id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;search&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php <span style="color: #b1b100;">include</span> <span style="color: #66cc66;">&#40;</span>TEMPLATEPATH <span style="color: #66cc66;">.</span> <span style="color: #ff0000;">'/searchform.php'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">;</span> ?<span style="color: #66cc66;">&gt;&lt;/</span>li<span style="color: #66cc66;">&gt;</span>
			<span style="color: #66cc66;">&lt;/</span>ul<span style="color: #66cc66;">&gt;</span>
		<span style="color: #66cc66;">&lt;/</span>div<span style="color: #66cc66;">&gt;</span>
		<span style="color: #66cc66;">&lt;</span>div id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sponsors&quot;</span><span style="color: #66cc66;">&gt;</span>
			<span style="color: #66cc66;">&lt;</span>div id<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;ad&quot;</span><span style="color: #66cc66;">&gt;&lt;</span>?php adsensem_ad<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'def'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">;</span> ?<span style="color: #66cc66;">&gt;&lt;/</span>div<span style="color: #66cc66;">&gt;</span>
		<span style="color: #66cc66;">&lt;/</span>div<span style="color: #66cc66;">&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://jordanriane.com/vista-blue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MMO Hub</title>
		<link>http://jordanriane.com/mmo-hub/</link>
		<comments>http://jordanriane.com/mmo-hub/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 00:01:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Freelance]]></category>

		<category><![CDATA[integration]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[mmohub]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jordanriane.com/?p=19</guid>
		<description><![CDATA[<img src="http://jordanriane.com/wp-content/uploads/2008/mmohub.png" alt="" title="holdfire" class="alignnone size-full wp-image-15" />]]></description>
			<content:encoded><![CDATA[<h2>Sample Cascading Stylesheet</h2>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code"><pre class="css">	ul<span style="color: #cc00cc;">#navigation</span> li <span style="color: #66cc66;">&#123;</span> 
			<span style="color: #000000; font-weight: bold;">display</span><span style="color: #66cc66;">:</span> <span style="color: #993333;">block</span><span style="color: #66cc66;">;</span> <span style="color: #000000; font-weight: bold;">float</span><span style="color: #66cc66;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #66cc66;">;</span> 
			<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #66cc66;">:</span> <span style="color: #933;">0</span><span style="color: #66cc66;">;</span> 
			<span style="color: #66cc66;">&#125;</span>
        ul<span style="color: #cc00cc;">#navigation</span> li a <span style="color: #66cc66;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span><span style="color: #66cc66;">:</span> <span style="color: #993333;">block</span><span style="color: #66cc66;">;</span> <span style="color: #000000; font-weight: bold;">float</span><span style="color: #66cc66;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #66cc66;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #66cc66;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #66cc66;">;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #66cc66;">:</span> <span style="color: #993333;">none</span><span style="color: #66cc66;">;</span>
			<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #66cc66;">:</span> <span style="color: #993333;">bold</span><span style="color: #66cc66;">;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #66cc66;">:</span> <span style="color: #933;">5px</span> <span style="color: #933;">10px</span><span style="color: #66cc66;">;</span>
			<span style="color: #000000; font-weight: bold;">height</span><span style="color: #66cc66;">:</span> <span style="color: #933;">20px</span><span style="color: #66cc66;">;</span> <span style="color: #000000; font-weight: bold;">border-right</span><span style="color: #66cc66;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#06338b</span><span style="color: #66cc66;">;</span>
			<span style="color: #000000; font-weight: bold;">border-left</span><span style="color: #66cc66;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#3472bb</span><span style="color: #66cc66;">;</span>
			<span style="color: #66cc66;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://jordanriane.com/mmo-hub/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MyWHMCS</title>
		<link>http://jordanriane.com/mywhmcs/</link>
		<comments>http://jordanriane.com/mywhmcs/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 18:46:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Freelance]]></category>

		<category><![CDATA[billing]]></category>

		<category><![CDATA[dropdown]]></category>

		<category><![CDATA[two column]]></category>

		<category><![CDATA[whmcs]]></category>

		<guid isPermaLink="false">http://jordanriane.com/?p=13</guid>
		<description><![CDATA[<img src="http://jordanriane.com/wp-content/uploads/2008/mywhmcs.png" alt="" title="my-whmcs-client-are" class="alignnone size-full wp-image-14" />]]></description>
			<content:encoded><![CDATA[<h2>Sample Sourcecode</h2>

<div class="wp_syntax"><div class="code"><pre class="php">	<span style="color: #66cc66;">&#123;</span><span style="color: #b1b100;">foreach</span> <span style="color: #000066;">key</span><span style="color: #66cc66;">=</span>num item<span style="color: #66cc66;">=</span>upgrade from<span style="color: #66cc66;">=</span><span style="color: #ff0000">$upgrades</span><span style="color: #66cc66;">&#125;</span>
       <span style="color: #66cc66;">&#123;</span><span style="color: #b1b100;">if</span> <span style="color: #ff0000">$type</span> eq <span style="color: #ff0000;">&quot;package&quot;</span><span style="color: #66cc66;">&#125;</span>
	<span style="color: #66cc66;">&lt;</span>tr<span style="color: #66cc66;">&gt;</span>
             <span style="color: #66cc66;">&lt;</span>td<span style="color: #66cc66;">&gt;&lt;</span>input type<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;hidden&quot;</span> name<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;pid&quot;</span> value<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;{$upgrade.newproductid}&quot;</span> <span style="color: #66cc66;">/&gt;</span>
		<span style="color: #66cc66;">&lt;</span>input type<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;hidden&quot;</span> name<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;billingcycle&quot;</span> value<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;{$upgrade.newproductbillingcycle}&quot;</span> <span style="color: #66cc66;">/&gt;</span>
		<span style="color: #66cc66;">&#123;</span><span style="color: #ff0000">$upgrade</span><span style="color: #66cc66;">.</span>oldproductname<span style="color: #66cc66;">&#125;</span> <span style="color: #66cc66;">=&gt;</span> <span style="color: #66cc66;">&#123;</span><span style="color: #ff0000">$upgrade</span><span style="color: #66cc66;">.</span>newproductname<span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&lt;/</span>td<span style="color: #66cc66;">&gt;</span>
		<span style="color: #66cc66;">&lt;</span>td<span style="color: #66cc66;">&gt;</span><span style="color: #66cc66;">&#123;</span><span style="color: #ff0000">$currencysymbol</span><span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#123;</span><span style="color: #ff0000">$upgrade</span><span style="color: #66cc66;">.</span>price<span style="color: #66cc66;">&#125;</span> <span style="color: #66cc66;">&#123;</span><span style="color: #ff0000">$currency</span><span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&lt;/</span>td<span style="color: #66cc66;">&gt;</span>
       <span style="color: #66cc66;">&lt;/</span>tr<span style="color: #66cc66;">&gt;</span>
	<span style="color: #66cc66;">&#123;</span><span style="color: #b1b100;">elseif</span> <span style="color: #ff0000">$type</span> eq <span style="color: #ff0000;">&quot;configoptions&quot;</span><span style="color: #66cc66;">&#125;</span>
	<span style="color: #66cc66;">&lt;</span>tr<span style="color: #66cc66;">&gt;</span>
           <span style="color: #66cc66;">&lt;</span>td<span style="color: #66cc66;">&gt;&lt;</span>input type<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;hidden&quot;</span> name<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;configoption[{$upgrade.configid}]&quot;</span> value<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;{$upgrade.newid}&quot;</span> <span style="color: #66cc66;">/&gt;</span>
		<span style="color: #66cc66;">&#123;</span><span style="color: #ff0000">$upgrade</span><span style="color: #66cc66;">.</span>configname<span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">:</span> <span style="color: #66cc66;">&#123;</span><span style="color: #ff0000">$upgrade</span><span style="color: #66cc66;">.</span>originalvalue<span style="color: #66cc66;">&#125;</span> <span style="color: #66cc66;">=&gt;</span> <span style="color: #66cc66;">&#123;</span><span style="color: #ff0000">$upgrade</span><span style="color: #66cc66;">.</span>newvalue<span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&lt;/</span>td<span style="color: #66cc66;">&gt;</span>
		<span style="color: #66cc66;">&lt;</span>td<span style="color: #66cc66;">&gt;</span><span style="color: #66cc66;">&#123;</span><span style="color: #ff0000">$currencysymbol</span><span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#123;</span><span style="color: #ff0000">$upgrade</span><span style="color: #66cc66;">.</span>price<span style="color: #66cc66;">&#125;</span> <span style="color: #66cc66;">&#123;</span><span style="color: #ff0000">$currency</span><span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&lt;/</span>td<span style="color: #66cc66;">&gt;</span>
	<span style="color: #66cc66;">&lt;/</span>tr<span style="color: #66cc66;">&gt;</span>
	<span style="color: #66cc66;">&#123;</span><span style="color: #66cc66;">/</span><span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#125;</span>
	<span style="color: #66cc66;">&#123;</span><span style="color: #66cc66;">/</span><span style="color: #b1b100;">foreach</span><span style="color: #66cc66;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://jordanriane.com/mywhmcs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Atourworst</title>
		<link>http://jordanriane.com/atourworst/</link>
		<comments>http://jordanriane.com/atourworst/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 18:32:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Freelance]]></category>

		<category><![CDATA[aqua]]></category>

		<category><![CDATA[fixed]]></category>

		<category><![CDATA[logo]]></category>

		<category><![CDATA[two column]]></category>

		<category><![CDATA[white]]></category>

		<guid isPermaLink="false">http://jordanriane.com/?p=8</guid>
		<description><![CDATA[<img src="http://jordanriane.com/wp-content/uploads/2008/atourworst.png" alt="" title="atourworstorg" class="alignnone size-full wp-image-9" />]]></description>
			<content:encoded><![CDATA[<h3>Sample Sourcecode</h3>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</pre></td><td class="code"><pre>&lt;div id=&quot;wrap&quot;&gt;
&lt;div id=&quot;header-photo&quot;&gt;	
		&lt;h1 id=&quot;logo-text&quot;&gt;&lt;a href=&quot;/&quot;&gt;atourworst.org&lt;/a&gt;&lt;/h1&gt;		
		&lt;h2 id=&quot;slogan&quot;&gt;&lt;/h2&gt;	
		&lt;/div&gt;			
	&lt;div  id=&quot;nav&quot;&gt;
		&lt;ul&gt;
			&lt;li id='current'&gt;&lt;a href=&quot;/&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;/about/&quot; title=&quot;About&quot;&gt;About&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;/domain/&quot; title=&quot;Domain&quot;&gt;Domain&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=/links/&quot; title=&quot;Links&quot;&gt;Links&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;/downloads/&quot; title=&quot;Downloads&quot;&gt;Downloads&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;/contact/&quot; title=&quot;Contact&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;/archives/&quot; title=&quot;Archives&quot;&gt;Archives&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://jordanriane.com/atourworst/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Holdfire Network</title>
		<link>http://jordanriane.com/holdfire/</link>
		<comments>http://jordanriane.com/holdfire/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 17:34:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Freelance]]></category>

		<category><![CDATA[blue]]></category>

		<category><![CDATA[business]]></category>

		<category><![CDATA[fixed]]></category>

		<category><![CDATA[fluid]]></category>

		<guid isPermaLink="false">http://jordanriane.com/?p=5</guid>
		<description><![CDATA[<img src="http://jordanriane.com/wp-content/uploads/2008/holdfire.png" alt="" title="holdfire" class="alignnone size-full wp-image-15" />]]></description>
			<content:encoded><![CDATA[<h3>Sample Source Code</h3>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</pre></td><td class="code"><pre>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; dir=&quot;ltr&quot;&gt;
&lt;head profile=&quot;http://gmpg.org/xfn/11&quot;&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
&lt;title&gt;Holdfire Network   &amp;raquo; Welcome to Holdfire Network&lt;/title&gt;
&lt;meta name=&quot;robots&quot; content=&quot;follow, all&quot; /&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;holdfire network, holdfire.net, shared, reseller, cpanel&quot; /&gt;
&lt;meta name=&quot;description&quot; content=&quot;cPanel based shared and reseller hosting&quot; /&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;Holdfire Network RSS Feed&quot; href=&quot;/feed/&quot; /&gt;
&lt;link rel=&quot;pingback&quot; href=&quot;xmlrpc.php&quot; /&gt;
&lt;script src=&quot;/mint/?js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://include.reinvigorate.net/re_.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;re_(&quot;6z848-74qeq6d464&quot;);&lt;/script&gt;
&lt;link rel=&quot;EditURI&quot; type=&quot;application/rsd+xml&quot; title=&quot;RSD&quot; href=&quot;xmlrpc.php?rsd&quot; /&gt;
&lt;link rel=&quot;wlwmanifest&quot; type=&quot;application/wlwmanifest+xml&quot; href=&quot;wlwmanifest.xml&quot; /&gt; &lt;/head&gt;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://jordanriane.com/holdfire/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
