<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.irolo.net" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>code</title>
 <link>http://www.irolo.net/taxonomy/term/25</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Button, button, where is the button?</title>
 <link>http://www.irolo.net/rollover_button</link>
 <description>&lt;h3&gt;Creating a Rollover Button without Javascript&lt;/h3&gt;
&lt;p&gt;
JavaScript rollover buttons have been a common feature on the web for a long time now, but they do have some drawbacks.  In the article below I will describe a way to make some neat looking rollover techniques with just XHTML and CSS.  They aren&#039;t perfect for every situation, but they are an interesting alternative.
&lt;/p&gt;
&lt;h3&gt;Why not just use MM_swapImage()?&lt;/h3&gt;
&lt;p&gt;
Macromedia&#039;s (now Adobe&#039;s) ubiquitous JavaScript functions for rollovers are effective but they do have a few disadvantages:
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.irolo.net/rollover_button&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.irolo.net/taxonomy/term/25">code</category>
 <category domain="http://www.irolo.net/taxonomy/term/20">color</category>
 <category domain="http://www.irolo.net/taxonomy/term/9">css</category>
 <category domain="http://www.irolo.net/taxonomy/term/12">design</category>
 <category domain="http://www.irolo.net/taxonomy/term/46">html</category>
 <category domain="http://www.irolo.net/taxonomy/term/5">templates</category>
 <category domain="http://www.irolo.net/taxonomy/term/3">themes</category>
 <pubDate>Mon, 12 May 2008 17:42:48 -0400</pubDate>
 <dc:creator>RoloDMonkey</dc:creator>
 <guid isPermaLink="false">4 at http://www.irolo.net</guid>
</item>
<item>
 <title>Do You Unit?</title>
 <link>http://www.irolo.net/do_you_unit_test</link>
 <description>&lt;h3&gt;What is Unit Testing?&lt;/h3&gt;

&lt;p&gt;
In simple terms, unit testing is a definition of tests to run on your code.  Usually, these tests are automated.  The &amp;quot;unit&amp;quot; in unit testing means that the tests should test the smallest functional units, like functions or methods.  However, unit testing does not have to be limited to only testing small parts; it can also test interactions between parts with complex combinations and variables, and even test some visual elements, like whether or not a certain image is actually shown or if a class was applied to an XHTML tag.
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.irolo.net/do_you_unit_test&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.irolo.net/taxonomy/term/25">code</category>
 <category domain="http://www.irolo.net/taxonomy/term/13">development</category>
 <category domain="http://www.irolo.net/taxonomy/term/29">programming</category>
 <pubDate>Thu, 20 Mar 2008 18:40:48 -0400</pubDate>
 <dc:creator>RoloDMonkey</dc:creator>
 <guid isPermaLink="false">27 at http://www.irolo.net</guid>
</item>
<item>
 <title>Mixing Conditions and Assignments</title>
 <link>http://www.irolo.net/mixing_conditions_and_assignments</link>
 <description>&lt;p&gt;
Here is another tip from &lt;a href=&quot;/mistakes&quot;&gt;&quot;Mistakes I&#039;ve Made&quot;&lt;/a&gt;.  Don&#039;t mix up your conditions and assignments.  In other words be careful about using assignment operators (like the eqauls sign &#039;=&#039;) inside of conditional statements.  Although this happened with PHP, the same problem can occur with many other languages.  Let me explain...
&lt;/p&gt;
&lt;p&gt;
Here is a very common way to loop:
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.irolo.net/mixing_conditions_and_assignments&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.irolo.net/taxonomy/term/25">code</category>
 <category domain="http://www.irolo.net/mistakes">mistake</category>
 <category domain="http://www.irolo.net/taxonomy/term/29">programming</category>
 <pubDate>Mon, 21 Jan 2008 15:50:52 -0500</pubDate>
 <dc:creator>RoloDMonkey</dc:creator>
 <guid isPermaLink="false">25 at http://www.irolo.net</guid>
</item>
<item>
 <title>Drupal, webform and Dynamic Checkboxes</title>
 <link>http://www.irolo.net/drupal_webform_and_dynamic_checkboxes</link>
 <description>&lt;p&gt;
Below you will find my description of how I made a new component for &lt;a href=&quot;http://drupal.org&quot; title=&quot;Drupal content management system&quot;&gt;Drupal&#039;s&lt;/a&gt; &lt;a href=&quot;http://drupal.org/project/webform&quot; title=&quot;Drupal web forms gui&quot;&gt;webform module&lt;/a&gt; that dynamically displays a selection of checkboxes. I will go over why I made it.   Then I will explain the code step by step.  I have also attached a copy of the file for &lt;a href=&quot;/drupal_webform_and_dynamic_checkboxes#download&quot;&gt;download&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.irolo.net/drupal_webform_and_dynamic_checkboxes&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.irolo.net/taxonomy/term/27">cms</category>
 <category domain="http://www.irolo.net/taxonomy/term/25">code</category>
 <category domain="http://www.irolo.net/taxonomy/term/13">development</category>
 <category domain="http://www.irolo.net/drupal">drupal</category>
 <category domain="http://www.irolo.net/taxonomy/term/41">mysql</category>
 <category domain="http://www.irolo.net/taxonomy/term/34">php</category>
 <category domain="http://www.irolo.net/taxonomy/term/29">programming</category>
 <enclosure url="http://www.irolo.net/files/webform.zip" length="2758" type="application/zip" />
 <pubDate>Tue, 27 Nov 2007 10:03:19 -0500</pubDate>
 <dc:creator>RoloDMonkey</dc:creator>
 <guid isPermaLink="false">24 at http://www.irolo.net</guid>
</item>
<item>
 <title>htmlentities()</title>
 <link>http://www.irolo.net/htmlentities</link>
 <description>  &lt;p&gt;
    Do you need to output a code sample onto an HTML page?  Just copy the code
    into the box below, and press &amp;quot;Convert&amp;quot;
  &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.irolo.net/htmlentities&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.irolo.net/taxonomy/term/25">code</category>
 <category domain="http://www.irolo.net/taxonomy/term/46">html</category>
 <category domain="http://www.irolo.net/taxonomy/term/34">php</category>
 <category domain="http://www.irolo.net/taxonomy/term/29">programming</category>
 <pubDate>Sat, 03 Nov 2007 13:55:51 -0400</pubDate>
 <dc:creator>RoloDMonkey</dc:creator>
 <guid isPermaLink="false">22 at http://www.irolo.net</guid>
</item>
<item>
 <title>&lt;pre /&gt; Doesn&#039;t Do Style</title>
 <link>http://www.irolo.net/pre_doesnt_do_style</link>
 <description>&lt;p&gt;
While making the first article in the &lt;a href=&quot;/mistakes&quot;&gt;&quot;Mistakes I&#039;ve Made&quot;&lt;/a&gt; series.  I immediately came across the fodder for the next.  I was trying to create CSS for my code examples and discovered that using &lt;var&gt;&amp;lt;pre /&amp;gt;&lt;/var&gt; just won&#039;t cut it anymore.
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.irolo.net/pre_doesnt_do_style&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.irolo.net/taxonomy/term/25">code</category>
 <category domain="http://www.irolo.net/taxonomy/term/20">color</category>
 <category domain="http://www.irolo.net/taxonomy/term/9">css</category>
 <category domain="http://www.irolo.net/taxonomy/term/12">design</category>
 <category domain="http://www.irolo.net/drupal">drupal</category>
 <category domain="http://www.irolo.net/taxonomy/term/46">html</category>
 <category domain="http://www.irolo.net/taxonomy/term/19">ie</category>
 <category domain="http://www.irolo.net/mistakes">mistake</category>
 <category domain="http://www.irolo.net/taxonomy/term/5">templates</category>
 <category domain="http://www.irolo.net/taxonomy/term/3">themes</category>
 <pubDate>Fri, 20 Jul 2007 15:18:23 -0400</pubDate>
 <dc:creator>RoloDMonkey</dc:creator>
 <guid isPermaLink="false">6 at http://www.irolo.net</guid>
</item>
<item>
 <title>Internet Explorer Speaks American</title>
 <link>http://www.irolo.net/internet_explorer_speaks_american</link>
 <description>&lt;p&gt;
This is the first in a series of short articles called &lt;a href=&quot;/mistakes&quot;&gt;&quot;Mistakes I&#039;ve Made&quot;&lt;/a&gt;.  In this series I plan to give examples of mistakes, misunderstandings, and problems I&#039;ve encountered while coding.  Maybe they will keep you from going through the same frustration.
&lt;/p&gt;
&lt;p&gt;
I came across this &amp;quot;mistake&amp;quot; while making the new CSS for this site.  Apparently, Internet Explorer only speaks American English.  Here is the code I created:
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.irolo.net/internet_explorer_speaks_american&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.irolo.net/taxonomy/term/25">code</category>
 <category domain="http://www.irolo.net/taxonomy/term/20">color</category>
 <category domain="http://www.irolo.net/taxonomy/term/9">css</category>
 <category domain="http://www.irolo.net/taxonomy/term/12">design</category>
 <category domain="http://www.irolo.net/taxonomy/term/46">html</category>
 <category domain="http://www.irolo.net/taxonomy/term/19">ie</category>
 <category domain="http://www.irolo.net/mistakes">mistake</category>
 <pubDate>Fri, 20 Jul 2007 13:05:39 -0400</pubDate>
 <dc:creator>RoloDMonkey</dc:creator>
 <guid isPermaLink="false">5 at http://www.irolo.net</guid>
</item>
</channel>
</rss>
