Display Image onmouseover ToolTip

<h2>Display Image onmouseover</a>
<p><a class=”tooltiplink” href=”javascript:void(0)” onmouseover=”EnterContent(’ToolTip’,'Ellipse Tool’,'<img align=left src=http://biorust.com/classes/tooltips/ps-ellipse.gif border=1>The Ellipse Tool allows you to draw circles, ovals, and ellipses.’); Activate();” onmouseout=”deActivate()” alt=”">Ellipse Tool</a
></p>
<p>Source: <a href=”http://www.biorust.com/tutorials/detail/174/en/”>In addition, a good source of Tutorials PHOTOSHOP    FLASH    ILLUSTRATOR</p>
<pre>
<script type=”text/javascript”>
/* <![CDATA[ */

var initialize = false;
var ContentInfo = '';
var ToolTip;
var pos = new Array(2);
pos[0] = 0;
pos[1] = 0;
var topColor = “#EFF2E0″
var subColor [...]

No Comments »Filed under: JavaScriptPosted on August 5th, 2008

JavaScript Book | eloquentjavascript | Input hover

JavaScript Book | eloquentjavascript
Marijn Haverbeke has put together an online book titled Eloquent JavaScript that not only has some nice content, but incorporates an integrated interface for editing and running example programs.
Introduction
Basic JavaScript: values, variables, and control flow
Functions
Data structures: Objects and Arrays
Error Handling
Functional Programming
Searching
Object-oriented Programming
Modularity

No Comments »Filed under: JavaScriptPosted on December 14th, 2007

Navigational Menus, Drop Down menus

Navigational Menus, Drop Down menus
QuickMenu is a new and unique solution for generating fast and feature rich drop down menus. An extensive in-page visual interface produces lightning fast pure CSS list based menus capable of functioning in browsers with their JavaScript disabled.

No Comments »Filed under: JavaScriptPosted on July 26th, 2007

Rotate Regular HTML Content Via DHTML

Rotate Regular HTML Content Via DHTML
One of the great pitfalls of using client side techniques, such as JavaScript, to display content on demand is the prerequisite that everything be contained in variables. This makes adding and updating the content very cumbersome.
An example would be inputting the messages to display in a JavaScript scroller — [...]

No Comments »Filed under: JavaScriptPosted on June 25th, 2007

Bookmark this page script

Bookmark this page
Bookmark this page JavaScript
/* This script and many more are available free online at The JavaScript Source :: http://javascript.internet.com Created by: Philip Myers :: http://virtualipod.tripod.com/bookmark.html */ function bookmark(url,title){ if ((navigator.appName == “Microsoft Internet Explorer”;) && (parseInt(navigator.appVersion) >= 4)) { window.external.AddFavorite(url,title); } else if (navigator.appName [...]

No Comments »Filed under: JavaScript, Web DevelopmentPosted on April 20th, 2007