<?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"
	>
<channel>
	<title>Comments for Candes Projects | Cristian Neagu - Web designer, developer</title>
	<atom:link href="http://www.candesprojects.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.candesprojects.com</link>
	<description>Hello from CandesProjects. My name is Cristian Neagu, I'm a web designer &#38; developer. This is my thoughts and ideas and what I've done in the last years. Feel free to look arround ...</description>
	<pubDate>Fri, 09 May 2008 15:03:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on Flickr horizontal menu by admin</title>
		<link>http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-181</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 04 May 2008 17:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-181</guid>
		<description>Yes, it does the same. 
Basic I just get the object $(”#nicemenu span.head_menu”) once, and applied the behaviors. What you suggest is to select the object twice and apply the behavior. If you do my way you save some power.</description>
		<content:encoded><![CDATA[<p>Yes, it does the same.<br />
Basic I just get the object $(”#nicemenu span.head_menu”) once, and applied the behaviors. What you suggest is to select the object twice and apply the behavior. If you do my way you save some power.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flickr horizontal menu by André Beaudry</title>
		<link>http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-180</link>
		<dc:creator>André Beaudry</dc:creator>
		<pubDate>Sun, 04 May 2008 15:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-180</guid>
		<description>Hi, I would like to know why :

$("#nicemenu span.head_menu").mouseover(function(){
        $(this).addClass('over')
})
.mouseout(function(){ 
    $(this).removeClass('over');    
});

does the same as 

$("#nicemenu span.head_menu").mouseover(function(){
        $(this).addClass('over')
});
$("#nicemenu span.head_menu").mouseout(function(){ 
        $(this).removeClass('over');
});


there something here with javascript syntaxe ??? 
I prefer writing explicite statement, but your version seam's to exploit a not decommented behaviour or I've got something to learn her ???

tx 
form St-Hippolyte / Québec</description>
		<content:encoded><![CDATA[<p>Hi, I would like to know why :</p>
<p>$(&#8221;#nicemenu span.head_menu&#8221;).mouseover(function(){<br />
        $(this).addClass(&#8217;over&#8217;)<br />
})<br />
.mouseout(function(){<br />
    $(this).removeClass(&#8217;over&#8217;);<br />
});</p>
<p>does the same as </p>
<p>$(&#8221;#nicemenu span.head_menu&#8221;).mouseover(function(){<br />
        $(this).addClass(&#8217;over&#8217;)<br />
});<br />
$(&#8221;#nicemenu span.head_menu&#8221;).mouseout(function(){<br />
        $(this).removeClass(&#8217;over&#8217;);<br />
});</p>
<p>there something here with javascript syntaxe ???<br />
I prefer writing explicite statement, but your version seam&#8217;s to exploit a not decommented behaviour or I&#8217;ve got something to learn her ???</p>
<p>tx<br />
form St-Hippolyte / Québec</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flickr horizontal menu by admin</title>
		<link>http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-179</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 04 May 2008 06:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-179</guid>
		<description>Try to change the z-index to the menu container in my example div #nicemenu. The first one should  have for ex. z-index:101 and the second one z-index:100. </description>
		<content:encoded><![CDATA[<p>Try to change the z-index to the menu container in my example div #nicemenu. The first one should  have for ex. z-index:101 and the second one z-index:100.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flickr horizontal menu by Sean</title>
		<link>http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-178</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sun, 04 May 2008 03:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-178</guid>
		<description>Hi, I have 2 menus on the same page, when I expand the top one, it will overlap the second one, the second one will show on top of sub_menu expanded from the first menu... I tried with css z-index, but it didn't work.</description>
		<content:encoded><![CDATA[<p>Hi, I have 2 menus on the same page, when I expand the top one, it will overlap the second one, the second one will show on top of sub_menu expanded from the first menu&#8230; I tried with css z-index, but it didn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flickr horizontal menu by admin</title>
		<link>http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-163</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 28 Apr 2008 06:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-163</guid>
		<description>Just replace in the source code the ".fadeIn()" with ".show()", everywhere.</description>
		<content:encoded><![CDATA[<p>Just replace in the source code the &#8220;.fadeIn()&#8221; with &#8220;.show()&#8221;, everywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flickr horizontal menu by Bill</title>
		<link>http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-162</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sun, 27 Apr 2008 20:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-162</guid>
		<description>Great script, I love it... But how can I change the fade in effect to no fade at all?</description>
		<content:encoded><![CDATA[<p>Great script, I love it&#8230; But how can I change the fade in effect to no fade at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flickr horizontal menu by admin</title>
		<link>http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-161</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 26 Apr 2008 15:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-161</guid>
		<description>It loads the latest version of jQuery.</description>
		<content:encoded><![CDATA[<p>It loads the latest version of jQuery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flickr horizontal menu by -CP-</title>
		<link>http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-160</link>
		<dc:creator>-CP-</dc:creator>
		<pubDate>Sat, 26 Apr 2008 12:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-160</guid>
		<description>What does this do? Why is it required?
http://code.jquery.com/jquery-latest.pack.js</description>
		<content:encoded><![CDATA[<p>What does this do? Why is it required?<br />
<a href="http://code.jquery.com/jquery-latest.pack.js" rel="nofollow">http://code.jquery.com/jquery-latest.pack.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flickr horizontal menu by admin</title>
		<link>http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-150</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 21 Apr 2008 07:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-150</guid>
		<description>Great! It looks good :)</description>
		<content:encoded><![CDATA[<p>Great! It looks good :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flickr horizontal menu by Federico</title>
		<link>http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-149</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Sun, 20 Apr 2008 20:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-149</guid>
		<description>Hi, I ported your nice menu to prototype. Those interested can find it here http://igorstravinskij.blogspot.com/2008/04/flickr-horizontal-menu-with-prototype.html</description>
		<content:encoded><![CDATA[<p>Hi, I ported your nice menu to prototype. Those interested can find it here <a href="http://igorstravinskij.blogspot.com/2008/04/flickr-horizontal-menu-with-prototype.html" rel="nofollow">http://igorstravinskij.blogspot.com/2008/04/flickr-horizontal-menu-with-prototype.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact me by Upgrading to Wordpress 2.5 &#124; Candes Projects &#124; Cristian Neagu - Web designer, developer</title>
		<link>http://www.candesprojects.com/contact/#comment-124</link>
		<dc:creator>Upgrading to Wordpress 2.5 &#124; Candes Projects &#124; Cristian Neagu - Web designer, developer</dc:creator>
		<pubDate>Wed, 02 Apr 2008 20:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/candesprojects/contact/#comment-124</guid>
		<description>[...] Contact    Hello from CandesProjects. My name is Cristian Neagu, I&#8217;m a web designer &#38; developer. This is my thoughts and ideas and what I&#8217;ve done in the last years. Feel free to look arround &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Contact    Hello from CandesProjects. My name is Cristian Neagu, I&#8217;m a web designer &amp; developer. This is my thoughts and ideas and what I&#8217;ve done in the last years. Feel free to look arround &#8230; [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 2.5 Interface Review by Upgrading to Wordpress 2.5 &#124; Candes Projects &#124; Cristian Neagu - Web designer, developer</title>
		<link>http://www.candesprojects.com/usability-seo/wordpress-2.5-interface-review/#comment-123</link>
		<dc:creator>Upgrading to Wordpress 2.5 &#124; Candes Projects &#124; Cristian Neagu - Web designer, developer</dc:creator>
		<pubDate>Wed, 02 Apr 2008 20:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/usability/wordpress-2.5-interface-review/#comment-123</guid>
		<description>[...] I made a WordPress 2.5 Interface Review I decided to upgrade my blog and to test &#8220;on live&#8221; the new improvements &#38; features. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I made a WordPress 2.5 Interface Review I decided to upgrade my blog and to test &#8220;on live&#8221; the new improvements &amp; features. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Same idea, same design by admin</title>
		<link>http://www.candesprojects.com/blogging/same-idea-same-design/#comment-122</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 02 Apr 2008 18:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/blogging/same-idea-same-design/#comment-122</guid>
		<description>Ok, if you read the comments below you will see that people actually agree with me. They have changed the colors after this post.



&lt;strong&gt;End of comments for this post!&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Ok, if you read the comments below you will see that people actually agree with me. They have changed the colors after this post.</p>
<p><strong>End of comments for this post!</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Same idea, same design by Mohodin</title>
		<link>http://www.candesprojects.com/blogging/same-idea-same-design/#comment-121</link>
		<dc:creator>Mohodin</dc:creator>
		<pubDate>Wed, 02 Apr 2008 18:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/blogging/same-idea-same-design/#comment-121</guid>
		<description>The other website, although having wooden background rounded boxes and black colors is not identical to your website. You could say it was inspired by your website but certainly it is not same. At least that my viewing of the website today, 2nd of April 08.

You cannot copyright the rounded boxes and wooden background. This guy's wooded background is back and different from yours. So you have nothing to complain about I am afraid.</description>
		<content:encoded><![CDATA[<p>The other website, although having wooden background rounded boxes and black colors is not identical to your website. You could say it was inspired by your website but certainly it is not same. At least that my viewing of the website today, 2nd of April 08.</p>
<p>You cannot copyright the rounded boxes and wooden background. This guy&#8217;s wooded background is back and different from yours. So you have nothing to complain about I am afraid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Same idea, same design by gregriffin</title>
		<link>http://www.candesprojects.com/blogging/same-idea-same-design/#comment-120</link>
		<dc:creator>gregriffin</dc:creator>
		<pubDate>Tue, 01 Apr 2008 16:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/blogging/same-idea-same-design/#comment-120</guid>
		<description>Blah, your wood background is another rip from http://www.shanemielke.com/graphics_06/bg_wood.jpg with a little editing using brightness &#38; contrast, they know about that anyway.</description>
		<content:encoded><![CDATA[<p>Blah, your wood background is another rip from <a href="http://www.shanemielke.com/graphics_06/bg_wood.jpg" rel="nofollow">http://www.shanemielke.com/graphics_06/bg_wood.jpg</a> with a little editing using brightness &amp; contrast, they know about that anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flickr horizontal menu by Herr.Vorragend</title>
		<link>http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-119</link>
		<dc:creator>Herr.Vorragend</dc:creator>
		<pubDate>Tue, 01 Apr 2008 13:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/downloads/flickr-horizontal-menu/#comment-119</guid>
		<description>Hi,
sorry. I don't want to bother you. :-) 
But do you already have a prototype-solution? Would be very nice of you. Thank you.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
sorry. I don&#8217;t want to bother you. :-)<br />
But do you already have a prototype-solution? Would be very nice of you. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 2.5 Interface Review by Nate Westheimer</title>
		<link>http://www.candesprojects.com/usability-seo/wordpress-2.5-interface-review/#comment-103</link>
		<dc:creator>Nate Westheimer</dc:creator>
		<pubDate>Thu, 27 Mar 2008 22:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/usability/wordpress-2.5-interface-review/#comment-103</guid>
		<description>I think the new interface is quite an improvement and I also agree that it's good to release design concepts and get feedback. I'm looking forward to updating my blog!</description>
		<content:encoded><![CDATA[<p>I think the new interface is quite an improvement and I also agree that it&#8217;s good to release design concepts and get feedback. I&#8217;m looking forward to updating my blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Same idea, same design by Nate Westheimer</title>
		<link>http://www.candesprojects.com/blogging/same-idea-same-design/#comment-102</link>
		<dc:creator>Nate Westheimer</dc:creator>
		<pubDate>Thu, 27 Mar 2008 22:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/blogging/same-idea-same-design/#comment-102</guid>
		<description>This happens so much and it sucks. I'm glad to see you got attention to this. People should be called out for copying.

Enjoy vacation!</description>
		<content:encoded><![CDATA[<p>This happens so much and it sucks. I&#8217;m glad to see you got attention to this. People should be called out for copying.</p>
<p>Enjoy vacation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Same idea, same design by admin</title>
		<link>http://www.candesprojects.com/blogging/same-idea-same-design/#comment-101</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 26 Mar 2008 22:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/blogging/same-idea-same-design/#comment-101</guid>
		<description>Yes, if you check the website you will see that they changes the color and some elements today ....</description>
		<content:encoded><![CDATA[<p>Yes, if you check the website you will see that they changes the color and some elements today &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Same idea, same design by Mihai</title>
		<link>http://www.candesprojects.com/blogging/same-idea-same-design/#comment-99</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Wed, 26 Mar 2008 15:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/blogging/same-idea-same-design/#comment-99</guid>
		<description>Well, I think the wood from this page is the best. It's neat ;)</description>
		<content:encoded><![CDATA[<p>Well, I think the wood from this page is the best. It&#8217;s neat ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
