<?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>odyniec.net blog &#187; Projects</title>
	<atom:link href="http://odyniec.net/blog/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://odyniec.net/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 26 Jul 2010 20:37:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WebService::EditDNS &#8211; Perl interface to EditDNS API</title>
		<link>http://odyniec.net/blog/2010/07/webservice-editdns-perl-interface-to-editdns-api/</link>
		<comments>http://odyniec.net/blog/2010/07/webservice-editdns-perl-interface-to-editdns-api/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 20:37:05 +0000</pubDate>
		<dc:creator>Michal Wojciechowski</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[editdns.pl]]></category>

		<guid isPermaLink="false">http://odyniec.net/blog/?p=491</guid>
		<description><![CDATA[I have created a simple Perl module that talks to EditDNS API, allowing for easy manipulation of domains/records hosted at EditDNS from within Perl programs. A while ago, I developed a command-line utility that serves a similar purpose, named editdns.pl. The module is sort of an extension of that idea, although it works in a [...]]]></description>
			<content:encoded><![CDATA[<p>I have created a simple Perl module that talks to <a href="http://forums.editdns.net/showthread.php?t=1711">EditDNS API</a>, allowing for easy manipulation of domains/records hosted at <a href="https://www.editdns.net/?site=home">EditDNS</a> from within Perl programs. A while ago, I developed a command-line utility that serves a similar purpose, named <a href="http://odyniec.net/projects/editdns.pl/">editdns.pl</a>. The module is sort of an extension of that idea, although it works in a different manner &#8212; while editdns.pl impersonates a web browser to access the EditDNS control center website and uses hacky HTML scraping techniques, the module plays it nice and only uses elegant API calls.</p>
<p>The module is called WebService::EditDNS, and is <a href="http://search.cpan.org/~odyniec/WebService-EditDNS-0.10/">available for download at CPAN</a>. Eventually, it will probably also get a project homepage here on my website (some day in the not-too-distant future).</p>
]]></content:encoded>
			<wfw:commentRss>http://odyniec.net/blog/2010/07/webservice-editdns-perl-interface-to-editdns-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SelectList Documentation Updates</title>
		<link>http://odyniec.net/blog/2010/07/selectlist-documentation-updates/</link>
		<comments>http://odyniec.net/blog/2010/07/selectlist-documentation-updates/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 16:21:02 +0000</pubDate>
		<dc:creator>Michal Wojciechowski</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[selectList]]></category>

		<guid isPermaLink="false">http://odyniec.net/blog/?p=487</guid>
		<description><![CDATA[Just a quick notice for selectList users &#8212; I have updated the documentation page for the plugin, adding the missing API methods reference. I also added some explanatory text on the examples page. Take a look if you&#8217;re interested.
]]></description>
			<content:encoded><![CDATA[<p>Just a quick notice for <a href="http://odyniec.net/projects/selectlist/">selectList</a> users &#8212; I have updated the <a href="http://odyniec.net/projects/selectlist/usage.html">documentation page</a> for the plugin, adding the missing <a href="http://odyniec.net/projects/selectlist/usage.html#api-methods">API methods reference</a>. I also added some explanatory text on the <a href="http://odyniec.net/projects/selectlist/examples.html">examples page</a>. Take a look if you&#8217;re interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://odyniec.net/blog/2010/07/selectlist-documentation-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SelectList 0.3</title>
		<link>http://odyniec.net/blog/2010/07/selectlist-0-3/</link>
		<comments>http://odyniec.net/blog/2010/07/selectlist-0-3/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 21:30:10 +0000</pubDate>
		<dc:creator>Michal Wojciechowski</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[selectList]]></category>

		<guid isPermaLink="false">http://odyniec.net/blog/?p=485</guid>
		<description><![CDATA[I&#8217;m releasing a new version (0.3) of selectList. This release brings support for the core jQuery method .val(), allowing you to retrieve the list of currently selected options at any time (which might be useful when you want to, for instance, send the selection with an AJAX request).
Thanks to John Watson and Dan Young for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m releasing a new version (0.3) of <a href="http://odyniec.net/projects/selectlist/">selectList</a>. This release brings support for the core jQuery method <code>.val()</code>, allowing you to retrieve the list of currently selected options at any time (which might be useful when you want to, for instance, send the selection with an AJAX request).</p>
<p>Thanks to John Watson and Dan Young for notifying me of this.</p>
]]></content:encoded>
			<wfw:commentRss>http://odyniec.net/blog/2010/07/selectlist-0-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SelectList 0.2</title>
		<link>http://odyniec.net/blog/2010/04/selectlist-0-2/</link>
		<comments>http://odyniec.net/blog/2010/04/selectlist-0-2/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 23:36:54 +0000</pubDate>
		<dc:creator>Michal Wojciechowski</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[selectList]]></category>

		<guid isPermaLink="false">http://odyniec.net/blog/?p=467</guid>
		<description><![CDATA[A new release of selectList (my multiple selection jQuery plugin) is now out. Version 0.2 brings proper handling of optgroup elements (as requested by a few users), and fixes one minor bug.
Thanks to Łukasz Ledóchowski for his feedback.
]]></description>
			<content:encoded><![CDATA[<p>A new release of <a href="http://odyniec.net/projects/selectlist/">selectList</a> (my multiple selection jQuery plugin) is now out. Version 0.2 brings proper handling of <code>optgroup</code> elements (as requested by a few users), and fixes one minor bug.</p>
<p>Thanks to <a href="http://www.ledochowski.pl/">Łukasz Ledóchowski</a> for his feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://odyniec.net/blog/2010/04/selectlist-0-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Version of ImgZoom in Development</title>
		<link>http://odyniec.net/blog/2010/03/new-version-of-imgzoom-in-development/</link>
		<comments>http://odyniec.net/blog/2010/03/new-version-of-imgzoom-in-development/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 11:42:13 +0000</pubDate>
		<dc:creator>Michal Wojciechowski</dc:creator>
				<category><![CDATA[imgZoom]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://odyniec.net/blog/?p=445</guid>
		<description><![CDATA[Last weekend I started working on the next version of imgZoom, the jQuery plugin that uses vector graphics to implement a smooth zoom effect on thumbnailed images. With the initial release (a couple months back), I boldly announced that I intend to one day turn it into a decent substitution for Lightbox, and I think [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend I started working on the next version of <a href="http://odyniec.net/projects/imgzoom/">imgZoom</a>, the <a href="http://jquery.com/">jQuery</a> plugin that uses vector graphics to implement a smooth zoom effect on thumbnailed images. With the <a href="http://odyniec.net/blog/2009/08/imgzoom-0-1/">initial release</a> (a couple months back), I boldly announced that I intend to one day turn it into a decent substitution for <a href="http://www.lokeshdhakar.com/projects/lightbox2/">Lightbox</a>, and I think I&#8217;m actually getting closer to that. The current version has the lightbox-esque features of displaying images in a window, and allowing to navigate between previous and next images.</p>
<p>I transformed one of my testing pages into a <a href="http://odyniec.net/projects/imgzoom/imgzoom-0.2-demo/">nicely-looking gallery</a>, so if you want to take a look at the development version in action, be my guest. The gallery should work correctly in most browsers, only Internet Explorer might still have some issues &#8212; I&#8217;m working on that. As always, I&#8217;m open to feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://odyniec.net/blog/2010/03/new-version-of-imgzoom-in-development/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ImgAreaSelect 0.9.2</title>
		<link>http://odyniec.net/blog/2010/02/imgareaselect-0-9-2/</link>
		<comments>http://odyniec.net/blog/2010/02/imgareaselect-0-9-2/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 18:37:27 +0000</pubDate>
		<dc:creator>Michal Wojciechowski</dc:creator>
				<category><![CDATA[imgAreaSelect]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://odyniec.net/blog/?p=424</guid>
		<description><![CDATA[ImgAreaSelect version 0.9.2 is out. This version fixes a few minor bugs, and introduces a new option that allows you to completely remove the plugin from the image that it was attached to. Thanks to all the people who helped me by reporting bugs and sending feedback.
I have also added a new example to the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://odyniec.net/projects/imgareaselect/">ImgAreaSelect</a> version 0.9.2 is out. This version fixes a few minor bugs, and introduces a new option that allows you to completely remove the plugin from the image that it was attached to. Thanks to all the people who helped me by reporting bugs and sending feedback.</p>
<p>I have also added a new example to the <a href="http://odyniec.net/projects/imgareaselect/examples-advanced.html">Advanced Usage</a> page &#8212; it demonstrates an extension of the plugin API that allows you to <a href="http://odyniec.net/projects/imgareaselect/examples-advanced.html#animation">animate the selection area</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://odyniec.net/blog/2010/02/imgareaselect-0-9-2/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>SelectList 0.1.2</title>
		<link>http://odyniec.net/blog/2010/01/selectlist-0-1-2/</link>
		<comments>http://odyniec.net/blog/2010/01/selectlist-0-1-2/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 14:10:34 +0000</pubDate>
		<dc:creator>Michal Wojciechowski</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[selectList]]></category>

		<guid isPermaLink="false">http://odyniec.net/blog/?p=383</guid>
		<description><![CDATA[I&#8217;ve just released a new version of the selectList jQuery plugin &#8212; no exciting new features, though, this release only fixes a bug that generated a JavaScript error in IE6 when there were no options in the original select field (thanks to CJ for reporting this).
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released a new version of the <a title="selectList jQuery plugin" href="http://odyniec.net/projects/selectlist/">selectList jQuery plugin</a> &#8212; no exciting new features, though, this release only fixes a bug that generated a JavaScript error in IE6 when there were no options in the original select field (thanks to CJ for reporting this).</p>
]]></content:encoded>
			<wfw:commentRss>http://odyniec.net/blog/2010/01/selectlist-0-1-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SelectList 0.1.1</title>
		<link>http://odyniec.net/blog/2009/10/selectlist-0-1-1/</link>
		<comments>http://odyniec.net/blog/2009/10/selectlist-0-1-1/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 21:47:28 +0000</pubDate>
		<dc:creator>Michal Wojciechowski</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[selectList]]></category>

		<guid isPermaLink="false">http://odyniec.net/blog/?p=377</guid>
		<description><![CDATA[Here&#8217;s another minor update to one of my jQuery plugins &#8212; this time it&#8217;s selectList, version 0.1.1. The update is mostly a code cleanup, with one functional change &#8212; if a hint has been provided with the title attribute, it is always shown as the currently selected option in the dropdown list after each selection [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another minor update to one of my jQuery plugins &#8212; this time it&#8217;s <a title="selectList" href="http://odyniec.net/projects/selectlist/">selectList</a>, version 0.1.1. The update is mostly a code cleanup, with one functional change &#8212; if a hint has been provided with the <code>title</code> attribute, it is always shown as the currently selected option in the dropdown list after each selection takes place (<a href="http://odyniec.net/blog/2009/06/selectlist-01/comment-page-1/#comment-284">as requested by some</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://odyniec.net/blog/2009/10/selectlist-0-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ImgZoom 0.1.1</title>
		<link>http://odyniec.net/blog/2009/10/imgzoom-0-1-1/</link>
		<comments>http://odyniec.net/blog/2009/10/imgzoom-0-1-1/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 16:54:03 +0000</pubDate>
		<dc:creator>Michal Wojciechowski</dc:creator>
				<category><![CDATA[imgZoom]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://odyniec.net/blog/?p=367</guid>
		<description><![CDATA[Today I released a new version of imgZoom. It&#8217;s just a minor update that fixes one bug and introduces the getOptions() API method.
I have also updated the documentation &#8212; it now includes a reference of the available API methods.
]]></description>
			<content:encoded><![CDATA[<p>Today I released a new version of <a href="http://odyniec.net/projects/imgzoom/">imgZoom</a>. It&#8217;s just a minor update that fixes one bug and introduces the <code>getOptions()</code> API method.</p>
<p>I have also updated the <a href="http://odyniec.net/projects/imgzoom/usage.html">documentation</a> &#8212; it now includes a reference of the available API methods.</p>
]]></content:encoded>
			<wfw:commentRss>http://odyniec.net/blog/2009/10/imgzoom-0-1-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ImgAreaSelect 0.9.1</title>
		<link>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/</link>
		<comments>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 23:47:26 +0000</pubDate>
		<dc:creator>Michal Wojciechowski</dc:creator>
				<category><![CDATA[imgAreaSelect]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://odyniec.net/blog/?p=356</guid>
		<description><![CDATA[I have just released an update to imgAreaSelect with a version number of 0.9.1. It fixes a nasty bug found in version 0.9 that affected the initialization stage, causing some unexpected behavior (like not being able to set the initial selection) and JavaScript errors.
Thanks to all the people who noticed the bug and reported it [...]]]></description>
			<content:encoded><![CDATA[<p>I have just released an update to <a href="http://odyniec.net/projects/imgareaselect/">imgAreaSelect</a> with a version number of 0.9.1. It fixes a nasty bug found in version 0.9 that affected the initialization stage, causing some unexpected behavior (like not being able to set the initial selection) and JavaScript errors.</p>
<p>Thanks to all the people who noticed the bug and reported it to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://odyniec.net/blog/2009/08/imgareaselect-0-9-1/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
