Comments on: Implementation Focus: Genius.com http://yuiblog.com/blog/2007/02/06/genius/ News and Artilces about Designing and Developing with Yahoo! Libraries. Fri, 05 Dec 2008 03:19:05 +0000 http://wordpress.org/?v=2.3.3 By: Eric Miraglia http://yuiblog.com/blog/2007/02/06/genius/#comment-47884 Eric Miraglia Tue, 13 Feb 2007 08:14:33 +0000 http://yuiblog.com/blog/2007/02/06/genius/#comment-47884 @sreekanth: Head over to the <a href="http://tech.groups.yahoo.com/group/ydn-javascript/" rel="nofollow">YUI Forums</a> where you can post your question to the YUI community. Be sure to search the forums for similar questions and possible answers before you post yours, and don't forget to read the <a href="http://developer.yahoo.com/yui/menu" rel="nofollow">Menu Control</a> documentation carefully before posting your question. Note that there's <a href="http://yuiblog.com/blog/2007/01/02/video-kloots-menu/" rel="nofollow">a video presentation by YUI Menu author Todd Kloots</a> available for your review as well...lots of good places to learn about Menu. Regards, -Eric @sreekanth: Head over to the YUI Forums where you can post your question to the YUI community. Be sure to search the forums for similar questions and possible answers before you post yours, and don’t forget to read the Menu Control documentation carefully before posting your question. Note that there’s a video presentation by YUI Menu author Todd Kloots available for your review as well…lots of good places to learn about Menu. Regards, -Eric

]]>
By: sreekanth http://yuiblog.com/blog/2007/02/06/genius/#comment-47821 sreekanth Tue, 13 Feb 2007 06:38:52 +0000 http://yuiblog.com/blog/2007/02/06/genius/#comment-47821 I'm trying to create a menubar and its submenu dynamically. Its like this i'm getting my submenuItems and url and target from Database. The whole thing is coming as an ArayList. After that i'm creating seperate array for itemdata, url, target. and i'm trying to create menubar and submenu Item with that Array. But the problem is that i can only able to create submenu items in the menubar, no way to attach url,submenu and target with it. Please give me some idea to add url,target,submenu,submenu under submenu to the menu bar item. I’m trying to create a menubar and its submenu dynamically. Its like this i’m getting my submenuItems and url and target from Database. The whole thing is coming as an ArayList. After that i’m creating seperate array for itemdata, url, target. and i’m trying to create menubar and submenu Item with that Array. But the problem is that i can only able to create submenu items in the menubar, no way to attach url,submenu and target with it. Please give me some idea to add url,target,submenu,submenu under submenu to the menu bar item.

]]>
By: Jason http://yuiblog.com/blog/2007/02/06/genius/#comment-43956 Jason Wed, 07 Feb 2007 02:29:55 +0000 http://yuiblog.com/blog/2007/02/06/genius/#comment-43956 I for one really appreciate the work that goes into YUI. As someone who uses it on a day-to-day basis, it is by far the best Javascript library I have ever used. It really is extensible - many times I have used the prototypical nature of Javascript to make YUI do things I never thought it could before. Every time someone is interviewed for the "Implementation focus" case study series, it is simply yet another support of my belief that this is the way building a web app was supposed to be. I for one really appreciate the work that goes into YUI. As someone who uses it on a day-to-day basis, it is by far the best Javascript library I have ever used. It really is extensible - many times I have used the prototypical nature of Javascript to make YUI do things I never thought it could before. Every time someone is interviewed for the “Implementation focus” case study series, it is simply yet another support of my belief that this is the way building a web app was supposed to be.

]]>
By: michele http://yuiblog.com/blog/2007/02/06/genius/#comment-43730 michele Tue, 06 Feb 2007 21:20:49 +0000 http://yuiblog.com/blog/2007/02/06/genius/#comment-43730 "What holes has Jack’s work filled for you?" - Jack's Element class is very useful and allows you to easily manipulate an element (removing it, toggling it...). I must confess that ATM I don't need every method it provides but just a bunch (like remove, insertBefore, insertAfter, toggle) so adding these methods (that are really helpful) to YAHOO.util.DOM will be enough for me - DomHelper really rocks, can't live without it - DomQuery will rock as much as DomHelper (I'm just waiting for an official release) Other: - a YAHOO.util.JSON.load and YAHOO.util.JSON.dump class could be very handy IMHO Thanks for the great work, I love YUI! “What holes has Jack’s work filled for you?”

- Jack’s Element class is very useful and allows you to easily manipulate an element (removing it, toggling it…). I must confess that ATM I don’t need every method it provides but just a bunch (like remove, insertBefore, insertAfter, toggle) so adding these methods (that are really helpful) to YAHOO.util.DOM will be enough for me
- DomHelper really rocks, can’t live without it
- DomQuery will rock as much as DomHelper (I’m just waiting for an official release)

Other:
- a YAHOO.util.JSON.load and YAHOO.util.JSON.dump class could be very handy IMHO

Thanks for the great work, I love YUI!

]]>