<?xml version="1.0"?>	<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Prototip Changelog</title>
      <description></description>
      <link>http://www.nickstakenburg.com/projects/prototip2/</link>
      <language>en-us</language>
      <docs>http://www.nickstakenburg.com/projects/prototip2/</docs>
      <managingEditor>nick@nickstakenburg.com (Nick Stakenburg)</managingEditor>
      <webMaster>nick@nickstakenburg.com (Nick Stakenburg)</webMaster>
      <atom:link href="http://www.nickstakenburg.com/projects/prototip2/changelog/" rel="self" type="application/rss+xml" />
    
<item>
<title>Prototip 2.2.5 - September 21, 2011</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Fixed a bug where ajax tooltips hooked to the mouse didn't take into account scrolling offsets 
  when opened on click [machete]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.2.5</guid></item><item>
<title>Prototip 2.2.4 - July 21, 2011</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Now showing some helpful information when a site needs to enable jQuery.noConflict.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.2.4</guid></item><item>
<title>Prototip 2.2.3 - January 11, 2011</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Made sure that events not related to Prototip remain intact after 
  using new Tip on an element [reenhanced]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.2.3</guid></item><item>
<title>Prototip 2.2.2 - November 17, 2010</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Upgrade to Prototype 1.7 in preparation for IE9.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.2.2</guid></item><item>
<title>Prototip 2.2.1 - November 11, 2010</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Ajax tooltips can now be shown using $('id').prototip.show() [john_s, matt]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.2.1</guid></item><item>
<title>Prototip 2.2.0.2 - March 16, 2010</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Made it possible to copy the code from styles.js over to Prototip.Styles
  in prototip.js to avoid dynamically loading that file [dcoen]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.2.0.2</guid></item><item>
<title>Prototip 2.2.0.1 - November 16, 2009</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* styles.js no longer has to be in the same folder as prototip.js,
  image and javascript paths can now be defined separately.

* Updated the regex to allow for more characters when tagging prototip.js


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.2.0.1</guid></item><item>
<title>Prototip 2.2 - October 15, 2009</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Improved cleaning up of tooltips. Tooltips defined on elements that are no longer
  attached to the DOM will be cleaned up so that you can easily update your page without
  having to call Tips.remove/Tips.removeAll [Chinasaur]
  
* Created styles.js to seperate styling from core so upgrading prototip.js won't affect styling.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.2</guid></item><item>
<title>Prototip 2.1.2 - September 8, 2009</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Prototip's mouseenter/mouseleave implementation was moved into Prototype,
  refactored the code to make use of this.
  http://github.com/sstephenson/prototype/commit/9d7a981e4c434ee7ca5a1219ab5a150552c411d1

* Made Prototype 1.6.1 the required Prototype version for better IE8 compatibility.

* Fixed a bug that could arise when Lightview and Prototip are on the same page in IE8
  by changing the VML implementation.

* Made it possible to use showOn:false and hideOn:false


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.1.2</guid></item><item>
<title>Prototip 2.1.0.1 - May 19, 2009</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Fixed a 2.1 bug that prevented tooltips from showing up in IE6.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.1.0.1</guid></item><item>
<title>Prototip 2.1 - May 17, 2009</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Prototip is now compatible with IE8 using Prototype 1.6.1_rc2.

* Changed the VML implementation to work with IE8 [Peter Sunde]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.1</guid></item><item>
<title>Prototip 2.0.5 - October 10, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Required Prototype set to 1.6.0.3.

* Refactored mouseenter/leave support to match Prototype patch:
  http://prototype.lighthouseapp.com/projects/8886/tickets/350

* Fixed a bug where closeButton: true was required for '.close' to work. [crypto]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.0.5</guid></item><item>
<title>Prototip 2.0.4 - August 5, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Absolute image directory can now start with '/' or 'http(s)://'.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.0.4</guid></item><item>
<title>Prototip 2.0.3 - August 2, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Tooltips are now created after the DOM is loaded.
  This fixes an IE 'Operation aborted' error that appeared when hovering a tooltip
  element before the DOM was loaded [mixtoon]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.0.3</guid></item><item>
<title>Prototip 2.0.2 - July 29, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Added hideOthers option to close all other tooltips when opening.

* Added Tips.hideAll() to hide all visible tooltips.

* Some refactoring on the way the highest zIndex is set.
  Tips.visible will now hold all visible Tip objects instead
  of the tooltip elements that had no reference to iframeShims.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.0.2</guid></item><item>
<title>Prototip 2.0.1.4 - July 17, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Fixed IE6 iframeShim on tooltips that hook to the mouse.

* Used overflow:hidden on the iframeShim for more accurate dimensions.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.0.1.4</guid></item><item>
<title>Prototip 2.0.1.3 - June 11, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Prevented input elements and textareas inside a tooltip from closing it. [lostfly]

* Made tooltips work on textareas and input elements.
  Changed the mouseenter|leave method to handle these elements. [gepree]

* Made sure blur and focus events work on input elements and textareas.

* Compressed part of the CSS that doesn't need to be modified.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.0.1.3</guid></item><item>
<title>Prototip 2.0.1.2 - June 04, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Fixed some cases of incorrect tooltip positioning in IE when stems are used.

* Made sure the CSS validates.

* Speeded up stem positioning on all browsers by seperating functions for Safari2.
  Only Safari2 needs to use a different stem positioning method.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.0.1.2</guid></item><item>
<title>Prototip 2.0.1.1 - June 03, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Fixed issue in the CSS that prevented rounded corners from working properly on a
  Strict doctype [Leleu Victorien]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.0.1.1</guid></item><item>
<title>Prototip 2.0.1 - May 30, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Fixed a bug where stems at the top became invisible after flipping over vertically.

* Added options.images, allowing you to set a different image directory for your tooltip,
  or for a style when defined in Prototip.Styles [gregD]

* Fixed text in the helper message that shows when you don't have the correct Prototype version.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.0.1</guid></item><item>
<title>Prototip 2.0.0 - May 29, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Added rounded corners with a radius and a border you can set, much like the Lightview rounded corners.

* Speeded up the iframe positioning on IE6 by copying tooltip position instead of recalculation hooks.

* Fixed clearing on tooltips, sometimes IE6 did not clear correctly, making content disappear.
  Added .prototip .clearfix to the CSS.

* Added stems that give tooltips the speech bubble effect.
  Stems will flip to the other side when you keep tooltips within the viewport.
  Stems are created using PNG images placed inside the style folder.

* Added mouse hooking so you can hook your tooltip to the mouse, turning hooking into
  a complete solution for tooltip positioning.
  example:

  // This will hook the bottom left corner of the tooltip to the mouse position.
  new Tip('id', 'test', { hook: { tip: 'bottomLeft', mouse: true }});

* Added Safari2 specific code to make rounded corners work when hiding tooltips.

* Added missing positions to hooking. 'bottomLeft is the same as 'leftBottom'.
  This makes it possible to combine hooking with stems and still have them flip over
  properly when you keep tooltips in the viewport.

* Extending elements with .prototip when they are given a tooltip.
  This gives you a few useful methods, allowing the following:
  
  $(element).prototip.show();
  $(element).prototip.hide();
  $(element).prototip.remove();

* Made .prototip.show() work if a mouse event is required to open the tooltip.

* Made .prototip.show() work in scrolling containers.

* Made tooltips work on image map AREA tags.

* Added Prototip.Styles, a collection of styles that keeps the code you have
  inside your tooltip calls to a minimum. In combination with CSS it's all
  you need to get a new style up in seconds.

* Moved the images to an image directory you can set under Tips.options.images
  using a relative or absolute url. This keeps your CSS folder free of images.
  Prototip styles are stored in 'images/prototip/styles/' folder.

* Switched to PNG images, all images are now PNG's and will automatically be pngfixed on IE6.
  close.png and close_hover.png are stored inside the style folder.

* Fixed ajax loader image for IE6.

* Removed Scriptaculous effects. IE is not yet ready to handle effects on canvas elements and PNG images.
  This guarantees the same result in all supported browsers.

* Created a loader.gif for each style instead of only one loader image.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item2.0.0</guid></item><item>
<title>Prototip 1.3.5.1 - May 18, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Made sure that ajax tooltips opening on click don't cancel their loading when you mouseout [jakobsen]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.3.5.1</guid></item><item>
<title>Prototip 1.3.5 - May 14, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Fixed a bug where click actions on the tooltip got blocked in some situations [jakobsen, thushara]

* Increased the response time on tooltips that open on mouse movement.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.3.5</guid></item><item>
<title>Prototip 1.3.4 - May 1, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Remove ajax loader elements from the dom once the loading is completed and create them 
  when the tooltip is created. They are now only in the dom when required [thushara]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.3.4</guid></item><item>
<title>Prototip 1.3.3 - April 29, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Prevent duplicate Ajax requests when hovering tooltips [tcb]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.3.3</guid></item><item>
<title>Prototip 1.3.2 - April 28, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Made hooking work inside scrollable containers [Luke Cunningham, forgueam]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.3.2</guid></item><item>
<title>Prototip 1.3.1 - April 23, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Made sure tooltips with images or other content that requires loading stay 
  within the viewport [Nick Small]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.3.1</guid></item><item>
<title>Prototip 1.3.0 - April 15, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Added Ajax tooltips [S. Schonberg]

* Updated CSS and added Ajax loader with it's gif animation.

* Improvements to the effect part, preventing flicker.

* Moved the hooking concept to Tips#hook
  Example: Tips.hook(element, target, {
    element: 'topLeft',
    target: 'bottomRight'  
  });
  This makes individual tips smaller and allows to hook any element with minimum calculation.

* Using event delegation on the close button. Anything you push in with the class 'close'
  will automatically become a custom close button.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.3.0</guid></item><item>
<title>Prototip 1.2.6.1 - March 30, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Added custom events prototip:shown and prototip:hidden

* Fixed hovering zIndex, latest active tooltip will be on top.

* Made sure that no firefox errors are thrown when moving from tooltip element
  to textfield/area.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.2.6.1</guid></item><item>
<title>Prototip 1.2.5 - March 26, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Added Tips.options to change zIndex, closeButtons and default class on tooltips.

* Raised default zIndex to work with Lightview.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.2.5</guid></item><item>
<title>Prototip 1.2.4 - March, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Change the way opacity is set on iframe IE6.

* Refactored the build of the tooltip.

* Using Element#insert wherever possible.

* A different implementation of mouseenter/mouseleave fixing problems 
  with the 1.2.2 implementation.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.2.4</guid></item><item>
<title>Prototip 1.2.2 - March, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Fixed firefox input and textarea bug on mousemove [Marcus]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.2.2</guid></item><item>
<title>Prototip 1.2.1 - Februari, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Fixed iframe removal bug [Ryan]


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.2.1</guid></item><item>
<title>Prototip 1.2.0 - Februari, 2008</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Prototype implemented Prototips document.viewport.getDimensions
  Prototip.viewport.getDimensions was removed.

* Minor refactoring using Prototype 1.6.0.2


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.2.0</guid></item><item>
<title>Prototip 1.2.0_pre1 - December 11, 2007</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Added minified and minified+gzipped version to package.

* hideOn can be false, useful when you want to close using hideAfter.

* hideOn element becomes a selector if not one of the preferred options:
  hideOn: { element: 'ul li .myOwnCloseButton', event: 'click' }

* Added the option to insert a String or an Element as content.

* Added hideAfter option to close the tooltip after a
  period of inactivity, not moving over tooltip or element.

* Prevented IE memory leaks. Added Prototip.unload(),
  automatically called for you on unload cleaning up the dom.

* Better zIndex handling

* Prevented onbeforeunload trigger on close button (Jeff Dean)

* Added mouseenter/mouseleave and made it so that
  mouseover/mouseout are automatically translated to this for you.

* Added to hooking: topMiddle, bottomMiddle, leftMiddle, 
  rightMiddle. (Ryan Holliday)


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.2.0_pre1</guid></item><item>
<title>Prototip 1.1.0_pre1 - November, 2007</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Added improved Prototip(document).viewport.getDimensions to work 
  correctly in firefox.

* Added version number to Prototip.

* Added Prototype and Scriptaculous version check.

* Tips.visible holds visible tooltips.

* Created Prototip and Tips collection to better seperate functions.

* Two new styles (+images) to demonstrate some of the new features.

* Improved the CSS model, no more CSS hacking is needed for smooth effects.

* Make sure the right tooltip is on top, mouseover raises tooltips.

* Added close buttons and links.

* Allow to open, close, toggle tooltips on any event.

* use iframeShim only in IE &lt;= 6

* made iframeShim work on https domains.

* rewrite in Prototype 1.6.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.1.0_pre1</guid></item><item>
<title>Prototip 1.0.2 - 8-8-2007</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* new Tip() now removes existing tooltips from the element.

* Added Tips.remove(element)


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.0.2</guid></item><item>
<title>Prototip 1.0.1.1 - 25-07-2007</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Slight improvement for effects.


&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.0.1.1</guid></item><item>
<title>Prototip 1.0.1 - 20-07-2007</title>
<link>http://www.nickstakenburg.com/projects/prototip2/</link>
<description>&lt;pre&gt;
* Added hooking

* Scriptaculous effects

* Wrote IE selectbox fix (Tom Longson - Cars.com Research)

* Effect.Tooltip became Prototip&lt;/pre&gt;</description><guid>http://www.nickstakenburg.com/projects/prototip2/#item1.0.1</guid></item>    </channel>
</rss>
