<?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>Atalaya Studio</title>
	<atom:link href="http://atalayastudio.com/feed" rel="self" type="application/rss+xml" />
	<link>http://atalayastudio.com</link>
	<description></description>
	<pubDate>Tue, 30 Sep 2008 21:41:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Working with CSS Collapsing Menus and NAVT</title>
		<link>http://atalayastudio.com/archives/36</link>
		<comments>http://atalayastudio.com/archives/36#comments</comments>
		<pubDate>Tue, 13 May 2008 07:37:54 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[General Info]]></category>

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

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

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

		<category><![CDATA[Tips/Hints]]></category>

		<category><![CDATA[code insertion]]></category>

		<category><![CDATA[flyout menu]]></category>

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

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

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

		<guid isPermaLink="false">http://atalayastudio.com/?p=36</guid>
		<description><![CDATA[A discussion in the NAVT forum has promoted me to sit down and explain how you can use CSS collapsing menus with the NAVT plugin. This article assumes you have some working knowledge of Cascaded Style Sheets used to style your Word Press theme and some experience with NAVT.  The article explains where and [...]]]></description>
			<content:encoded><![CDATA[<p>A discussion in the NAVT forum has promoted me to sit down and explain how you can use CSS collapsing menus with the NAVT plugin. This article assumes you have some working knowledge of Cascaded Style Sheets used to style your Word Press theme and some experience with NAVT.  The article explains where and how to begin integrating a collapsing menu into your web site using NAVT to construct the correct tag structure.  This article applies to NAVT version 1.0.23 and above. <span id="more-36"></span></p>
<h3>Example Menu</h3>
<p>Below is an example of the type of menu we're going to create using NAVT and two cascaded style sheets. The navigation elements shown in the menu are arbitrary items I put together from this web site.</p>
<div style="margin-left:40%;margin-bottom:40px;"></div>
<p>These types of menus are relatively easy to construct. However, the tricky part is making them work with IE6 and most of this article deals with the IE6 solution.</p>
<h3>Getting Started</h3>
<p>Examples of CSS style sheets that contain rules for formatting horizontal, vertical, fly-out, drop-down, and cascading menus can be found all over the Internet. When asked, I usually send people to <a title="CCS Play" rel="nofollow external" href="http://www.cssplay.co.uk/index" target="_blank">CSS Play</a> which is owned by Stuart Nicholls. CSS Play has dozens of examples of pure CSS menus that you can freely use on your non-commercial web site provided you leave the copyright statements intact that appear in the CSS file. These can also be used on Commercial web site's provided you <a title="Copyright Permissions" rel="nofollow external" href="http://www.cssplay.co.uk/menus/drop_examples.html" target="_blank">obtain permission</a> from CSS Play.  For this tutorial, I'm going to use <a title="CSS Play Flyout menu" href="http://www.cssplay.co.uk/menus/flyoutt.html" target="_blank">this CSS Play flyout menu</a> to demonstrate the process of integrating the CSS into your web site in concert with NAVT.</p>
<p>You will, of course, need to change the menu text and background colors, adjust the menu width and heights and make any other style alterations to make the menu look right with the theme you intend to use the menu with.</p>
<h3>The !DOCTYPE</h3>
<p>Before I begin, it's important to understand that your Word Press theme MUST use a <a title="!DOCTYPE" rel="nofollow" href="http://www.w3.org/QA/2002/04/valid-dtd-list.html" target="_blank">standards compliant !DOCTYPE</a>, and for Internet Explorer this MUST be the first line of your (x)html. Using <code> &lt;?xml version="1.0" encoding="UTF-8"?&gt;</code> will switch IE into quirks mode and your menu will not work correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://atalayastudio.com/archives/36/feed</wfw:commentRss>
		</item>
		<item>
		<title>Controlling Code Insertions with NAVT</title>
		<link>http://atalayastudio.com/archives/39</link>
		<comments>http://atalayastudio.com/archives/39#comments</comments>
		<pubDate>Tue, 13 May 2008 07:26:46 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[NAVT]]></category>

		<category><![CDATA[Tips/Hints]]></category>

		<category><![CDATA[code insertion]]></category>

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

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

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

		<guid isPermaLink="false">http://atalayastudio.com/?p=39</guid>
		<description><![CDATA[NAVT version 1.0.23 (and above) introduces the ability to add your own HTML between items within a navigation list. This feature was primarily added to support the injection of IE6 conditional statements into a list of items. However, it can be used to add titles, paragraphs, or other items inside navigation lists built by the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>NAVT version 1.0.23</strong> (and above) introduces the ability to add your own HTML between items within a navigation list. This feature was primarily added to support the injection of IE6 conditional statements into a list of items. However, it can be used to add titles, paragraphs, or other items inside navigation lists built by the NAVT plugin. Version 1.0.23 also introduces a new navigation item called a <strong>code block</strong>. A code block is yet another way to add your own HTML to a navigation list. Code blocks, like other items, can be used as part of a list hierarchy.</p>
<p><span id="more-39"></span></p>
<h3>Code Between Items</h3>
<p>Each navigation item now contains a <strong>code panel</strong> button that is used to open and close the item's code panel. Clicking the code panel button will transform the opened options box to the illustration shown in the right.</p>
<div style="text-align:center;"><img src="http://gbellucci.us/images/codepanel-1.gif" alt="code panel" /></div>
<p>The code panel is divided into two sections. The top section containing the controls:</p>
<ul>
<li>Insert before item,</li>
<li>Insert above item and,</li>
<li>Upper Code block</li>
</ul>
<p>These controls are used to determine where the upper code block is to appear in the list relative to the item. The lower section that contains the controls:</p>
<ul>
<li>Insert below item</li>
<li>insert after item</li>
<li>Lower Code block</li>
</ul>
<p>These controls are used to determine the lower code block is to appear in the list relative to the item.</p>
]]></content:encoded>
			<wfw:commentRss>http://atalayastudio.com/archives/39/feed</wfw:commentRss>
		</item>
		<item>
		<title>Are You Using a non-PC Browser?</title>
		<link>http://atalayastudio.com/archives/35</link>
		<comments>http://atalayastudio.com/archives/35#comments</comments>
		<pubDate>Sun, 27 Apr 2008 07:24:36 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[NAVT]]></category>

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

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

		<guid isPermaLink="false">http://atalayastudio.com/?p=35</guid>
		<description><![CDATA[I don't have access to a Mac and I'm certain that not everyone that uses NAVT is using a PC. If you are using a Mac (or any other OS for that matter) and you have installed NAVT please add a comment letting me know which browser/version NAVT works with (or doesn't work with) so [...]]]></description>
			<content:encoded><![CDATA[<p>I don't have access to a Mac and I'm certain that not everyone that uses NAVT is using a PC. If you are using a Mac (or any other OS for that matter) and you have installed NAVT <strong>please add a comment</strong> letting me know which browser/version NAVT works with (or doesn't work with) so I can add the information to the NAVT compatibility list.</p>
<p>I know that <strong>NAVT does not work with MAC/Safari.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://atalayastudio.com/archives/35/feed</wfw:commentRss>
		</item>
		<item>
		<title>NAVT in Slovak</title>
		<link>http://atalayastudio.com/archives/34</link>
		<comments>http://atalayastudio.com/archives/34#comments</comments>
		<pubDate>Fri, 25 Apr 2008 04:28:39 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[General Info]]></category>

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

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

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

		<guid isPermaLink="false">http://atalayastudio.com/?p=34</guid>
		<description><![CDATA[NAVT release 1.0.21 now contains Slovak localization. I'd like to thank Tomas Forro for his hard work.
I'm still in need of translators. If you are interested in helping out by translating NAVT in your native tongue, please read this article.
]]></description>
			<content:encoded><![CDATA[<p>NAVT release 1.0.21 now contains Slovak localization. I'd like to thank <a title="Tomas Forro" rel="nofollow" href="http://pol.proz.com/profile/810781" target="_blank">Tomas Forro</a> for his hard work.</p>
<p><strong>I'm still in need of translators</strong>. If you are interested in helping out by translating NAVT in your native tongue, <a href="http://atalayastudio.com/archives/28" target="_self">please read this article</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://atalayastudio.com/archives/34/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
