I love OO too so I definitely agree with that. Anyway, I'd be happy (not to mention honored) to contribute if I can. In my abundant spare time... OO is the way we want to go with this.
Search found 8 matches
- Fri Oct 03, 2003 11:07 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: dynamically generate site-index from menu_data.js ?
- Replies: 9
- Views: 6344
- Fri Oct 03, 2003 10:26 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: dynamically generate site-index from menu_data.js ?
- Replies: 9
- Views: 6344
rough first draft link generator. (don't laugh)
Hey Andy,
This seems to work with my menu_data.js. However, it really hasn't been tested with any kind of rigor. It certainly hasn't been subjected to real XP style unit testing or anything like that. It's sure to break if it encounters anything odd.
Also, it only parses out bare urls and has no ...
This seems to work with my menu_data.js. However, it really hasn't been tested with any kind of rigor. It certainly hasn't been subjected to real XP style unit testing or anything like that. It's sure to break if it encounters anything odd.
Also, it only parses out bare urls and has no ...
- Thu Oct 02, 2003 7:09 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: dynamically generate site-index from menu_data.js ?
- Replies: 9
- Views: 6344
Geez, me and my big mouth, I'm just realizing how much work this could be. One minute into it, I'm thinking, ok, we have to ignore comments. So don't process lines beginning with zero or more whitespaces followed by //. OK, what about the multi-line comment syntax? If you encounter /* turn on a flag ...
- Thu Oct 02, 2003 4:51 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: dynamically generate site-index from menu_data.js ?
- Replies: 9
- Views: 6344
dynamically generate site-index from menu_data.js ?
Sitting here thinking how to get search engines to index the site without me having to manually maintain two things instead of one every time a page is added/changed...
Has anyone out there written a script (e.g., in PHP) that parses a menu_data.js file and generates at least a crude site index for ...
Has anyone out there written a script (e.g., in PHP) that parses a menu_data.js file and generates at least a crude site index for ...
- Wed Sep 03, 2003 3:51 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: how to make font sizes equal
- Replies: 6
- Views: 5056
- Tue Sep 02, 2003 10:41 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: how to make font sizes equal
- Replies: 6
- Views: 5056
hmmmm (quest for equal point sizes cont'd)
a couple of hacks seem to correct this thing that I think of as a problem. one is comment out (or delete) the line fontsize="75%" in the style definition; the other is set it to an absolute value, e.g., fontsize=10pt
thanks again
thanks again
- Tue Sep 02, 2003 10:31 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: how to make font sizes equal
- Replies: 6
- Views: 5056
OK, this is what I have. Most of it is very familiar no doubt. I'm just cannibalizing the sample and morphing it into what I want. The main point is that every single menu definition says 'style=menuStyle;', yet the top-level menu items that don't point to nested menus, but directly to a URL instead ...
- Tue Sep 02, 2003 9:25 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: how to make font sizes equal
- Replies: 6
- Views: 5056
how to make font sizes equal
running version 5 on Mozilla 1.3.1 (Win2K) it seems that if a menu item is itself only a URL, then it is bigger than if it is just has a showmenu=subMenu in its aI() string.
If you follow me.
Any workarounds, or am I just being dense again?
Thanks!
If you follow me.
Any workarounds, or am I just being dense again?
Thanks!