<?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: Slide-in menu</title>
	<atom:link href="http://cubiq.org/slide-in-menu/feed" rel="self" type="application/rss+xml" />
	<link>http://cubiq.org/slide-in-menu</link>
	<description>Web and mobile development</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:15:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sam</title>
		<link>http://cubiq.org/slide-in-menu/comment-page-1#comment-25755</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 29 Jan 2012 00:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=73#comment-25755</guid>
		<description>This is fantastic. Has there been any headway on making it work from the footer? Would love this as a slideup menu. Thanks for your great work.</description>
		<content:encoded><![CDATA[<p>This is fantastic. Has there been any headway on making it work from the footer? Would love this as a slideup menu. Thanks for your great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pol</title>
		<link>http://cubiq.org/slide-in-menu/comment-page-1#comment-25733</link>
		<dc:creator>pol</dc:creator>
		<pubDate>Wed, 25 Jan 2012 19:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=73#comment-25733</guid>
		<description>Hello, 
trying to fix it at the bottom with no luck, what&#039;s iModel in 
&lt;code&gt;this.container.style.top = iModel.screenHeight + &#039;px&#039;;&lt;/code&gt;

vs the original 

&lt;code&gt;this.container.style.top = &#039;-&#039; + this.openedPosition + &#039;px&#039;;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hello,<br />
trying to fix it at the bottom with no luck, what&#8217;s iModel in<br />
<code>this.container.style.top = iModel.screenHeight + 'px';</code></p>
<p>vs the original </p>
<p><code>this.container.style.top = '-' + this.openedPosition + 'px';</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lauren</title>
		<link>http://cubiq.org/slide-in-menu/comment-page-1#comment-25692</link>
		<dc:creator>Lauren</dc:creator>
		<pubDate>Wed, 18 Jan 2012 13:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=73#comment-25692</guid>
		<description>duh... it&#039;s easy enough to to add a toggle button in the visible part of the hidden menu. Thanks for this!</description>
		<content:encoded><![CDATA[<p>duh&#8230; it&#8217;s easy enough to to add a toggle button in the visible part of the hidden menu. Thanks for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lauren</title>
		<link>http://cubiq.org/slide-in-menu/comment-page-1#comment-25682</link>
		<dc:creator>Lauren</dc:creator>
		<pubDate>Mon, 16 Jan 2012 21:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=73#comment-25682</guid>
		<description>would this ever toggle properly in a regular browser? If so, it would be a miracle to incorporate into responsive sites.</description>
		<content:encoded><![CDATA[<p>would this ever toggle properly in a regular browser? If so, it would be a miracle to incorporate into responsive sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Spinelli</title>
		<link>http://cubiq.org/slide-in-menu/comment-page-1#comment-25585</link>
		<dc:creator>Matteo Spinelli</dc:creator>
		<pubDate>Wed, 21 Dec 2011 22:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=73#comment-25585</guid>
		<description>go for it! the code is MIT licensed.</description>
		<content:encoded><![CDATA[<p>go for it! the code is MIT licensed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Gonzales</title>
		<link>http://cubiq.org/slide-in-menu/comment-page-1#comment-25584</link>
		<dc:creator>Jason Gonzales</dc:creator>
		<pubDate>Wed, 21 Dec 2011 14:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=73#comment-25584</guid>
		<description>Matteo, 
I adapted your code a bit to make the menu slide in from the left. Thinking it might be a nice part of an options object to allow one to put the menu on any side. Would you be alright with me putting this on github, with your attribution still in the code?

--J Gonzales</description>
		<content:encoded><![CDATA[<p>Matteo,<br />
I adapted your code a bit to make the menu slide in from the left. Thinking it might be a nice part of an options object to allow one to put the menu on any side. Would you be alright with me putting this on github, with your attribution still in the code?</p>
<p>&#8211;J Gonzales</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BackwaterBob</title>
		<link>http://cubiq.org/slide-in-menu/comment-page-1#comment-25505</link>
		<dc:creator>BackwaterBob</dc:creator>
		<pubDate>Mon, 05 Dec 2011 20:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=73#comment-25505</guid>
		<description>Really cool script.

I tried to see if it could act as a hideable navigation for a traditional full-screen menu by changing the height to:
&lt;code&gt;
#slidedownmenu {
height:315px;
top:-315px;
}
&lt;/code&gt;
but then when you turn the phone to landscape mode, the handle falls to far below the frame.

Similarly, when you use a percentage height like 90%, the effect still doesn&#039;t translate to landscape mode because it remembers the old state.

I would love to see the functionality of scalable menu heights introduced in a later version.</description>
		<content:encoded><![CDATA[<p>Really cool script.</p>
<p>I tried to see if it could act as a hideable navigation for a traditional full-screen menu by changing the height to:<br />
<code><br />
#slidedownmenu {<br />
height:315px;<br />
top:-315px;<br />
}<br />
</code><br />
but then when you turn the phone to landscape mode, the handle falls to far below the frame.</p>
<p>Similarly, when you use a percentage height like 90%, the effect still doesn&#8217;t translate to landscape mode because it remembers the old state.</p>
<p>I would love to see the functionality of scalable menu heights introduced in a later version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Blanc</title>
		<link>http://cubiq.org/slide-in-menu/comment-page-1#comment-25460</link>
		<dc:creator>Thomas Blanc</dc:creator>
		<pubDate>Wed, 23 Nov 2011 14:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=73#comment-25460</guid>
		<description>It works well on iPhone and Android, but i wanted to try on Opera Mobile and it doesn&#039;t seems to run. Do you think it is easy to adapt the menu on it, or on Windows Phone (i&#039;ve have not tested it yet)</description>
		<content:encoded><![CDATA[<p>It works well on iPhone and Android, but i wanted to try on Opera Mobile and it doesn&#8217;t seems to run. Do you think it is easy to adapt the menu on it, or on Windows Phone (i&#8217;ve have not tested it yet)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://cubiq.org/slide-in-menu/comment-page-1#comment-25242</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 15 Nov 2011 01:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=73#comment-25242</guid>
		<description>HI there!
Matteo thanks for this cool scripts. You will be my hero if you can provide an example of MenuSlider &amp; iScroll working together.

Thanks again.</description>
		<content:encoded><![CDATA[<p>HI there!<br />
Matteo thanks for this cool scripts. You will be my hero if you can provide an example of MenuSlider &amp; iScroll working together.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MonkeyMagic</title>
		<link>http://cubiq.org/slide-in-menu/comment-page-1#comment-25085</link>
		<dc:creator>MonkeyMagic</dc:creator>
		<pubDate>Wed, 09 Nov 2011 03:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://cubiq.org/?p=73#comment-25085</guid>
		<description>2-way-iScroll and Slide in Menu ? I see a lot of people saying this can be done ?

Any ideas how it can be done with the 2-way-iScroll ?</description>
		<content:encoded><![CDATA[<p>2-way-iScroll and Slide in Menu ? I see a lot of people saying this can be done ?</p>
<p>Any ideas how it can be done with the 2-way-iScroll ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

