<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Dwees Design</title>
  <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog"/>
  <link rel="self" type="application/atom+xml" href="http://www.unitorganizer.com/myblog/atom.xml"/>
  <id>http://www.unitorganizer.com/myblog/atom.xml</id>
  <updated>2007-09-20T07:05:12-06:00</updated>
  <entry>
    <title>First Steps in creating our school site</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/299" />
    <id>http://www.unitorganizer.com/myblog/node/299</id>
    <published>2008-06-22T01:36:18-06:00</published>
    <updated>2008-06-22T01:36:18-06:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <category term="drupal" />
    <summary type="html"><![CDATA[<p>As you know, a colleague and I are working on our new school website.  This part of a series of blog posts explaining what we have done.<br />
The very first task we did was to look at the information we were provided on the needs of the school in terms of menu layout and functionality.  This was actually fairly easily done since we had spent the previous year working in a committee.  From this, we decided on a menu structure and overall plan for our site.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>As you know, a colleague and I are working on our new school website.  This part of a series of blog posts explaining what we have done.</p>
<p>The very first task we did was to look at the information we were provided on the needs of the school in terms of menu layout and functionality.  This was actually fairly easily done since we had spent the previous year working in a committee.  From this, we decided on a menu structure and overall plan for our site.</p>
<p>Our idea is to segment the site using Organic Groups, largely because it's easy to create access control (just assign users to the groups they are allowed to view) and easy to maintain relationships between the content of the site and it's location within the site.  We are also planning on using the Panels module to provide the display of the group nodes and the front page.</p>
<p>We plan on using the Views module to expose our site information, and using custom content types to make it easier for users to submit information for display within the correct view.  We may end up using CCK to add some fields to our nodes, particularly for our Alumni users to submit user profiles and for our school bulletin items.</p>
<p>The site is already starting to come together a bit, which is exciting.</p>
<p>David</p>
    ]]></content>
  </entry>
  <entry>
    <title>Starting a Drupal site for my school</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/298" />
    <id>http://www.unitorganizer.com/myblog/node/298</id>
    <published>2008-06-12T23:19:55-06:00</published>
    <updated>2008-06-12T23:19:55-06:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <category term="drupal" />
    <summary type="html"><![CDATA[<p>I'm going to be working with a partner to create a Drupal site for my school.  We have a full month to work on the main details of the site, and will work on improving it over the course of the whole year.<br />
The idea is that we want to build a site which will serve as a marketing front-end for the school, and as an way to distribute information to parents and students from the school, and allow teachers to collaborate with each other and their students.<br />
I know that Drupal can do the job.  I plan on using this blog to document my process.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>I'm going to be working with a partner to create a Drupal site for my school.  We have a full month to work on the main details of the site, and will work on improving it over the course of the whole year.</p>
<p>The idea is that we want to build a site which will serve as a marketing front-end for the school, and as an way to distribute information to parents and students from the school, and allow teachers to collaborate with each other and their students.</p>
<p>I know that Drupal can do the job.  I plan on using this blog to document my process.</p>
<p>Today we started by setting up 2 domains for us to use, one as a back-up to the other, and installing a mirrored Drupal installation on both of them.  Plan is to start with a huge bundle of modules (most of which will never be enabled) to remind ourselves of all of the features available to us through the active community at Drupal.org.  We don't want to build anything from scratch that exists already.</p>
<p>The major difficulty with the site will be in the intended upgrades.  We want to eventually have parents able to monitor their child's progress through their account on the website.  So we have a lot of sensitive information that we need to protect, which means access control is going to have to be carefully checked.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Request for Animated GIF script</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/297" />
    <id>http://www.unitorganizer.com/myblog/node/297</id>
    <published>2007-12-25T18:52:11-07:00</published>
    <updated>2007-12-25T19:25:40-07:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <category term="code" />
    <category term="javascript" />
    <category term="php" />
    <summary type="html"><![CDATA[<p>What this script does it allow the user to enter their text into a box, and when they click submit, it sends the information via Ajax to a server side script that processes the information and creates an animated gif from the information.  The server side script (written in PHP) then sends back the location of the image, and the client side JavaScript updates the page with the image.<br />
It doesn't have any features really, but it should pretty easy to add some.<br />
<a href="http://www.unitorganizer.com/myblog/2006/12/animated_gifs.html">Here is the link to the original post</a></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>What this script does it allow the user to enter their text into a box, and when they click submit, it sends the information via Ajax to a server side script that processes the information and creates an animated gif from the information.  The server side script (written in PHP) then sends back the location of the image, and the client side JavaScript updates the page with the image.</p>
<p>It doesn't have any features really, but it should pretty easy to add some.</p>
<p><a href="http://www.unitorganizer.com/myblog/2006/12/animated_gifs.html">Here is the link to the original post</a></p>
<p>See the download link at the bottom of this page.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Scrabble cheater</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/296" />
    <id>http://www.unitorganizer.com/myblog/node/296</id>
    <published>2007-12-06T03:27:38-07:00</published>
    <updated>2007-12-06T03:27:38-07:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <category term="code" />
    <category term="php" />
    <summary type="html"><![CDATA[<p>So I've created a script which takes some user input, and lets them search for all of the words in either the TWL06 or SOWPODS dictionary for words which match their input.<br />
Some features:<br />
1.  The order that the user enters the letters doesn't matter.<br />
2.  The user can specify the exact location of some of the letters in the word<br />
3.  The user can use up to two wildcards in the letters (to represent blanks).</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>So I've created a script which takes some user input, and lets them search for all of the words in either the TWL06 or SOWPODS dictionary for words which match their input.</p>
<p>Some features:</p>
<p>1.  The order that the user enters the letters doesn't matter.<br />
2.  The user can specify the exact location of some of the letters in the word<br />
3.  The user can use up to two wildcards in the letters (to represent blanks).</p>
<p>I'd like to try some ways to minimize the memory required to do this, it's possible that I need to read each line of the file at a time, and close the file after I've done so, so that I can search through a larger file (there are 2 other dictionaries I'd like to include, but they push PHP over the limit in terms of memory).</p>
<p>Check out my <a href="http://unitorganizer.com/php/scrabble/index.php">Scrabble cheater</a> here.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Construction of a spiral in Geogebra</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/295" />
    <id>http://www.unitorganizer.com/myblog/node/295</id>
    <published>2007-12-01T03:09:02-07:00</published>
    <updated>2007-12-01T03:09:02-07:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <summary type="html"><![CDATA[<p>If you drag point C left or right, you can see the point D travel in a spiral shape.</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700">
</p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/spiral_construction.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>If you drag point C left or right, you can see the point D travel in a spiral shape.</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700"></p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/spiral_construction.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></content>
  </entry>
  <entry>
    <title>Conic section constructions using Geogebra</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/294" />
    <id>http://www.unitorganizer.com/myblog/node/294</id>
    <published>2007-11-29T01:19:06-07:00</published>
    <updated>2007-11-29T17:34:07-07:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <category term="geogebra" />
    <category term="math" />
    <summary type="html"><![CDATA[<p>The following constructions are all conic sections (as I was teaching this section to my 10th grade students) and are 'quick and dirty' constructions of conic sections.  All you need to do in the examples is drag the point C left and right to see the shapes show up.</p>
<p>Parabola:</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700">
</p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/locus_of_parabola_0.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
<p>Ellipse:</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700">
</p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/ellipse_construction.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
<p>Hyperbola:</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700">
</p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/hyperbola_construction.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>The following constructions are all conic sections (as I was teaching this section to my 10th grade students) and are 'quick and dirty' constructions of conic sections.  All you need to do in the examples is drag the point C left and right to see the shapes show up.</p>
<p>Parabola:</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700"></p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/locus_of_parabola_0.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
<p>Ellipse:</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700"></p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/ellipse_construction.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
<p>Hyperbola:</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700"></p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/hyperbola_construction.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></content>
  </entry>
  <entry>
    <title>Geogebra on Ubuntu</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/293" />
    <id>http://www.unitorganizer.com/myblog/node/293</id>
    <published>2007-11-16T00:58:17-07:00</published>
    <updated>2007-11-16T00:58:17-07:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <category term="geogebra" />
    <summary type="html"><![CDATA[<p>I got it working on Ubuntu.  Turns out the problem was my version of Java, I had 5, Geogebra says it wants 4, but apparently on Ubuntu it actually needs 6.<br />
Whatever, it works, cheer!  I love Geogebra, I'm not ready to give it up.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>I got it working on Ubuntu.  Turns out the problem was my version of Java, I had 5, Geogebra says it wants 4, but apparently on Ubuntu it actually needs 6.</p>
<p>Whatever, it works, cheer!  I love Geogebra, I'm not ready to give it up.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Geogebra: Weird problem in Ubuntu</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/292" />
    <id>http://www.unitorganizer.com/myblog/node/292</id>
    <published>2007-11-12T08:32:49-07:00</published>
    <updated>2007-11-12T08:36:53-07:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <category term="geogebra" />
    <summary type="html"><![CDATA[<p>So I just started using Ubuntu, and decided that I needed to set up my Ubuntu installation with all of the cool cross-platform programs I've been using in Windows.  I swapped Wamp5 for Lampp, and am using Eclipse successfully instead of Programmer'as Notepad.  It's only been a couple of days, but so far I am pretty happy.  Apt-get is my new favourite command.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>So I just started using Ubuntu, and decided that I needed to set up my Ubuntu installation with all of the cool cross-platform programs I've been using in Windows.  I swapped Wamp5 for Lampp, and am using Eclipse successfully instead of Programmer'as Notepad.  It's only been a couple of days, but so far I am pretty happy.  Apt-get is my new favourite command.</p>
<p>Anyway, I can't for the life of me get Geogebra to work.  Below is a screen-shot of what happens when it tries to run.  This behaviour makes me suggest that the main applet is running, but that it is unable to find or access the other files it requires.</p>
<p><img src="/myblog/files/u1/Screenshot.png" width="500" height="313" alt="Screenshot.png" /></p>
<p>Java is definitely working fine, I can see Geogebra web applet files, and I can run Eclipse on Java.  So far my trouble shooting steps have been to sudo chmod -R 0755 /opt/geogebra and see if it is a permissions issue.  I've also tried running Geogebra as root with nother success.</p>
<p>Any other suggestions?</p>
<p>Dave</p>
    ]]></content>
  </entry>
  <entry>
    <title>Cubic polynomial with sliders</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/291" />
    <id>http://www.unitorganizer.com/myblog/node/291</id>
    <published>2007-10-31T19:07:08-06:00</published>
    <updated>2007-10-31T19:07:08-06:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <category term="geogebra" />
    <category term="math" />
    <summary type="html"><![CDATA[<p>You can use this applet to show your students how to examine cubic polynomials and determine the effect of changing the 4 coefficients of the equation <img src='http://www.unitorganizer.com/myblog/files/mathfilter/5b9787fe579a6051ba9fe70d68cf718a05b1c3a2.gif' title='f(x)=ax^3+bx^2+cx+d' alt='f(x)=ax^3+bx^2+cx+d' style="vertical-align: middle;" >.</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700">
</p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/cubic_polynomial.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>You can use this applet to show your students how to examine cubic polynomials and determine the effect of changing the 4 coefficients of the equation <img src='http://www.unitorganizer.com/myblog/files/mathfilter/5b9787fe579a6051ba9fe70d68cf718a05b1c3a2.gif' title='f(x)=ax^3+bx^2+cx+d' alt='f(x)=ax^3+bx^2+cx+d' style="vertical-align: middle;" >.</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700"></p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/cubic_polynomial.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></content>
  </entry>
  <entry>
    <title>Area of a triangle</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/290" />
    <id>http://www.unitorganizer.com/myblog/node/290</id>
    <published>2007-10-08T20:24:59-06:00</published>
    <updated>2007-10-08T20:24:59-06:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <summary type="html"><![CDATA[<p>This applet is an attempt to show that the area of any triangle with a fixed base and height (but different shape!) has the same area.</p>
<p>You can drag point right and left, and see that the area of the triangle remains the same.  This applet also shows the height of the triangle and the base of the triangle, which are shown as being at 90<sup style="font-size:6px">o</sup>.</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700">
</p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/triangle_area.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet> </p>
    ]]></summary>
    <content type="html"><![CDATA[<p>This applet is an attempt to show that the area of any triangle with a fixed base and height (but different shape!) has the same area.</p>
<p>You can drag point right and left, and see that the area of the triangle remains the same.  This applet also shows the height of the triangle and the base of the triangle, which are shown as being at 90<sup style="font-size:6px">o</sup>.</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700"></p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/triangle_area.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet> </p>
    ]]></content>
  </entry>
  <entry>
    <title>Complex multiplication using vectors</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/289" />
    <id>http://www.unitorganizer.com/myblog/node/289</id>
    <published>2007-10-07T20:28:32-06:00</published>
    <updated>2007-10-07T20:28:32-06:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <category term="geogebra" />
    <category term="math" />
    <summary type="html"><![CDATA[<p>In this applet, we can see visually what happens when we multiply two complex numbers (each of which has a length of 1).  Vector u, and vector v are multiplied to give vector w.  </p>
<p>Try dragging B and C, the endpoints of v and u respectively to try and see what the result of the multiplication of two complex numbers is.</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700">
</p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/complex_multiplication.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>In this applet, we can see visually what happens when we multiply two complex numbers (each of which has a length of 1).  Vector u, and vector v are multiplied to give vector w.  </p>
<p>Try dragging B and C, the endpoints of v and u respectively to try and see what the result of the multiplication of two complex numbers is.</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700"></p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/complex_multiplication.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></content>
  </entry>
  <entry>
    <title>Triangle Angle Bisectors</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/288" />
    <id>http://www.unitorganizer.com/myblog/node/288</id>
    <published>2007-09-23T22:28:32-06:00</published>
    <updated>2007-09-23T23:23:25-06:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <category term="geogebra" />
    <summary type="html"><![CDATA[<p>This applets allows the user to see the complete construction of all 3 angle bisectors of a triangle.</p>
<p>Notice anything about the three bisectors?  Where do they intersect?</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700">
</p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/triangle_bisector.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>This applets allows the user to see the complete construction of all 3 angle bisectors of a triangle.</p>
<p>Notice anything about the three bisectors?  Where do they intersect?</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700"></p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/triangle_bisector.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></content>
  </entry>
  <entry>
    <title>Perpendicular Bisector</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/287" />
    <id>http://www.unitorganizer.com/myblog/node/287</id>
    <published>2007-09-23T22:25:07-06:00</published>
    <updated>2007-09-23T23:21:24-06:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <category term="geogebra" />
    <summary type="html"><![CDATA[<p>This applet allows users to see a quick animation of how to construct a perpendicular bisector.</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700">
</p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/perpendicular_bisector.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>This applet allows users to see a quick animation of how to construct a perpendicular bisector.</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700"></p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/perpendicular_bisector.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></content>
  </entry>
  <entry>
    <title>Bisecting an Angle</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/286" />
    <id>http://www.unitorganizer.com/myblog/node/286</id>
    <published>2007-09-23T22:00:03-06:00</published>
    <updated>2007-09-23T23:25:40-06:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <category term="geogebra" />
    <summary type="html"><![CDATA[<p>Below is a short step by step animation that shows the steps in constructing an angle bisector.</p>
<p>If you press play, you can see the steps animated one at a time.</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700">
</p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/bisecting_angle.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Below is a short step by step animation that shows the steps in constructing an angle bisector.</p>
<p>If you press play, you can see the steps animated one at a time.</p>
<p><applet code="geogebra.GeoGebraApplet" archive="/myblog/sites/default/modules/geogebra/java/geogebra.jar" height="550" width="700"></p>
<param name="filename" value="http://www.unitorganizer.com/myblog/files/bisecting_angle.ggb">
<param name="framePossible" value="false">
            Please <a href="http://java.sun.com/getjava"> install Java 1.4</a> (or later) to use this page.<br />
            </applet></p>
    ]]></content>
  </entry>
  <entry>
    <title>Mathematical Equations in Drupal</title>
    <link rel="alternate" type="text/html" href="http://www.unitorganizer.com/myblog/node/285" />
    <id>http://www.unitorganizer.com/myblog/node/285</id>
    <published>2007-09-20T06:13:06-06:00</published>
    <updated>2007-09-20T07:05:12-06:00</updated>
    <author>
      <name>dwees</name>
    </author>
    <category term="drupal" />
    <category term="javascript" />
    <category term="math" />
    <category term="php" />
    <summary type="html"><![CDATA[<p>I'm the maintainer and creator of a filter module for Drupal where users can enter mathematical equations (using MimeTex.cgi created by <a href="http://www.forkosh.com/mimetex.html">John Forkosh</a>) and create graphs which are built on the fly (using the JavaScript grapher created by <a href="http://www.walterzorn.com/">Walter Zorn</a>).</p>
<p>Some examples:</p>
<p><img src='http://www.unitorganizer.com/myblog/files/mathfilter/e4f3bf7e3f410da0bd9a1542ed3776516c931d0f.gif' title='x^n+y^n=z^n' alt='x^n+y^n=z^n' style="vertical-align: middle;" ></p>
<p><img src='http://www.unitorganizer.com/myblog/files/mathfilter/68ab5b83140407de3ffe38b30c1a3579d3a957ef.gif' title='x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}' alt='x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}' style="vertical-align: middle;" ></p>
<p><iframe frameborder="0" src="/myblog/sites/default/modules/mathfilter/includes/graphframe.php?f=sin%28x%29" style="display: block; width: 260px; height: 260px; border: 0px;" scrolling="no" ></iframe></p>
<p><iframe frameborder="0" src="/myblog/sites/default/modules/mathfilter/includes/graphframe.php?f=1%2F%28x%5E3%2B1%29" style="display: block; width: 260px; height: 260px; border: 0px;" scrolling="no" ></iframe></p>
    ]]></summary>
    <content type="html"><![CDATA[<p>I'm the maintainer and creator of a filter module for Drupal where users can enter mathematical equations (using MimeTex.cgi created by <a href="http://www.forkosh.com/mimetex.html">John Forkosh</a>) and create graphs which are built on the fly (using the JavaScript grapher created by <a href="http://www.walterzorn.com/">Walter Zorn</a>).</p>
<p>Some examples:</p>
<p><img src='http://www.unitorganizer.com/myblog/files/mathfilter/e4f3bf7e3f410da0bd9a1542ed3776516c931d0f.gif' title='x^n+y^n=z^n' alt='x^n+y^n=z^n' style="vertical-align: middle;" ></p>
<p><img src='http://www.unitorganizer.com/myblog/files/mathfilter/68ab5b83140407de3ffe38b30c1a3579d3a957ef.gif' title='x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}' alt='x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}' style="vertical-align: middle;" ></p>
<p><iframe frameborder="0" src="/myblog/sites/default/modules/mathfilter/includes/graphframe.php?f=sin%28x%29" style="display: block; width: 260px; height: 260px; border: 0px;" scrolling="no" ></iframe></p>
<p><iframe frameborder="0" src="/myblog/sites/default/modules/mathfilter/includes/graphframe.php?f=1%2F%28x%5E3%2B1%29" style="display: block; width: 260px; height: 260px; border: 0px;" scrolling="no" ></iframe></p>
    ]]></content>
  </entry>
</feed>
