advertisement
javaboutique
Search Tips
Articles  |   Tutorials  |   Reviews  |   Tools  |   by Category  |   by Date  |   by Name  |   Submit  |   Source  |   Forums  |  
javaboutique
Browse DevX


Partners & Affiliates











advertisement

AnnounceIT


<APPLET CODE="announceit.class" CODEBASE="./" 
	ALIGN="BASELINE" WIDTH="468" HEIGHT="60">
<!-- Text Parameter -->
	<PARAM NAME="text_0" 
			VALUE="No more heavy Gifs ...">	
		<PARAM NAME="wait_0" VALUE="150">
		<PARAM NAME="fadeout_0" VALUE="blur">
	<PARAM NAME="text_1" 
			VALUE="AnnounceIT V0.5 Applet
			#is out !!">	
		<PARAM NAME="wait_1" VALUE="200">	
		<PARAM NAME="fadeout_1" VALUE="wind&right">
	<PARAM NAME="text_2" 
			VALUE="Save download time ...
			#... It's so easy">
		<PARAM NAME="wait_2" VALUE="150">
		<PARAM NAME="fadeout_2" VALUE="blood">	
	<PARAM NAME="text_3" 
			VALUE="... coming from JavaZOOM
			#http://javazoom.hypermart.net">
		<PARAM NAME="wait_3" VALUE="150">
		<PARAM NAME="fadeout_3" VALUE="fog&left">	
<!-- Font Parameters -->
	<PARAM NAME="fontname" VALUE="Courier">
	<PARAM NAME="fontsize" VALUE="24">
	<PARAM NAME="fontstyle" VALUE="bold">
	<PARAM NAME="fontcolor" VALUE="001166">
	<PARAM NAME="bgcolor" VALUE="FFFFFF">		
	<PARAM NAME="align" VALUE="center">		
	<PARAM NAME="valign" VALUE="center">
	<PARAM NAME="yspacing" VALUE="-5">	
<!-- Extra Parameters -->
	<PARAM NAME="timeout" VALUE="100">
</APPLET>

AnnounceIT v0.5 free Applet. No more heavy Gifs !. This Applet displays as many text messages as you need with different "fade out". AnnounceIt is very easy to install on your web page. You have to fill basic parameters for a simple use. Extra parameters are also available for advanced users. It is best viewed with IE 4.x or Netscape 4.x but it works under any java capable browser.

What 's HOT ?

  • Unlimited messages.
  • Height fade out effects.
  • Font customisation.
  • How to install AnnounceIT ?

    Download the complete demo package here (6.2 Ko - zip file) :

    First you have to copy annouceit.class in the directory of your web page. Then you have to fill the applet tag in the HTML source. The AnnounceIT example above is the result of :

    <APPLET CODE="announceit.class" CODEBASE="./" ALIGN="BASELINE" WIDTH="468" HEIGHT="60">

    <!-- Text Parameter -->
    <PARAM NAME="text_0" VALUE="No more heavy Gifs ...">
    <PARAM NAME="wait_0" VALUE="150">
    <PARAM NAME="fadeout_0" VALUE="blur">
    <PARAM NAME="text_1" VALUE="AnnounceIT V0.5 Applet#is out !!">
    <PARAM NAME="wait_1" VALUE="200">
    <PARAM NAME="fadeout_1" VALUE="wind&right">
    <PARAM NAME="text_2" VALUE="Save download time ...#... It's so easy">
    <PARAM NAME="wait_2" VALUE="150">
    <PARAM NAME="fadeout_2" VALUE="blood">
    <PARAM NAME="text_3" VALUE="... coming from JavaZOOM#http://javazoom.hypermart.net">
    <PARAM NAME="wait_3" VALUE="150">
    <PARAM NAME="fadeout_3" VALUE="fog&left">

    <!-- Font Parameters -->
    <PARAM NAME="fontname" VALUE="Courier">
    <PARAM NAME="fontsize" VALUE="24">
    <PARAM NAME="fontstyle" VALUE="bold">
    <PARAM NAME="fontcolor" VALUE="00FF77">
    <PARAM NAME="bgcolor" VALUE="001122">
    <PARAM NAME="align" VALUE="center">
    <PARAM NAME="valign" VALUE="center">
    <PARAM NAME="yspacing" VALUE="-5">

    <!-- Extra Parameters -->
    <PARAM NAME="timeout" VALUE="100">

    </APPLET>

    What are the PARAMETERS ?

    Basic Parameters :

    You can choose the width and the height of AnnounceIT Applet through the WIDTH and HEIGHT parameters.


    You must have ONE or more messages to display. You must fill in ALL parameters for each message !

    text_0 : Message displayed number 0.
    text_1 : Message displayed number 1.
    ..........
    .......... and so on.

    Each message could hold more than one line. You need to use # as a separator.

    fadeout_0 : Name of the fade out effect for message number 0.
    fadeout_1 : Message displayed number 1.
    ..........
    .......... and so on.
     
    Here is the list of fadeout effect :
  • blur (fuzzy effect)
  • fog&left (message disapears with right to left motion)
  • fog&right (message disapears with left to right motion)
  • wind&right (message is blown from left to right)
  • shadow&left (message vanishes from right to left)
  • blood (message falls)
  • iso (expanding effect)
  • puzzle (same as iso with a random effect)
  • wait_0 : Number of frame to wait while message 0 is displayed.
    wait_1 : Number of frame to wait while message 1 is displayed.
    ..........
    .......... and so on.


    Next, You can choose the fonts you want to use.

    fontname : Name of the font you want (e.g Helvetica, Courier, ...). Default is Helvetica
    fontsize : Size of the fonts. Default is 30.
    fontstyle : Style of the fonts (bold, plain, italic). Default is plain.
    align : Horizontal justification of text (left, center, right). Default is center.
    valign : Vertical justification of text (top, center, bottom). Default is center.
    yspacing : Space between lines in a message. It could be negative. Default is 0.
    fontcolor : Color (RRGGBB) of the fonts. Default is FFFFFF
    bgcolor : Background color (RRGGBB). Default is 000000
     

    Extra Parameters (for advanced users) :

    You can choose the number of frame per second through the fps parameter (default is 20).

    timeout parameter defines maximum wait time to reach the end of the fade out effect. Basically, the applet waits the effect has vanished but if the effet is iso or puzzle then the effect never vanish.


    Back to the AnnounceIT applet page

    How to Add Java Applets to Your Site

    New on the Java Boutique:

    New Review:

    Time Management Made Easy with the Quartz Enterprise Job Scheduler
    Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

    New Applet:

    Reverse Complement
    Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

    Elsewhere on internet.com:

    WebDeveloper Java
    Lots of Java information on webdeveloper.com

    WDVL Java
    Thorough Java resource at the Web Developer's Virtual Library.

    ScriptSearch Java
    Hundreds of free Java code files to download.

    jGuru: Your View of the Java Universe
    Customizable portal with online training, FAQs, regular news updates, and tutorials.

     Microsoft Visual Studio 2010 Showcase
     Avaya Developer Showcase
     MSDN Spotlight
     PHP for Windows Showcase
    XML error: undefined entity at line 39
    advertisement
    Receive Articles via our XML/RSS feed
    Receive Articles via our XML/RSS feed

    JavaBytes
    Internet Cyclone
    This powerful, easy-to-use, internet optimizer is for Windows 95, 98, ME, NT, 2000 and XP. It's designed to automatically optimize your Windows settings, boosting your Internet connection up to 200%.

    Windows 7: From Beta to Final Code in One Year
    Google Shows Off Chrome OS, Releases Source
    Microsoft Shows Off Silverlight 4, IE9 Plans
    Metasploit Expands Vulnerability Test Framework
    HyperCard Reborn?
    Fedora 12 Takes Aim at Linux Networking
    Top Supercomputer Nearly Doubles in Speed
    Fedora 12 Linux Tackles Virtualization
    Apple Gives iPhone Developers App Status Tracker
    Novell Sets OpenSUSE 11.2 Free

    Creating Custom Export Filters for StarOffice with XSLT
    WPF Wonders: Using DataTemplates
    Crystal Reports Family Offers Options for Developers
    Avaya Aura Session Manager video
    Avaya Aura Overview video
    Exploring HTML 5's Audio/Video Multimedia Support
    Overriding Virtual Functions? Use C++0x Attributes to Avoid Bugs.
    Understanding the Cloud Computing Security Vulnerabilities
    Cisco and IBM Target a Greener World
    Upgrade to Visual Studio 2010 with the Ultimate Offer

    Advertising Info  |   Member Services  |   Contact Us  |   Help  |   Feedback  |   Site Map  |   Network Map  |   About

    internet.commediabistro.comJusttechjobs.comGraphics.com

    Search:

    WebMediaBrands Corporate Info

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs