<?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>nDzynes &#124; Free and Custom WordPress Themes by Nathan Parikh</title>
	<atom:link href="http://ndzynes.com/feed" rel="self" type="application/rss+xml" />
	<link>http://ndzynes.com</link>
	<description>Home of web designer and coder Nathan Parikh</description>
	<pubDate>Fri, 04 Jul 2008 16:55:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Celebrating Freedom</title>
		<link>http://ndzynes.com/celebrating-freedom</link>
		<comments>http://ndzynes.com/celebrating-freedom#comments</comments>
		<pubDate>Fri, 04 Jul 2008 16:52:03 +0000</pubDate>
		<dc:creator>Nathan Parikh</dc:creator>
		
		<category><![CDATA[Holidays]]></category>

		<guid isPermaLink="false">http://ndzynes.com/?p=55</guid>
		<description><![CDATA[ I don&#8217;t have anything too special to write today. Hoping everyone has a great 4th of July. Take time to thank God for your freedom and celebrate America. Found this cool picture on Flickr and thought I&#8217;d share it here. Thanks auer1816 for the great photo.

]]></description>
			<content:encoded><![CDATA[<p><a href='http://flickr.com/photos/brianauer/445625077/'><img src="http://ndzynes.com/wp-content/uploads/2008/07/liberty.jpg" alt="" title="liberty" width="300" height="225" class="alignnone size-full wp-image-56" /></a> I don&#8217;t have anything too special to write today. Hoping everyone has a great 4th of July. Take time to thank God for your freedom and celebrate America. Found this cool picture on Flickr and thought I&#8217;d share it here. Thanks <a href='http://flickr.com/photos/brianauer/445625077/'>auer1816</a> for the great photo.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://ndzynes.com/celebrating-freedom/feed</wfw:commentRss>
		</item>
		<item>
		<title>Make a Featured Content Slider for Your Site</title>
		<link>http://ndzynes.com/make-a-featured-content-slider-for-your-site</link>
		<comments>http://ndzynes.com/make-a-featured-content-slider-for-your-site#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:47:15 +0000</pubDate>
		<dc:creator>Nathan Parikh</dc:creator>
		
		<category><![CDATA[flash]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://ndzynes.com/?p=52</guid>
		<description><![CDATA[If you surf the web for any length of time, you&#8217;ll eventually notice that a very popular and very useful tool that many websites use is a featured content slider. This is useful in a variety of ways. Churches like to use it to attractively display their upcoming events, businesses like to use it to [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://ndzynes.com/wp-content/uploads/2008/06/featured-content.jpg'><img src="http://ndzynes.com/wp-content/uploads/2008/06/featured-content-300x224.jpg" alt="Featured Content" title="featured-content" width="300" height="224" class="alignleft size-medium wp-image-54" /></a>If you surf the web for any length of time, you&#8217;ll eventually notice that a very popular and very useful tool that many websites use is a featured content slider. This is useful in a variety of ways. Churches like to use it to attractively display their upcoming events, businesses like to use it to showcase their latest products, bloggers can highlight their latest or most popular posts, and artists can showcase their latest work. There are just a lot of useful applications for this. Two &#8220;real-world&#8221; examples I quickly found were <a target="blank" href="http://www.gateway.com">Gateway&#8217;s website</a> and <a target="blank" href="http://amd.com">AMD&#8217;s website</a>.</p>
<p>Can&#8217;t wait? <a target="blank" href="http://ndzynes.com/demo/FeaturedContentSlider/FeaturedContentDemo.html">Here&#8217;s a preview</a> of what we&#8217;ll be making.</p>
<p>This tutorial is thorough, so it might seem long at first, but once you get it, you&#8217;ll see how easy it is. Don&#8217;t be scared of the code either, it&#8217;s mostly copy and paste.<br />
<span id="more-52"></span><br />
For this example, we&#8217;ll be using the popular <a target="blank" href="http://www.jeroenwijering.com/?item=JW_Image_Rotator">JW Image Rotator</a> which uses Flash. The player comes with built in controls, but they don&#8217;t look very good and if you have the controls turned on, then you also have to have the caption beneath the image&#8230;just not the best aesthetically.</p>
<p>Once you download the player, you&#8217;ll have to embed it in your page with some code. The easiest way to do this is to use the <a target="blank" href="http://www.jeroenwijering.com/?page=wizard&#038;example=51">Setup Wizard</a>. Make sure that you have the value &#8220;shownavigation&#8221; (found under Control Bar Appearance in the Setup Wizard) set to False. Under &#8220;External Communication&#8221;, set &#8220;enablejs&#8221; to True. Also, make sure that you use the swfobject code, not the embed code! Just click &#8220;get the swfobject code&#8221; at the bottom of the Setup Wizard Page.</p>
<p>Here&#8217;s a quick example of what your code should look like:</p>

<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 class="javascript"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span> src<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;http://www.jeroenwijering.com/embed/swfobject.js&quot;</span><span style="color: #339933;">&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;player&quot;</span><span style="color: #339933;">&gt;</span>This text will be replaced<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #003366; font-weight: bold;">var</span> so <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> SWFObject<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'http://www.jeroenwijering.com/embed/imagerotator.swf'</span><span style="color: #339933;">,</span><span style="color: #3366CC;">'mpl'</span><span style="color: #339933;">,</span><span style="color: #3366CC;">'400'</span><span style="color: #339933;">,</span><span style="color: #3366CC;">'240'</span><span style="color: #339933;">,</span><span style="color: #3366CC;">'8'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
so.<span style="color: #006600;">addParam</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'allowscriptaccess'</span><span style="color: #339933;">,</span><span style="color: #3366CC;">'always'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
so.<span style="color: #006600;">addParam</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'allowfullscreen'</span><span style="color: #339933;">,</span><span style="color: #3366CC;">'true'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
so.<span style="color: #006600;">addVariable</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'height'</span><span style="color: #339933;">,</span><span style="color: #3366CC;">'240'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
so.<span style="color: #006600;">addVariable</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'width'</span><span style="color: #339933;">,</span><span style="color: #3366CC;">'400'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
so.<span style="color: #006600;">addVariable</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'file'</span><span style="color: #339933;">,</span><span style="color: #3366CC;">'/upload/imagelist.xml'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
so.<span style="color: #006600;">addVariable</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'transition'</span><span style="color: #339933;">,</span><span style="color: #3366CC;">'fade'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
so.<span style="color: #006600;">addVariable</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'shownavigation'</span><span style="color: #339933;">,</span><span style="color: #3366CC;">'false'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
so.<span style="color: #006600;">addVariable</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'enablejs'</span><span style="color: #339933;">,</span><span style="color: #3366CC;">'true'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
so.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'player'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>Now that you have your slideshow finished, it&#8217;s time to give it some controls for your visitors.<br />
First, copy this code into your header before the ending head tag:</p>

<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
17
18
19
20
21
22
23
24
25
</pre></td><td class="code"><pre class="javascript"><span style="color: #339933;">&lt;</span>script language<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;javascript&quot;</span> type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span>
	<span style="color: #003366; font-weight: bold;">var</span> currentItem<span style="color: #339933;">;</span>
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> sendEvent<span style="color: #009900;">&#40;</span>swf<span style="color: #339933;">,</span>typ<span style="color: #339933;">,</span>prm<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> 
  thisMovie<span style="color: #009900;">&#40;</span>swf<span style="color: #009900;">&#41;</span>.<span style="color: #006600;">sendEvent</span><span style="color: #009900;">&#40;</span>typ<span style="color: #339933;">,</span>prm<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
&nbsp;
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> loadFile<span style="color: #009900;">&#40;</span>swf<span style="color: #339933;">,</span>obj<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> 
  thisMovie<span style="color: #009900;">&#40;</span>swf<span style="color: #009900;">&#41;</span>.<span style="color: #006600;">loadFile</span><span style="color: #009900;">&#40;</span>obj<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #003366; font-weight: bold;">function</span> getUpdate<span style="color: #009900;">&#40;</span>typ<span style="color: #339933;">,</span>pr1<span style="color: #339933;">,</span>pr2<span style="color: #339933;">,</span>pid<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>typ <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;item&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> currentItem <span style="color: #339933;">=</span> pr1<span style="color: #339933;">;</span> setTimeout<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;getItemData(currentItem)&quot;</span><span style="color: #339933;">,</span><span style="color: #CC0000;">100</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #003366; font-weight: bold;">function</span> thisMovie<span style="color: #009900;">&#40;</span>movieName<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	    <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>navigator.<span style="color: #006600;">appName</span>.<span style="color: #006600;">indexOf</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Microsoft&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!=</span> <span style="color: #CC0000;">-1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
			<span style="color: #000066; font-weight: bold;">return</span> window<span style="color: #009900;">&#91;</span>movieName<span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span> <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #009900;">&#123;</span>
			<span style="color: #000066; font-weight: bold;">return</span> document<span style="color: #009900;">&#91;</span>movieName<span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>	
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>Next, we have to set up the HTML for the controls. Copy and paste this code beneath the code you used to embed your image rotator:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre>&lt;div id=&quot;flash_nav&quot;&gt;
   &lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;javascript:sendEvent('mpl','playitem','0')<SEMI>&quot;&gt;1&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;javascript:sendEvent('mpl','playitem','1')<SEMI>&quot;&gt;2&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;javascript:sendEvent('mpl','playitem','2')<SEMI>&quot;&gt;3&lt;/a&gt;&lt;/li&gt;
   &lt;/ul&gt;
&lt;/div&gt;</pre></td></tr></table></div>

<p>Here&#8217;s what some of that code means:<br />
&#8216;mpl&#8217; is the ID of the flash player which MUST match the ID of the embed code (line 6 in the first example). You can change this to anything you want, just remember to change the ID in both the Image Rotator code AND in the navigation code.<br />
In my example I had 3 links. However, you can have as many as your playlist has. Just update the numbers accordingly.</p>
<p>With some CSS styling you can get your featured content slider looking just the way you want.</p>
<p><a target="blank" href="http://ndzynes.com/demo/FeaturedContentSlider/FeaturedContentDemo.html">My final result</a><br />
Download my example: <a href="http://ndzynes.com/download/FeaturedContentSlider.zip" title="Downloaded 613 times" >Featured Content Slider Demo (613)</a></p>
<p>This is not the only way to create this feature on your website, but I hope this method will be a help to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://ndzynes.com/make-a-featured-content-slider-for-your-site/feed</wfw:commentRss>
		</item>
		<item>
		<title>Get Firefox 3&#8230;Set a Record</title>
		<link>http://ndzynes.com/get-firefox-3set-a-record</link>
		<comments>http://ndzynes.com/get-firefox-3set-a-record#comments</comments>
		<pubDate>Tue, 17 Jun 2008 13:25:07 +0000</pubDate>
		<dc:creator>Nathan Parikh</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

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

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

		<guid isPermaLink="false">http://ndzynes.com/?p=46</guid>
		<description><![CDATA[
In case you haven&#8217;t heard, Firefox 3 is being released today. First of all, if you are still using Internet Explorer, stop! Firefox is safer, faster, and much more flexible. There are PLENTY of other reasons why Firefox is better than IE, but that&#8217;s not the point of this post. Because today is the release [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.spreadfirefox.com/en-US/worldrecord"><img class="alignleft" style="float: left;" title="Download Day 2008" src="http://www.spreadfirefox.com/sites/all/themes/spreadfirefox_RCS/images/download-day/buttons/en-US/dday_badge_fox.png" border="0" alt="Download Day 2008" /></a><br />
In case you haven&#8217;t heard, Firefox 3 is being released today. First of all, if you are still using Internet Explorer, stop! Firefox is safer, faster, and much more flexible. There are PLENTY of other reasons why Firefox is better than IE, but that&#8217;s not the point of this post. Because today is the release date for Firefox 3, the folks over at <a title="Spread Firefox" href="http://www.spreadfirefox.com" target="_blank">spreadfirefox.com</a> are trying to set a Guinness World Record for the most downloads in 24 hours. Set a record, get a  better browser. Downloads begin at 1:00 P.M. EST.</p>
<p>Happy surfing!</p>
<p><em>Edit</em>: I&#8217;ve been using Firefox 3 for a couple days now, and I must say I really like it! It also looks like Firefox made some kind of record with over 8 million downloads!</p>
]]></content:encoded>
			<wfw:commentRss>http://ndzynes.com/get-firefox-3set-a-record/feed</wfw:commentRss>
		</item>
		<item>
		<title>Memorial Day</title>
		<link>http://ndzynes.com/memorial-day</link>
		<comments>http://ndzynes.com/memorial-day#comments</comments>
		<pubDate>Mon, 26 May 2008 16:51:05 +0000</pubDate>
		<dc:creator>Nathan Parikh</dc:creator>
		
		<category><![CDATA[Holidays]]></category>

		<guid isPermaLink="false">http://ndzynes.com/?p=43</guid>
		<description><![CDATA[
It&#8217;s Memorial Day here in the United States. A time when friends and family come together around the traditional barbecue and thank God for our freedom. I just want to say thank you to all of our men and women at home and abroad who sacrifice so much for this nation. We are forever grateful. [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://ndzynes.com/wp-content/uploads/2008/05/memorialstar.jpg'><img src="http://ndzynes.com/wp-content/uploads/2008/05/memorialstar.jpg" alt="Memorial Day" title="memorialstar" width="400" height="301" class="alignleft size-full wp-image-44" /></a><br />
It&#8217;s Memorial Day here in the United States. A time when friends and family come together around the traditional barbecue and thank God for our freedom. I just want to say thank you to all of our men and women at home and abroad who sacrifice so much for this nation. We are forever grateful. Happy Memorial Day!</p>
]]></content:encoded>
			<wfw:commentRss>http://ndzynes.com/memorial-day/feed</wfw:commentRss>
		</item>
		<item>
		<title>Midnite</title>
		<link>http://ndzynes.com/midnite</link>
		<comments>http://ndzynes.com/midnite#comments</comments>
		<pubDate>Thu, 15 May 2008 07:04:10 +0000</pubDate>
		<dc:creator>Nathan Parikh</dc:creator>
		
		<category><![CDATA[Free Themes]]></category>

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

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

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

		<guid isPermaLink="false">http://ndzynes.com/free-themes/midnite</guid>
		<description><![CDATA[I am pleased to announce my latest free theme, Midnite. The color scheme is somewhat reminiscent of Ambient Glo, but this theme has a better design (I think).
This theme is compatible with WordPress 2.5.1, is widget-ready, is cross-browser compatible (yes, even Internet Explorer 6), follows W3C standards, and is CSS/XHTML valid.
As you will see, I [...]]]></description>
			<content:encoded><![CDATA[<p>I am pleased to announce my latest free theme, Midnite. The color scheme is somewhat reminiscent of Ambient Glo, but this theme has a better design (I think).</p>
<p><a href="http://ndzynes.com/wp-content/uploads/2008/01/midnite.jpg"><img class="alignleft size-medium wp-image-38" title="Midnite" src="http://ndzynes.com/wp-content/uploads/2008/01/midnite.jpg" alt="" width="300" height="194" /></a>This theme is compatible with WordPress 2.5.1, is widget-ready, is cross-browser compatible (yes, even Internet Explorer 6), follows W3C standards, and is CSS/XHTML valid.</p>
<p>As you will see, I used images for the headings in the two sidebars. To give you ultimate flexibility with that, I have included the font I used in the &#8220;fonts&#8221; folder.<br />
You can use that to create your own unique heading images in the site.</p>
<p>This is the support page for this theme, so if you have any questions, or have a bug to report, post it here in the comments.</p>
<p>You can <a title="Midnite" href="http://ndzynes.com/demo/index.php?wptheme=Midnite" target="_blank">demo it here</a> or Download <a href="http://ndzynes.com/download/midnite.zip" title="Version 1.0 downloaded 325 times" >Midnite (325)</a></p>
<p>Appreciate the work put into this free theme? Donate and show your support! Thank you!</p>
<p><embed src="http://widget.chipin.com/widget/id/74f9f4ef583282de" flashVars="event_title=Support%20Free%20Themes&#038;event_desc=Help%20support%20the%20development%20of%20quality%2C%20free%20WordPress%20themes%21%20Donations%20of%20any%20amount%20are%20appreciated.&#038;color_scheme=gray" type="application/x-shockwave-flash" allowScriptAccess="always" wmode="transparent" width="220" height="220"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://ndzynes.com/midnite/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ambient Glo 1.5</title>
		<link>http://ndzynes.com/ambient-glo-15</link>
		<comments>http://ndzynes.com/ambient-glo-15#comments</comments>
		<pubDate>Mon, 27 Aug 2007 23:14:25 +0000</pubDate>
		<dc:creator>Nathan Parikh</dc:creator>
		
		<category><![CDATA[Free Themes]]></category>

		<guid isPermaLink="false">http://ndzynes.com/uncategorized/test</guid>
		<description><![CDATA[This is an update to the original Ambient Glo theme.
It contains various bugfixes and improvements that make it cross-browser compatible.
Besides the updated fixed width version, there is also a new fluid layout version.
Make sure you download it and check it out! This is also the support post for this theme, so if you have any [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://ndzynes.com/wp-content/themes/ndzynes2/images/latest.png" border="0" alt="Ambient Glo 1.5" hspace="2" vspace="0" width="300" height="225" align="left" />This is an update to the original Ambient Glo theme.<br />
It contains various bugfixes and improvements that make it cross-browser compatible.<br />
Besides the updated fixed width version, there is also a new fluid layout version.<br />
Make sure you download it and check it out! This is also the support post for this theme, so if you have any problems, post them here.<br/><br/><br/><br/>Download <a href="http://ndzynes.com/download/ambient-glo-fixed-1.5.zip" title="Version 1.5 downloaded 267 times" >Ambient Glo Fixed Width (267)</a> or <a title="Ambient Glo Fixed Width 1.5" href="http://ndzynes.com/demo/index.php?wptheme=Ambient Glo Fixed Width" target="_blank">Demo</a><br />
<br />
Download <a href="http://ndzynes.com/download/ambient-glo-fluid-1.5.zip" title="Version 1.5 downloaded 360 times" >Ambient Glo Fluid Width (360)</a> or <a title="Ambient Glo Fluid 1.5" href="http://ndzynes.com/demo/index.php?wptheme=Ambient Glo Fluid" target="_blank">Demo</a></p>
<p>Appreciate the work put into this free theme? Donate and show your support! Thank you!</p>
<p><embed src="http://widget.chipin.com/widget/id/74f9f4ef583282de" flashVars="event_title=Support%20Free%20Themes&#038;event_desc=Help%20support%20the%20development%20of%20quality%2C%20free%20WordPress%20themes%21%20Donations%20of%20any%20amount%20are%20appreciated.&#038;color_scheme=gray" type="application/x-shockwave-flash" allowScriptAccess="always" wmode="transparent" width="220" height="220"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://ndzynes.com/ambient-glo-15/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
