Go Back   CodingForums.com > :: Client side development > JavaScript programming > Post a JavaScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Old 07-05-2004, 06:48 AM   PM User | #1
cagrET
New Coder

 
Join Date: Jul 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
cagrET is an unknown quantity at this point
XulMenu - windows like menu

Hello everyone!

I've just finished XulMenu, a windows like menu with unlimited nesting, horizontal or vertical. Behaviour, structure & presentation are seperated. It is search engine friendly and free even for commercial use.

Demo 1 (horizontal): http://gosu.pl/demo/mygosumenu/1.4/example1.html
Demo 2 (vertical): http://gosu.pl/demo/mygosumenu/1.4/example2.html

Download: http://sourceforge.net/project/showf...kage_id=105852

Hope you like it!
cagrET is offline   Reply With Quote
Old 07-21-2004, 05:00 PM   PM User | #2
jbot
Senior Coder

 
Join Date: Feb 2004
Location: Edinburgh
Posts: 1,352
Thanks: 0
Thanked 0 Times in 0 Posts
jbot is an unknown quantity at this point
pretty cool, but they'd have been better if they remained static as the page scrolls.

for the 2nd example that would be more important and somewhat easier to accomplish, by using a fixed position div.

* just some thoughts *
jbot is offline   Reply With Quote
Old 07-23-2004, 12:35 PM   PM User | #3
GeForce
New Coder

 
Join Date: Mar 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
GeForce is an unknown quantity at this point
Hi cagrET,

Just a thought, would it be OK if I were to put this script on my site so it is available for download?

See the site here: http://www.livescripts.net - Over 300 Free Scripts & Extensive Scripting Tutorials

Thanks,

Jon
__________________
====================
Jon
====================
GeForce is offline   Reply With Quote
Old 07-23-2004, 05:11 PM   PM User | #4
cagrET
New Coder

 
Join Date: Jul 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
cagrET is an unknown quantity at this point
GeForce: sure, no problem. It is under BSD license (it's quite short) and as you can read, you can do mostly everything with it
cagrET is offline   Reply With Quote
Old 07-23-2004, 06:45 PM   PM User | #5
GeForce
New Coder

 
Join Date: Mar 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
GeForce is an unknown quantity at this point
Hi cagrET and thanks. However the SourceForge download gives a 404.

Jon

EDIT: OK it works fine now
__________________
====================
Jon
====================

Last edited by GeForce; 07-23-2004 at 07:04 PM..
GeForce is offline   Reply With Quote
Old 07-23-2004, 10:32 PM   PM User | #6
hemebond
Senior Coder

 
Join Date: Jul 2004
Location: New Zealand
Posts: 1,315
Thanks: 0
Thanked 2 Times in 2 Posts
hemebond is an unknown quantity at this point
  1. There is already a markup language called XUL. It was created my Mozilla for their interfaces;
  2. by not using lists, the navigation is not semantic at all;
  3. without style sheets, it is difficult to see the hierarchy of the menu; and
  4. with Javascript disabled, the menu is unsuable.
hemebond is offline   Reply With Quote
Old 07-23-2004, 11:03 PM   PM User | #7
cagrET
New Coder

 
Join Date: Jul 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
cagrET is an unknown quantity at this point
1) Yeah I know and I called it like that because it sounds ql http://phppatterns.com/xul/ - open this in Mozilla, it is a xul menu, they are similar, right ?
2) It is really not a problem, you can use lists, the parser is quite flexbile, you can replace DIV with UL, LI etc
3) Explained in 2, it can be easily changed.
4) It is very easy to change, just remove visibility: hidden & z-index from .section in css, and assign it in javascript when parsing the structure of the menu - 1 line of code to add. Btw if you disable javascript, then why not disable css It will be visible then.
3) & 4) The real xul menu works only in Mozilla, this works on IE 5.0+, Mozilla, Opera, Safari and more (95% of browsers). What is the problem ? Does it mean that the XUL technologyl sux because it runs only on 5% of browsers ? I was coding it mainly in mind of using it in some Dynamic Web Application. It is not meant to run on Netscape 4, it is search engine friendly and usable in text-browsers.
cagrET is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:53 AM.

Home - Contact Us - Archives - Link to CF - Resources - Top 

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.