<?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>DansNetwork.com &#187; mootools</title>
	<atom:link href="http://dansnetwork.com/tag/mootools/feed/" rel="self" type="application/rss+xml" />
	<link>http://dansnetwork.com</link>
	<description>Web Design, Javascript, CSS, and More...</description>
	<lastBuildDate>Sat, 19 Nov 2011 15:51:30 +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>jQuery Classes &#8211; An Object Oriented Approach</title>
		<link>http://dansnetwork.com/jquery-classes-object-oriented-approach/</link>
		<comments>http://dansnetwork.com/jquery-classes-object-oriented-approach/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 04:40:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://dansnetwork.com/?p=33</guid>
		<description><![CDATA[MooTools has been my framework of choice for the past couple of years. I've worked my way up to using Classes for most of my projects and really liked using the OOP approach. For the past couple of projects, I started using Wordpress as my CMS and every time ended up using jQuery. I was [...]]]></description>
			<content:encoded><![CDATA[<p>MooTools has been my framework of choice for the past couple of years. I've worked my way up to using <a title="MooTools Classes" href="http://mootools.net/docs/Class/Class">Classes</a> for most of my projects and really liked using the OOP approach. For the past couple of projects, I started using Wordpress as my CMS and every time ended up using jQuery. I was disappointed to find out that it didn't have the native Class library that MooTools did. Fortunately there is a plugin available to assist with this task:</p>
<p>- A plugin that adds class functionality to jQuery: <a title="jQuery-Klass" href="http://code.google.com/p/jquery-klass/">jQuery-Klass</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dansnetwork.com/jquery-classes-object-oriented-approach/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MooTools Events Calendar &#8211; Web Embeddable Javascript Calendar</title>
		<link>http://dansnetwork.com/mootools-events-calendar-web-embeddable-javascript-calendar/</link>
		<comments>http://dansnetwork.com/mootools-events-calendar-web-embeddable-javascript-calendar/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 02:06:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/10/03/mootools-events-calendar-web-embeddable-javascript-calendar/</guid>
		<description><![CDATA[This is the official release of the unofficial MooTools Events Calendar. It is an embeddable web calendar that was built using the MooTools JavaScript framework. Currently, it is still under development, but may be sufficient for your needs. Check out the project page here: MooTools Events Calendar
-
v0.3.0 (August 5, 2009)


Accepts events that span across multiple [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://dansnetwork.com/mootools/images/mooECal_150.jpg" border="0" alt="Month View" hspace="10" vspace="5" width="150" height="81" align="left" />This is the official release of the unofficial MooTools Events Calendar. It is an embeddable web calendar that was built using the MooTools JavaScript framework. Currently, it is still under development, but may be sufficient for your needs. Check out the project page here: <a title="MooTools Events Calendar" href="http://dansnetwork.com/mootools/events-calendar/">MooTools Events Calendar</a></p>
<p>-</p>
<p><strong><span style="text-decoration: underline;">v0.3.0 (August 5, 2009)<br />
</span></strong></p>
<ul>
<li>Accepts events that span across multiple days</li>
<li>MooTools v1.2.3 required.</li>
</ul>
<p><strong><span style="text-decoration: underline;">v0.2.2 (April 11, 2009)<br />
</span></strong></p>
<ul>
<li>Fixed a rendering problem for people outside of the U.S.</li>
<li>Added the option for weeks to start on Monday</li>
</ul>
<p><strong><span style="text-decoration: underline;">v0.2.1 (Feb 9, 2009)<br />
</span></strong></p>
<ul>
<li>bug fix - usage error with parseInt(). Events wouldn't load on the 8th and 9th of a month.</li>
<li>HTML allowed in events. This allows for events to link elsewhere.</li>
</ul>
<p><strong><span style="text-decoration: underline;">v0.2.0 (Feb 1, 2009) </span></strong></p>
<ul>
<li>uses plug-ins or direct loading through the constructor for events</li>
<li>uses iCal/ISO 8601 dates/times for event input</li>
<li>different style sheets can be used for 3 different sized calendars</li>
</ul>
<p><span style="text-decoration: underline;"><strong>v0.1.0 (Oct 3, 2008) </strong></span></p>
<ul>
<li>month, week, and day views</li>
<li>tool tips for month view events (using Tips)</li>
<li>scrolling day events for month view (using Scroller)</li>
<li>events loaded manually or possibly through a JSON feed</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dansnetwork.com/mootools-events-calendar-web-embeddable-javascript-calendar/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Stop A Page From Loading</title>
		<link>http://dansnetwork.com/stop-a-page-from-loading/</link>
		<comments>http://dansnetwork.com/stop-a-page-from-loading/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 00:40:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/07/04/stop-a-page-from-loading/</guid>
		<description><![CDATA[I've recently put together a page that included over 550 thumbnails that were set to load dynamically. They were grouped together to be viewed throughout several "pages". Originally, if you went to the second page without waiting for the first to finish loading, you'd be unimpressed with the presentation. The second page would begin to [...]]]></description>
			<content:encoded><![CDATA[<p>I've recently put together a page that included over 550 thumbnails that were set to load dynamically. They were grouped together to be viewed throughout several "pages". Originally, if you went to the second page without waiting for the first to finish loading, you'd be unimpressed with the presentation. The second page would begin to load only after the first was finished and so on. I needed to come up with a way to stop the thumbs from loading when you went to the next page and here's what I came up with. It works with Firefox, Safari, and the troublemaker...Internet Explorer.</p>
<p><strong>Using Mootools:</strong></p>
<pre style="font-family: Courier New,Courier,mono">function stopLoad()
{
   $try(
      function(){window.stop()},
      function(){document.execCommand('Stop')}
   )
}</pre>
<p><strong>Using Prototype:</strong></p>
<pre style="font-family: Courier New,Courier,mono">function stopLoad()
{
   Try.these(
      function(){window.stop()},
      function(){document.execCommand('Stop')}
   )
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://dansnetwork.com/stop-a-page-from-loading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

