<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for malihu</title>
	
	<link>http://manos.malihu.gr</link>
	<description>&lt;web design /&gt;</description>
	<lastBuildDate>Wed, 22 Feb 2012 08:03:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForMalihu" /><feedburner:info uri="commentsformalihu" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Cursor following menu by ChGvP</title>
		<link>http://feedproxy.google.com/~r/CommentsForMalihu/~3/yVZafqUrRLA/cursor-following-menu</link>
		<dc:creator>ChGvP</dc:creator>
		<pubDate>Wed, 22 Feb 2012 08:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=352#comment-7204</guid>
		<description>Hi malihu,

first of all - great tutorials and thanks for sharing. I like your menu very much.
I'm relaunching my site - test at www.foto-ll.de/slide - in the next days and want to use it for navigating my site.
But I want some extra behaviors and need some help. And I'm not the javascript pro - I can change only few and obvious things

First, I want the menu only on the right side of the screen, because I want to display some texts on the left side and they shouldn't be covered by the menu. At the moment I keep it at the top of the page by fixing the posY variable, which is nice , too. But I want to define an area  for limiting the menu movement.

Secondly, is it possible to open them menu by "onmousemove"?

Do you have  any suggestions?


Thanks in advance for your help
Chris</description>
		<content:encoded><![CDATA[<p>Hi malihu,</p>
<p>first of all &#8211; great tutorials and thanks for sharing. I like your menu very much.<br />
I&#8217;m relaunching my site &#8211; test at <a href="http://www.foto-ll.de/slide" rel="nofollow">http://www.foto-ll.de/slide</a> &#8211; in the next days and want to use it for navigating my site.<br />
But I want some extra behaviors and need some help. And I&#8217;m not the javascript pro &#8211; I can change only few and obvious things</p>
<p>First, I want the menu only on the right side of the screen, because I want to display some texts on the left side and they shouldn&#8217;t be covered by the menu. At the moment I keep it at the top of the page by fixing the posY variable, which is nice , too. But I want to define an area  for limiting the menu movement.</p>
<p>Secondly, is it possible to open them menu by &#8220;onmousemove&#8221;?</p>
<p>Do you have  any suggestions?</p>
<p>Thanks in advance for your help<br />
Chris</p>
]]></content:encoded>
	<feedburner:origLink>http://manos.malihu.gr/cursor-following-menu#comment-7204</feedburner:origLink></item>
	<item>
		<title>Comment on jquery custom content scroller by Justin Clark</title>
		<link>http://feedproxy.google.com/~r/CommentsForMalihu/~3/CTZSLr9g9Mw/jquery-custom-content-scroller</link>
		<dc:creator>Justin Clark</dc:creator>
		<pubDate>Mon, 20 Feb 2012 21:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=197#comment-7196</guid>
		<description>Great plugin! I'm having an issue though:

I can't get it to work with JQuery UI Tabs. It seems that whatever tab is shown when the slider loads will display it properly, but it's broken on every other tab.

&lt;a href="http://dev.thehoochlife.com/whiskeyguidedev/whiskey-guide.html" rel="nofollow"&gt;Example here&lt;/a&gt;

Click between Bourbon and Tennessee to see the problem. If I load the page then quickly switch to Tennessee, that slider with work fine but Bourbon will be broken.

Any help would be greatly appreciated!</description>
		<content:encoded><![CDATA[<p>Great plugin! I&#8217;m having an issue though:</p>
<p>I can&#8217;t get it to work with JQuery UI Tabs. It seems that whatever tab is shown when the slider loads will display it properly, but it&#8217;s broken on every other tab.</p>
<p><a href="http://dev.thehoochlife.com/whiskeyguidedev/whiskey-guide.html" rel="nofollow">Example here</a></p>
<p>Click between Bourbon and Tennessee to see the problem. If I load the page then quickly switch to Tennessee, that slider with work fine but Bourbon will be broken.</p>
<p>Any help would be greatly appreciated!</p>
]]></content:encoded>
	<feedburner:origLink>http://manos.malihu.gr/jquery-custom-content-scroller#comment-7196</feedburner:origLink></item>
	<item>
		<title>Comment on SIDEWAYS – jQuery fullscreen image gallery by Rama Diouf</title>
		<link>http://feedproxy.google.com/~r/CommentsForMalihu/~3/meW059NzEZA/sideways-jquery-fullscreen-image-gallery</link>
		<dc:creator>Rama Diouf</dc:creator>
		<pubDate>Mon, 20 Feb 2012 13:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=267#comment-7194</guid>
		<description>So sorry, I'm sooo late to answer ^^'

&lt;code&gt;
//Use mouse to move the image up and down
  $bg.bind('mousemove',function(e){
    var $mouseCoords = (e.pageY - this.offsetTop);
    var $mousePercentY = $mouseCoords/$(document).height();
    var $top = ($mousePercentY*$bgimg.height());
    if ($top &lt; 0){$top = 0;}
    $(document).scrollTop(0);
    $bg.scrollTop($top);
  });
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>So sorry, I&#8217;m sooo late to answer ^^&#8217;</p>
<p><code><br />
//Use mouse to move the image up and down<br />
  $bg.bind('mousemove',function(e){<br />
    var $mouseCoords = (e.pageY - this.offsetTop);<br />
    var $mousePercentY = $mouseCoords/$(document).height();<br />
    var $top = ($mousePercentY*$bgimg.height());<br />
    if ($top &lt; 0){$top = 0;}<br />
    $(document).scrollTop(0);<br />
    $bg.scrollTop($top);<br />
  });<br />
</code></p>
]]></content:encoded>
	<feedburner:origLink>http://manos.malihu.gr/sideways-jquery-fullscreen-image-gallery#comment-7194</feedburner:origLink></item>
	<item>
		<title>Comment on jquery custom content scroller by Ton Gregorio</title>
		<link>http://feedproxy.google.com/~r/CommentsForMalihu/~3/GwuQ3DFohBI/jquery-custom-content-scroller</link>
		<dc:creator>Ton Gregorio</dc:creator>
		<pubDate>Mon, 20 Feb 2012 12:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=197#comment-7193</guid>
		<description>Thank you for creating this jquery scroller!

Used your scroller on a project I am currently working on..will let you know once launched!</description>
		<content:encoded><![CDATA[<p>Thank you for creating this jquery scroller!</p>
<p>Used your scroller on a project I am currently working on..will let you know once launched!</p>
]]></content:encoded>
	<feedburner:origLink>http://manos.malihu.gr/jquery-custom-content-scroller#comment-7193</feedburner:origLink></item>
	<item>
		<title>Comment on jquery custom content scroller by Gal</title>
		<link>http://feedproxy.google.com/~r/CommentsForMalihu/~3/x0fDi16kEMo/jquery-custom-content-scroller</link>
		<dc:creator>Gal</dc:creator>
		<pubDate>Mon, 20 Feb 2012 12:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=197#comment-7192</guid>
		<description>Just wanted to do the same, you saved me a few minutes. Thanks.</description>
		<content:encoded><![CDATA[<p>Just wanted to do the same, you saved me a few minutes. Thanks.</p>
]]></content:encoded>
	<feedburner:origLink>http://manos.malihu.gr/jquery-custom-content-scroller#comment-7192</feedburner:origLink></item>
	<item>
		<title>Comment on jquery floating menu by jquery floating menu » Web Design</title>
		<link>http://feedproxy.google.com/~r/CommentsForMalihu/~3/3YYHEr9WD0s/jquery-floating-menu</link>
		<dc:creator>jquery floating menu » Web Design</dc:creator>
		<pubDate>Mon, 20 Feb 2012 04:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=158#comment-7191</guid>
		<description>[...] jquery floating menu [...]</description>
		<content:encoded><![CDATA[<p>[...] jquery floating menu [...]</p>
]]></content:encoded>
	<feedburner:origLink>http://manos.malihu.gr/jquery-floating-menu#comment-7191</feedburner:origLink></item>
	<item>
		<title>Comment on Simple jQuery fullscreen image gallery by Sandra</title>
		<link>http://feedproxy.google.com/~r/CommentsForMalihu/~3/nHVyzfTaBHk/simple-jquery-fullscreen-image-gallery</link>
		<dc:creator>Sandra</dc:creator>
		<pubDate>Sun, 19 Feb 2012 23:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=260#comment-7190</guid>
		<description>Hey there!

very very nice! i really like it! thank you very much!

but i also have a question, but first: sorry for my english :)

ok, here is my question:
is it possible, and how, that there will wie shown content over the background image?
the text would also change like the background image. it would be below the shown image title.

i hope you understand what i mean :)

it would be really nice, if you could help me.

have a nice day!
sandra</description>
		<content:encoded><![CDATA[<p>Hey there!</p>
<p>very very nice! i really like it! thank you very much!</p>
<p>but i also have a question, but first: sorry for my english <img src='http://manos.malihu.gr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ok, here is my question:<br />
is it possible, and how, that there will wie shown content over the background image?<br />
the text would also change like the background image. it would be below the shown image title.</p>
<p>i hope you understand what i mean <img src='http://manos.malihu.gr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>it would be really nice, if you could help me.</p>
<p>have a nice day!<br />
sandra</p>
]]></content:encoded>
	<feedburner:origLink>http://manos.malihu.gr/simple-jquery-fullscreen-image-gallery#comment-7190</feedburner:origLink></item>
	<item>
		<title>Comment on SIDEWAYS – jQuery fullscreen image gallery by Olah Marcel</title>
		<link>http://feedproxy.google.com/~r/CommentsForMalihu/~3/hjVy5zfvvCs/sideways-jquery-fullscreen-image-gallery</link>
		<dc:creator>Olah Marcel</dc:creator>
		<pubDate>Sun, 19 Feb 2012 14:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=267#comment-7189</guid>
		<description>http://www.ardf.ro/side/
This is the website where the jquery sideways is used.
Please if you have ideas about this problems, help me out.</description>
		<content:encoded><![CDATA[<p><a href="http://www.ardf.ro/side/" rel="nofollow">http://www.ardf.ro/side/</a><br />
This is the website where the jquery sideways is used.<br />
Please if you have ideas about this problems, help me out.</p>
]]></content:encoded>
	<feedburner:origLink>http://manos.malihu.gr/sideways-jquery-fullscreen-image-gallery#comment-7189</feedburner:origLink></item>
	<item>
		<title>Comment on SIDEWAYS – jQuery fullscreen image gallery by Olah Marcel</title>
		<link>http://feedproxy.google.com/~r/CommentsForMalihu/~3/4GLPSjNG_Ng/sideways-jquery-fullscreen-image-gallery</link>
		<dc:creator>Olah Marcel</dc:creator>
		<pubDate>Sun, 19 Feb 2012 14:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=267#comment-7188</guid>
		<description>I use jquery dropkick and I have the following problems:
1. I can't scroll the select form options because it is scrolled the entire page (maybe conflict with the jquery mousewheel)
2. I can't close the select form only if I click on the select form (if I click anywhere else, the selct form simply don't close)</description>
		<content:encoded><![CDATA[<p>I use jquery dropkick and I have the following problems:<br />
1. I can&#8217;t scroll the select form options because it is scrolled the entire page (maybe conflict with the jquery mousewheel)<br />
2. I can&#8217;t close the select form only if I click on the select form (if I click anywhere else, the selct form simply don&#8217;t close)</p>
]]></content:encoded>
	<feedburner:origLink>http://manos.malihu.gr/sideways-jquery-fullscreen-image-gallery#comment-7188</feedburner:origLink></item>
	<item>
		<title>Comment on jquery floating menu by webipsum</title>
		<link>http://feedproxy.google.com/~r/CommentsForMalihu/~3/spjkh6xH4vE/jquery-floating-menu</link>
		<dc:creator>webipsum</dc:creator>
		<pubDate>Sun, 19 Feb 2012 13:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=158#comment-7187</guid>
		<description>malihu and friends.
I need something similar, but that the menu only appears on the top, after rolling a number of lines of the page.
Any tips or tutorial about it?
Thank you for your attention.</description>
		<content:encoded><![CDATA[<p>malihu and friends.<br />
I need something similar, but that the menu only appears on the top, after rolling a number of lines of the page.<br />
Any tips or tutorial about it?<br />
Thank you for your attention.</p>
]]></content:encoded>
	<feedburner:origLink>http://manos.malihu.gr/jquery-floating-menu#comment-7187</feedburner:origLink></item>
</channel>
</rss><!-- Dynamic page generated in 0.795 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-22 10:32:32 -->

