<?xml version="1.0"?>
<!-- name="generator" content="blojsom v2.30" -->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns="http://purl.org/rss/1.0/">

	<channel rdf:about="http://www.asual.com/blog/">
		<title>Asual Blog</title>
		<link>http://www.asual.com/blog/</link>
		<description>Thoughts on Interactive Solutions</description>
		<dc:publisher>Asual</dc:publisher>
		<dc:creator>rostislav@asual.com</dc:creator>
		<dc:date>2010-05-05T08:12:01+02:00</dc:date>
		<dc:language>en</dc:language>

        <items>
        <rdf:Seq>
                    <rdf:li rdf:resource="http://www.asual.com/blog/jquery/?permalink=jquery-address-12-ajax-crawling-url-building-and-more.html" />
                    <rdf:li rdf:resource="http://www.asual.com/blog/jquery/?permalink=jquery-goodness-new-address-format-and-thead-plugins.html" />
                    <rdf:li rdf:resource="http://www.asual.com/blog/lesscss/?permalink=less-for-java.html" />
                    <rdf:li rdf:resource="http://www.asual.com/blog/swfaddress/?permalink=swfaddress-24.html" />
                    <rdf:li rdf:resource="http://www.asual.com/blog/swfaddress/?permalink=swfaddress-23.html" />
                </rdf:Seq>
        </items>
    </channel>

    	<item rdf:about="http://www.asual.com/blog/jquery/?permalink=jquery-address-12-ajax-crawling-url-building-and-more.html">
	   <title>jQuery Address 1.2 - Ajax Crawling, URL building and more</title>
	   <link>http://www.asual.com/blog/jquery/?permalink=jquery-address-12-ajax-crawling-url-building-and-more.html</link>
       <description>&lt;p&gt;I&#39;m happy to announce the strongest &lt;a href=&quot;http://www.asual.com/jquery/address/&quot;&gt;jQuery Address&lt;/a&gt; release up to date. In the last few months we put a lot of effort in adding new features and samples as well as incorporating bug fixes and community feedback.&lt;/p&gt;

&lt;p&gt;Probably the most important update is the strong integration between the plugin and the &lt;a href=&quot;http://code.google.com/web/ajaxcrawling/index.html&quot;&gt;Ajax Crawling mechanism&lt;/a&gt; promoted by Google. The &lt;a href=&quot;http://www.asual.com/jquery/address/samples/crawling/&quot;&gt;sample&lt;/a&gt; that jQuery Address ships with is unobtrusive as possible and works even better than the Google&#39;s own &lt;a href=&quot;http://gwt.google.com/samples/Showcase/Showcase.html&quot;&gt;GWT example&lt;/a&gt;. We used PHP to showcase all the aspects of this integration but we&#39;ll try to add samples for more languages in the near future.&lt;/p&gt;

&lt;p&gt;Another huge improvement is the ability to build deep linking values part by part. It should replace any custom string concatenation functions that you have used in the past and simplify the cases where you need to use many different parameters. In order to build such values or queries without the generation of history entries in the browser you may need to use the new autoUpdate mode setting.&lt;/p&gt;

&lt;p&gt;Other notable features are the wrap option which will generate a DIV wrapper for your content in order to prevent scroll issues with the hash fragments, the support for hash fragments inside the value and the utilization of the the HTML5 onhashchange event where possible.&lt;/p&gt;

&lt;p&gt;Here is a list of all the changes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New queryString, parameter and path setters.&lt;/li&gt;
&lt;li&gt;New autoUpdate, crawling and wrap options.&lt;/li&gt;
&lt;li&gt;New generic bind method.&lt;/li&gt;
&lt;li&gt;New Accordion, Crawling and Form samples.&lt;/li&gt;
&lt;li&gt;Support for hash fragments as a part of the value.&lt;/li&gt;
&lt;li&gt;Basic support for forms.&lt;/li&gt;
&lt;li&gt;Improved onhashchange support.&lt;/li&gt;
&lt;li&gt;Switched samples to HTML5.&lt;/li&gt;
&lt;li&gt;Switched to the Closure compiler.&lt;/li&gt;
&lt;li&gt;JSLint compatibility.&lt;/li&gt;
&lt;li&gt;Simple test suite.&lt;/li&gt;
&lt;li&gt;Support for jQuery 1.4.2 and jQuery UI 1.8.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any comments and opinions are welcome but please use the &lt;a href=&quot;http://github.com/asual/jquery-address/issues&quot;&gt;GitHub issue system&lt;/a&gt; for bug reports.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.asual.com/download/jquery/address&quot;&gt;Download jQuery Address 1.2&lt;/a&gt;&lt;/p&gt;
</description>
	   <dc:date>2010-05-05T08:12:01+02:00</dc:date>
	   <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">
          http://www.asual.com/commentapi//jquery/?permalink=jquery-address-12-ajax-crawling-url-building-and-more.html
       </wfw:comment>
    </item>
    	<item rdf:about="http://www.asual.com/blog/jquery/?permalink=jquery-goodness-new-address-format-and-thead-plugins.html">
	   <title>jQuery goodness - new Address, Format and Thead plugins</title>
	   <link>http://www.asual.com/blog/jquery/?permalink=jquery-goodness-new-address-format-and-thead-plugins.html</link>
       <description>&lt;p&gt;It has been almost half an year ago when we announced the jQuery Address plugin and it&#39;s great that we&#39;re now back with a new version and two other cool additions. We&#39;re releasing them at once because I hardly find the time to blog while the code has been available on &lt;a href=&quot;http://github.com/asual&quot;&gt;GitHub&lt;/a&gt; for quite a long time. Here are some more details:&lt;/p&gt;

&lt;h3&gt;&lt;a href=&quot;/jquery/address&quot;&gt;jQuery Address 1.1&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;I hope that all who tried it have enjoyed the clean API and feature set. There were some problems that may users reported but unfortunately until now there was no free time available for an official release. This new version works better with Internet Explorer, introduces news internalChange and externalChange events as well as various other small improvements.&lt;/p&gt;

&lt;h3&gt;&lt;a href=&quot;/jquery/format&quot;&gt;jQuery Format 1.0&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;This plugin in based on some legacy code that I have successfully used in the past few years. It enables formatting and parsing of dates and numbers with a fair level of complexity and fits well in Java based applications that require internationalization. Parts of the code have been ported from scripts like &lt;a href=&quot;http://mattkruse.com/javascript/calendarpopup/source.html&quot;&gt;date.js&lt;/a&gt; and probably from others that I don&#39;t even remember. I&#39;m interested in adding support for time zones and ISO dates but that will probably happen only if I need them one day.&lt;/p&gt;

&lt;h3&gt;&lt;a href=&quot;/jquery/thead&quot;&gt;jQuery Thead 1.0&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;It&#39;s nice to have a sticky table header that is always visible when you scroll down in a long table. I experienced it while working with Drupal and I became eager to use in another project of mine. The &lt;a href=&quot;http://drupal.org/misc/tableheader.js&quot;&gt;enabling script&lt;/a&gt; was jQuery based but it wasn&#39;t a standalone plugin so I made it one. The original developer wasn&#39;t fine with me releasing the code in anything different than GPL so I had to change it completely in order to use the MIT license.&lt;/p&gt;

&lt;p&gt;Happy Holidays to everyone! This is how we do it :)&lt;/p&gt;
</description>
	   <dc:date>2009-12-23T14:07:48+01:00</dc:date>
	   <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">
          http://www.asual.com/commentapi//jquery/?permalink=jquery-goodness-new-address-format-and-thead-plugins.html
       </wfw:comment>
    </item>
    	<item rdf:about="http://www.asual.com/blog/lesscss/?permalink=less-for-java.html">
	   <title>LESS for Java</title>
	   <link>http://www.asual.com/blog/lesscss/?permalink=less-for-java.html</link>
       <description>&lt;p&gt;&lt;a href=&quot;http://lesscss.org&quot;&gt;LESS&lt;/a&gt; is a cool project that has been around for a while and extends CSS with a few nice features like variables, mixins, operations and nested rules. The best thing about it is the syntax that feels very natural and easy to learn. I was eager to play with LESS but the main stopper for me was the fact that it is written in Ruby and I&#39;m mostly involved in pure Java projects. It seems that my desire to try it was really strong because I sat down and lost almost a weekend in learning how &lt;a href=&quot;http://jruby.org&quot;&gt;JRuby&lt;/a&gt; works and finally produced a working prototype that only requires the Java 5 Virtual Machine. Over the last two months I was able to totally reorganize, extend and test the code base and I&#39;m now finally glad to release it officially.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/lesscss&quot;&gt;LESS for Java&lt;/a&gt; is a set of 2 modules that primarily target Maven 2 compatible projects but can also be used in any Java enabled environment:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://github.com/asual/lesscss-engine&quot;&gt;LESS Engine&lt;/a&gt; contains the original LESS codebase and provides a straightforward access to the underlying API. It has been designed as a core module that can be used various scenarios.&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://github.com/asual/lesscss-servlet&quot;&gt;LESS Servlet&lt;/a&gt; automatically compiles and serves LESS sources but also supports other resources like image and script files. It optimizes the server response by adding appropriate headers and applying the YUI Compressor for both CSS and JavaScript requests.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Both modules are already available on the official Maven 2 repository and you can start playing with them immediately. The current 1.2.11 version matches the snapshot of the original LESS distribution that has been used. The project has been successfully utilized on this website as well as in a bigger project built around Spring MVC and JSF. The source is available on GitHub where we&#39;re planning to put all our new open source stuff. Comments and feedback are welcome.&lt;/p&gt;
</description>
	   <dc:date>2009-11-05T13:58:11+01:00</dc:date>
	   <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">
          http://www.asual.com/commentapi//lesscss/?permalink=less-for-java.html
       </wfw:comment>
    </item>
    	<item rdf:about="http://www.asual.com/blog/swfaddress/?permalink=swfaddress-24.html">
	   <title>SWFAddress 2.4</title>
	   <link>http://www.asual.com/blog/swfaddress/?permalink=swfaddress-24.html</link>
       <description>&lt;p&gt;I&#39;m happy to announce the availability of &lt;a href=&quot;/swfaddress/&quot;&gt;SWFAddress 2.4&lt;/a&gt; which appears to be the most stable and feature-full version up to date. It fixes some nasty issues that appeared in the previous release and introduces a few interesting additions. Here is the changelog:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New INTERNAL_CHANGE and EXTERNAL_CHANGE events.&lt;/li&gt;
&lt;li&gt;Support for parameter arrays.&lt;/li&gt;
&lt;li&gt;Improved IE8 support.&lt;/li&gt;
&lt;li&gt;Fixed IE initialization issues.&lt;/li&gt;
&lt;li&gt;Fixed browser communication issues with AS2/AVM2 on Mac.&lt;/li&gt;
&lt;li&gt;Fixed URL decoding for AS1 and AS2.&lt;/li&gt;
&lt;li&gt;Fixed handling of swfobject.createSWF.&lt;/li&gt;
&lt;li&gt;Workaround for WebKit bug 20355.&lt;/li&gt;
&lt;li&gt;Frameset support and corresponding sample.&lt;/li&gt;
&lt;li&gt;All methods dealing with parameters and query strings no longer return empty strings.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project became pretty mature but we&#39;ll continue to consider interesting ideas and requests. More open source goodness is coming soon.&lt;/p&gt;
</description>
	   <dc:date>2009-09-29T09:16:52+02:00</dc:date>
	   <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">
          http://www.asual.com/commentapi//swfaddress/?permalink=swfaddress-24.html
       </wfw:comment>
    </item>
    	<item rdf:about="http://www.asual.com/blog/swfaddress/?permalink=swfaddress-23.html">
	   <title>SWFAddress 2.3</title>
	   <link>http://www.asual.com/blog/swfaddress/?permalink=swfaddress-23.html</link>
       <description>&lt;p&gt;As of today &lt;a href=&quot;http://www.asual.com/swfaddress/&quot;&gt;SWFAddress 2.3&lt;/a&gt; is available for download. It&#39;s the next stable release of the project and took a little bit more than initially planned. This update offers various fixes and few interesting optimizations requested by users. There are few backwards incompatible changes but they will affect only some exotic cases. The main new feature is the improved support for unicode values. For Firefox 3 on Mac OSX we switched from ExternalInterface to getURL/navigateToURL and had some additional troubles especially with ActionScript 3.&lt;/p&gt;

&lt;p&gt;Here is the full list of changes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New public encodeURI/decodeURI methods for AS1 and AS2.&lt;/li&gt;
&lt;li&gt;New Unicode sample and improved support for unicode values.&lt;/li&gt;
&lt;li&gt;Improved detection of ExternalInterface and swfaddress.js availability.&lt;/li&gt;
&lt;li&gt;Improved fix for Firefox 3/Mac OSX.&lt;/li&gt;
&lt;li&gt;Improved degradation in uncontrolled cross-domain parent frames.&lt;/li&gt;
&lt;li&gt;The explicit id attribute of swfobject.embedSWF() is now optional.&lt;/li&gt;
&lt;li&gt;Simplified browser sniffing.&lt;/li&gt;
&lt;li&gt;Removed internal eval() statements.&lt;/li&gt;
&lt;li&gt;Removed support for swfaddress.html.&lt;/li&gt;
&lt;li&gt;SWFAddress.getParameter() no longer returns an empty string if the parameter is not available.&lt;/li&gt;
&lt;li&gt;The SWFAddress.getTracker() no longer has a default value but the behavior remains the same.&lt;/li&gt;
&lt;li&gt;Support for hash fragments in the SEO redirection.&lt;/li&gt;
&lt;li&gt;MOTW is added to all the static samples.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href=&quot;/download/swfaddress&quot;&gt;Download SWFAddress 2.3&lt;/a&gt;&lt;/p&gt;
</description>
	   <dc:date>2009-04-29T15:15:55+02:00</dc:date>
	   <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">
          http://www.asual.com/commentapi//swfaddress/?permalink=swfaddress-23.html
       </wfw:comment>
    </item>
    
</rdf:RDF>
