<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 10 Awesome jQuery Tooltip Plugins and Tutorials</title>
	<atom:link href="http://www.denbagus.net/jquery-tooltip-plugins-and-tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://www.denbagus.net/jquery-tooltip-plugins-and-tutorials</link>
	<description></description>
	<lastBuildDate>Fri, 18 May 2012 12:17:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: denbagus</title>
		<link>http://www.denbagus.net/jquery-tooltip-plugins-and-tutorials/comment-page-1#comment-12857</link>
		<dc:creator>denbagus</dc:creator>
		<pubDate>Mon, 10 May 2010 13:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://denbagus.net/?p=2164#comment-12857</guid>
		<description>thank you for your information... don&#039;t worry, i will add in this blog for next several days.. :)</description>
		<content:encoded><![CDATA[<p>thank you for your information&#8230; don&#8217;t worry, i will add in this blog for next several days.. <img src='http://www.denbagus.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EllenDg</title>
		<link>http://www.denbagus.net/jquery-tooltip-plugins-and-tutorials/comment-page-1#comment-12855</link>
		<dc:creator>EllenDg</dc:creator>
		<pubDate>Mon, 10 May 2010 13:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://denbagus.net/?p=2164#comment-12855</guid>
		<description>Just wanted to share and add to your list (very good by the way):

Likno Web Tooltips Builder - tool for creating jQuery tooltips for websites.

http://www.likno.com/jquery-tooltips/index.php

Hope this helps</description>
		<content:encoded><![CDATA[<p>Just wanted to share and add to your list (very good by the way):</p>
<p>Likno Web Tooltips Builder &#8211; tool for creating jQuery tooltips for websites.</p>
<p><a href="http://www.likno.com/jquery-tooltips/index.php" rel="nofollow">http://www.likno.com/jquery-tooltips/index.php</a></p>
<p>Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo Camalig</title>
		<link>http://www.denbagus.net/jquery-tooltip-plugins-and-tutorials/comment-page-1#comment-5322</link>
		<dc:creator>Leo Camalig</dc:creator>
		<pubDate>Fri, 29 Jan 2010 01:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://denbagus.net/?p=2164#comment-5322</guid>
		<description>This is the link to download by the way....

http://www.cerquit.com/Downloads.aspx</description>
		<content:encoded><![CDATA[<p>This is the link to download by the way&#8230;.</p>
<p><a href="http://www.cerquit.com/Downloads.aspx" rel="nofollow">http://www.cerquit.com/Downloads.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo Camalig</title>
		<link>http://www.denbagus.net/jquery-tooltip-plugins-and-tutorials/comment-page-1#comment-5321</link>
		<dc:creator>Leo Camalig</dc:creator>
		<pubDate>Fri, 29 Jan 2010 01:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://denbagus.net/?p=2164#comment-5321</guid>
		<description>We just want to share this ToolTip, which we call &quot;Help Extender&quot;.
This was developed using jQuery. We just want to share this in the community.

Help Extender is developed to address the issues in integrating help to web applications especially with complex forms that requires inline help tool to aid users. Traditionally, we launch a separate window to display help content that is often mislooked because other browser overlaps on it or in some cases loaded to another openned browser. With the Help Extender, integrating help to your web application will be as easy as writing html tag attribute. 

We also provided different help sources to centralize help content, make content reusable, and ease of use.  

This is a free downloadable script that can be extended under the MIT and GPL open source licenses. It comes &quot;as is&quot; with the following features:  

Supports plain text  and HTML content from external data source such as a URL. 
Pinnable. Allows users to pin the tooltip on user&#039;s screen, thus disabling the auto-hide functionality. This is good for large content or checklist that user needs to read while on the the form. 
Draggable. Allow users to drag-drop the tooltip. This is enabled when the tooltip is pinned.  
Resizable. Allow users to resize the tooltip according to his/her desired preference. This is enabled when tooltip is pinned. 
Scrollable. Content automatically scrolls when it exceeds the size of the tooltip display. 
Enables user to explicitly close the tooltip through a close button. 
Enables user to show or hide tooltip title bar. 
Allows the user to dock the tooltip either left or right.</description>
		<content:encoded><![CDATA[<p>We just want to share this ToolTip, which we call &#8220;Help Extender&#8221;.<br />
This was developed using jQuery. We just want to share this in the community.</p>
<p>Help Extender is developed to address the issues in integrating help to web applications especially with complex forms that requires inline help tool to aid users. Traditionally, we launch a separate window to display help content that is often mislooked because other browser overlaps on it or in some cases loaded to another openned browser. With the Help Extender, integrating help to your web application will be as easy as writing html tag attribute. </p>
<p>We also provided different help sources to centralize help content, make content reusable, and ease of use.  </p>
<p>This is a free downloadable script that can be extended under the MIT and GPL open source licenses. It comes &#8220;as is&#8221; with the following features:  </p>
<p>Supports plain text  and HTML content from external data source such as a URL.<br />
Pinnable. Allows users to pin the tooltip on user&#8217;s screen, thus disabling the auto-hide functionality. This is good for large content or checklist that user needs to read while on the the form.<br />
Draggable. Allow users to drag-drop the tooltip. This is enabled when the tooltip is pinned.<br />
Resizable. Allow users to resize the tooltip according to his/her desired preference. This is enabled when tooltip is pinned.<br />
Scrollable. Content automatically scrolls when it exceeds the size of the tooltip display.<br />
Enables user to explicitly close the tooltip through a close button.<br />
Enables user to show or hide tooltip title bar.<br />
Allows the user to dock the tooltip either left or right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention 10 Awesome jQuery Tooltip Plugins and Tutorials &#124; denbagus blog -- Topsy.com</title>
		<link>http://www.denbagus.net/jquery-tooltip-plugins-and-tutorials/comment-page-1#comment-4186</link>
		<dc:creator>Tweets that mention 10 Awesome jQuery Tooltip Plugins and Tutorials &#124; denbagus blog -- Topsy.com</dc:creator>
		<pubDate>Wed, 16 Dec 2009 18:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://denbagus.net/?p=2164#comment-4186</guid>
		<description>[...] This post was mentioned on Twitter by Felipe and jQuery Tips, Borja. Borja said: 10 Awesome jQuery Tooltip Plugins and Tutorials &#124; denbagus blog - http://shar.es/aDaMD [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Felipe and jQuery Tips, Borja. Borja said: 10 Awesome jQuery Tooltip Plugins and Tutorials | denbagus blog &#8211; <a href="http://shar.es/aDaMD" rel="nofollow">http://shar.es/aDaMD</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nada</title>
		<link>http://www.denbagus.net/jquery-tooltip-plugins-and-tutorials/comment-page-1#comment-4148</link>
		<dc:creator>nada</dc:creator>
		<pubDate>Tue, 15 Dec 2009 07:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://denbagus.net/?p=2164#comment-4148</guid>
		<description>bsia dicoba nih
tahnskabg</description>
		<content:encoded><![CDATA[<p>bsia dicoba nih<br />
tahnskabg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newbi</title>
		<link>http://www.denbagus.net/jquery-tooltip-plugins-and-tutorials/comment-page-1#comment-4147</link>
		<dc:creator>newbi</dc:creator>
		<pubDate>Tue, 15 Dec 2009 07:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://denbagus.net/?p=2164#comment-4147</guid>
		<description>thanks sharingnya bang</description>
		<content:encoded><![CDATA[<p>thanks sharingnya bang</p>
]]></content:encoded>
	</item>
</channel>
</rss>

