<?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/"
		>
<channel>
	<title>Comments on: Playing with lists</title>
	<atom:link href="http://dev.iamntz.com/10/playing-with-lists/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.iamntz.com/10/playing-with-lists</link>
	<description>Stuff about CSS, XHTML, Javascript and jQuery</description>
	<lastBuildDate>Thu, 26 May 2011 06:45:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Ionut Staicu</title>
		<link>http://dev.iamntz.com/10/playing-with-lists/comment-page-1#comment-499</link>
		<dc:creator>Ionut Staicu</dc:creator>
		<pubDate>Fri, 29 Aug 2008 23:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=10#comment-499</guid>
		<description>Anne, i strongly recommend to pay somebody to do that. The code is a mess, using tables for design, and so on.
Anyhow, you can take a look &lt;a href=&quot;http://www.dynamicdrive.com/dynamicindex1/indexc.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; and maybe you will find something that you will like</description>
		<content:encoded><![CDATA[<p>Anne, i strongly recommend to pay somebody to do that. The code is a mess, using tables for design, and so on.<br />
Anyhow, you can take a look <a href="http://www.dynamicdrive.com/dynamicindex1/indexc.html" rel="nofollow">here</a> and maybe you will find something that you will like</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anne</title>
		<link>http://dev.iamntz.com/10/playing-with-lists/comment-page-1#comment-498</link>
		<dc:creator>anne</dc:creator>
		<pubDate>Fri, 29 Aug 2008 23:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=10#comment-498</guid>
		<description>It would be a new stand-alone page using the template you see here: www.capitolenergy.net.  Not a clue how to change it to anything else (eg js to suckerfish)!</description>
		<content:encoded><![CDATA[<p>It would be a new stand-alone page using the template you see here: <a href="http://www.capitolenergy.net" rel="nofollow">http://www.capitolenergy.net</a>.  Not a clue how to change it to anything else (eg js to suckerfish)!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut Staicu</title>
		<link>http://dev.iamntz.com/10/playing-with-lists/comment-page-1#comment-496</link>
		<dc:creator>Ionut Staicu</dc:creator>
		<pubDate>Fri, 29 Aug 2008 19:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=10#comment-496</guid>
		<description>Hi anne. I recommend you to use one of javascript-free menu (like suckerfish). It&#039;s easy to mantain and even easier to understand than that full-of-js-crap that you use ;)
You should post a link to your site to see your menu at work ;)</description>
		<content:encoded><![CDATA[<p>Hi anne. I recommend you to use one of javascript-free menu (like suckerfish). It&#8217;s easy to mantain and even easier to understand than that full-of-js-crap that you use <img src='http://dev.iamntz.com/wp-includes/images/smilies/wink.gif' alt=';)' class='wp-smiley' /><br />
You should post a link to your site to see your menu at work <img src='http://dev.iamntz.com/wp-includes/images/smilies/wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anne</title>
		<link>http://dev.iamntz.com/10/playing-with-lists/comment-page-1#comment-494</link>
		<dc:creator>anne</dc:creator>
		<pubDate>Fri, 29 Aug 2008 19:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=10#comment-494</guid>
		<description>I&#039;m not a &quot;real&quot; web developer so I don&#039;t speak the lingo but I fake it a lot and get by.  

I am desperately trying to make a drop-down menu with a template I bought at allwebco and I came across this page while googling for guideance.  Can it be done?  Any help is GREATLY appreciated!

Here is the existing code that came in its menu.js file:


&lt;pre lang=&quot;javascript&quot;&gt;

&lt;!-- NOTE: If you use a &#039; add a slash before it like this \&#039; --&gt;

document.write(&#039;&#039;);
document.write(&#039;&#039;);
document.write(&#039;&#160;&#039;);

// START LINKS //


document.write(&#039;&#039;);
document.write(&#039;&lt;a href=&quot;index.html&quot; rel=&quot;nofollow&quot;&gt;Home&lt;/a&gt;&#039;);


document.write(&#039;&#039;);
document.write(&#039;&lt;a href=&quot;about.htm&quot; rel=&quot;nofollow&quot;&gt;Company&lt;/a&gt;&#039;);


document.write(&#039;&#039;);
document.write(&#039;&lt;a href=&quot;services.htm&quot; rel=&quot;nofollow&quot;&gt;Services&lt;/a&gt;&#039;);


document.write(&#039;&#039;);
document.write(&#039;&lt;a href=&quot;news.htm&quot; rel=&quot;nofollow&quot;&gt;News&lt;/a&gt;&#039;);


document.write(&#039;&#039;);
document.write(&#039;&lt;a href=&quot;clients.htm&quot; rel=&quot;nofollow&quot;&gt;Clients&lt;/a&gt;&#039;);


document.write(&#039;&#039;);
document.write(&#039;&lt;a href=&quot;links.htm&quot; rel=&quot;nofollow&quot;&gt;Links&lt;/a&gt;&#039;);


document.write(&#039;&#039;);
document.write(&#039;&lt;a href=&quot;careers.htm&quot; rel=&quot;nofollow&quot;&gt;Careers&lt;/a&gt;&#039;);


document.write(&#039;&#039;);
document.write(&#039;&lt;a href=&quot;gallery.htm&quot; rel=&quot;nofollow&quot;&gt;Gallery&lt;/a&gt;&#039;);


document.write(&#039;&#039;);
document.write(&#039;&lt;a href=&quot;contact.htm&quot; rel=&quot;nofollow&quot;&gt;Contact&lt;/a&gt;&#039;);


document.write(&#039;&#039;);

document.write(&#039;&#039;);
document.write(&#039;&#039;);
document.write(&#039;&#039;);
document.write(&#039;&#039;);

&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a &#8220;real&#8221; web developer so I don&#8217;t speak the lingo but I fake it a lot and get by.  </p>
<p>I am desperately trying to make a drop-down menu with a template I bought at allwebco and I came across this page while googling for guideance.  Can it be done?  Any help is GREATLY appreciated!</p>
<p>Here is the existing code that came in its menu.js file:</p>
<pre lang="javascript">

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('');
document.write('');
document.write('&nbsp;');

// START LINKS //

document.write('');
document.write('<a href="index.html" rel="nofollow">Home</a>');

document.write('');
document.write('<a href="about.htm" rel="nofollow">Company</a>');

document.write('');
document.write('<a href="services.htm" rel="nofollow">Services</a>');

document.write('');
document.write('<a href="news.htm" rel="nofollow">News</a>');

document.write('');
document.write('<a href="clients.htm" rel="nofollow">Clients</a>');

document.write('');
document.write('<a href="links.htm" rel="nofollow">Links</a>');

document.write('');
document.write('<a href="careers.htm" rel="nofollow">Careers</a>');

document.write('');
document.write('<a href="gallery.htm" rel="nofollow">Gallery</a>');

document.write('');
document.write('<a href="contact.htm" rel="nofollow">Contact</a>');

document.write('');

document.write('');
document.write('');
document.write('');
document.write('');
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEOAdsenseThemes.com</title>
		<link>http://dev.iamntz.com/10/playing-with-lists/comment-page-1#comment-299</link>
		<dc:creator>SEOAdsenseThemes.com</dc:creator>
		<pubDate>Sat, 02 Aug 2008 14:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://dev.iamntz.com/?p=10#comment-299</guid>
		<description>One of my demo sites (http://www.hotelsandtravel.org) for WordPress themes testing uses Son of Suckerfish&#039;s multi-level dropdown menu. Initially, I wrote a small PHP function in my theme to create one of Stu Nicholl&#039;s pure css dropdown menus and populate with WordPress pages. But considering I&#039;m using JQuery for most of my themes, I decided to go with Son of Suckerfish with a bit of Javascript thrown in to make my life easier.</description>
		<content:encoded><![CDATA[<p>One of my demo sites (<a href="http://www.hotelsandtravel.org" rel="nofollow">http://www.hotelsandtravel.org</a>) for WordPress themes testing uses Son of Suckerfish&#8217;s multi-level dropdown menu. Initially, I wrote a small PHP function in my theme to create one of Stu Nicholl&#8217;s pure css dropdown menus and populate with WordPress pages. But considering I&#8217;m using JQuery for most of my themes, I decided to go with Son of Suckerfish with a bit of Javascript thrown in to make my life easier.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

