<?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: How To Create iPhone-Style Navigation (Part I)</title>
	<atom:link href="http://www.webstuffshare.com/2010/02/how-to-create-iphone-style-navigation-part-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webstuffshare.com/2010/02/how-to-create-iphone-style-navigation-part-i/</link>
	<description>Learn and share. The simplest harmony.</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:35:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ahmed Samir</title>
		<link>http://www.webstuffshare.com/2010/02/how-to-create-iphone-style-navigation-part-i/#comment-26465</link>
		<dc:creator>Ahmed Samir</dc:creator>
		<pubDate>Mon, 21 Nov 2011 08:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1150#comment-26465</guid>
		<description>I thanks for the bug fixing for IE 7,8</description>
		<content:encoded><![CDATA[<p>I thanks for the bug fixing for IE 7,8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rey</title>
		<link>http://www.webstuffshare.com/2010/02/how-to-create-iphone-style-navigation-part-i/#comment-24498</link>
		<dc:creator>Rey</dc:creator>
		<pubDate>Mon, 31 Oct 2011 12:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1150#comment-24498</guid>
		<description>Hello,
I do a lot of tests, and I think this menu deserve to be designed to implement a menu in a web project, because the javascript is not done at all for that, I did some more tests to open a link in a modal box in other menu it works well but not this one, especially at the level html design it is very easy to implement, in fact it should be a javascript type as the iPod menu of filamentgroup while keeping your style is great.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I do a lot of tests, and I think this menu deserve to be designed to implement a menu in a web project, because the javascript is not done at all for that, I did some more tests to open a link in a modal box in other menu it works well but not this one, especially at the level html design it is very easy to implement, in fact it should be a javascript type as the iPod menu of filamentgroup while keeping your style is great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rey</title>
		<link>http://www.webstuffshare.com/2010/02/how-to-create-iphone-style-navigation-part-i/#comment-24412</link>
		<dc:creator>Rey</dc:creator>
		<pubDate>Sat, 29 Oct 2011 22:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1150#comment-24412</guid>
		<description>Hello,

I use this menu in a web page, but the problem links to pages that do not work must be changed in the javascript to have clickable links.
thank you</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I use this menu in a web page, but the problem links to pages that do not work must be changed in the javascript to have clickable links.<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LaToZ</title>
		<link>http://www.webstuffshare.com/2010/02/how-to-create-iphone-style-navigation-part-i/#comment-14328</link>
		<dc:creator>LaToZ</dc:creator>
		<pubDate>Thu, 22 Sep 2011 10:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1150#comment-14328</guid>
		<description>It’s awesome Thanks

I&#039;m have question. How configure this script to remember last open submenu when open link this way

					if ( (selectedDiv.indexOf(\&#039;#\&#039;)) != 0)
					{
					     window.location = selectedDiv;
					}

When page reload menu start from main menu :(

Now I use this menu

http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-bullet.htm

When page reload I have select last open submenu.</description>
		<content:encoded><![CDATA[<p>It’s awesome Thanks</p>
<p>I&#8217;m have question. How configure this script to remember last open submenu when open link this way</p>
<p>					if ( (selectedDiv.indexOf(\&#8217;#\&#8217;)) != 0)<br />
					{<br />
					     window.location = selectedDiv;<br />
					}</p>
<p>When page reload menu start from main menu <img src='http://www.webstuffshare.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Now I use this menu</p>
<p><a href="http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-bullet.htm" rel="nofollow">http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-bullet.htm</a></p>
<p>When page reload I have select last open submenu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuy</title>
		<link>http://www.webstuffshare.com/2010/02/how-to-create-iphone-style-navigation-part-i/#comment-11648</link>
		<dc:creator>chuy</dc:creator>
		<pubDate>Sat, 20 Aug 2011 00:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1150#comment-11648</guid>
		<description>thanks i just found a way to do it
just wrap this code
	if (selectedDiv.indexOf(&quot;#&quot;) != 0) {
			 window.open(selectedDiv);
		} else 	{
.....
.....	if(selectedMargin.length &gt; 0) {
...... }
...
       }

 arround</description>
		<content:encoded><![CDATA[<p>thanks i just found a way to do it<br />
just wrap this code<br />
	if (selectedDiv.indexOf(&#8220;#&#8221;) != 0) {<br />
			 window.open(selectedDiv);<br />
		} else 	{<br />
&#8230;..<br />
&#8230;..	if(selectedMargin.length &gt; 0) {<br />
&#8230;&#8230; }<br />
&#8230;<br />
       }</p>
<p> arround</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuy</title>
		<link>http://www.webstuffshare.com/2010/02/how-to-create-iphone-style-navigation-part-i/#comment-11629</link>
		<dc:creator>chuy</dc:creator>
		<pubDate>Fri, 19 Aug 2011 15:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1150#comment-11629</guid>
		<description>Im am using this slider menu on a portal that looks like a desktop with corporate apps, (sponsor wall flip) and when fliping an icon i show app description link to productive enviorment and a MORE menu, that can have link to tool blog, wiki, documentation, help, etc... looks very neat (will share when done) but how to i make a menu item link open the tool web page, click got disabled and only slides (i dont javascript much)</description>
		<content:encoded><![CDATA[<p>Im am using this slider menu on a portal that looks like a desktop with corporate apps, (sponsor wall flip) and when fliping an icon i show app description link to productive enviorment and a MORE menu, that can have link to tool blog, wiki, documentation, help, etc&#8230; looks very neat (will share when done) but how to i make a menu item link open the tool web page, click got disabled and only slides (i dont javascript much)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hidayat Sagita</title>
		<link>http://www.webstuffshare.com/2010/02/how-to-create-iphone-style-navigation-part-i/#comment-8906</link>
		<dc:creator>Hidayat Sagita</dc:creator>
		<pubDate>Fri, 17 Jun 2011 03:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1150#comment-8906</guid>
		<description>Hi Chong Wang, 

You can use this plugin to add scrollbar on your parent div http://baijs.nl/tinyscrollbar/</description>
		<content:encoded><![CDATA[<p>Hi Chong Wang, </p>
<p>You can use this plugin to add scrollbar on your parent div <a href="http://baijs.nl/tinyscrollbar/" rel="nofollow">http://baijs.nl/tinyscrollbar/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chong Wang</title>
		<link>http://www.webstuffshare.com/2010/02/how-to-create-iphone-style-navigation-part-i/#comment-8726</link>
		<dc:creator>Chong Wang</dc:creator>
		<pubDate>Tue, 14 Jun 2011 01:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1150#comment-8726</guid>
		<description>Hi Hidayat,

This is very awesome! I trying to use this on my website project.

I face some issue when doing with this.

When i got a lot of menus in 1 level, i got no option to select those menu at the bottom. Can you add in some effect like &quot;easing on mouseover&quot; if the menu is more then parent height?

another issue is when i try to put 3 iphone-style navigation at the same page, it doesn&#039;t work individually. 

Thanks~

Regards,
Chong Wang</description>
		<content:encoded><![CDATA[<p>Hi Hidayat,</p>
<p>This is very awesome! I trying to use this on my website project.</p>
<p>I face some issue when doing with this.</p>
<p>When i got a lot of menus in 1 level, i got no option to select those menu at the bottom. Can you add in some effect like &#8220;easing on mouseover&#8221; if the menu is more then parent height?</p>
<p>another issue is when i try to put 3 iphone-style navigation at the same page, it doesn&#8217;t work individually. </p>
<p>Thanks~</p>
<p>Regards,<br />
Chong Wang</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hidayat Sagita</title>
		<link>http://www.webstuffshare.com/2010/02/how-to-create-iphone-style-navigation-part-i/#comment-5024</link>
		<dc:creator>Hidayat Sagita</dc:creator>
		<pubDate>Thu, 24 Mar 2011 23:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1150#comment-5024</guid>
		<description>Hi Max,

Kudos! and thank you for finding the bug and hack for IE! ;)</description>
		<content:encoded><![CDATA[<p>Hi Max,</p>
<p>Kudos! and thank you for finding the bug and hack for IE! <img src='http://www.webstuffshare.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.webstuffshare.com/2010/02/how-to-create-iphone-style-navigation-part-i/#comment-5018</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 24 Mar 2011 14:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1150#comment-5018</guid>
		<description>Hi Hidayat,

thank&#039;s for sharing this - nearly perfect, beside the bloody IE8 complaining about &quot;Invalid Object&quot;.

add the following lines to the CSS file, and IE8 is happy.

.slider {
	margin-left: 0px;
}

Regards,
Max</description>
		<content:encoded><![CDATA[<p>Hi Hidayat,</p>
<p>thank&#8217;s for sharing this &#8211; nearly perfect, beside the bloody IE8 complaining about &#8220;Invalid Object&#8221;.</p>
<p>add the following lines to the CSS file, and IE8 is happy.</p>
<p>.slider {<br />
	margin-left: 0px;<br />
}</p>
<p>Regards,<br />
Max</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.webstuffshare.com @ 2012-02-09 20:54:43 -->
