<?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>bassistance.de &#187; jQuery</title>
	<atom:link href="http://bassistance.de/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassistance.de</link>
	<description>Jörn Zaefferer on Bass, Geeks and Rock'n'Roll</description>
	<lastBuildDate>Wed, 28 Jul 2010 11:07:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Autocomplete is dead, long live Autocomplete!</title>
		<link>http://bassistance.de/2010/06/23/autocomplete-is-dead-long-live-autocomplete/</link>
		<comments>http://bassistance.de/2010/06/23/autocomplete-is-dead-long-live-autocomplete/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 14:07:44 +0000</pubDate>
		<dc:creator>Jörn</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery UI]]></category>

		<guid isPermaLink="false">http://bassistance.de/?p=675</guid>
		<description><![CDATA[I&#8217;m finally deprecating the jQuery autocomplete plugin, about four years after its creation (which was actually a merge of two forks of another plugin). jQuery 1.8 was released in March, bundling the brand new Autocomplete widget and a worthy successor of my standalone plugin. The API is way more simpler while much more capable, eg. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m finally deprecating the jQuery autocomplete plugin, about four years after its creation (which was actually a merge of two forks of another plugin). jQuery 1.8 was released in March, bundling the brand new <a href="http://jqueryui.com/demos/autocomplete/">Autocomplete widget</a> and a worthy successor of my standalone plugin. The API is way more simpler while much more capable, eg. its now trivial to work with JSON. And thanks to Themeroller-support, the result looks a lot better.</p>
<p>Today I&#8217;ve finally finished the <a href="http://www.learningjquery.com/2010/06/autocomplete-migration-guide">Autocomplete Migration Guide</a>, which explains how to migrate from ye olde plugin to the new jQuery UI Autocomplete widget. It covers the various options and their replacements, if any. In a lot of cases, we were able to get rid of the options by providing better defaults or by restructuring the API, with the <code>source</code> option being the most prominent example.</p>
<p>The next major jQuery UI release should include the new Tooltip widget, paving the way to shut down another plugin on this site.</p>
]]></content:encoded>
			<wfw:commentRss>http://bassistance.de/2010/06/23/autocomplete-is-dead-long-live-autocomplete/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Release: Validation Plugin 1.7</title>
		<link>http://bassistance.de/2010/03/10/release-validation-plugin-1-7/</link>
		<comments>http://bassistance.de/2010/03/10/release-validation-plugin-1-7/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 22:49:14 +0000</pubDate>
		<dc:creator>Jörn</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://bassistance.de/?p=615</guid>
		<description><![CDATA[An update for the jQuery validation plugin is available. Most important: Its now fully compatible with jQuery 1.4.2, and still fully compatible with jQuery 1.3.2. I didn&#8217;t test with 1.2.6, but it should work, too.
There are four new localizations: Lithuanian, Greek, Latvian and Hebrew. The Spanish localization got a few improvements (I fully trust my [...]]]></description>
			<content:encoded><![CDATA[<p>An update for the <a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">jQuery validation plugin</a> is available. Most important: Its now fully compatible with jQuery 1.4.2, and still fully compatible with jQuery 1.3.2. I didn&#8217;t test with 1.2.6, but it should work, too.</p>
<p>There are four new localizations: Lithuanian, Greek, Latvian and Hebrew. The Spanish localization got a few improvements (I fully trust my contributors on that). Someone also contributed phoneUK and mobileUK methods, which can be found in <a href="http://jquery.bassistance.de/validate/additional-methods.js">additional-methods.js</a> (while adding those, I renamed the phone-method to phoneUS).</p>
<p>And as a first proof of concept, there is now a <a href="http://jquery.bassistance.de/validate/demo/themerollered.html">demo styled with jQuery UI Themeroller classes</a>. I&#8217;ll improve that when form support gets better in jQuery UI (planned for 1.9).</p>
<p><a href="http://jquery.bassistance.de/validate/jquery.validate.zip">Download this release.</a></p>
<p>The full changelog:</p>
<ul>
<li>Added Lithuanian (LT) localization</li>
<li>Added Greek (EL) localization (<a href="http://plugins.jquery.com/node/12319">http://plugins.jquery.com/node/12319</a>)</li>
<li>Added Latvian (LV) localization (<a href="http://plugins.jquery.com/node/12349">http://plugins.jquery.com/node/12349</a>)</li>
<li>Added Hebrew (HE) localization (<a href="http://plugins.jquery.com/node/12039">http://plugins.jquery.com/node/12039</a>)</li>
<li>Fixed Spanish (ES) localization (<a href="http://plugins.jquery.com/node/12696">http://plugins.jquery.com/node/12696</a>)</li>
<li>Added <a href="http://jquery.bassistance.de/validate/demo/themerollered.html">jQuery UI themerolled demo</a></li>
<li>Removed cmxform.js</li>
<li>Fixed four missing semicolons (<a href="http://plugins.jquery.com/node/12639">http://plugins.jquery.com/node/12639</a>)</li>
<li>Renamed phone-method in additional-methods.js to phoneUS</li>
<li>Added phoneUK and mobileUK methods to additional-methods.js (<a href="http://plugins.jquery.com/node/12359">http://plugins.jquery.com/node/12359</a>)</li>
<li>Deep extend options to avoid modifying multiple forms when using the rules-method on a single element (<a href="http://plugins.jquery.com/node/12411">http://plugins.jquery.com/node/12411</a>)</li>
<li>Bugfixes for compability with jQuery 1.4.2, while maintaining backwards-compability</li>
</ul>
<p>The right place for support changed a bit &#8211; the mailinglist is no more, replaced by a much cooler forum:</p>
<ul>
<li>Please post questions to the <a href="http://forum.jquery.com/using-jquery-plugins">official Using jQuery Plugins Forum</a>, tagging your question with (at least) &#8220;validate&#8221;. Keep your question short and succinct and provide code when possible; a testpage makes it much more likely that you get an useful answer in no time.</li>
<li>Please post bug reports and other contributions (enhancements, features, eg. new validation methods) to the <a href="http://plugins.jquery.com/project/issues/validate">plugins.jQuery.com bug tracker</a> (requires <a href="http://plugins.jquery.com/user/register">registration</a>).</li>
</ul>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://bassistance.de/2010/03/10/release-validation-plugin-1-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Release: Validation Plugin 1.6</title>
		<link>http://bassistance.de/2009/11/30/release-validation-plugin-1-6/</link>
		<comments>http://bassistance.de/2009/11/30/release-validation-plugin-1-6/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 21:36:42 +0000</pubDate>
		<dc:creator>Jörn</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://bassistance.de/?p=591</guid>
		<description><![CDATA[Update update: Files are now availble via Microsoft&#8217;s AJAX CDN.
An update for the jQuery validation plugin is available. There are five new localizations (now at 26 in total), including Arabic and Farsi (both right-to-left). Validation of selects is now more interactive, click events are properly handled to provide quicker feedback (also a bug related to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update update</strong>: Files are now availble via Microsoft&#8217;s AJAX CDN.</p>
<p>An update for the <a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">jQuery validation plugin</a> is available. There are five new localizations (now at 26 in total), including Arabic and Farsi (both right-to-left). Validation of selects is now more interactive, click events are properly handled to provide quicker feedback (also a bug related to selects in IE8 is fixed). The equalTo-method is now aware of changes to the target field, so a change to a password field will be reflected in a confirm-password field. And more&#8230;</p>
<p><a href="http://jquery.bassistance.de/validate/jquery.validate.zip">Download this release.</a></p>
<p>The only not fully backwards-compatible change (if you spot anything else, please <a href="http://plugins.jquery.com/project/issues/validate">report it as a bug</a>): The dateDE and numberDE methods were replaced with a localization/methods_de.js file, with localized versions of both the date and number methods. There are also localized methods for the NL and PT locales. The goal is to gather more localized versions of these, similar to the localized messages.</p>
<p>The full changelog:</p>
<ul>
<li>Added Arabic (AR), Portuguese (PTPT), Persian (FA), Finnish (FI) and Bulgarian (BR) localization</li>
<li>Updated Swedish (SE) localization (some missing html iso characters)</li>
<li>Fixed $.validator.addMethod to properly handle empty string vs. undefined for the message argument</li>
<li>Fixed two accidental global variables</li>
<li>Enhanced min/max/rangeWords (in additional-methods.js) to strip html before counting; good when counting words in a richtext editor</li>
<li>Added localized methods for DE, NL and PT, removing the dateDE and numberDE methods (use messages_de.js and methods_de.js with date and number methods instead)</li>
<li>Fixed remote form submit synchronization, kudos to Matas Petrikas</li>
<li>Improved interactive select validation, now validating also on click (via option or select, inconsistent across browsers); doesn&#8217;t work in Safari, which doesn&#8217;t trigger a click event at all on select elements; fixes <a href="http://plugins.jquery.com/node/11520">http://plugins.jquery.com/node/11520</a></li>
<li>Updated to latest form plugin (2.36), fixing <a href="http://plugins.jquery.com/node/11487">http://plugins.jquery.com/node/11487</a></li>
<li>Bind to blur event for equalTo target to revalidate when that target changes, fixes <a href="http://plugins.jquery.com/node/11450">http://plugins.jquery.com/node/11450</a></li>
<li>Simplified select validation, delegating to jQuery&#8217;s val() method to get the select value; should fix <a href="http://plugins.jquery.com/node/11239">http://plugins.jquery.com/node/11239</a></li>
<li>Fixed default message for digits (<a href="http://plugins.jquery.com/node/9853">http://plugins.jquery.com/node/9853</a>)</li>
<li>Fixed issue with cached remote message (<a href="http://plugins.jquery.com/node/11029">http://plugins.jquery.com/node/11029</a> and <a href="http://plugins.jquery.com/node/9351">http://plugins.jquery.com/node/9351</a>)</li>
<li>Fixed a missing semicolon in additional-methods.js (<a href="http://plugins.jquery.com/node/9233">http://plugins.jquery.com/node/9233</a>)</li>
<li>Added automatic detection of substitution parameters in messages, removing the need to provide format functions (<a href="http://plugins.jquery.com/node/11195">http://plugins.jquery.com/node/11195</a>)</li>
<li>Fixed an issue with :filled/:blank somewhat caused by Sizzle (<a href="http://plugins.jquery.com/node/11144">http://plugins.jquery.com/node/11144</a>)</li>
<li>Added an integer method to additional-methods.js (<a href="http://plugins.jquery.com/node/9612">http://plugins.jquery.com/node/9612</a>)</li>
<li>Fixed errorsFor method where the for-attribute contains characters that need escaping to be valid inside a selector (<a href="http://plugins.jquery.com/node/9611">http://plugins.jquery.com/node/9611</a>)</li>
</ul>
<p>As usual, support is available via:</p>
<ul>
<li>Please post questions to the <a href="http://groups.google.com/group/jquery-en">jQuery discussion list</a>, putting &#8220;(validate)&#8221; into the subject of your post, making it easier to spot it and respond quickly. Keep your question short and succinct and provide code when possible; a testpage makes it much more likely that you get an useful answer in no time.</li>
<li>Please post bug reports and other contributions (enhancements, features, eg. new validation methods) to the <a href="http://plugins.jquery.com/project/issues/validate">plugins.jQuery.com bug tracker</a> (requires <a href="http://plugins.jquery.com/user/register">registration</a>).</li>
</ul>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://bassistance.de/2009/11/30/release-validation-plugin-1-6/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Release: Message plugin 1.0.0</title>
		<link>http://bassistance.de/2009/06/19/release-message-plugin-1-0-0/</link>
		<comments>http://bassistance.de/2009/06/19/release-message-plugin-1-0-0/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 09:26:34 +0000</pubDate>
		<dc:creator>Jörn</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://bassistance.de/?p=524</guid>
		<description><![CDATA[I&#8217;m happy to announce the first release of the Message jQuery plugin. The plugin allows you to easily display feedback messages as an unobstrusive overlay. The message fades away automatically after some time, avoiding the need to click an “ok” button or something similar. The user can speed up hiding of the message by moving [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce the first release of the Message jQuery plugin. The plugin allows you to easily display feedback messages as an unobstrusive overlay. The message fades away automatically after some time, avoiding the need to click an “ok” button or something similar. The user can speed up hiding of the message by moving the mouse or clicking anywhere.</p>
<p>More details can be found on <a href="http://bassistance.de/jquery-plugins/jquery-plugin-message/">the new plugin page</a>.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://bassistance.de/2009/06/19/release-message-plugin-1-0-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release: Validation Plugin 1.5.3</title>
		<link>http://bassistance.de/2009/06/15/release-validation-plugin-153/</link>
		<comments>http://bassistance.de/2009/06/15/release-validation-plugin-153/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 15:53:20 +0000</pubDate>
		<dc:creator>Jörn</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://bassistance.de/?p=508</guid>
		<description><![CDATA[An update for the jQuery validation plugin is available. Among various bugfixes there are two new localizations (Taiwan and Kazakhstan), an enhancement to $.validator.addMethod that allows you to specify (localized) messages first, the actual method later; the submitHandler-option now keeps a submit-button &#8220;alive&#8221;, that is, won&#8217;t get lost when using the option.
Probably most notable: The [...]]]></description>
			<content:encoded><![CDATA[<p>An update for the <a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">jQuery validation plugin</a> is available. Among various bugfixes there are two new localizations (Taiwan and Kazakhstan), an enhancement to $.validator.addMethod that allows you to specify (localized) messages first, the actual method later; the submitHandler-option now keeps a submit-button &#8220;alive&#8221;, that is, won&#8217;t get lost when using the option.</p>
<p>Probably most notable: <strong>The remote method now allows you to specify custom messages!</strong> Return JSON &#8220;true&#8221; for a valid field, false/null/undefined for an invalid field and the default message, or any other value to use as the message.</p>
<p>The full changelog:</p>
<ul>
<li>Fixed a bug related to the wrapper-option, where all ancestor-elements that matched the wrapper-option where selected (<a href="http://plugins.jquery.com/node/7624">http://plugins.jquery.com/node/7624</a>)</li>
<li>Updated multipart demo to use latest jQuery UI accordion</li>
<li>Added dateNL and time methods to additionalMethods.js</li>
<li>Added Traditional Chinese (Taiwan, tw) and Kazakhstan (KK) localization</li>
<li>Moved jQuery.format (fomerly String.format) to jQuery.validator.format, jQuery.format is deprecated and will be removed in 1.6 (see <a href="http://code.google.com/p/jquery-utils/issues/detail?id=15">http://code.google.com/p/jquery-utils/issues/detail?id=15</a> for details)</li>
<li>Cleaned up messages_pl.js and messages_ptbr.js (still defined messages for max/min/rangeValue, which were removed in 1.4)</li>
<li>Fixed flawed boolean logic in valid-plugin-method for multiple elements; now all elements need to be valid for a boolean-true result (<a href="http://plugins.jquery.com/node/8481">http://plugins.jquery.com/node/8481</a>)</li>
<li>Enhancement $.validator.addMethod: An undefined third message-argument won&#8217;t overwrite an existing message (<a href="http://plugins.jquery.com/node/8443">http://plugins.jquery.com/node/8443</a>)</li>
<li>Enhancement to submitHandler option: When used, click events on submit buttons are captured and the submitting button is inserted into the form before calling submitHandler, and removed afterwards; keeps submit buttons intact (<a href="http://plugins.jquery.com/node/7183">http://plugins.jquery.com/node/7183</a>)</li>
<li>Added option validClass, default &#8220;valid&#8221;, which adds that class to all valid elements, after validation (<a href="http://dev.jquery.com/ticket/2205">http://dev.jquery.com/ticket/2205</a>)</li>
<li>Added creditcardtypes method to additionalMethods.js, including tests (via <a href="http://dev.jquery.com/ticket/3635">http://dev.jquery.com/ticket/3635</a>)</li>
<li>Improved remote method to allow serverside message as a string, or true for valid, or false for invalid using the clientside defined message (<a href="http://dev.jquery.com/ticket/3807">http://dev.jquery.com/ticket/3807</a>)</li>
<li>Improved accept method to also accept a Drupal-style comma-seperated list of values (<a href="http://plugins.jquery.com/node/8580">http://plugins.jquery.com/node/8580</a>)</li>
</ul>
<p>As usual, support is available via:</p>
<ul>
<li>Please post questions to the <a href="http://groups.google.com/group/jquery-en">jQuery discussion list</a>, putting &#8220;(validate)&#8221; into the subject of your post, making it easier to spot it and respond quickly. Keep your question short and succinct and provide code when possible; a testpage makes it much more likely that you get an useful answer in no time.</li>
<li>Please post bug reports and other contributions (enhancements, features, eg. new validation methods) to the <a href="http://plugins.jquery.com/project/issues/validate">plugins.jQuery.com bug tracker</a> (requires <a href="http://plugins.jquery.com/user/register">registration</a>).</li>
</ul>
<p>Enjoy!</p>
<p><strong>Update:</strong><br />
Just uploaded a hotfix 1.5.4 release, with a <a href="http://plugins.jquery.com/node/8658">fix for the remote method</a>.</p>
<p><strong>Update II:</strong><br />
Uploaded another release, now at 1.5.5, hopefully the final fix for the remote method: http://plugins.jquery.com/node/8659</p>
]]></content:encoded>
			<wfw:commentRss>http://bassistance.de/2009/06/15/release-validation-plugin-153/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Labs Preview: jQuery UI Photoviewer</title>
		<link>http://bassistance.de/2009/06/02/labs-preview-jquery-ui-photoviewer/</link>
		<comments>http://bassistance.de/2009/06/02/labs-preview-jquery-ui-photoviewer/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 13:07:23 +0000</pubDate>
		<dc:creator>Jörn</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery UI]]></category>

		<guid isPermaLink="false">http://bassistance.de/?p=500</guid>
		<description><![CDATA[Fresh from the jQuery UI Lab comes the Photoviewer widget. As described on its planning wiki page:
An alternative to Lightbox and its various clones, with the sole purpose of displaying images: One or more thumbnails point at the full resolution image, and instead of displaying that image on a new page, its displayed, above an [...]]]></description>
			<content:encoded><![CDATA[<p>Fresh from the jQuery UI Lab comes the Photoviewer widget. As described on its <a href="http://wiki.jqueryui.com/Photoviewer">planning wiki page</a>:</p>
<blockquote><p>An alternative to Lightbox and its various clones, with the sole purpose of displaying images: One or more thumbnails point at the full resolution image, and instead of displaying that image on a new page, its displayed, above an overlay, on the current page.</p>
<p>When a group of anchors with thumbnails is selected, the user can navigate with mouse and keyboard to rotate through the images.</p></blockquote>
<p>The result is this:</p>
<p><iframe height="500" width="600" src="http://jquery-ui.googlecode.com/svn/branches/labs/photoviewer/demos/photoviewer/default.html"></iframe></p>
<p><em><a href="http://jquery-ui.googlecode.com/svn/branches/labs/photoviewer/demos/photoviewer/default.html">Demo</a></em></p>
<p>There&#8217;s <a href="http://jquery-ui.googlecode.com/svn/branches/labs/photoviewer/demos/photoviewer/resizing.html">another demo</a> showing how the widget can resize images that don&#8217;t fit into the browser window, as well as customizing animations.</p>
<p>Worth mentioning about the current implementation:</p>
<ul>
<li>A &#8220;canvas&#8221; element is used to render the shadow. This allows a lot of flexibility in terms of positioning, color and size of the shadow; if a browser doesn&#8217;t support canvas (IE without <a href="http://excanvas.sourceforge.net/">excanvas</a>) the shadow simply isn&#8217;t rendered</li>
<li>You can click anywhere to close the viewer, or press Escape</li>
<li>Cursor keys, mousewheel as well as mouse navigation buttons (previous/next buttons on some models) can be used to rotate through an image gallery</li>
<li>By using the mousewheel to rotate images, there is no need to emulate fixed positioning or similar hacks, though you need to include the mousewheel plugin</li>
<li>When the last image is reached, the first is displayed, and the other way round; that way its more obvious that you reached the end of a gallery (&#8220;I&#8217;ve seen that one already&#8221; instead of &#8220;Why isn&#8217;t anything happening?&#8221;)</li>
<li>A loading indicator is displayed when loading takes more then 250ms. That way you won&#8217;t see it most of the time, just in those cases where you&#8217;d otherwise wonder if anything is happening at all</li>
<li>The jQuery UI &#8220;drop&#8217;&#8221; effect is used by default to rotate images in a gallery, giving the slight illusion of a slide-projector, therefore giving the viewer a more natural/human feel</li>
<li>Images that are too big are resized to fit into the browser window; that also happens when the browser window is resized while the viewer is open</li>
<li>The markup is very simply, therefore easy to style: There is one element for the overlay (currently buggy in IE6), one container element containing the canvas-shadow element as well as the actual image (by default styled with 15px rounded white borders)</li>
</ul>
<p>I&#8217;d like to hear your feedback! Post a comment here, <a href="mailto:joern.zaefferer+photoviewer@gmail.com">send me an email</a>, or participate on the <a href="http://wiki.jqueryui.com/Photoviewer">planning wiki page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bassistance.de/2009/06/02/labs-preview-jquery-ui-photoviewer/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Release: Prettydate plugin 1.0.0</title>
		<link>http://bassistance.de/2009/05/28/release-prettydate-plugin-100/</link>
		<comments>http://bassistance.de/2009/05/28/release-prettydate-plugin-100/#comments</comments>
		<pubDate>Thu, 28 May 2009 16:29:03 +0000</pubDate>
		<dc:creator>Jörn</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://bassistance.de/?p=493</guid>
		<description><![CDATA[I&#8217;m happy to announce the first release of the Prettydate jQuery plugin. The plugin is based on the plugin originally written by John Resig and provides clientside date formatting in the style of Twitter&#8217;s timeline: &#8220;just now&#8221;, &#8220;5 minutes ago&#8221;, &#8220;yesterday&#8221;, &#8220;2 weeks ago&#8221;. This release extends John&#8217;s original release, providing support for internationalization and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce the first release of the Prettydate jQuery plugin. The plugin is based on the plugin <a href="http://ejohn.org/blog/javascript-pretty-date">originally written by John Resig</a> and provides clientside date formatting in the style of Twitter&#8217;s timeline: &#8220;just now&#8221;, &#8220;5 minutes ago&#8221;, &#8220;yesterday&#8221;, &#8220;2 weeks ago&#8221;. This release extends John&#8217;s original release, providing support for internationalization and improving the API a bit: You can specify the source of the ISO-date, while not having to manually set up an interval to update the date formatting over time.</p>
<p>More details can be found on <a href="http://bassistance.de/jquery-plugins/jquery-plugin-prettydate/">the new plugin page</a>.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://bassistance.de/2009/05/28/release-prettydate-plugin-100/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Release: Password Validation plugin 1.0.0</title>
		<link>http://bassistance.de/2009/05/23/release-password-validation-plugin-100/</link>
		<comments>http://bassistance.de/2009/05/23/release-password-validation-plugin-100/#comments</comments>
		<pubDate>Sat, 23 May 2009 09:15:23 +0000</pubDate>
		<dc:creator>Jörn</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://bassistance.de/?p=487</guid>
		<description><![CDATA[I&#8217;m happy to announce the first release of the Password Validation plugin, an extension for the jQuery Validation plugin.
This plugin extends the jQuery validation plugin, providing two components:

A function that rates passwords for factors like mixed upper/lower case, mix of characters (digits, special characters), length and similarity to a username (optional).
A custom method for the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce the first release of the Password Validation plugin, an extension for the jQuery Validation plugin.</p>
<p>This plugin extends the jQuery validation plugin, providing two components:</p>
<ul>
<li>A function that rates passwords for factors like mixed upper/lower case, mix of characters (digits, special characters), length and similarity to a username (optional).</li>
<li>A custom method for the validation plugin that uses the rating function to display a password strength meter, requiring the field to have a &#8220;good&#8221; rating. The text displayed can be localized.</li>
</ul>
<p>More details can be found on <a href="http://bassistance.de/jquery-plugins/jquery-plugin-password-validation/">the new plugin page</a>.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://bassistance.de/2009/05/23/release-password-validation-plugin-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release: Validation Plugin 1.5.2</title>
		<link>http://bassistance.de/2009/03/20/release-validation-plugin-152/</link>
		<comments>http://bassistance.de/2009/03/20/release-validation-plugin-152/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:37:38 +0000</pubDate>
		<dc:creator>Jörn</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://bassistance.de/?p=448</guid>
		<description><![CDATA[An update for the jQuery validation plugin is available. There is a small code fix, a new supported locale (slovak) and most notably, a new demo featuring integration with jQuery UI tabs and grouping selects.

Fixed messages in additional-methods.js for maxWords, minWords, and rangeWords to include call to $.format 
Fixed value passed to methods to exclude [...]]]></description>
			<content:encoded><![CDATA[<p>An update for the <a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">jQuery validation plugin</a> is available. There is a small code fix, a new supported locale (slovak) and most notably, <a href="http://jquery.bassistance.de/validate/demo/tabs/">a new demo featuring integration with jQuery UI tabs and grouping selects</a>.</p>
<ul>
<li>Fixed messages in additional-methods.js for maxWords, minWords, and rangeWords to include call to $.format </li>
<li>Fixed value passed to methods to exclude carriage return (r), same as jQuery&#8217;s val() does</li>
<li>Added slovak (sk) localization</li>
<li>Added demo for intergration with jQuery UI tabs</li>
<li>Added selects-grouping example to tabs demo (see second tab, birthdate field)</li>
</ul>
<p>As usual, support is available via:</p>
<ul>
<li>Please post questions to the <a href="http://groups.google.com/group/jquery-en">jQuery discussion list</a>, putting [validate] into the subject of your post, making it easier to spot it and respond quickly. Keep your question short and succinct and provide code when possible; a testpage makes it much more likely that you get an useful answer in no time.</li>
<li>Please post bug reports and other contributions (enhancements, features, eg. new validation methods) to the <a href="http://dev.jquery.com/newticket">jQuery bug tracker</a> (requires <a href="http://dev.jquery.com/register">registration</a>). Please put [validate] into the title of a ticket.</li>
</ul>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://bassistance.de/2009/03/20/release-validation-plugin-152/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Releases: jQuery 1.3 and Validation Plugin 1.5.1</title>
		<link>http://bassistance.de/2009/01/14/releases-jquery-13-and-validation-plugin-151/</link>
		<comments>http://bassistance.de/2009/01/14/releases-jquery-13-and-validation-plugin-151/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 15:01:31 +0000</pubDate>
		<dc:creator>Jörn</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://bassistance.de/?p=397</guid>
		<description><![CDATA[jQuery 1.3 is out &#8211; head over to the jQuery blog release post for details. Happy third birthday, jQuery!
If you plan to update, make sure to also update the validation plugin to 1.5.1, which provides compability with 1.3 as well as 1.2.6. Other changes include:

Updated marketo demo to use invalidHandler option instead of binding invalid-form [...]]]></description>
			<content:encoded><![CDATA[<p>jQuery 1.3 is out &#8211; head over to the <a href="http://blog.jquery.com/2009/01/14/jquery-13-and-the-jquery-foundation/">jQuery blog release post</a> for details. Happy third birthday, jQuery!</p>
<p>If you plan to update, make sure to also update the <a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">validation plugin to 1.5.1</a>, which provides compability with 1.3 as well as 1.2.6. Other changes include:</p>
<ul>
<li>Updated <a href="http://jquery.bassistance.de/validate/demo/marketo">marketo demo</a> to use invalidHandler option instead of binding invalid-form event</li>
<li>Added <a href="http://jquery.bassistance.de/validate/demo/tinymce/">TinyMCE integration example</a></li>
<li>Added <a href="http://jquery.bassistance.de/validate/localization/messages_ua.js">ukrainian (ua) localization</a></li>
<li>Fixed length validation to work with trimmed value (regression from 1.5 where general trimming before validation was removed)</li>
</ul>
<p>As usual, support is available via:</p>
<ul>
<li>Please post questions to the <a href="http://groups.google.com/group/jquery-en">jQuery discussion list</a>, putting [validate] into the subject of your post, making it easier to spot it and respond quickly. Keep your question short and succinct and provide code when possible; a testpage makes it much more likely that you get an useful answer in no time.</li>
<li>Please post bug reports and other contributions (enhancements, features, eg. new validation methods) to the <a href="http://dev.jquery.com/newticket">jQuery bug tracker</a> (requires <a href="http://dev.jquery.com/register">registration</a>). Please put [validate] into the title of a ticket.</li>
</ul>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://bassistance.de/2009/01/14/releases-jquery-13-and-validation-plugin-151/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.187 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-31 03:38:19 -->
