/    Sign up×
Community /Pin to ProfileBookmark

Header with Anfy water Java loading;

Hello all again- I have been playing with the Anfy Java effects on my website but I need some input from others so I can decide whether or not to keep it. When you view this site; [url]http://www3.telus.net/public/catfish/testingjava.html[/url]

  • 1.

    Does it take too long to load the header?

  • 2.

    If someone doesn’t have Java enabled and they [b]don’t want to [/b] can they just see the normal header image? ([b]I want them to see the image [/b] and not have to install or enable java) not sure how to change the code to make this happen.

  • 3.

    is it too distracting? I happen to think it is very subtle but I just dont know,

  • The web site address is here if you wouldn’t mind looking at it and give some comments. I have viewed it on as many other computers as I can to see the difference.
    [url]http://www3.telus.net/public/catfish/testingjava.html[/url]

    Once again Thanks

    to post a comment
    JavaScript

    1 Comments(s)

    Copy linkTweet thisAlerts:
    @cootheadMay 06.2007 — Hi there catfish,
    [color=navy]Does it take too long to load the header?[/color][/quote]
    No problems for me. ?

    The [b]applet element[/b] is deprecated and the [b]object element[/b] should be used instead, if you require your code to validate, as in this example...
    [color=navy]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <title>object instead of applet</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

    </head>
    <body>

    <div>
    <object classid="java:AnWater.class" codebase="#" codetype="application/x-java-applet" width="700" height="175">

    <!--[if IE]>
    <object classid="clsid:CAFEEFAC-0014-0002-0000-ABCDEFFEDCBA" width="700" height="175">
    <param name="code" value="AnWater.class"/>
    <![endif]-->

    <param name="credits" value="Applet by Fabio Ciucci (www.anfyteam.com)"/>
    <param name="res" value="1"/>
    <param name="image" value="fish_banner.jpg"/>
    <param name="light" value="yes"/>
    <param name="minlight" value="0"/>
    <param name="maxlight" value="100"/>
    <param name="autodesign" value="yes"/>
    <param name="density" value="5"/>
    <param name="fishnum" value="0"/>
    <param name="cross" value="no"/>
    <param name="crossfactor" value="30"/>
    <param name="rainsize" value="0"/>
    <param name="rainfactor" value="10"/>
    <param name="srainsize" value="0"/>
    <param name="srainfactor" value="10"/>
    <param name="fixdrop" value="no"/>
    <param name="fixdropX" value="0"/>
    <param name="fixdropY" value="0"/>
    <param name="fixdropS" value="0"/>
    <param name="fixdropF" value="0"/>
    <param name="pressure" value="400"/>
    <param name="fluidmode" value="water"/>
    <param name="interactive" value="yes"/>
    <param name="overimg" value="no"/>
    <param name="overimgX" value="0"/>
    <param name="overimgY" value="0"/>
    <param name="textscroll" value="no"/>
    <param name="regcode" value="no"/>
    <param name="reglink" value="no"/>
    <param name="regnewframe" value="no"/>
    <param name="regframename" value="_blank"/>
    <param name="statusmsg" value="Water applet"/>
    <param name="memdelay" value="1000"/>
    <param name="priority" value="3"/>
    <param name="MinSYNC" value="10"/>[color=red]
    <img src="fish_banner.jpg" alt=""/>[/color]
    </object>
    </div>

    </body>
    </html>
    [/color]

    For those with java disabled or not installed add your [b]fish_banner.jpg[/b] image as highlighted.
    [color=navy]Is it too distracting? I happen to think it is very subtle but I just dont know,[/color][/quote]
    It does not really effect me one way or the other but then I have seen my fair share of applets. ?

    [i]coothead[/i]
    ×

    Success!

    Help @catfish spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 6.17,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @nearjob,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,
    )...