<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Design Booth &#187; Javascript</title>
	<atom:link href="http://www.webdesignbooth.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesignbooth.com</link>
	<description>Ultimate Resources For Web Developers and Designers</description>
	<lastBuildDate>Wed, 15 Jun 2011 15:07:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>9 Useful jQuery Calendar And Date Picker Plugins For Web Designers</title>
		<link>http://www.webdesignbooth.com/9-useful-jquery-calendar-and-date-picker-plugins-for-web-designers/</link>
		<comments>http://www.webdesignbooth.com/9-useful-jquery-calendar-and-date-picker-plugins-for-web-designers/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 16:09:11 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[calender]]></category>
		<category><![CDATA[date picker]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=1848</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/9-useful-jquery-calendar-and-date-picker-plugins-for-web-designers/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p><strong>Event calendars</strong> and <strong>date pickers</strong> are really useful plugins for web applications. WordPress does have a date picker, which allow bloggers to schedule the article.</p>
<p>I am a big fan of jQuery, so i always use <strong>jQuery Calendar plugins</strong> to accomplish my tasks when the clients asked me to implement an event caldendar for them. In this article, i would like to share 9 really useful<strong> jQuery Event Calendar</strong> and <strong>Date Picker plugins</strong> that every web designers and developers should know.</p>
<h3>1. <a title="FullCalendar" href="http://arshaw.com/fullcalendar/" target="_blank">FullCalendar</a></h3>
<p>FullCalendar is a famous jQuery calendar plugin which offers features like drag-and-drop, integration with Google Calendar and able to fetch events through JSON. Designers can easily customize the look and feel of the calendar, while developers can utilize the exposed hooks for user-triggered events.<br />
<img title="FullCalendar" src="http://images.webdesignbooth.com/jquery-calendars/full-calendar.jpg" alt="FullCalendar" width="500" height="396" /></p>
<h3>2. <a title="Astonishing iCal-like Calendar" href="http://www.stefanoverna.com/log/create-astonishing-ical-like-calendars-with-jquery" target="_blank">Astonishing iCal-like Calendar</a></h3>
<p>This is a tutorial which uses both jQuery and CSS to build an iPhone styled calendar application. The author also implement the Coda-like effect for the popup event.<br />
<img title="Astonishing iCal-like Calendar" src="http://images.webdesignbooth.com/jquery-calendars/ical-like-calendar.jpg" alt="Astonishing iCal-like Calendar" width="500" height="454" /><br />
<span id="more-1848"></span></p>
<h3>3. <a title="jQuery UI Datepicker" href="http://docs.jquery.com/UI/Datepicker" target="_blank">jQuery UI Datepicker</a></h3>
<p>The jQuery UI Datepicker is a highly configurable plugin that adds date picker functionality to your pages. You can customize the date format and language, restrict the selectable date ranges and add in buttons and other navigation options easily.<br />
<img title="jQuery UI Datepicker" src="http://images.webdesignbooth.com/jquery-calendars/jquery-ui-date-picker.jpg" alt="jQuery UI Datepicker" width="500" height="171" /></p>
<h3>4. <a title="jMonthCalendar" href="http://www.bytecyclist.com/projects/jmonthcalendar/" target="_blank">jMonthCalendar</a></h3>
<p>jMonthCalendar supports full month calendar and events. The interesting part of this plugin is it allows developers to interact with the calendar.<br />
<img title="jMonthCalendar" src="http://images.webdesignbooth.com/jquery-calendars/jmonthcalendar.jpg" alt="jMonthCalendar" width="500" height="237" /></p>
<h3>5. <a title="Date Picker" href="http://www.eyecon.ro/datepicker/" target="_blank">Date Picker</a></h3>
<p>Date Picker is a jQuery calendar plugin released under MIT and GPL licenses. It has a lot of options and features. For example, you can have multiple calendars in the component, mark dates as special days, easy to customize through CSS and allow different selection modes. All these can be easily setup though the configuration options.<br />
<img title="Date Picker" src="http://images.webdesignbooth.com/jquery-calendars/jquery-date-picker-plugin.jpg" alt="Date Picker" width="500" height="135" /></p>
<h3>6. <a title="jQuery Week Calendar" href="http://www.redredred.com.au/projects/jquery-week-calendar/" target="_blank">jQuery Week Calendar</a></h3>
<p>jQuery Week Calendar is a plugin which will include a weekly calendar in the web application. The events can be supplied as an array or JSON, and these events can be easily drag, drop and resize. There are a lot of options and event callbacks which you can refer through the official plugin page.<br />
<img title="jQuery Week Calendar" src="http://images.webdesignbooth.com/jquery-calendars/jquery-week-calendar.jpg" alt="jQuery Week Calendar" width="500" height="285" /></p>
<h3>7. <a title="Simple jQuery Date-picker Plugin" href="http://teddevito.com/demos/calendar.php" target="_blank">Simple jQuery Date-picker Plugin</a></h3>
<p>This is a very simple date picker plugin. However, it provides a lot of useful and necessary features for a date picker. For example, you can easily navigate to the months and years through the drop down selection boxes.<br />
<img title="Simple jQuery Date-picker Plugin" src="http://images.webdesignbooth.com/jquery-calendars/simple-jquery-date-picker.jpg" alt="Simple jQuery Date-picker Plugin" width="500" height="218" /></p>
<h3>8. <a title="jQuery Date Picker Plugin" href="http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/" target="_blank">jQuery Date Picker Plugin</a></h3>
<p>This is an clean, unobtrusive plugin for jQuery which allows you to easily add date picker to your web forms and pages. There are a lot of configurations and options for this simple plugin. You can refer to the plugin page for more examples of how to use this plugin.<br />
<img title="jQuery Date Picker Plugin" src="http://images.webdesignbooth.com/jquery-calendars/jquery-date-picker-simple-datepicker.jpg" alt="jQuery Date Picker Plugin" width="500" height="220" /></p>
<h3>9. <a title="jQuery Interactive Date Range Picker" href="http://www.filamentgroup.com/lab/date_range_picker_using_jquery_ui_16_and_jquery_ui_css_framework/" target="_blank">jQuery Interactive Date Range Picker</a></h3>
<p>This powerful date range picker is a modified version of jQuery UI&#8217;s Datepicker component. It has a quicker date selection from a list of preset dates/ranges and a smooth transitions. The latest version uses the jQuery UI 1.7 and jQuery UI CSS Framework. With the power of jQuery UI, user can now switch the calendar theme easily.<br />
<img title="jQuery Interactive Date Range Picker" src="http://images.webdesignbooth.com/jquery-calendars/jquery-interactive-date-range-picker.jpg" alt="jQuery Interactive Date Range Picker" width="500" height="287" /></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/" title="15 Great jQuery Plugins For Better Table Manipulation">15 Great jQuery Plugins For Better Table Manipulation</a></li><li><a href="http://www.webdesignbooth.com/15-jquery-plugins-to-create-an-user-friendly-tooltip/" title="15 jQuery Plugins To Create A User Friendly Tooltip">15 jQuery Plugins To Create A User Friendly Tooltip</a></li><li><a href="http://www.webdesignbooth.com/9-useful-wordpress-poll-and-rating-plugins/" title="9 Useful Wordpress Poll And Rating Plugins">9 Useful Wordpress Poll And Rating Plugins</a></li><li><a href="http://www.webdesignbooth.com/18-useful-wordpress-contact-form-plugins/" title="18 Useful Wordpress Contact Form Plugins">18 Useful Wordpress Contact Form Plugins</a></li><li><a href="http://www.webdesignbooth.com/slidedeck-cool-jquery-plugin-for-slideshow/" title="SlideDeck &#8211; Cool jQuery Plugin For Slideshow">SlideDeck &#8211; Cool jQuery Plugin For Slideshow</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/9-useful-jquery-calendar-and-date-picker-plugins-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>15 Great jQuery Plugins For Better Table Manipulation</title>
		<link>http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/</link>
		<comments>http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 13:25:35 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=1754</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p>Table is the most difficult object to be styled, due to its browser compatibility and markup. Most of the designers and developers will use <em>div</em> to replace <em>table</em> because it is much more easier to style <em>div</em> than <em>table</em>.</p>
<p>But, we still need table in our daily applications, one of the best example is comparison table. This article will share <strong>15 useful jQuery table plugins</strong> for you to display, sort, filter and manipulate your data in table.</p>
<h3>1. <a title="DataTables" href="http://www.datatables.net/" target="_blank">DataTables</a></h3>
<p>DataTables is very powerful jQuery plugin which offer a lot of features. For example, you can have on-the-fly filtering, ajax auto-loading of data, pagination, sorting columns, highlight sorted columns, extensive plug-in support, themeable by CSS or jQuery UI ThemeRoller and also a complete documentation.<br />
<img class="alignnone size-full wp-image-1755" title="jQuery DataTables plugin" src="http://www.webdesignbooth.com/wp-content/uploads/2009/09/datatables.jpg" alt="jQuery DataTables plugin" width="500" height="194" /></p>
<h3>2. <a title="uiTableFilter" href="http://gregweber.info/projects/uitablefilter" target="_blank">uiTableFilter</a></h3>
<p>uiTableFilter is a jQuery plugin for filtering table rows. The author shows a detailed example on how to implement the filter function for your table together with the plugin.<br />
<img class="alignnone size-full wp-image-1757" title="jQuery uiTableFilter" src="http://www.webdesignbooth.com/wp-content/uploads/2009/09/ui-table-filter.jpg" alt="jQuery uiTableFilter" width="500" height="415" /></p>
<p><span id="more-1754"></span></p>
<h3>3. <a title="Scrollable HTML table plugin for jQuery" href="http://www.webtoolkit.info/scrollable-html-table-plugin-for-jquery.html" target="_blank">Scrollable HTML Table</a></h3>
<p>Scrollable HTML Table plugin for jQuery able to convert a table into scrollable.<br />
<img title="Scrollable HTML table plugin for jQuery" src="../wp-content/uploads/2009/09/scrollable-html-table.jpg" alt="Scrollable HTML table plugin for jQuery" width="500" height="171" /></p>
<h3>4. <a title="Tablesorter" href="http://tablesorter.com/docs/" target="_blank">Tablesorter</a></h3>
<p>Tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. It supports multi-column sorting, cross-browser and easily extensible via its widget system.<br />
<img class="alignnone size-full wp-image-1758" title="jQuery Tablesorter plugin" src="http://www.webdesignbooth.com/wp-content/uploads/2009/09/tablesorter.jpg" alt="jQuery Tablesorter plugin" width="500" height="120" /></p>
<h3>5. <a title="Flexigrid - Web 2.0 Javascript Grid for jQuery" href="http://flexigrid.info/" target="_blank">Flexigrid</a></h3>
<p>Flexigrid is a lightweight Web 2.0 Javascript Grid for jQuery. It has a lot of cool features such as theming, paging, toolbar, search, sortable, ajax loading data source, resizable columns, height and width.<br />
<img class="alignnone size-full wp-image-1760" title="flexigrid" src="http://www.webdesignbooth.com/wp-content/uploads/2009/09/flexigrid.jpg" alt="flexigrid" width="500" height="224" /></p>
<h3>6. <a title="HeatColor" href="http://www.jnathanson.com/blog/client/jquery/heatcolor/index.cfm" target="_blank">HeatColor</a></h3>
<p>HeatColor is a plugin that allows you to assign colors to elements, based on a value derived from that element.  The derived value is compared to a range of values, either determined automatically or passed in, and the element is assigned a &#8220;heat&#8221; color based on its derived value&#8217;s position within the range.<br />
<img class="alignnone size-full wp-image-1761" title="jQuery HeatColor plugin" src="http://www.webdesignbooth.com/wp-content/uploads/2009/09/heatcolor.jpg" alt="jQuery HeatColor plugin" width="500" height="340" /></p>
<h3>7. <a title="JQTreeTable" href="http://www.hanpau.com/index.php?page=jqtreetable" target="_blank">JQTreeTable</a></h3>
<p>With JQTreeTable, you can have a treeview in your table. With this plugin, users still get the plain table even thought they disable Javascript.<br />
<img class="alignnone size-full wp-image-1762" title="JQTreeTable" src="http://www.webdesignbooth.com/wp-content/uploads/2009/09/jqtreetable.jpg" alt="JQTreeTable" width="500" height="220" /></p>
<h3>8. <a title="Ingrid" href="http://reconstrukt.com/ingrid/" target="_blank">Ingrid</a></h3>
<p>Ingrid is yet another jQuery Datagrid plugin. It has features like column resizing, paging, sorting, row and column styling and more. The author&#8217;s website provide great documentation on how to get started with this plugin.<br />
<img class="alignnone size-full wp-image-1763" title="Ingrid" src="http://www.webdesignbooth.com/wp-content/uploads/2009/09/ingrid.jpg" alt="Ingrid" width="500" height="224" /></p>
<h3>9. <a title="jQuery ColumnManager plugin" href="http://p.sohei.org/jquery-plugins/columnmanager/" target="_blank">jQuery ColumnManager plugin</a></h3>
<p>columnManager is a jQuery plugin that able to toggle the visibility of table columns (collapsing and expanding them) and to save the state until the next visit. This is a very tiny and lightweight plugin which is only 3.6kb packed.<br />
<img class="alignnone size-full wp-image-1765" title="jQuery Column Manager plugin" src="http://www.webdesignbooth.com/wp-content/uploads/2009/09/jquery-column-manager.jpg" alt="jQuery Column Manager plugin" width="500" height="150" /></p>
<h3>10.<a title="jQuery treeTable" href="http://blog.cubicphuse.nl/2008/11/12/jquery-treetable-2-0" target="_blank"> jQuery treeTable</a></h3>
<p>jQuery treeTable is similar with JQTreeTable, which is able to display a tree in a table. This plugin keeps the HTML documents clean and will degrade nicely when Javascript is disabled in the browser.<br />
<img class="alignnone size-full wp-image-1768" title="jQuery treeTable plugin" src="http://www.webdesignbooth.com/wp-content/uploads/2009/09/jquery-treetable.jpg" alt="jQuery treeTable plugin" width="500" height="192" /></p>
<h3>11. <a title="CSV2Table" href="http://plugins.jquery.com/project/csv2table" target="_blank">CSV2Table</a></h3>
<p>CSV2Table will load a CSV file and creates a table with contents from the CSV files.<br />
<img class="alignnone size-full wp-image-1770" title="CSV2Table" src="http://www.webdesignbooth.com/wp-content/uploads/2009/09/csv2table.jpg" alt="CSV2Table" width="500" height="232" /></p>
<h3>12. <a title="Table Pagination" href="http://neoalchemy.org/tablePagination.html" target="_blank">Table Pagination</a></h3>
<p>This jquery plugin is used to create a pagination element under a table element. You can customize your pagination needs through various settings.<br />
<img class="alignnone size-full wp-image-1771" title="Table Pagination" src="http://www.webdesignbooth.com/wp-content/uploads/2009/09/table-pagination.jpg" alt="Table Pagination" width="500" height="227" /></p>
<h3>13. <a title="jQuery TableRowCheckboxToggle" href="http://pure-essence.net/stuff/webTips/jqueryTableRowCheckboxToggle.html" target="_blank">jQuery TableRowCheckboxToggle</a></h3>
<p>This plugin can add toggle checkbox to any rows that can be specified through the CSS class names.<br />
<img class="alignnone size-full wp-image-1772" title="jQuery TableRowCheckboxToggle Plugin" src="http://www.webdesignbooth.com/wp-content/uploads/2009/09/jquery-table-row-checkbox-toggle.jpg" alt="jQuery TableRowCheckboxToggle Plugin" width="500" height="182" /></p>
<h3>14. <a title="Table Drag and Drop jQuery plugin" href="http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/" target="_blank">Table Drag and Drop jQuery plugin</a></h3>
<p>This simple plugin allows user to reorder rows within a table usingd rag and drop. Individual rows can be marked as non-draggable and/or non-droppable.</p>
<h3>15. <a title="uiTableEdit" href="http://gregweber.info/projects/uitableedit" target="_blank">uiTableEdit</a></h3>
<p>uiTableEdit is another cool jQuery able plugin from Greg Weber, the author for uiTableFilter. uiTableEdit will makes the tables editable by users.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.webdesignbooth.com/9-useful-jquery-calendar-and-date-picker-plugins-for-web-designers/" title="9 Useful jQuery Calendar And Date Picker Plugins For Web Designers">9 Useful jQuery Calendar And Date Picker Plugins For Web Designers</a></li><li><a href="http://www.webdesignbooth.com/15-jquery-plugins-to-create-an-user-friendly-tooltip/" title="15 jQuery Plugins To Create A User Friendly Tooltip">15 jQuery Plugins To Create A User Friendly Tooltip</a></li><li><a href="http://www.webdesignbooth.com/9-useful-wordpress-poll-and-rating-plugins/" title="9 Useful Wordpress Poll And Rating Plugins">9 Useful Wordpress Poll And Rating Plugins</a></li><li><a href="http://www.webdesignbooth.com/18-useful-wordpress-contact-form-plugins/" title="18 Useful Wordpress Contact Form Plugins">18 Useful Wordpress Contact Form Plugins</a></li><li><a href="http://www.webdesignbooth.com/5-alternative-and-tiny-css-grid-systems/" title="5 Alternative And Tiny CSS Grid Systems">5 Alternative And Tiny CSS Grid Systems</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/feed/</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
		<item>
		<title>9 Useful Javascript Syntax Highlighting Scripts</title>
		<link>http://www.webdesignbooth.com/9-useful-javascript-syntax-highlighting-scripts/</link>
		<comments>http://www.webdesignbooth.com/9-useful-javascript-syntax-highlighting-scripts/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 15:23:58 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[syntax highlight]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=776</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/9-useful-javascript-syntax-highlighting-scripts/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p><strong>Syntax highlighting</strong> is very important especially when we want to show our code example on the blog. By enabling the <strong>syntax highlighting</strong> on the blog, readers can read the code blocks easier.</p>
<p>There are a lot of free and useful <strong>syntax highlighting</strong> scripts around us. Most of the scripts are written using Javascripts, though some of them are powered by other programming languages such as Phyton or Ruby.</p>
<p>Today, we are going to look into <strong>9 Syntax Highlighting Scripts</strong> that powered by Javascript.</p>
<h3>1. <a title="SyntaxHighlighter" href="http://alexgorbatchev.com/wiki/SyntaxHighlighter" target="_blank">SyntaxHighlighter</a></h3>
<p>I believe this is the most common syntax highlighting script used by most of us. It supports a lot of different languages and you can easily create new &#8220;brush&#8221; for your language if it is not supported by default. Check out the <a title="List of available custom brushes for Gorbatchev’s SyntaxHighlighter" href="http://www.undermyhat.org/blog/2009/09/list-of-brushes-syntaxhighligher/" target="_blank">custom brushes list</a> compiled by Abel Braaksma.<br />
<img class="alignnone size-full wp-image-777" title="syntax-highlighter" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/syntax-highlighter.png" alt="syntax-highlighter" width="500" height="177" /></p>
<h3>2. <a title="SHJS" href="http://shjs.sourceforge.net/" target="_blank">SHJS</a></h3>
<p>SHJS stands for Syntax Highlighting in Javascript. It uses language definations from GNU Source-highlight and support a lot of different programming languages. SHJS has been tested and support major browsers sych as Firefox 2 and 3, IE 6 and 7, Opera 9.6, Safari 3.2 and Chrome 1.0.<br />
<img class="alignnone size-full wp-image-778" title="shjs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/shjs.png" alt="shjs" width="500" height="104" /></p>
<p><span id="more-776"></span></p>
<h3>3. <a title="beautyOfCode" href="http://startbigthinksmall.wordpress.com/2008/10/30/beautyofcode-jquery-plugin-for-syntax-highlighting/" target="_blank">beautyOfCode</a></h3>
<p>beautyOfCode is a jQuery plugin for syntax highlighting. It uses the SyntaxHighlighter scripts by Alex Gorbatchev and makes it more XHTML-compliant.<br />
<img class="alignnone size-full wp-image-780" title="beauty-of-code" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/beauty-of-code.png" alt="beauty-of-code" width="500" height="216" /></p>
<h3>4. <a title="Chili" href="http://code.google.com/p/jquery-chili-js/" target="_blank">Chili</a></h3>
<p>Chili is a jQuery code syntax highlighting plugin. It comes bundled with recipes for a lot of languages and supports many configuration options.<br />
<img class="alignnone size-full wp-image-781" title="chili" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/chili.png" alt="chili" width="500" height="304" /></p>
<h3>5. <a title="Lighter.js" href="http://pradador.com/code/lighterjs/" target="_blank">Lighter.js</a></h3>
<p>Lighter.js is a free syntax highlighting plugin for MooTools. Using lighter.cs is as simple as adding a single script to your webpage.<br />
<img class="alignnone size-full wp-image-782" title="lighter-js" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/lighter-js.png" alt="lighter-js" width="500" height="120" /></p>
<h3>6. <a title="Highlight.js" href="http://softwaremaniacs.org/soft/highlight/en/" target="_blank">Highlight.js</a></h3>
<p>highlight.js is easy to use and supports a lot of programming languages. It has some plugins for easily integrations to other CMS, forum or blog.<br />
<img class="alignnone size-full wp-image-783" title="highlight-js" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/highlight-js.png" alt="highlight-js" width="500" height="186" /></p>
<h3>7. <a title="DlHighlight" href="http://mihai.bazon.net/projects/javascript-syntax-highlighting-engine" target="_blank">DlHighlight</a></h3>
<p>DlHighlight is a simple syntax highlighting scripts that supports only 4 programming languages: JavaScript, CSS, XML, HTML.<br />
<img class="alignnone size-full wp-image-784" title="dlhighlight" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/dlhighlight.png" alt="dlhighlight" width="500" height="220" /></p>
<h3>8. <a title="Google Code Prettify" href="http://code.google.com/p/google-code-prettify/" target="_blank">Google Code Prettify</a></h3>
<p>Google Code Prettify a Javascript module and CSS file that allows syntax highlighting of source code snippets in an html page. It is the scripts wich powers code.google.com.<br />
<img class="alignnone size-full wp-image-785" title="google-code-prettify" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/google-code-prettify.png" alt="google-code-prettify" width="500" height="255" /></p>
<h3>9. <a title="JUSH" href="http://plugins.jquery.com/project/JUSH" target="_blank">JUSH</a></h3>
<p>JUSH is yet another jQuery syntax highlighting plugin which supports different programming languages such as HTML, CSS, PHP, PY and SQL.<br />
<img class="alignnone size-full wp-image-786" title="jush" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/jush.png" alt="jush" width="500" height="187" /></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.webdesignbooth.com/topup-javascript-library-for-pop-up-and-lightbox/" title="TopUp &#8211; Javascript Library For Pop Up And Lightbox">TopUp &#8211; Javascript Library For Pop Up And Lightbox</a></li><li><a href="http://www.webdesignbooth.com/14-javascript-resources-and-plugins-for-creating-a-stylish-chart/" title="14 Javascript Resources And Plugins For Creating A Stylish Chart">14 Javascript Resources And Plugins For Creating A Stylish Chart</a></li><li><a href="http://www.webdesignbooth.com/25-useful-javascript-tab-navigation-scripts/" title="25+ Useful Javascript Tab Navigation Scripts">25+ Useful Javascript Tab Navigation Scripts</a></li><li><a href="http://www.webdesignbooth.com/slidedeck-cool-jquery-plugin-for-slideshow/" title="SlideDeck &#8211; Cool jQuery Plugin For Slideshow">SlideDeck &#8211; Cool jQuery Plugin For Slideshow</a></li><li><a href="http://www.webdesignbooth.com/highcharts-pure-javascript-charts-library/" title="Highcharts &#8211; Pure Javascript Charts Library">Highcharts &#8211; Pure Javascript Charts Library</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/9-useful-javascript-syntax-highlighting-scripts/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>15 jQuery Plugins For A Better Photo Gallery And Slideshow</title>
		<link>http://www.webdesignbooth.com/15-jquery-plugins-for-a-better-photo-gallery-and-slideshow/</link>
		<comments>http://www.webdesignbooth.com/15-jquery-plugins-for-a-better-photo-gallery-and-slideshow/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 14:50:44 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[album]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery photo gallery]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=754</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/15-jquery-plugins-for-a-better-photo-gallery-and-slideshow/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p>Photo Gallery, picture gallery, or slideshow are the best way to showcase your images/photos to your readers. There are a lot of different methods to create them and today we are going to look into different jQuery plugins that can be used to create a better photo gallery.</p>
<h3>1. <a title="GalleryView" href="http://spaceforaname.com/galleryview" target="_blank">GalleryView</a></h3>
<p>GalleryView aims to provide jQuery users with a flexible, attractive content gallery that is both easy to implement and a snap to customize.<br />
<img class="alignnone size-full wp-image-768" title="gallery-view" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/gallery-view.png" alt="gallery-view" width="500" height="593" /></p>
<h3>2. <a title="Pikachoose" href="http://pikachoose.com/" target="_blank">Pikachoose</a></h3>
<p>Pikachoose is a lightweight Jquery plugin that allows easy presentation of photos with options for slideshows, navigation buttons, and auto play. Pikachoose is designed to be easily installed and easy to setup.<br />
<img class="alignnone size-full wp-image-765" title="pikachoose" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/pikachoose.png" alt="pikachoose" width="500" height="404" /></p>
<p><span id="more-754"></span></p>
<h3>3. <a title="Galleria" href="http://devkick.com/lab/galleria/" target="_blank">Galleria</a></h3>
<p>Galleria is a javascript image gallery written in jQuery. It loads the images one by one from an unordered list and displays thumbnails when each image is loaded.<br />
<img class="alignnone size-full wp-image-756" title="galleria" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/galleria.png" alt="galleria" width="500" height="458" /></p>
<h3>4. <a title="Galleriffic" href="http://www.twospy.com/galleriffic/index.html" target="_blank">Galleriffic</a></h3>
<p>Galleriffic was inspired by Mike Alsup&#8217;s Cycle plugin, but with performance in mind for delivering a high volume of photos.<br />
<img class="alignnone size-full wp-image-757" title="galleriffic" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/galleriffic.png" alt="galleriffic" width="500" height="363" /></p>
<h3>5. <a title="Supersized" href="http://www.buildinternet.com/project/supersized/" target="_blank">Supersized</a></h3>
<p>Supersized is an image gallery built by BuildInternet.com and it is able to slideshows the images with full screen. Besides that, it has navigation controls that allow for pause/play and forward/back.<br />
<img class="alignnone size-full wp-image-769" title="supersized" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/supersized.png" alt="supersized" width="500" height="291" /></p>
<h3>6. <a title="slideViewer" href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html" target="_blank">slideViewer</a></h3>
<p>slideViewer is a lightweight (1.5Kb) jQuery plugin wich allows to instantly create an image gallery by writing just few lines of HTML such as an unordered list of images.<br />
<img class="alignnone size-full wp-image-758" title="slideviewer" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/slideviewer.png" alt="slideviewer" width="500" height="290" /></p>
<h3>7. <a title="Easy Slider" href="http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding" target="_blank">Easy Slider</a></h3>
<p>Easy Slider (as I call this plugin) enables images or any content to slide horizontally or vertically on click. It is configurable with css alone. So, basically you link to plugin file, set the content up and style it with css.<br />
<img class="alignnone size-full wp-image-760" title="easy-slider" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/easy-slider.png" alt="easy-slider" width="500" height="154" /></p>
<h3>8. <a title="EOGallery" href="http://www.eogallery.com/" target="_blank">EOGallery</a></h3>
<p>EOGallery is a web animated slideshow gallery maid with jQuery. It only uses basic jQuery functions and Cody Lindley&#8217;s Thickbox to display larger pictures.<br />
<img class="alignnone size-full wp-image-755" title="eogallery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/eogallery.png" alt="eogallery" width="500" height="343" /></p>
<h3>9. <a title="jQZoom" href="http://www.mind-projects.it/projects/jqzoom/" target="_blank">jQZoom</a></h3>
<p>JQZoom is a javascript image magnifier built at the top of the popular jQuery javascript framework.jQzoom is a great and a really easy to use script to magnify what you want.<br />
<img class="alignnone size-full wp-image-761" title="jqzoom" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/jqzoom.png" alt="jqzoom" width="500" height="215" /></p>
<h3>10. <a title="jqGalScroll" href="http://benjaminsterling.com/?p=8" target="_blank">jqGalScroll</a></h3>
<p>jQuery Gallery Scroller (jqGalScroll) takes list of images and creates a smooth scrolling photo gallery scrolling vertically, horizontally, or diagonally. The plugin will also create pagination to allow you to flow through your photos.<br />
<img class="alignnone size-full wp-image-762" title="jqgalscroll" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/jqgalscroll.png" alt="jqgalscroll" width="500" height="437" /></p>
<h3>11. <a title="jQuery Scroll Show" href="http://flesler.blogspot.com/search/label/jQuery.ScrollShow" target="_blank">jQuery Scroll Show</a></h3>
<p>ScrollShow is a unique photo gallery implementation that uses scrolling to display the items.  It’s similar to a carousel implementation, but simpler and more flexible.<br />
<img class="alignnone size-full wp-image-763" title="jquery-scrollshow" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/jquery-scrollshow.png" alt="jquery-scrollshow" width="500" height="143" /></p>
<h3>12. <a title="prettyPhoto" href="http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/" target="_blank">prettyPhoto</a></h3>
<p>prettyPhoto is a jQuery lightbox clone. It has excellent animations and support themes.<br />
<img class="alignnone size-full wp-image-764" title="prettyphoto" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/prettyphoto.png" alt="prettyphoto" width="500" height="353" /></p>
<h3>13. <a title="Space Gallery" href="http://eyecon.ro/spacegallery/" target="_blank">Space Gallery</a></h3>
<p>Space Gallery is another fancy jQuery photo gallery plugin. click on the image will make it fade away and the next image will move forward.<br />
<img class="alignnone size-full wp-image-766" title="space-gallery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/space-gallery.png" alt="space-gallery" width="500" height="258" /></p>
<h3>14. <a title="PictureSlides" href="http://www.robertnyman.com/picture-slides/index.htm" target="_blank">PictureSlides</a></h3>
<p>PictureSlides is a highly customizable JavaScript-based way to easily turn your images into a collection viewable as a slideshow, and with fading effects, if desired.<br />
<img class="alignnone size-full wp-image-767" title="picture-slides" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/picture-slides.png" alt="picture-slides" width="500" height="474" /></p>
<h3>15. <a title="Image Gallery by qd-creative" href="http://enhance.qd-creative.co.uk/2008/07/12/an-image-gallery/" target="_blank">Image Gallery by qd-creative</a></h3>
<p>This is a simple image gallery created by the author of qd-creative.co.uk.<br />
<img class="alignnone size-full wp-image-759" title="qd-creative-image-gallery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/qd-creative-image-gallery.png" alt="qd-creative-image-gallery" width="500" height="333" /></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.webdesignbooth.com/slidedeck-cool-jquery-plugin-for-slideshow/" title="SlideDeck &#8211; Cool jQuery Plugin For Slideshow">SlideDeck &#8211; Cool jQuery Plugin For Slideshow</a></li><li><a href="http://www.webdesignbooth.com/step-by-step-to-create-content-slider-using-jflow-a-minimalist-jquery-plugin/" title="Step By Step To Create Content Slider using jFlow, A Minimalist jQuery Plugin">Step By Step To Create Content Slider using jFlow, A Minimalist jQuery Plugin</a></li><li><a href="http://www.webdesignbooth.com/topup-javascript-library-for-pop-up-and-lightbox/" title="TopUp &#8211; Javascript Library For Pop Up And Lightbox">TopUp &#8211; Javascript Library For Pop Up And Lightbox</a></li><li><a href="http://www.webdesignbooth.com/9-useful-jquery-calendar-and-date-picker-plugins-for-web-designers/" title="9 Useful jQuery Calendar And Date Picker Plugins For Web Designers">9 Useful jQuery Calendar And Date Picker Plugins For Web Designers</a></li><li><a href="http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/" title="15 Great jQuery Plugins For Better Table Manipulation">15 Great jQuery Plugins For Better Table Manipulation</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/15-jquery-plugins-for-a-better-photo-gallery-and-slideshow/feed/</wfw:commentRss>
		<slash:comments>79</slash:comments>
		</item>
		<item>
		<title>15 jQuery Plugins To Create A User Friendly Tooltip</title>
		<link>http://www.webdesignbooth.com/15-jquery-plugins-to-create-an-user-friendly-tooltip/</link>
		<comments>http://www.webdesignbooth.com/15-jquery-plugins-to-create-an-user-friendly-tooltip/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 06:32:28 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[tooltip]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=583</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/15-jquery-plugins-to-create-an-user-friendly-tooltip/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p>Tooltip is a good way to show extra information when user hovers the cursor over an element. The &#8220;hover box&#8221; will appear when the mouse hover in, and disappear when the mouse hover out.</p>
<p>If the tooltip is being used appropriately, it can improve our site&#8217;s user friendly level, and also save us a lot of spaces. Today, we are going to see 15 jQuery plugins to create an user friendly tooltip.</p>
<h3>1. <a title="qTip" href="http://craigsworks.com/projects/qtip/" target="_blank">qTip</a></h3>
<p>qTip is an advance tooltip plugin which provides tonnes of features like rounded corners and speech bubble tips.<br />
<img class="alignnone size-full wp-image-584" title="qtip" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/qtip.png" alt="qtip" width="500" height="113" /></p>
<h3>2. <a title="jQuery Tools/Tooltips" href="http://flowplayer.org/tools/tooltip.html" target="_blank">jQuery Tools/Tooltips</a></h3>
<p>This tooltip plugin can contains any HTML element such as links, table, forms, and images. Implementing this plugin is very easy. The default effects are sliceup and toogle. However, you can easily build your own effects.<br />
<img class="alignnone size-full wp-image-585" title="jquery-tools-tooltips" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/jquery-tools-tooltips.png" alt="jquery-tools-tooltips" width="500" height="132" /><br />
<span id="more-583"></span></p>
<h3>3. <a title="Simpletip" href="http://craigsworks.com/projects/simpletip/" target="_blank">Simpletip</a></h3>
<p>Simpletip allows you to create tooltips with ease on any element on the page using the power of jQuery&#8217;s selectors and event management. The tooltips can be static, dynamic, or even loaded through AJAX with a variety of different visual effects.<br />
<img class="alignnone size-full wp-image-586" title="simpletip" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/simpletip.png" alt="simpletip" width="343" height="129" /></p>
<h3>4. <a title="jQuery (mb)Tooltip" href="http://pupunzi.wordpress.com/2009/02/07/mbtooltip/" target="_blank">jQuery (mb)Tooltip</a></h3>
<p>jQuery (mb)Tooltip is a beautiful alternative tooltip which is depended on jQuery timers and dropshadow plugins. It has a lot of options for different needs.</p>
<h3>5. <a title="EZPZ Tooltip" href="http://theezpzway.com/2009/3/17/jquery-plugin-ezpz-tooltip" target="_blank">EZPZ Tooltip</a></h3>
<p>It is flexible enough to customize the look and feel without requiring the bloat of any CSS or images. Hover targets should be mapped to their content counterparts by convention.<br />
<img class="alignnone size-full wp-image-587" title="ezpz-tooltip" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/ezpz-tooltip.png" alt="ezpz-tooltip" width="500" height="139" /></p>
<h3>6.<a title="jQuery Input Floating Hint Box" href="http://nicolae.namolovan.googlepages.com/jquery.inputHintBox.html" target="_blank"> jQuery Input Floating Hint Box</a></h3>
<p>It provides an automatic box hint in the right side of an input, when focus on that input, and disappear when focus go (blur).<br />
<img class="alignnone size-full wp-image-588" title="iquery-input-floating-hint-box" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/iquery-input-floating-hint-box.png" alt="iquery-input-floating-hint-box" width="465" height="150" /></p>
<h3>7. <a title="HTML Tooltip" href="http://www.javascriptkit.com/script/script2/htmltooltip.shtml" target="_blank">HTML Tooltip</a></h3>
<p>Inline HTML Tooltip lets you define rich HTML tooltips that are embedded directly inside your webpage and that appear when the mouse rolls over links on your page. The tooltip appears directly beneath the anchor link, and adjusts its position dynamically based on whether the mouse is too close to the window&#8217;s edges.<br />
<img class="alignnone size-full wp-image-589" title="html-tooltip" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/html-tooltip.png" alt="html-tooltip" width="481" height="111" /></p>
<h3>8. <a title="Orbital Tooltip" href="http://www.userfirstinteractive.com/2008/12/01/orbital-tooltip/" target="_blank">Orbital Tooltip</a></h3>
<p>With the Orbital Tooltip you can choose to position the tooltip on any object in a 360 degrees around it.<br />
<img class="alignnone size-full wp-image-590" title="orbital-tooltip" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/orbital-tooltip.png" alt="orbital-tooltip" width="500" height="178" /></p>
<h3>9. <a title="Tipsy" href="http://onehackoranother.com/projects/jquery/tipsy/" target="_blank">Tipsy</a></h3>
<p>Tipsy is a jQuery for creating a Facebook-like tooltips effect based on an anchor tag&#8217;s title attribute.<br />
<img class="alignnone size-full wp-image-591" title="tipsy" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/tipsy.png" alt="tipsy" width="500" height="70" /></p>
<h3>10. <a title="clueTip" href="http://plugins.learningjquery.com/cluetip/" target="_blank">clueTip</a></h3>
<p>The clueTip plugin allows you to easily show a fancy tooltip when the user&#8217;s mouse hovers over (or, optionally, clicks on) any element you designate in your script.<br />
<img class="alignnone size-full wp-image-592" title="cluetip" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cluetip.png" alt="cluetip" width="500" height="125" /></p>
<h3>11. <a title="jTip" href="http://codylindley.com/Javascript/264/jtip-a-jquery-tool-tip" target="_blank">jTip</a></h3>
<p>jTip pulls content into a tool tip using the HttpXMLRequest object. By adding a class attribute value of “jTip” to a link element you can create a tooltip from the content found in the file the href is pointing too.<br />
<img class="alignnone size-full wp-image-593" title="jtip" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/jtip.png" alt="jtip" width="500" height="150" /></p>
<h3>12. <a title="BeautyTips" href="http://plugins.jquery.com/project/bt" target="_blank">BeautyTips</a></h3>
<p>BeautyTips is a simple-to-use balloon-help style tootip plugin. Any element on the page can be set to show a talk-balloon containing any text or HTML on hover, click, or any bindable event.<br />
<img class="alignnone size-full wp-image-594" title="beautytips" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/beautytips.png" alt="beautytips" width="500" height="131" /></p>
<h3>13. <a title="Hovertips" href="http://www.dave-cohen.com/node/1186" target="_blank">Hovertips</a></h3>
<p>The hovertip plugin is quite flexible. With a little javascript, you can customize which nodes become the tooltips and which targets activate them.</p>
<h3>14. <a title="BetterTip" href="http://edgarverle.com/BetterTip/default.cfm" target="_blank">BetterTip</a></h3>
<p>BetterTip is a plugin for the JQuery library that allows you to create custom tool tips. It is based on  Cody Lindley&#8217;s jTip, but it is much more flexible.<br />
<img class="alignnone size-full wp-image-595" title="bettertip" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/bettertip.png" alt="bettertip" width="500" height="72" /></p>
<h3>15. <a title="jqTooltip" href="http://www.socialembedded.com/labs/jQuery-Tooltip-Plugin/jQuery-Tooltip-Plugin.html" target="_blank">jqTooltip</a></h3>
<p>The jQuery Tooltip Plugin allows you to easily create tooltips with ajax content.<br />
<img class="alignnone size-full wp-image-596" title="jqtooltip" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/jqtooltip.png" alt="jqtooltip" width="383" height="108" /></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.webdesignbooth.com/topup-javascript-library-for-pop-up-and-lightbox/" title="TopUp &#8211; Javascript Library For Pop Up And Lightbox">TopUp &#8211; Javascript Library For Pop Up And Lightbox</a></li><li><a href="http://www.webdesignbooth.com/9-useful-jquery-calendar-and-date-picker-plugins-for-web-designers/" title="9 Useful jQuery Calendar And Date Picker Plugins For Web Designers">9 Useful jQuery Calendar And Date Picker Plugins For Web Designers</a></li><li><a href="http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/" title="15 Great jQuery Plugins For Better Table Manipulation">15 Great jQuery Plugins For Better Table Manipulation</a></li><li><a href="http://www.webdesignbooth.com/9-useful-wordpress-poll-and-rating-plugins/" title="9 Useful Wordpress Poll And Rating Plugins">9 Useful Wordpress Poll And Rating Plugins</a></li><li><a href="http://www.webdesignbooth.com/18-useful-wordpress-contact-form-plugins/" title="18 Useful Wordpress Contact Form Plugins">18 Useful Wordpress Contact Form Plugins</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/15-jquery-plugins-to-create-an-user-friendly-tooltip/feed/</wfw:commentRss>
		<slash:comments>117</slash:comments>
		</item>
		<item>
		<title>Create A Vertical Scrolling News Ticker With jQuery and jCarousel Lite</title>
		<link>http://www.webdesignbooth.com/create-a-vertical-scrolling-news-ticker-with-jquery-and-jcarousel-lite/</link>
		<comments>http://www.webdesignbooth.com/create-a-vertical-scrolling-news-ticker-with-jquery-and-jcarousel-lite/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 15:31:10 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[jCarousel]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[news scroller]]></category>
		<category><![CDATA[news ticker]]></category>
		<category><![CDATA[slider]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=517</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/create-a-vertical-scrolling-news-ticker-with-jquery-and-jcarousel-lite/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p>News Ticker is a fantastic way to present headlines or minor updates to your readers. The smooth scrolling effect will attract your readers and generate more clicks to your site. I am writing this tutorial as there are readers ask about this after they read my tutorial about <a title="Step By Step To Create Content Slider using jFlow, A Minimalist jQuery Plugin" href="http://www.webdesignbooth.com/step-by-step-to-create-content-slider-using-jflow-a-minimalist-jquery-plugin/" target="_blank">content slider</a>.</p>
<p>There are a lot of great tutorials discussing on how to implement news ticker, however most of the tutorials that i found are not really suitable for a beginner. So, i decided to use jQuery and its plugin jCarousel Lite to create a simple yet powerful news ticker.</p>
<p>Why i choose jCarousel Lite? it is because jCarousel Lite is a tiny but powerful plugin. Furthermore, you can easily tweak/configure it to achieve different effects. News ticker is just a sample application for this plugin.</p>
<p>Let&#8217;s start to create our news ticker using jCarousel Lite. Download both <a title="jQuery" href="http://jquery.com/" target="_blank">jQuery</a> and <a title="jCarousel Lite" href="http://www.gmarwaha.com/jquery/jcarousellite/" target="_blank">jCarousel Lite</a> before we can start.</p>
<p><img class="alignnone size-full wp-image-519" title="news-ticker" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/news-ticker.png" alt="news-ticker" width="322" height="288" /></p>
<h3>Step 1</h3>
<p>Let&#8217;s create a blank index.htm file, and include jQuery and jCarousel Lite. Also, create a blank style.css file for later use.</p>
<pre class="php" name="code">&lt;html&gt;
&lt;head&gt;
&lt;link rel="stylesheet" href="style.css" type="text/css" media="screen" /&gt;
&lt;script src="jquery-latest.pack.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="jcarousellite_1.0.1c4.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;/html&gt;</pre>
<p><span id="more-517"></span></p>
<h3>Step 2</h3>
<p>In the same document, create a <em>&lt;div&gt;</em> and name it as &#8220;newsticker-demo&#8221;. Basically, this is the container for the news ticker. We will have another <em>&lt;div&gt;</em> class name &#8220;newsticker-jcarousellite&#8221;. Remember, this is very important and you will need to use the same class name when you configure jCarousel Lite.</p>
<h3>Step 3</h3>
<p>In the &#8220;newsticker-jcarousellite&#8221; <em>&lt;div&gt;</em>, create an <em>&lt;ul&gt;</em> element. Each news will be an individual <em>&lt;li&gt;</em> element. In this example, i had created 6 news, so i will have 6 <em>&lt;li&gt;</em> elements(but i am not going to show all). We will have the thumbnail float to the left, while the title and other information float to the right.</p>
<pre class="php" name="code">&lt;li&gt;
    &lt;div class="thumbnail"&gt;
        &lt;a href="#"&gt;&lt;img src="images/1.jpg"&gt;&lt;/a&gt;
    &lt;/div&gt;
    &lt;div class="info"&gt;
        &lt;a href="http://www.vladstudio.com/wallpaper/?knight_lady"&gt;The Knight and the Lady&lt;/a&gt;
        &lt;span class="cat"&gt;Category: Illustrations&lt;/span&gt;
    &lt;/div&gt;
    &lt;div class="clear"&gt;&lt;/div&gt;
&lt;/li&gt;</pre>
<h3>Step 4</h3>
<p>After you created your <em>&lt;li&gt;</em> element, it is the time for us to configure the jCarousel. Under the <em>&lt;head&gt;</em>, add these scripts:</p>
<pre class="php" name="code">&lt;script type="text/javascript"&gt;
$(function() {
$(".newsticker-jcarousellite").jCarouselLite({
        vertical: true,
        visible: 3,
        auto:500,
        speed:1000
    });
});
&lt;/script&gt;</pre>
<p>The script itself is pretty straight forward. The &#8220;auto:500&#8243; means it will auto-scroll every 500ms. There are a lot of options which you can configure easily. Refer the documentation for more information.</p>
<h3>Step 5</h3>
<p>Basically you had done everything, except styling your content. So, just copy and paste the scripts below in your style.css file.</p>
<pre class="css" name="code">
* { margin:0; padding:0; }

#newsticker-demo {
width:310px;
background:#EAF4F5;
padding:5px 5px 0;
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:20px auto;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite { width:300px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }</pre>
<h3>Finish!</h3>
<p>That&#8217;s all! You can view the <a title="demo" href="http://www.webdesignbooth.com/demo/news-ticker">demo</a> here, or <a title="download news-ticker source code" href="http://www.webdesignbooth.com/wp-content/uploads/2009/06/news-ticker.zip" target="_blank">download the source code</a> for your own project.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.webdesignbooth.com/step-by-step-to-create-content-slider-using-jflow-a-minimalist-jquery-plugin/" title="Step By Step To Create Content Slider using jFlow, A Minimalist jQuery Plugin">Step By Step To Create Content Slider using jFlow, A Minimalist jQuery Plugin</a></li><li><a href="http://www.webdesignbooth.com/slidedeck-cool-jquery-plugin-for-slideshow/" title="SlideDeck &#8211; Cool jQuery Plugin For Slideshow">SlideDeck &#8211; Cool jQuery Plugin For Slideshow</a></li><li><a href="http://www.webdesignbooth.com/topup-javascript-library-for-pop-up-and-lightbox/" title="TopUp &#8211; Javascript Library For Pop Up And Lightbox">TopUp &#8211; Javascript Library For Pop Up And Lightbox</a></li><li><a href="http://www.webdesignbooth.com/9-useful-jquery-calendar-and-date-picker-plugins-for-web-designers/" title="9 Useful jQuery Calendar And Date Picker Plugins For Web Designers">9 Useful jQuery Calendar And Date Picker Plugins For Web Designers</a></li><li><a href="http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/" title="15 Great jQuery Plugins For Better Table Manipulation">15 Great jQuery Plugins For Better Table Manipulation</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/create-a-vertical-scrolling-news-ticker-with-jquery-and-jcarousel-lite/feed/</wfw:commentRss>
		<slash:comments>166</slash:comments>
		</item>
		<item>
		<title>14 Javascript Resources And Plugins For Creating A Stylish Chart</title>
		<link>http://www.webdesignbooth.com/14-javascript-resources-and-plugins-for-creating-a-stylish-chart/</link>
		<comments>http://www.webdesignbooth.com/14-javascript-resources-and-plugins-for-creating-a-stylish-chart/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 18:14:38 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Prototype]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=350</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/14-javascript-resources-and-plugins-for-creating-a-stylish-chart/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p>We had shared a lot of useful resources about CSS/jQuery recently. Today, I am going to share useful resources and plugins to create a stylish chart. Graph and Chart are very effective ways of showing data.</p>
<p>There are a lot of different methods to generate graphs/charts. For example, you can use Flash, Javascript, CSS, or server side script such as PHP or ASP to generate them. Today, we are going to look into Javascript solutions to generate charts.</p>
<p><em>Update: We have another article that covers tutorials and resources on <a title="CSS Graphs And Charts: 11 Hand-picked Tutorials And Solutions" href="http://www.webdesignbooth.com/css-graphs-and-charts-11-hand-picked-tutorials-and-solutions/" target="_blank">creating graphs and charts using CSS</a>(without Javascript/Flash).</em></p>
<h4>1. <a title="Creating accessible charts using canvas and jQuery" href="http://www.filamentgroup.com/lab/creating_accessible_charts_using_canvas_and_jquery/" target="_blank">Creating accessible charts using canvas and jQuery</a></h4>
<p><img class="alignnone size-full wp-image-351" title="fgcharting" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/fgcharting.jpg" alt="fgcharting" width="500" height="297" /><br />
This article show you how to use fgCharting, a jQuery plugin to convert HTML table into a stylish chart/graph. This plugin support several different types, such as line, filledLine, additiveLine, additiveFilledLine, pie, bar, additiveBar.</p>
<h4>2. <a title="Emprise JavaScript Charts" href="http://www.ejschart.com/" target="_blank">Emprise JavaScript Charts</a></h4>
<p><img class="alignnone size-full wp-image-352" title="emprise-javascript-charts" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/emprise-javascript-charts.jpg" alt="emprise-javascript-charts" width="500" height="268" /><br />
This JavaScript Charts supports a lot of features and has a very good documentations. However, it is only free for personal use.</p>
<p><span id="more-350"></span></p>
<h4>3. <a title="Flot" href="http://code.google.com/p/flot/" target="_blank">Flot</a></h4>
<p><img class="alignnone size-full wp-image-354" title="flot" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/flot.jpg" alt="flot" width="500" height="248" /><br />
Flot is a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client-side. The focus is on simple usage (all settings are optional), attractive looks and interactive features like zooming and mouse tracking.</p>
<h4>4. <a title="Canvas Pie Chart with Tooltips" href="http://blog.greghoustondesign.com/canvas-pie-chart-with-tooltips/" target="_blank">Canvas Pie Chart with Tooltips</a></h4>
<p><img class="alignnone size-full wp-image-355" title="canvas-pie-chart-with-tooltips" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/canvas-pie-chart-with-tooltips.jpg" alt="canvas-pie-chart-with-tooltips" width="402" height="246" /><br />
This Mootools pie chart class is based on Stoyan Stefanov’s Canvas Pie.The code now requires less html markup than the original.</p>
<h4>5. <a title="jQuery Google Charts" href="http://www.maxb.net/scripts/jgcharts/include/demo/" target="_blank">jQuery Google Charts</a></h4>
<p><img class="alignnone size-full wp-image-356" title="jquery-google-charts" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/jquery-google-charts.jpg" alt="jquery-google-charts" width="319" height="212" /></p>
<h4>6. <a title="jQuery Sparklines" href="http://omnipotent.net/jquery.sparkline/" target="_blank">jQuery Sparklines</a></h4>
<p><img class="alignnone size-full wp-image-357" title="jquery-sparklines" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/jquery-sparklines.jpg" alt="jquery-sparklines" width="252" height="66" /><br />
This jQuery plugin generates sparklines (small inline charts) directly in the browser using data supplied either inline in the HTML, or via javascript.</p>
<h4>7. <a title="moochart" href="http://moochart.coneri.se/" target="_blank">moochart</a></h4>
<p><img class="alignnone size-full wp-image-358" title="moochart" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/moochart.jpg" alt="moochart" width="500" height="390" /><br />
moochart is a plugin for MooTools 1.2 that draws bubble diagrams on the canvas tag. Future versions might include pie, bar &amp; line graphs.</p>
<h4>8. <a title="JS Charts" href="http://www.jscharts.com/home" target="_blank">JS Charts</a></h4>
<p><img class="alignnone size-full wp-image-359" title="js-charts" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/js-charts.jpg" alt="js-charts" width="500" height="263" /><br />
JS Charts is a free JavaScript based chart generator that requires little or no coding. With JS Charts drawing charts is a simple and easy task, since you only have to use client-side scripting</p>
<h4>9. <a title="ProtoChart" href="http://www.deensoft.com/lab/protochart/" target="_blank">ProtoChart</a></h4>
<p><img class="alignnone size-full wp-image-360" title="protochart" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/protochart.jpg" alt="protochart" width="500" height="309" /><br />
ProtoChart is a new opensource library using Prototype and Canvas to create good looking charts. This library is highly motivated by Flot, Flotr and PlotKit libraries.</p>
<h4>10. <a title="Raphaël—JavaScript Library" href="http://raphaeljs.com/" target="_blank">Raphaël—JavaScript Library</a></h4>
<p><img class="alignnone size-full wp-image-361" title="raphael" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/raphael.jpg" alt="raphael" width="500" height="399" /><br />
Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.</p>
<h4>11. <a title="PlotKit" href="http://www.liquidx.net/plotkit/" target="_blank">PlotKit</a></h4>
<p><img class="alignnone size-full wp-image-362" title="plotkit" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/plotkit.jpg" alt="plotkit" width="500" height="182" /><br />
PlotKit is a Chart and Graph Plotting Library for Javascript. It has support for HTML Canvas and also SVG via Adobe SVG Viewer and native browser support.</p>
<h4>12. <a title="Flotr Javascript Plotting Library" href="http://solutoire.com/flotr/" target="_blank">Flotr Javascript Plotting Library</a></h4>
<p><img class="alignnone size-full wp-image-363" title="flotr" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/flotr.jpg" alt="flotr" width="500" height="249" /><br />
Flotr is a javascript plotting library based on the Prototype Javascript Framework and inspired by Flot.Flotr enables you to draw appealing graphs in most modern browsers with an easy to learn syntax.</p>
<h4>13. <a title="Yahoo! UI Library: Charts" href="http://developer.yahoo.com/yui/charts/" target="_blank">Yahoo! UI Library: Charts</a></h4>
<p><img class="alignnone size-full wp-image-365" title="yahoo-yui-library-charts" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/yahoo-yui-library-charts.jpg" alt="yahoo-yui-library-charts" width="500" height="331" /><br />
The YUI Charts Control visualizes tabular data on a web page in several possible formats including vertical columns, horizontal bars, lines, and pies</p>
<h4>14. <a title="TufteGraph" href="http://xaviershay.github.com/tufte-graph/" target="_blank">TufteGraph</a></h4>
<p><img class="alignnone size-full wp-image-367" title="tuftegraph" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/tuftegraph.jpg" alt="tuftegraph" width="500" height="196" /><br />
TufteGraph is a beautiful jquery Chart plugin.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.webdesignbooth.com/highcharts-pure-javascript-charts-library/" title="Highcharts &#8211; Pure Javascript Charts Library">Highcharts &#8211; Pure Javascript Charts Library</a></li><li><a href="http://www.webdesignbooth.com/25-useful-javascript-tab-navigation-scripts/" title="25+ Useful Javascript Tab Navigation Scripts">25+ Useful Javascript Tab Navigation Scripts</a></li><li><a href="http://www.webdesignbooth.com/topup-javascript-library-for-pop-up-and-lightbox/" title="TopUp &#8211; Javascript Library For Pop Up And Lightbox">TopUp &#8211; Javascript Library For Pop Up And Lightbox</a></li><li><a href="http://www.webdesignbooth.com/9-useful-javascript-syntax-highlighting-scripts/" title="9 Useful Javascript Syntax Highlighting Scripts">9 Useful Javascript Syntax Highlighting Scripts</a></li><li><a href="http://www.webdesignbooth.com/slidedeck-cool-jquery-plugin-for-slideshow/" title="SlideDeck &#8211; Cool jQuery Plugin For Slideshow">SlideDeck &#8211; Cool jQuery Plugin For Slideshow</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/14-javascript-resources-and-plugins-for-creating-a-stylish-chart/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>25+ Useful Javascript Tab Navigation Scripts</title>
		<link>http://www.webdesignbooth.com/25-useful-javascript-tab-navigation-scripts/</link>
		<comments>http://www.webdesignbooth.com/25-useful-javascript-tab-navigation-scripts/#comments</comments>
		<pubDate>Wed, 20 May 2009 00:19:06 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[tab]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=124</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/25-useful-javascript-tab-navigation-scripts/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p>There are a lot of different ways to implement tabs in our website. I had seen pure CSS implementation, Javascript implementation such as jQuery and MooTools tabs. Recently, my client request me to add tab interface to the current theme. So, i googled the web and found a lot of free scripts to do so.  now, I am going to list down useful Javascript tabs that I found.</p>
<h3>jQuery plugin</h3>
<p><strong>1) jQuery UI Tabs</strong><br />
<a href="http://stilbuero.de/jquery/tabs_3/"><img class="alignnone size-full wp-image-125" title="jquery-ui-tabs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/jquery-ui-tabs.jpg" alt="jquery-ui-tabs" width="472" height="202" /></a><br />
This tab script is built in to the jQuery UI and there are a lot of configurations. For example, you can have rotating tabs, nested tabs, and etc.</p>
<p><strong>2) jQuery idTabs</strong><br />
<a href="http://www.sunsean.com/idTabs/"><img class="alignnone size-full wp-image-126" title="jquery-idtabs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/jquery-idtabs.jpg" alt="jquery-idtabs" width="500" height="331" /></a><br />
jQuery idTabs makes adding tabs into a website super simple, but it also open the door to endless possibilities.</p>
<p><strong>3) <a title="minitabs" href="http://code.google.com/p/minitabs/" target="_blank">Minitabs</strong></a> – jQuery minimalistic approach to tabs<br />
Minitabs looks simple, but I can’t found any working demo from the website.<br />
<span id="more-124"></span></p>
<h3>MooTools plugin</h3>
<p><strong>4) MooTabs</strong><br />
<a href="http://www.silverscripting.com/mootabs/"><img class="alignnone size-full wp-image-127" title="mootabs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/mootabs.jpg" alt="mootabs" width="347" height="311" /></a><br />
MooTabs is a tiny class for MooTools and you can load tab content via Ajax request. It will only works on MooTools 1.1.</p>
<p><strong>5) Pluggable MooTools Tabs</strong><br />
<a href="http://mcarthurgfx.com/blog/article/pluggable-mootools-tabs"><img class="alignnone size-full wp-image-128" title="mgfxtabs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/mgfxtabs.jpg" alt="mgfxtabs" width="375" height="85" /></a></p>
<p><strong>6) Sliding Tabs</strong><br />
<a href="http://creativepony.com/journal/scripts/sliding-tabs/"><img class="alignnone size-full wp-image-129" title="sliding-tabs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/sliding-tabs.jpg" alt="sliding-tabs" width="386" height="308" /></a><br />
Sliding Tabs is a cool MooTools 1.11 plugin that mimic Panic software’s Coda site. For MooTools 1.2, you have t go for other plugin such as Perspective Tabs.</p>
<p><strong>7) Perspective Tabs</strong><br />
<a href="http://www.mattweltman.com/sliding_tabs.html"><img class="alignnone size-full wp-image-130" title="perspective-tabs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/perspective-tabs.jpg" alt="perspective-tabs" width="484" height="357" /></a><br />
Perspective tabs is a simple MooTools plug-in that allows for a lagre number of tabs to fit into a small space.</p>
<p><strong> <img src='http://www.webdesignbooth.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> MorphTabs</strong><br />
<a href="http://www.shaunfreeman.co.uk/content/MorphTabs#download"><img class="alignnone size-full wp-image-131" title="morphtabs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/morphtabs.jpg" alt="morphtabs" width="310" height="214" /></a><br />
MorphTabs is a clone for MooTabs by Shaun Freeman. But, MorphTabs will only works for MooTools 1.2 and above.</p>
<p><strong>9) Accessible Ajax Tabs with MooTools</strong><br />
<a href="http://jonplante.com/blog/accessible-ajax-tabs-with-mootools/"><img class="alignnone size-full wp-image-132" title="accessible-ajax-tabs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/accessible-ajax-tabs.jpg" alt="accessible-ajax-tabs" width="500" height="263" /></a></p>
<h3>Other Javascript Tabs</h3>
<p><strong>10) Yetii – Yet (E)Another JavaScript Tab Interface Implementation</strong><br />
<a href="http://www.kminek.pl/lab/yetii/"><img class="alignnone size-full wp-image-133" title="yetii" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/yetii.jpg" alt="yetii" width="500" height="214" /></a><br />
It is an extremely lightweight and object-oriented javascript code. You can even define custom function to run when certain tab is clicked or user leaves the tab.</p>
<p><strong>11) DOMTab – Navigation tabs with CSS and DOM Scripting</strong><br />
<a href="http://www.onlinetools.org/tools/domtabdata/"><img class="alignnone size-full wp-image-134" title="domtab" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/domtab.jpg" alt="domtab" width="500" height="182" /></a><br />
DOMTab is a popular Javascript tab implementation script. Basically, it will turn a list of links connected to content sections into a tab interface. You can get example code through the website.</p>
<p><strong>12) JavaScript Tabifier – Automatically create an html css tabs interface</strong><br />
<a href="http://www.barelyfitz.com/projects/tabber/"><img class="alignnone size-full wp-image-135" title="javascript-tabifier" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/javascript-tabifier.jpg" alt="javascript-tabifier" width="500" height="212" /></a><br />
This is a plug-and-play Javascript tab script. To use it, simple include the js file and make some minor modifications to your current html code. Use CSS to customize the tabs’ appearance.</p>
<p><strong>13) dhtmlxTabber – AJAX powered DHTML Javascript Tabber component</strong><br />
<a href="http://www.dhtmlx.com/docs/products/dhtmlxTabbar/index.shtml"><img class="alignnone size-full wp-image-136" title="dhtmlx-tabber" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/dhtmlx-tabber.jpg" alt="dhtmlx-tabber" width="471" height="267" /></a><br />
This AJAX-enabled component lets you create nice looking and feature-rich tabs easily. You can put your tabs to left, right, top or buttom aligned according to the predefined or your own style.</p>
<p><strong>14) Tabtastic</strong><br />
<a href="http://phrogz.net/JS/Tabtastic/index.html"><img class="alignnone size-full wp-image-137" title="tabtastic" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/tabtastic.jpg" alt="tabtastic" width="500" height="369" /></a><br />
Tabtastic supports multiple or nested tabsets on the same page and allow users to bookmark the page loading to a specific tab.</p>
<p><strong>15) Kollermedia Tab Menu</strong><br />
<a href="http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/"><img class="alignnone size-full wp-image-138" title="kollermedia-tabmenu" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/kollermedia-tabmenu.jpg" alt="kollermedia-tabmenu" width="500" height="153" /></a><br />
This ia a Javascript tab implementation that used by Kollermedia. The author implemented the script by himself and decided to share the scripts with us after received feedbacks from his readers.</p>
<p><strong>16) Ajax Project – Tabbed Page Interface</strong><br />
<a href="http://www.crackajax.net/tabs.php"><img class="alignnone size-full wp-image-139" title="tabbed-page-interface" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/tabbed-page-interface.jpg" alt="tabbed-page-interface" width="483" height="82" /></a><br />
This is a script that can load a new page to the tab without a page refresh.</p>
<p><strong>17) XP Style Tab Panes</strong><br />
<a href="http://www.dhtmlgoodies.com/index.html?whichScript=tab-view"><img class="alignnone size-full wp-image-140" title="xp-style-tab-panes" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/xp-style-tab-panes.jpg" alt="xp-style-tab-panes" width="500" height="283" /></a><br />
To get this script working properly, simply put your content into separate “div”s and then call a javascript function which creates the tabs dynamically.</p>
<p><strong>18) Ajax Tabs Content Script from Dynamic Drive</strong><br />
<a href="http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/"><img class="alignnone size-full wp-image-141" title="ajax-tabs-content-script" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/ajax-tabs-content-script.jpg" alt="ajax-tabs-content-script" width="477" height="137" /></a><br />
This is an Ajax tabs script that lets you display content pulled from external files inside a “div” and organized wia CSS tabs.(Non-Ajax version <a title="Non-Ajax version" href="http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm" target="_blank">here</a>)</p>
<p><strong>19) DD Tab Menu from Dynamic Drive</strong><br />
<a href="http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm"><img class="alignnone size-full wp-image-142" title="dd-tab-menu" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/dd-tab-menu.jpg" alt="dd-tab-menu" width="500" height="332" /></a><br />
DD Tab Menu is a standards compliant, 2 level tab menu script. The script uses CSS to control all of its appearance, and plain HTML to implement the entire menu tabs and contents.</p>
<p><strong>20) DOM dynamic Tabs</strong><br />
<a href="http://www.ajaxlessons.com/2006/02/24/dom-dynamic-tabs/"><img class="alignnone size-full wp-image-143" title="dom-dynamic-tabs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/dom-dynamic-tabs.jpg" alt="dom-dynamic-tabs" width="407" height="146" /></a><br />
DOM dynamic Tabs allows you to easily create tabbed content on the fly without creating HTML.</p>
<p><strong>21) Tab Pane</strong><br />
<a href="http://webfx.eae.net/dhtml/tabpane/tabpane.html"><img class="alignnone size-full wp-image-144" title="tab-pane" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/tab-pane.jpg" alt="tab-pane" width="500" height="253" /></a><br />
The look and feel of Tab Pane is entirely decided by CSS. So, you can change it easily through creating different styles.</p>
<p><strong>22) SimpleTabs by Komrade</strong><br />
<a href="http://labs.komrade.gr/simpletabs/"><img class="alignnone size-full wp-image-145" title="simpletabs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/simpletabs.jpg" alt="simpletabs" width="500" height="190" /></a><br />
SimpleTabs doesn’t depend on any third party Javascript library so it will not cause any conflict if you are already using any Javascript library such as jQuery or MooTools. It is small in size and can remember last tab clicked before you reload your page.</p>
<p><strong>23) Closeable Tabs module</strong><br />
<a href="http://www.nodetraveller.com/sandbox/moduleTabs/closeable.php"><img class="alignnone size-full wp-image-146" title="closeable-tabs-module" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/closeable-tabs-module.jpg" alt="closeable-tabs-module" width="500" height="295" /></a><br />
The closeable tabs module allows tabs to be removed. The HTML markup for this tabs module is same as standard tabs module.</p>
<p><strong>24) Yahoo UI Library: TabView</strong><br />
<a href="http://developer.yahoo.com/yui/tabview/"><img class="alignnone size-full wp-image-147" title="yahoo-ui-library-tabview" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/yahoo-ui-library-tabview.jpg" alt="yahoo-ui-library-tabview" width="500" height="98" /></a><br />
This is another tab component by Yahoo UI Library. It comes with a cheat sheet, good tutorials and also examples.</p>
<p><strong>25) Advanced Tabs from EXT JS</strong><br />
<a href="http://extjs.com/deploy/dev/examples/tabs/tabs-adv.html"><img class="alignnone size-full wp-image-148" title="advanced-tabs-ext-js" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/advanced-tabs-ext-js.jpg" alt="advanced-tabs-ext-js" width="500" height="259" /></a><br />
This is the most powerful tabs component that I can found. It comes with a lot of features such as auto tab resizing, tab scrolling, icons, context menu plugin, and also add/remove tabs via script.</p>
<p><strong>26) Nanotabs</strong><br />
<a href="http://www.sunsean.com/nanotabs/"><img class="alignnone size-full wp-image-149" title="nanotabs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/nanotabs.jpg" alt="nanotabs" width="500" height="149" /></a><br />
Nanotabs is a tiny version of idTabs that doesn&#8217;t require jQuery. It is only 2KB in size!</p>
<p><strong>27) Fabtabulous &#8211; Simple tabs using Prototype</strong><br />
<a href="http://tetlaw.id.au/view/blog/fabtabulous-simple-tabs-using-prototype/"><img class="alignnone size-full wp-image-150" title="fabtabulous" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/fabtabulous.jpg" alt="fabtabulous" width="475" height="173" /></a><br />
This is a tab implementation using another famous Javascript framework – Prototype.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.webdesignbooth.com/14-javascript-resources-and-plugins-for-creating-a-stylish-chart/" title="14 Javascript Resources And Plugins For Creating A Stylish Chart">14 Javascript Resources And Plugins For Creating A Stylish Chart</a></li><li><a href="http://www.webdesignbooth.com/building-tabbed-navigation-using-sprytabbedpanels/" title="Building Tabbed Navigation using SpryTabbedPanels">Building Tabbed Navigation using SpryTabbedPanels</a></li><li><a href="http://www.webdesignbooth.com/topup-javascript-library-for-pop-up-and-lightbox/" title="TopUp &#8211; Javascript Library For Pop Up And Lightbox">TopUp &#8211; Javascript Library For Pop Up And Lightbox</a></li><li><a href="http://www.webdesignbooth.com/9-useful-javascript-syntax-highlighting-scripts/" title="9 Useful Javascript Syntax Highlighting Scripts">9 Useful Javascript Syntax Highlighting Scripts</a></li><li><a href="http://www.webdesignbooth.com/horizontal-navigation-menus-tips-tricks-and-showcases/" title="Horizontal Navigation Menus: Tips, Tricks and Showcases">Horizontal Navigation Menus: Tips, Tricks and Showcases</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/25-useful-javascript-tab-navigation-scripts/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>5 Extremely Simple Ways To Add Page Curl To Your Website</title>
		<link>http://www.webdesignbooth.com/5-extremely-simple-ways-to-add-page-curl-to-your-website/</link>
		<comments>http://www.webdesignbooth.com/5-extremely-simple-ways-to-add-page-curl-to-your-website/#comments</comments>
		<pubDate>Wed, 13 May 2009 23:44:23 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[advertisement]]></category>
		<category><![CDATA[corner]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[page curl]]></category>
		<category><![CDATA[page peel]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=100</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/5-extremely-simple-ways-to-add-page-curl-to-your-website/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p>A lot of websites/blogs using page peel/page curl to add additional message such as advertisements at the corner. There are a lot of scripts that can achieve this function but unfortunately these scripts are not free.</p>
<p>Recently, 1 of my client requests me to implement page curl on his WordPress theme. So, I search through the internet and found some free and extremely simple ways to implement it.</p>
<h4>1) Simple Page Peel Effect with jQuery and CSS by Soh Tanaka</h4>
<p><a href="http://www.sohtanaka.com/web-design/simple-page-peel-effect-with-jquery-css/"><img class="alignnone size-full wp-image-101" title="simple-page-peel-effect-with-jquery-css" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/simple-page-peel-effect-with-jquery-css.jpg" alt="simple-page-peel-effect-with-jquery-css" width="500" height="174" /></a><br />
In this example, Soh Tanaka show us how to achieve the page peel effect using purely jQuery and CSS.</p>
<h4>2) The Sexy Curls jQuery Plugin</h4>
<p><a href="http://www.elliottkember.com/sexy_curls.html"><img class="alignnone size-full wp-image-102" title="sexy-curls-jquery-plugin" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/sexy-curls-jquery-plugin.jpg" alt="sexy-curls-jquery-plugin" width="500" height="208" /></a><br />
This is another open source jQuery plugin to achieve page peel/page curl effect by Elliott Kember. To use this plugin, you are required to install both jQuery and jQuery UI.<br />
<span id="more-100"></span></p>
<h4>3) jQuery Page Peel 1.2 by Smpl Multimedia</h4>
<p><a href="http://smple.com/2009/01/30/jquery-page-peel-12/"><img class="alignnone size-full wp-image-103" title="jquery-page-peel-12" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/jquery-page-peel-12.jpg" alt="jquery-page-peel-12" width="500" height="150" /></a><br />
The jQuery Page Peel by Smpl Multimedia is a minimalist jQuery plugin that achieve page peel effect. Also, there are a lot of options for you.</p>
<h4>4) How to create a page peel advertisement in WordPress</h4>
<p><a href="http://pcandweb.com/tutorials/how-to-create-page-peel-advertisement-wordpress.html"><img class="alignnone size-full wp-image-104" title="pcandweb-page-peel-for-wordpress" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/pcandweb-page-peel-for-wordpress.jpg" alt="pcandweb-page-peel-for-wordpress" width="500" height="285" /></a><br />
You had seen so many free jQuery scripts to create page peel effect, but what happen if you want to integrate it with your blog? You may follow the tutorial from PCandWeb if you are using WordPress.</p>
<h4>5) WordPress Page Peel plugin</h4>
<p><a href="http://www.avramovic.info/wordpress-plugins/page-peel-wordpress-plugin"><img class="alignnone size-full wp-image-105" title="wordpress-page-peel-plugin" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/wordpress-page-peel-plugin.jpg" alt="wordpress-page-peel-plugin" width="500" height="267" /></a><br />
If you are using WordPress and want a cool Web 2.0 style flash page peel effect, then you should consider Page Peel plugin for WordPress by Avramovic. It comes with a admin configuration panel.</p>
<h4>Conclusion</h4>
<p>The first 3 methods using jQuery while the last 2 methods use flash to achieve page peel effect. Using Flash to achieve page peel will have better animation, while using jQuery will have smaller file size and load time.</p>
<p>So, it is depended on yourself to choose which method to use.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.webdesignbooth.com/the-dynamic-world-of-sports-flash-websites/" title="The Dynamic World of Sports Flash Websites">The Dynamic World of Sports Flash Websites</a></li><li><a href="http://www.webdesignbooth.com/flashmoto-top-flash-content-management-system/" title="FlashMoto: Top Flash Content Management System">FlashMoto: Top Flash Content Management System</a></li><li><a href="http://www.webdesignbooth.com/slidedeck-cool-jquery-plugin-for-slideshow/" title="SlideDeck &#8211; Cool jQuery Plugin For Slideshow">SlideDeck &#8211; Cool jQuery Plugin For Slideshow</a></li><li><a href="http://www.webdesignbooth.com/23-professional-facial-photoshop-retouching-tutorials/" title="23 Professional Facial Photoshop Retouching Tutorials">23 Professional Facial Photoshop Retouching Tutorials</a></li><li><a href="http://www.webdesignbooth.com/topup-javascript-library-for-pop-up-and-lightbox/" title="TopUp &#8211; Javascript Library For Pop Up And Lightbox">TopUp &#8211; Javascript Library For Pop Up And Lightbox</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/5-extremely-simple-ways-to-add-page-curl-to-your-website/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
	</channel>
</rss>

