Hi my friends, I've been working on the design and functionality of http://www.tutorialsroom.com/ Please tell me what you think, thank you!
You've got some great tutorial links in there (that apple thing is impressive ). I have a few suggestions: - The right menu has + and - icons. Try to make these dynamic (a tree menu). It's real easy to do. - The Google ads are huge. What I'd do if I were you is on each tutorial page, I'd add a bigger image of the final result of the tutorial, and I'd place the ad beside it, not on top of it (I actually have to scroll to get to the link). Good luck.
Thank you all for your nice words It's dynamic and tree menu, the + icon is for folded and - when unfolded Nice suggestion, thank you.
Well what I meant is dynamic with JavaScript (sorry I wasn't clearer), so you don't have to load a new page for the menu to fold/unfold, as it is now. The basic idea is that all the submenus are loaded with the page, but they're all hidden except for the unfolded one (style.display="none"). Then when unfolding, you hide the previous one to show the new one. At least it's one way to do it.