﻿<?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>Ladysign Dev Blog &#187; Mootools</title>
	<atom:link href="http://www.ladysign-apps.com/blog/tag/mootools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ladysign-apps.com/blog</link>
	<description>Girls can code.</description>
	<lastBuildDate>Mon, 01 Feb 2010 09:44:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mootools and jQuery conflicts in Joomla 1.5</title>
		<link>http://www.ladysign-apps.com/blog/code/javascript/mootools-jquery-conflicts-in-joomla-1-5/</link>
		<comments>http://www.ladysign-apps.com/blog/code/javascript/mootools-jquery-conflicts-in-joomla-1-5/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 11:52:07 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[conflicts]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[template head]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=780</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<p>Yes, Mootools and jQuery can conflict each other, when you load both on your page.<br />
Ofcourse, they can use same method nam[......]</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<p>Yes, Mootools and jQuery can conflict each other, when you load both on your page.<br />
Ofcourse, they can use same method names, therefore one of both could break.<br />
In my case, I received in Joomla 1.5 errors for removing handlers.</p>
<p>See, I&#8217;m a fan of jQuery, that doesn&#8217;t say that I dislike MooTools, but when you create a nice Template for Joomla 1.5 and you decide to use jQuery, the hell breaks open when implementing:</p>
<pre class="brush: xml;">&lt;jdoc:include type=&quot;head&quot; /&gt;</pre>
<p>This, is because Joomla 1.5 uses MooTools and Caption javascript frameworks, for the backend admin panel, but also some components may require it.<br />
In this case I would say, fuck it. &#8211; I want to have my own choice of which framework I would like to use.<br />
So stick together with jQuery and wrote the following lines in the top of my index.php template:</p>
<pre class="brush: php;">$headerstuff = $this-&gt;getHeadData();
$headerstuff['scripts'] = array();
$this-&gt;setHeadData($headerstuff);</pre>
<p>Goodbye MooTools and Caption frameworks. &#8211; My conflicts are solved!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/javascript/mootools-jquery-conflicts-in-joomla-1-5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>6 popular Javascript Frameworks</title>
		<link>http://www.ladysign-apps.com/blog/code/javascript/5-popular-javascript-frameworks/</link>
		<comments>http://www.ladysign-apps.com/blog/code/javascript/5-popular-javascript-frameworks/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 09:20:37 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Dojo]]></category>
		<category><![CDATA[Javascript Frameworks]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Spry]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=648</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<p>Javascript frameworks are for easing development and dynamic web apps.<br />
These toolkits enables you to deal with Ajax calls[......]</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<p>Javascript frameworks are for easing development and dynamic web apps.<br />
These toolkits enables you to deal with Ajax calls in an easy and fun way and it&#8217;s also cross browser safe.</p>
<p>It can be handy, if you know already something about <a href="http://www.json.org">JSON</a>:<br />
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write and it is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition &#8211; December 1999.<br />
JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.</p>
<p>It&#8217;s a personal choice which of the Javascript Frameworks you should choose.<br />
Basically they are all more or less providing you the same functionality, and they all<br />
contain excellent documentation and API&#8217;s with examples.<br />
I will show you the 6 most popular frameworks, and tell you the current version,<br />
download link and which websites these frameworks use. Also the size of the .js file,<br />
which is an important detail.</p>
<table border="1" cellpadding="1" cellspacing="1" align="center">
<tr>
<th></th>
<th align="center"><a href="http://jquery.com/">JQuery</a></th>
<th align="center"><a href="http://www.prototypejs.org">Prototype</a></th>
<th align="center"><a href="http://www.dojotoolkit.org/">Dojo</a></th>
<th align="center"><a href="http://www.mootools.net/">Mootools</a></th>
<th align="center"><a href="http://labs.adobe.com/technologies/spry/home.html">Spry</a></th>
<th align="center"><a href="http://developer.yahoo.com/yui/">YUI</a></th>
</tr>
<tr>
<td><b>Version:</b></td>
<td>1.3.2</td>
<td>1.6.0.3</td>
<td>1.3.0</td>
<td>1.2.2.</td>
<td>1.6.1</td>
<td>2.7.0</td>
</tr>
<tr>
<td><b>Size:</b></td>
<td>56KB / 117kB *</td>
<td>127KB</td>
<td>80KB / 305kB *</td>
<td>64KB / 97kB * </td>
<td>4.88MB</td>
<td>11.7MB</td>
</tr>
<tr>
<td><b>Clients</b></td>
<td><em>Google, Dell, Mozilla, Bank of America (Microsoft, Nokia)</em></td>
<td><em>Apple, CNN, Twitter, Digg, eBAY, Sony, Prada, Wired, Amazon</em></td>
<td><em>Salesforce, IBM, AOL, Apple, Ask.com, SUN, Zend Framework, Lufthansa</em></td>
<td><em>Joomla, Nintendo, Gamespot, W3C, Netvibes</em></td>
<td><em>Adobe</em></td>
<td><em>Yahoo, KLM</em></td>
</tr>
</table>
<p>* = compressed gzipped / uncompressed</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/javascript/5-popular-javascript-frameworks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
