Search found 8 matches

by vtb
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: 6078

... OO is the way we want to go with this.
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 :} You can contact dmintz@davidmintz.org any time.
by vtb
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: 6078

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 ...
by vtb
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: 6078

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 ...
by vtb
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: 6078

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 ...
by vtb
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: 4821

Shes always using the same style so it would be the same.
So it seemed to me, too. I was starting to get more confused 8)
Do you have any CSS files linked into the page that change the way your <a> tags look?
No, not yet. Good point though -- I'll keep it in mind
Also comment out the header ...
by vtb
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: 4821

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
by vtb
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: 4821

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 ...
by vtb
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: 4821

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!