<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://walkthrough.ifupdown.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://walkthrough.ifupdown.com/feed.php">
        <title>The mooWalkthrough</title>
        <description></description>
        <link>http://walkthrough.ifupdown.com/</link>
        <image rdf:resource="http://walkthrough.ifupdown.com/lib/images/favicon.ico" />
       <dc:date>2012-02-04T19:10:51-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://walkthrough.ifupdown.com/horse-racing?rev=1296571336&amp;do=diff"/>
                <rdf:li rdf:resource="http://walkthrough.ifupdown.com/home?rev=1271309890&amp;do=diff"/>
                <rdf:li rdf:resource="http://walkthrough.ifupdown.com/1.2.x/basic/set-many-methods?rev=1261366320&amp;do=diff"/>
                <rdf:li rdf:resource="http://walkthrough.ifupdown.com/1.2.x/basic/set-style-and-styles?rev=1261287940&amp;do=diff"/>
                <rdf:li rdf:resource="http://walkthrough.ifupdown.com/1.2.x/basic/set-html-and-text?rev=1261287121&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://walkthrough.ifupdown.com/lib/images/favicon.ico">
        <title>The mooWalkthrough</title>
        <link>http://walkthrough.ifupdown.com/</link>
        <url>http://walkthrough.ifupdown.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://walkthrough.ifupdown.com/horse-racing?rev=1296571336&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-01T09:42:16-05:00</dc:date>
        <dc:creator>horseracing</dc:creator>
        <title>Horse racing- Tips on Holiday Horse racing - created</title>
        <link>http://walkthrough.ifupdown.com/horse-racing?rev=1296571336&amp;do=diff</link>
        <description>There are a lot of things that you could choose from during Holidays. Horse racing can be utilized as well, it depends on you on what is the likes of the receiver. Just remember that its the thought that counts.</description>
    </item>
    <item rdf:about="http://walkthrough.ifupdown.com/home?rev=1271309890&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-15T01:38:10-05:00</dc:date>
        <dc:creator>ryanmr</dc:creator>
        <title>mooWalkthrough - spelling</title>
        <link>http://walkthrough.ifupdown.com/home?rev=1271309890&amp;do=diff</link>
        <description>The mooWalkthrough is a simple and concise walk through for the Mootools Javascript library that is primarily aimed at first-time library users and programmers that are new to Mootools. The mooWalkthrough covers the basics of Mootools which include Elements, Events and Effects.</description>
    </item>
    <item rdf:about="http://walkthrough.ifupdown.com/1.2.x/basic/set-many-methods?rev=1261366320&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-20T22:32:00-05:00</dc:date>
        <dc:creator>ryanmr</dc:creator>
        <title>Setting Properties and Styles on Many Elements - added mooshell</title>
        <link>http://walkthrough.ifupdown.com/1.2.x/basic/set-many-methods?rev=1261366320&amp;do=diff</link>
        <description>If you have an array of elements, possibly returned to you by $$, you can set properties and styles on all of them at once.

This is extremely powerful feature of mootools which can save you a lot of time.



// Gets all h3 with important as the a class on it inside of the element of news id.
var importantNews = $$(&quot;#news h3.important&quot;);

importantNew.setProperty(&quot;title&quot;, &quot;Really important news!&quot;);
importantNews.setStyle(&quot;font-size&quot;, &quot;2em&quot;);</description>
    </item>
    <item rdf:about="http://walkthrough.ifupdown.com/1.2.x/basic/set-style-and-styles?rev=1261287940&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-20T00:45:40-05:00</dc:date>
        <dc:creator>ryanmr</dc:creator>
        <title>Set Style and Styles - added moohsell</title>
        <link>http://walkthrough.ifupdown.com/1.2.x/basic/set-style-and-styles?rev=1261287940&amp;do=diff</link>
        <description>Setting CSS properties with mootools is easy with the two style setting methods that handle any cross-browser inconsistencies that may exist and also facilitate short-hand properties.

Firstly, the .setStyle method can set a CSS property.



$(&quot;myLink&quot;).setStyle(&quot;font-size&quot;, &quot;2em&quot;);

$(&quot;myDiv&quot;).setStyle(&quot;margin&quot;, &quot;1em&quot;);</description>
    </item>
    <item rdf:about="http://walkthrough.ifupdown.com/1.2.x/basic/set-html-and-text?rev=1261287121&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-20T00:32:01-05:00</dc:date>
        <dc:creator>ryanmr</dc:creator>
        <title>Set HTML and Text - added mooshell example</title>
        <link>http://walkthrough.ifupdown.com/1.2.x/basic/set-html-and-text?rev=1261287121&amp;do=diff</link>
        <description>Functions and methods often need to return feedback to the user in some way; often by new text in a p-tag or similar structure. Mootools offers two methods that assist with those needs.

The .set method will append as many HTML strings as you pass it.</description>
    </item>
</rdf:RDF>

