My Blog Title Here

November 28, 2008

What can I do for people who have Javascript turned off so they can’t use menu site web

Filed under: Uncategorized — Tags: , — admin @ 10:15 pm

Q:

I know this must be somewhere in your support information but I
can’t find it. Can you tell me something I could do for people who
have Javascript turned off so they can at least use my base menu site web
(not the submenus).

A:

When your security settings in IE doesn’t allow Javascript on
pages you load you can’t see a dynamic page content.

There is no way to enable these preferences automatically, in other
case there are no reasons to create security preferences.

Please, try to use search engine friendly code you’ll see all your
links.

You can generate search engine friendly code.
Deluxe Menu is a search engine friendly menu site web since v1.12.
To create a search engine friendly menu you should add additional html code within your html page:

<div id=”dmlinks”>
<a href=”menu_link1″>menu_item_text1</a>
<a href=”menu_link2″>menu_item_text2</a>
…etc.

To generate such a code use Deluxe Tuner application.
You can find this GUI in the trial package.
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).

September 7, 2008

Is there a way I can include menu site web parameters in a separate file?

Filed under: Uncategorized — Tags: , — admin @ 2:15 pm

Q:

Is there a way I can do an include of a separate file that would contain the

     var menuItems = [];

A:

You can delete var menuItems = []; and dm_init(); from your data.js
file and paste it into your html page or in the other file.

You should call at first data.js file with the menu site web parameters and than
menuItems = []; and dm_init();.

August 31, 2008

I have several questions about menu site web.

Filed under: Uncategorized — Tags: , — admin @ 1:35 am

Q:

I have started with the deluxe - looks a little more confusing, but I will
persist.

Just to confirm that this is right for me.
1) Will deluxe load quickly?.
2) Will it work with most browsers? Or will user need to download some sort
of java file?
3) Can I use it with dreamweaver?

A:

1) Deluxe Menu generally loads faster than other page elements.
It is possible that the speed of showing the menu can be lower if the menu site web is very large. But it doesn’t take so much time.

2) Deluxe Menu works fine in most of browsers on Windows OS, MAC OS, Linux/Unix OS.
More info you can find here:
http://deluxe-menu.com/browsers-info.html

You don’t have to install additional software.
Your customer should change security settings in IE to allow Javascript on pages he loads.

When your security settings in IE doesn’t allow Javascript on
pages you load you can’t see a dynamic page content.

There is no way to enable these preferences automatically, in other
case there are no reasons to create security preferences.

3) Deluxe Menu wasn’t developed as Dreamweaver/Frontpage extension,
BUT you can use it as standard Javascript files. To install the menu
into your html page:

1. open the page in Dreamweaver/Frontpage
2. open html source code of the page
3. add several rows of code (<script> tags), For info see:
http://deluxe-menu.com/installation-info.html

That’s all.
To create and configure your menu site web use Deluxe Tuner application
(included into the trial package):
http://deluxe-menu.com/deluxe-tuner-info.html

August 27, 2008

I do not understand the instructions for inserting your menu site web into a site

Filed under: Uncategorized — Tags: , — admin @ 6:40 pm

Q:

I am trying to update a website using a deluxe-menu, but I do not understand the
instructions for inserting it into a framed site. I have everything working,
and the menu site web is on the page. I just cannot figure out how to make the submenus
appear in another frame.

The website makes it sound like I need to alter the data.js file, but I do not
have any programs on my computer that will allow me to do so.

A:

You can open your data.js file in any text editor and add such line
dm_initFrame(”frmSet”, 0, 1, 0); instead of dm_init();

More info you can find here:
http://deluxe-menu.com/cross-frame-mode-sample.html

August 23, 2008

I would like to get rid of arrows in menu script, because there are no subitems.

Filed under: Uncategorized — Tags: , — admin @ 10:55 pm

Q:

I developed a little test menu script tree.
For the items “Aktivitaeten Auswahl” and “Kontakt Auswahl”
I have no subitems. The item line shows a little button with double
arrows.
I would like to get rid of these buttons, because there are no subitems.
How can I do that?

A:

You should create Individual XP Style and apply it for these items.
var tXPStyles = [
["tXPTitleBackColor=#D9DAE2","tXPTitleBackImg=data-quelle.files/xptitle2_s.gif", "tXPExpandBtn=data-quelle.files/right.gif,data-quelle.files/right.gif,data-quelle.files/right.gif,data-quelle.files/right.gif"],
];

Powered by WordPress