<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: It&#8217;s Alive</title>
	<atom:link href="http://penkin.wordpress.com/2007/07/08/its-alive/feed/" rel="self" type="application/rss+xml" />
	<link>http://penkin.wordpress.com/2007/07/08/its-alive/</link>
	<description>Python. Django. Everything in-between.</description>
	<lastBuildDate>Sat, 31 Oct 2009 02:09:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Riz</title>
		<link>http://penkin.wordpress.com/2007/07/08/its-alive/#comment-1286</link>
		<dc:creator>Riz</dc:creator>
		<pubDate>Fri, 09 Nov 2007 14:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/07/08/its-alive/#comment-1286</guid>
		<description>Hi Chris,
Yup it&#039;s working now, thanks for the reply. :)
Enjoy your weekends.

Cheers, Riz</description>
		<content:encoded><![CDATA[<p>Hi Chris,<br />
Yup it&#8217;s working now, thanks for the reply. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Enjoy your weekends.</p>
<p>Cheers, Riz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://penkin.wordpress.com/2007/07/08/its-alive/#comment-1285</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Fri, 09 Nov 2007 14:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/07/08/its-alive/#comment-1285</guid>
		<description>Hi Riz,

Went to your page.  The HVMenu has a &quot;var Ztop=0;&quot; I&#039;ve set mine to 0.

Cheers.</description>
		<content:encoded><![CDATA[<p>Hi Riz,</p>
<p>Went to your page.  The HVMenu has a &#8220;var Ztop=0;&#8221; I&#8217;ve set mine to 0.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riz</title>
		<link>http://penkin.wordpress.com/2007/07/08/its-alive/#comment-1180</link>
		<dc:creator>Riz</dc:creator>
		<pubDate>Sun, 04 Nov 2007 10:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/07/08/its-alive/#comment-1180</guid>
		<description>Hi
I was trying to solve a problem with using lightbox and hv menu in one page, and came across this thread. You have done it like how I wanted it, which is have the hv menu below when lightbox is activated. Currently I have the menu still hovering above the lightbox.

This is the page: http://www.rizsedek.com/pixel_pfolio.html

Will you help me on this please? I&#039;m really a novice at this. :)</description>
		<content:encoded><![CDATA[<p>Hi<br />
I was trying to solve a problem with using lightbox and hv menu in one page, and came across this thread. You have done it like how I wanted it, which is have the hv menu below when lightbox is activated. Currently I have the menu still hovering above the lightbox.</p>
<p>This is the page: <a href="http://www.rizsedek.com/pixel_pfolio.html" rel="nofollow">http://www.rizsedek.com/pixel_pfolio.html</a></p>
<p>Will you help me on this please? I&#8217;m really a novice at this. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sopitikoj</title>
		<link>http://penkin.wordpress.com/2007/07/08/its-alive/#comment-262</link>
		<dc:creator>sopitikoj</dc:creator>
		<pubDate>Sat, 08 Sep 2007 03:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/07/08/its-alive/#comment-262</guid>
		<description>Hi 
 
Nice site and information made available is great.
 
 
G&#039;night</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Nice site and information made available is great.</p>
<p>G&#8217;night</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://penkin.wordpress.com/2007/07/08/its-alive/#comment-65</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Tue, 17 Jul 2007 05:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/07/08/its-alive/#comment-65</guid>
		<description>Hi Ani,

Not exactly sure what it is you want to know but here is how it all fits together.  To completely understand this you need to have basic understanding of Django.

The bulk of the site has an application that contains Page, Product and Menu classes for it&#039;s model.  The way these fit together is that you can create a page (with an HTML editor) and link multiple &quot;products&quot; (or just images) to it.  You can then also create a menu item and link the created page to that menu item.

The menu item can also link to external URLs so that you are not limited and  can easily link it to other Django applications or static pages etc.  That is how the news and competition applications work on GSF (http://www.gsf.co.za/).

The products when being generated to be displayed, generates the HTML necessary for  Lightbox to work (cool image effects).

I also used TemplateTags to create a custom tag to generate the Javascript based Menu used on the site.

Hope that helps :)</description>
		<content:encoded><![CDATA[<p>Hi Ani,</p>
<p>Not exactly sure what it is you want to know but here is how it all fits together.  To completely understand this you need to have basic understanding of Django.</p>
<p>The bulk of the site has an application that contains Page, Product and Menu classes for it&#8217;s model.  The way these fit together is that you can create a page (with an HTML editor) and link multiple &#8220;products&#8221; (or just images) to it.  You can then also create a menu item and link the created page to that menu item.</p>
<p>The menu item can also link to external URLs so that you are not limited and  can easily link it to other Django applications or static pages etc.  That is how the news and competition applications work on GSF (<a href="http://www.gsf.co.za/)" rel="nofollow">http://www.gsf.co.za/)</a>.</p>
<p>The products when being generated to be displayed, generates the HTML necessary for  Lightbox to work (cool image effects).</p>
<p>I also used TemplateTags to create a custom tag to generate the Javascript based Menu used on the site.</p>
<p>Hope that helps <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ani</title>
		<link>http://penkin.wordpress.com/2007/07/08/its-alive/#comment-64</link>
		<dc:creator>Ani</dc:creator>
		<pubDate>Tue, 17 Jul 2007 05:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/07/08/its-alive/#comment-64</guid>
		<description>Hi 
   Can you tell me more about this?</description>
		<content:encoded><![CDATA[<p>Hi<br />
   Can you tell me more about this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tredinertok</title>
		<link>http://penkin.wordpress.com/2007/07/08/its-alive/#comment-57</link>
		<dc:creator>tredinertok</dc:creator>
		<pubDate>Tue, 10 Jul 2007 03:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/07/08/its-alive/#comment-57</guid>
		<description>Hello 
 
Very interesting information! Thanks! 
 
 
G&#039;night</description>
		<content:encoded><![CDATA[<p>Hello </p>
<p>Very interesting information! Thanks! </p>
<p>G&#8217;night</p>
]]></content:encoded>
	</item>
</channel>
</rss>
