Featured Article
MoochCallout - The Simplest Javascript/CSS Callout on the Web.
Introduction
As a developer myself I was tasked with changing all popup windows into callouts. As any developer would do, I searched the web relentlessly, evaluating each method I found while weighing the pros and cons of each. I soon realized that all these methods are heavy and all I really need is a simple Javascript/CSS Callout, so I wrote one myself. Enjoy MoochCallout.
Explanation
The code is self expanatory with no bells or whistles to get in the way of functionality (a pet pieve of mine).
The core concept is as follows: A link has an onclick event that calls a javascript function, MyCallout_link_click. This function is specific to this callout because it will set the CSS class of the DIV with the ID MoochCallout_Container, to MoochCallout_Container. Each time the link is clicked the toggler funcion will alternate the class name from "none" to "MoochCallout_Contaner", esentially showing and hiding the containing DIV.
Example
Open callout
MoochCallout
This area can contain anything you need it to.
Mooch News
- Ever thought about writing your own articles. MoochWeb is expanding to include additional writers. Drop me a message
- RSS XML Feed is now available. Click the orange RSS icon in the upper right hand corner.
Latest Articles
- Subject Matter Expert (SME) 101 (Nov 21, 2007)
- Review of Amazon's Mechanical Turk (Nov 06, 2007)
- Types of Contracts and What To Expect (Oct 16, 2007)
- How to Stay Organized (Sept 10, 2007)
- Take Care of the Little Things, and the Big Things Take
Care of Themselves (Sept 3, 2007)
- To Reply To All, or Not To Reply To All...That is the question (Aug 28, 2007)
- How to Make Your Technical Kick Off Meeting a Successful
One (Aug 27, 2007)
- "Here's an email so we don't forget" (Aug 22, 2007)
- Learn to Estimate Time (Aug 22, 2007)
- Keep Emails Professional (Aug 21, 2007)