<?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"
	>

<channel>
	<title>AJAX.OOP JavaScript Framework</title>
	<atom:link href="http://ajaxoop.org/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxoop.org</link>
	<description>Lightweight JavaScript OOP Framework</description>
	<pubDate>Tue, 09 Sep 2008 09:38:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>AJAX.OOP Version 1.0.4 Released</title>
		<link>http://ajaxoop.org/ajaxoop-version-104-released</link>
		<comments>http://ajaxoop.org/ajaxoop-version-104-released#comments</comments>
		<pubDate>Sun, 07 Sep 2008 15:25:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://ajaxoop.org/?p=376</guid>
		<description><![CDATA[We keep developing our library and a new version was released today.
Changes in new version are:

Fixed problem with toJSON functionlity on Objects.
Several changes in Ajax Base Object:

Added functions for working with types.
Added Debug property which applies to all library and allows to turn on/off debugging in development process.
Added Chrome property to determine Google Chrome browser, [...]]]></description>
			<content:encoded><![CDATA[<p>We keep developing our library and a new version was released today.</p>
<p><strong>Changes in new version are:</strong></p>
<ul>
<li>Fixed problem with toJSON functionlity on Objects.</li>
<li>Several changes in <a href="/documentation/ajax#Ajax">Ajax Base Object</a>:
<ul>
<li>Added functions for working with types.</li>
<li>Added Debug property which applies to all library and allows to turn on/off debugging in development process.</li>
<li>Added Chrome property to determine <a href="http://chrome.google.com/">Google Chrome</a> browser, popularity of which is grown from day-to-day.</li>
<li>Added methods Toggle() and Resolve() to solve the compatibility with other libraries problem.</li>
</ul>
</li>
<li>Resolved compatibility issues with other libraries like jQuery, Prototypejs, etc.</li>
<li>Fixed problems with AJAX requests in Internet Explorer.</li>
<li>OOP engine enhancements and fixes:
<ul>
<li>OOP engine is now handling types of passed agruments to Ajax.Class and throws TypeError exceptions if them are not valid.</li>
<li>Solved critical problem with aggregation of classes.</li>
<li><strong>Accessors names are changed now!</strong> this.$parent and this.$_parent now are this.$super and this.$_super. This critical changes was made to follow the common syntax of JavaScript domain. Due to specification of ECMAScript Edition 4 (JavaScript version 2) in OO model will be used &#8220;super&#8221; accessor - so this is common name for such entity and AJAX.OOP goes to support this syntax - &#8220;super&#8221; instead of &#8220;parent&#8221;.</li>
</ul>
</li>
<li><a href="/documentation">Documentation</a> updated due to made changes.</li>
</ul>
<p>You can <a href="/download">get new verion</a> of AJAX.OOP library from <a href="/download">Download</a> section of our website.</p>
<p>Thanks to everyone helped made this release!</p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxoop.org/ajaxoop-version-104-released/feed</wfw:commentRss>
		</item>
		<item>
		<title>AJAX.OOP 1.0.3 Released</title>
		<link>http://ajaxoop.org/ajaxoop-103</link>
		<comments>http://ajaxoop.org/ajaxoop-103#comments</comments>
		<pubDate>Fri, 05 Sep 2008 11:00:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Releases]]></category>

		<category><![CDATA[ajax]]></category>

		<category><![CDATA[framework]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[oop]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://ajaxoop.org/?p=317</guid>
		<description><![CDATA[
UTDATE:  Due to found bugs version 1.0.3 obtained &#8220;beta&#8221; status. Thanks for everyone who helped us testing the library. New updets with version 1.0.4 coming soon.

We are keep developing our small library and fixing bugs under a major 1.0 release.
So here it is - AJAX.OOP version 1.0.3 released and available for download. In this [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>
<strong>UTDATE: </strong> Due to found bugs version 1.0.3 obtained &#8220;beta&#8221; status. Thanks for everyone who helped us testing the library. New updets with version 1.0.4 coming soon.
</p></blockquote>
<p>We are keep developing our small library and fixing bugs under a major 1.0 release.</p>
<p>So here it is - AJAX.OOP version 1.0.3 released and available for <a href="/download">download</a>. In this version was fixed some critical bugs related to OOP engine work under Internet Explorer and AJAX functionality errors. Seems like everything is works fine now, so we hope our users will be happy with the new update.</p>
<p>It was also fixed code to be ready for compression issues and we made compressed version of a library for production applications. Both compression methods with <a href="http://javascriptcompressor.com/">JavaScript Compressor</a> and gzip will give an ability to reduce weight of code to 4KB. We think it&#8217;s a really good result for any website using our library.</p>
<p>Also we planned make soon a roadmap of the project so check our news!</p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxoop.org/ajaxoop-103/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
