Connecting Tech Pros Worldwide Forums | Help | Site Map

AllWebMenus sale

Lisa Lasch
Guest
 
Posts: n/a
#1: Jul 20 '05
Hello,

for all those interested, let me bring to your attention that Likno
Software is having a 'sales week' so you can purchase AllWebMenus PRO
for creating your javascript menus with a 35% discount - for $39.95.

Best regards

Lisa Lasch
Likno Development Team



Lasse Reichstein Nielsen
Guest
 
Posts: n/a
#2: Jul 20 '05

re: AllWebMenus sale


lisa@likno.com (Lisa Lasch) writes:
[color=blue]
> for all those interested, let me bring to your attention that Likno
> Software is having a 'sales week' so you can purchase AllWebMenus PRO
> for creating your javascript menus with a 35% discount - for $39.95.[/color]

I'll just quote a few lines from this AllWebMenus:

Magic numbers:
---
awmIEMacOffsetX=10;
awmIEMacOffsetY=15;
awmIEMac4OffsetX=0;
awmIEMac4OffsetY=-21;
---
Using navigator object (and using 1 for true and 0 for false!):
---
var awmSupported=(navigator.appName + navigator.appVersion.substring(0,1)=="Netscape5" || document.all || document.layers || navigator.userAgent.indexOf('Opera')>-1)?1:0;
....
if (document.all) mpi=document.all['awmMenuPathImg-menu'].src;
if (document.layers) mpi=document.images['awmMenuPathImg-menu'].src;
if (navigator.appName + navigator.appVersion.substring(0,1)=="Netscape5" || navigator.userAgent.indexOf('Opera')>-1) mpi=document.getElementById('awmMenuPathImg-menu').src;
....
var nua=navigator.userAgent,scriptNo=(nua.indexOf('Saf ari')>-1 && parseFloat(navigator.productSub)<20030108)?7:(nua. indexOf('Gecko')>-1)?2:((document.layers)?3:((nua.indexOf('Opera')>-1)?4:((nua.indexOf('Mac')>-1)?5:((nua.indexOf('Konqueror')>-1)?6:1))));
---

I guess this commercial advertisement is allowed according to the FAQ.
That doesn't mean I have to like it :)

/L
--
Lasse Reichstein Nielsen - lrn@hotpop.com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
anybody
Guest
 
Posts: n/a
#3: Jul 20 '05

re: AllWebMenus sale


What is a good DOM tutorial. Any ideas out there?

I have written some basic DHTML drop down menus. But there are browser
compatibility issues (what else is new).

But i know there has to be a good book or web site w/ some tutorials on
this.

Also, I need a good site with the DOM for IE and NN preferably in chart
form.

I am surprised how little there is on DOM / DHTML.

Thanks.


"Lasse Reichstein Nielsen" <lrn@hotpop.com> wrote in message
news:ad6so33u.fsf@hotpop.com...[color=blue]
> lisa@likno.com (Lisa Lasch) writes:
>[color=green]
> > for all those interested, let me bring to your attention that Likno
> > Software is having a 'sales week' so you can purchase AllWebMenus PRO
> > for creating your javascript menus with a 35% discount - for $39.95.[/color]
>
> I'll just quote a few lines from this AllWebMenus:
>
> Magic numbers:
> ---
> awmIEMacOffsetX=10;
> awmIEMacOffsetY=15;
> awmIEMac4OffsetX=0;
> awmIEMac4OffsetY=-21;
> ---
> Using navigator object (and using 1 for true and 0 for false!):
> ---
> var awmSupported=(navigator.appName +[/color]
navigator.appVersion.substring(0,1)=="Netscape5" || document.all ||
document.layers || navigator.userAgent.indexOf('Opera')>-1)?1:0;[color=blue]
> ...
> if (document.all) mpi=document.all['awmMenuPathImg-menu'].src;
> if (document.layers) mpi=document.images['awmMenuPathImg-menu'].src;
> if (navigator.appName + navigator.appVersion.substring(0,1)=="Netscape5"[/color]
|| navigator.userAgent.indexOf('Opera')>-1)
mpi=document.getElementById('awmMenuPathImg-menu').src;[color=blue]
> ...
> var nua=navigator.userAgent,scriptNo=(nua.indexOf('Saf ari')>-1 &&[/color]
parseFloat(navigator.productSub)<20030108)?7:(nua. indexOf('Gecko')>-1)?2:((d
ocument.layers)?3:((nua.indexOf('Opera')>-1)?4:((nua.indexOf('Mac')>-1)?5:((
nua.indexOf('Konqueror')>-1)?6:1))));[color=blue]
> ---
>
> I guess this commercial advertisement is allowed according to the FAQ.
> That doesn't mean I have to like it :)
>
> /L
> --
> Lasse Reichstein Nielsen - lrn@hotpop.com
> DHTML Death Colors:[/color]
<URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>[color=blue]
> 'Faith without judgement merely degrades the spirit divine.'[/color]


Closed Thread