Make your website scream with excitement with Java!Written by Johnathan Wyka-Warzecha
Several years ago, Java was introduced. It was slow. Now, computers have beefed up, internet is a lot faster, and Java is a serious language. It can lower costs, and REALLY get people talking about your website! I'll cover:1) WHAT is Java, and how can it help me? 2) WHY Java NOW? 3) WHY is Java next BIG THING? 4) CONCLUSIONS . . . 1) WHAT is Java, and how can it help me? . . . Java is basically a programming language that can be integrated into browsers, and add spice to a website. One beautiful thing is its 'reusability', and 'ease of use'. For example -- I will use classic 'Lake' example, where you have a picture of a mountain on top of a lake, and water ripples. Before Java, you needed expensive graphics software and several hours to make it ripple. Using a Java applet, all you have to do is include something like: | | Spice Up Your Web Site with JavaScriptWritten by Shelley Lowery
JavaScript is a scripting language designed for use within a web page and/or on a web server. It is used to create special effects within a web page. Elements such as links, images and forms can be manipulated using this powerful technology.Unlike CGI scripts, JavaScript can be placed directly into your HTML code. It can also reside on your server and be called from a small code within your web page. This powerful scripting language can be used to create special effects on your web page such as link effects, mouseovers, image roll overs, navigational systems and much more. Here are a few great scripts to get you started: Navigation Bar This script is actually a combination of JavaScript and HTML better known as DHTML. It will enable you to have a mouseover navigational menu at top of your web page. When you place your mouse over main menu, a drop down menu will appear. As you move your mouse over drop down menu, each selection is highlighted. This navigation menu is very similar to menu used at Microsoft.com. http://www.brainjar.com/dhtml/navbar/index.html Dynamic Splash Screen If you've ever wanted to set up a splash screen for your web page, Dynamic Splash Screen will do just that. Splash pages can be used to tell your visitors a little bit about your site or whatever you'd like. The great thing about this script is that it is constructed using a single page. Once splash messages have been completed, script will navigate to URL of your choice. It also includes a link on splash page that says, "Skip Intro." Nice effect. http://www.dynamicdrive.com/dynamicindex3/dynamicsplash.htm Pausing Up and Down Menu Scroller This nice little script will enable you to have linked text that scrolls upwards and will pause between each message. You can choose to include a background image and customize background color and box size. This script provides a nice way to announce new additions to your site or whatever you'd like. http://www.dynamicdrive.com/dynamicindex2/crosstick.htm overLIB Create mouseover popup boxes for your text links. This great script can be used to include information about links, tips or whatever you'd like. It can create simple mouseover popup boxes or can even create a popup box that will stay open until user wants to close it. The boxes can also be displayed with or without a caption and colors can be customized. This is a great little script.
|