<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>GizmoLA.com - Tech</title>
    <link>http://www.gizmola.com/blog/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1 - http://www.s9y.org/</generator>
    <managingEditor>webmaster@gizmola.com</managingEditor>
<webMaster>webmaster@gizmola.com</webMaster>
<pubDate>Mon, 15 Sep 2008 23:41:47 GMT</pubDate>

    <image>
        <url>http://www.gizmola.com/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: GizmoLA.com - Tech - </title>
        <link>http://www.gizmola.com/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Linux shell scripting: bad interpreter: No such file or directory</title>
    <link>http://www.gizmola.com/blog/archives/87-Linux-shell-scripting-bad-interpreter-No-such-file-or-directory.html</link>
            <category>Linux</category>
    
    <comments>http://www.gizmola.com/blog/archives/87-Linux-shell-scripting-bad-interpreter-No-such-file-or-directory.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=87</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=87</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    This error pops up for a couple of reasons.  At the top of the script there will probably be a line that looks like this:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;#!/bin/sh&lt;/span&gt;&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
This is telling Linux that this script should be interpreted using the /bin/sh program.  So your first step is to verify that program exists.  I tend to use:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;which sh&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
This will typically come back with a response like this:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;/bin/sh&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
This is telling us that the path to the sh program is in fact /bin/sh, matching the path specified at the top of the script.  Ok, so what gives?  Well, it&#039;s possible that this script was made on an operating system that has line ending characters different than linux.  This could have been on on a Mac or PC, or the file could have been converted when it was packaged.  In this case, you get the relatively misleading &lt;strong&gt;bad interpreter: No such file or directory&lt;/strong&gt; message, which is really trying to look for sh&lt;garbage character&gt;, although you don&#039;t get any indication of the fact. &lt;br /&gt;
&lt;br /&gt;
So, how to fix? Read on.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.gizmola.com/blog/archives/87-Linux-shell-scripting-bad-interpreter-No-such-file-or-directory.html#extended&quot;&gt;Continue reading &quot;Linux shell scripting: bad interpreter: No such file or directory&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 15 Sep 2008 16:22:39 -0700</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/87-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>New Lula/Lampsig Coop Server</title>
    <link>http://www.gizmola.com/blog/archives/85-New-LulaLampsig-Coop-Server.html</link>
            <category>Web Tech</category>
    
    <comments>http://www.gizmola.com/blog/archives/85-New-LulaLampsig-Coop-Server.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=85</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=85</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    So the UML Coop has finally after 3 years of talking about it, acquired a new server from Silicon Mechanics.  Read the rest of the article for the complete specifications.  We will be moving off User Mode Linux (UML) and on to OpenVZ. This change will allow us to accept some new members to the coop, so if you&#039;re interested drop me a line.&lt;br /&gt;
&lt;!-- s9ymdb:154 --&gt;&lt;img width=&#039;110&#039; height=&#039;37&#039; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.gizmola.com/blog/uploads/images/server.tn.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.gizmola.com/blog/archives/85-New-LulaLampsig-Coop-Server.html#extended&quot;&gt;Continue reading &quot;New Lula/Lampsig Coop Server&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 24 Jul 2008 10:55:09 -0700</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/85-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>AT+T Wireless XPress Mail Courier IMAP setup problem - Trash Folder?</title>
    <link>http://www.gizmola.com/blog/archives/84-AT+T-Wireless-XPress-Mail-Courier-IMAP-setup-problem-Trash-Folder.html</link>
            <category>Linux</category>
    
    <comments>http://www.gizmola.com/blog/archives/84-AT+T-Wireless-XPress-Mail-Courier-IMAP-setup-problem-Trash-Folder.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=84</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=84</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    &lt;!-- s9ymdb:151 --&gt;&lt;img width=&#039;433&#039; height=&#039;423&#039; style=&quot;float: left; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.gizmola.com/blog/uploads/images/xpressmail.png&quot; alt=&quot;&quot; /&gt;Having recently left a company that had Exchange, the removal of Goodlink from my Samsung Blackjack left the phone in a fairly broken state.  I fixed this by doing a full reset (Turn on phone while holding Up Arrow) and choosing 1.  This put things back in basic working order.&lt;br /&gt;
&lt;br /&gt;
My efforts to use the built in email client to access my Courier IMap Email had never been successful, so I decided to explore AT+T&#039;s XPress Mail system.  This consists of client software you install on the phone, and a desktop application that connects through AT+T&#039;s servers to give you access to your email remotely, and also can be used to give you access to files on your PC. &lt;br /&gt;
&lt;br /&gt;
Upon install of the client you choose your mail server (in my case IMAP) and input the basic settings required by most IMAP client softare (Account name &amp;amp; Password, email address, the IMAP server, SMTP server, security settings, etc).  I did notice an unusual configuration box asking for &quot;Root Folder Path&quot; which I left blank.  Here&#039;s where the fun began.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.gizmola.com/blog/archives/84-AT+T-Wireless-XPress-Mail-Courier-IMAP-setup-problem-Trash-Folder.html#extended&quot;&gt;Continue reading &quot;AT+T Wireless XPress Mail Courier IMAP setup problem - Trash Folder?&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 12 Jul 2008 14:40:17 -0700</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/84-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>LAMP Tutorial Series originally published on PHPFreaks.com</title>
    <link>http://www.gizmola.com/blog/archives/82-LAMP-Tutorial-Series-originally-published-on-PHPFreaks.com.html</link>
            <category>Web Tech</category>
    
    <comments>http://www.gizmola.com/blog/archives/82-LAMP-Tutorial-Series-originally-published-on-PHPFreaks.com.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=82</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=82</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    A few years ago I published a 3 part LAMP tutorial series entitled &lt;strong&gt;LAMP, MySQL/PHP Database Driven Websites&lt;/strong&gt; on the well known php community website PHPFreaks.com.  This series dealt with a slew of practical issues including how a LAMP server works, relational database design using MySQL, many to many tables, SQL inner and outer joins, practical PHP debugging, php documentation tools, basic PHP classes, css, interactive javascript &amp;amp; DHTML with a &lt;em&gt;chooser&lt;/em&gt; widget, php HEREDOC and php basics like how to process forms and utilize GET and POST methods.&lt;br /&gt;
&lt;br /&gt;
The series was fairly successful, (a 4.5 of 5 after hundreds of ratings), many pages of comments and questions, and page views to the 100k&#039;s+ although PHPFreaks auditing system was turned off at some point and stopped recording views.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, some years ago PHPFreaks.com suffered some fairly catastrophic issues with its publishing system.  There were also some bugs, and the site was exploited with some XSS, and the admins simply decommissioned the majority of the site.  My series was part of what disappeared.  At that point, a couple of college Computer Science courses on web development had taken the series and integrated it into their curriculum, and the professor of one of these courses had converted it into a Word document, which I was able to download and convert to pdf.&lt;br /&gt;
&lt;br /&gt;
I plan to write a compatible publishing addon for gizmola.com so that I can take the original markup and republish it here, but in the meantime, here is the series in pdf format.  The conversion utility they used stripped out the original markup, and page breaks are gone, but the text, source code, and illustrations are all still there.  &lt;br /&gt;
&lt;br /&gt;
I also offer all the source code for parts 2 &amp;amp; 3 of the series.  I&#039;m not sure what happened to the source for part 1, however, it is all included inline in the tutorial.  &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybD1hSFIwY0RvdkwzZDNkeTVuYVhwdGIyeGhMbU52YlM5aWJHOW5MMmx1WkdWNExuQm9jRDl6WlhKbGJtUnBjR2wwZVZ0emRXSndZV2RsWFQxa2IzZHViRzloWkhNbWJHVjJaV3c5TVNaMGFHbHpZMkYwUFRZPSZhbXA7ZW50cnlfaWQ9ODI=&amp;amp;entry_id=82&quot;   onmouseover=&quot;window.status=&#039;http://www.gizmola.com/blog/index.php?serendipity[subpage]=downloads&amp;amp;level=1&amp;amp;thiscat=6&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;  title=&quot;LAMP Tutorial Series.&quot;&gt;The &lt;strong&gt;LAMP, MySQL/PHP Database Driven Websites&lt;/strong&gt; series is now available in pdf format.  Click here.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 27 May 2008 12:52:58 -0700</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/82-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Free Apple Mac style Dock with Windows Vista and RocketDock</title>
    <link>http://www.gizmola.com/blog/archives/81-Free-Apple-Mac-style-Dock-with-Windows-Vista-and-RocketDock.html</link>
            <category>Tech</category>
    
    <comments>http://www.gizmola.com/blog/archives/81-Free-Apple-Mac-style-Dock-with-Windows-Vista-and-RocketDock.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=81</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=81</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    &lt;!-- s9ymdb:146 --&gt;&lt;img width=&#039;115&#039; height=&#039;79&#039; style=&quot;float: left; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.gizmola.com/blog/uploads/images/rocketdocklogo.jpg&quot; alt=&quot;&quot; /&gt;One of the distinctive features of Apple computers is a piece of software called &quot;&lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybD1hSFIwY0RvdkwyUnZZM011YVc1bWJ5NWhjSEJzWlM1amIyMHZZWEowYVdOc1pTNW9kRzFzUDJGeWRHNTFiVDB6TURRM01qZz0mYW1wO2VudHJ5X2lkPTgx&amp;amp;entry_id=81&quot;   onmouseover=&quot;window.status=&#039;http://docs.info.apple.com/article.html?artnum=304728&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;  title=&quot;Mac 101: The Dock&quot;&gt;The Dock&lt;/a&gt;&quot;.  The Dock is sort of an always there menu with big icons that spawn your most frequently used programs.  Docks also can run small programs or docklets that can do things like display a clock or show you the weather.  Docks also can be configured to display running programs that have been minimized in a mini window.  You bring a running program to the front, or launch a program by hovering over the dock with your mouse, and clicking on the icon.&lt;br /&gt;
&lt;br /&gt;
&lt;!-- s9ymdb:149 --&gt;&lt;img width=&#039;600&#039; height=&#039;76&#039; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.gizmola.com/blog/uploads/images/rocketdockdock.jpg&quot; alt=&quot;&quot; /&gt;   &lt;br /&gt;
&lt;br /&gt;
I suppose that people who don&#039;t know any better might think that this is something you can only get from Apple, but as it turns out there are docks for Linux and Windows.  At home I have a Gateway computer running Windows Vista business, and I wanted to add a Dock.  After a bit of hunting, I found some recommendations and settled upon &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybD1hSFIwY0RvdkwzSnZZMnRsZEdSdlkyc3VZMjl0THc9PSZhbXA7ZW50cnlfaWQ9ODE=&amp;amp;entry_id=81&quot;   onmouseover=&quot;window.status=&#039;http://rocketdock.com/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;  title=&quot;RocketDock&quot;&gt;RocketDock&lt;/a&gt; from &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybD1hSFIwY0RvdkwzQjFibXRzWVdKekxtTnZiUzg9JmFtcDtlbnRyeV9pZD04MQ==&amp;amp;entry_id=81&quot;   onmouseover=&quot;window.status=&#039;http://punklabs.com/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;  title=&quot;Punk Labs&quot;&gt;Punk Labs&lt;/a&gt;.  Punk Labs as it turns out is really a couple (he&#039;s a programmer, she&#039;s a designer) who go by the pseudonyms of PolyVector and Skunkie respectively.  The about screen describes RocketDock tongue in cheek as a &quot;peace offering&quot; from the pair of self admitted Apple fans to Windows users everywhere.  &lt;br /&gt;
&lt;br /&gt;
The RocketDock website provides links to the various versions and a &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybD1hSFIwY0RvdkwzSnZZMnRsZEdSdlkyc3VZMjl0TDBobGJIQXZSVzVuYkdsemFDOD0mYW1wO2VudHJ5X2lkPTgx&amp;amp;entry_id=81&quot;   onmouseover=&quot;window.status=&#039;http://rocketdock.com/Help/English/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;  title=&quot;RocketDock online manual&quot;&gt;straightforward online manual.&lt;/a&gt;  You get most of the features of the Apple Dock program, and it&#039;s very easy to work with.  Once installed and running, the RocketDock appears at the top of the screen, with a set of default icons.  Right click on the RocketDock and you get a menu that lets you adjust Dock settings.  There are various themes that will style the look and feel of the RocketDock, and the RocketDock site offers an Extra&#039;s link with downloads to styles and docklet programs other people have contributed.  While it&#039;s just a quibble with this otherwise great program, there&#039;s not much in the way of Docklets available, but I found it hard to resist adding on the simple analog style clock. &lt;br /&gt;&lt;a href=&quot;http://www.gizmola.com/blog/archives/81-Free-Apple-Mac-style-Dock-with-Windows-Vista-and-RocketDock.html#extended&quot;&gt;Continue reading &quot;Free Apple Mac style Dock with Windows Vista and RocketDock&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 10 Feb 2008 14:32:25 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/81-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Fun with Windows Vista and the Maxtor Shared Storage Drive</title>
    <link>http://www.gizmola.com/blog/archives/76-Fun-with-Windows-Vista-and-the-Maxtor-Shared-Storage-Drive.html</link>
            <category>Tech</category>
    
    <comments>http://www.gizmola.com/blog/archives/76-Fun-with-Windows-Vista-and-the-Maxtor-Shared-Storage-Drive.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=76</wfw:comment>

    <slash:comments>12</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=76</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    &lt;!-- s9ymdb:140 --&gt;&lt;img width=&#039;275&#039; height=&#039;132&#039; style=&quot;float: left; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.gizmola.com/blog/uploads/images/01425i10181900.jpg&quot; alt=&quot;&quot; /&gt;I have a pair of 200 gigabyte Maxtor Shared Storage drives -- which are relatively inexpensive network storage drives that integrate with windows client machines.  They come with an ethernet port you use to connect to a switch or hub on your home LAN, and will plug and play by negotiating an IP via DHCP.  Maxtor (now owned by Seagate) provided a windows client that helps with finding and setting up the drives, since they advertise themselves as Workgroup peers that can be shared.  I use the drives to store things like digital camera pictures and DVD&#039;s I&#039;ve ripped in order to play them through my Tivo Series 2. They also come with some software that makes it easy to backup the My Documents area of our windows machines.&lt;br /&gt;
&lt;br /&gt;
With Windows XP,  the Shared Storage drives worked fairly reliably, but after I upgraded my Gateway desktop to Vista Business edition, I found myself unable to connect to the drives I&#039;d mapped to it.  Trying to mount them manually, I&#039;d receive a login dialog.  The name and password I use from my XP Pro based computer works fine, but on Vista the drive would reject the same credentials.&lt;br /&gt;
&lt;br /&gt;
It took me a while to sit down and dig into the issue, and my first guess was that firmware might fix the problem.  The Shared Storage drive predates Vista, so it wasn&#039;t a total surprise to me that authentication didn&#039;t work. The bundled web interface allows you to login with a browser,  and administer the drive, setting up user accounts and mounting and unmounting USB devices you can connect to either of 2 provided USB ports.  We have a printer attached.  &lt;br /&gt;
&lt;br /&gt;
After logging into the webserver, it displays a menu that includes the Firmware version -- mine was 1.2.  A quick search of the Seagate site, and I found Maxtor offering version 2.6.2 firmware!  The Advanced Settings | System Maintenance menu | System update menu provided a simple upload and update process that was completed in about 2 minutes.  Despite the major point upgrade to the drive bios, I still was unable to login to the drive from Vista.  What made this even more confusing is that I somehow had been able to successfully find the unit on the Windows network, authenticate to it and map a drive when I had first done the Vista upgrade.  A bit of googling on the problem, and I discovered something surprising about the Maxtor unit I&#039;d never suspected -- it is actually a linux box.... &lt;br /&gt;&lt;a href=&quot;http://www.gizmola.com/blog/archives/76-Fun-with-Windows-Vista-and-the-Maxtor-Shared-Storage-Drive.html#extended&quot;&gt;Continue reading &quot;Fun with Windows Vista and the Maxtor Shared Storage Drive&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 27 Jul 2007 23:48:49 -0700</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/76-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Xen 3.0 Fedora Core, RHEL, Centos 4.x How-to</title>
    <link>http://www.gizmola.com/blog/archives/75-Xen-3.0-Fedora-Core,-RHEL,-Centos-4.x-How-to.html</link>
            <category>Linux</category>
    
    <comments>http://www.gizmola.com/blog/archives/75-Xen-3.0-Fedora-Core,-RHEL,-Centos-4.x-How-to.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=75</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=75</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    &lt;!-- s9ymdb:134 --&gt;&lt;img width=&#039;226&#039; height=&#039;106&#039; style=&quot;float: left; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.gizmola.com/blog/uploads/images/xen30_r_med.gif&quot; alt=&quot;&quot; /&gt;I gave a talk on the use of Xen for web developers at Lampsig.  It took me a while to get my notes transcribed, but here at last they are.  This prescription has been used by me to install Xen successfully on a Fedora core 4 box, Centos 4.3 and 4.4 boxes, and should probably work on RHEL, assuming you can figure out how to get the packages you need.  &lt;br /&gt;
&lt;br /&gt;
I cover use of file backed file systems, and how to mount and edit them, as well as expanding a file based filesystem.&lt;br /&gt;
&lt;br /&gt;
I have run gentoo and Centos guests I got from jailtime.org and have found them to be very stable.  I even was able to use this on a 64 bit server, although I did have to build my own guest.  Many people who have had trouble getting Xen to work reliably when using the packaged (rpm) versions of Xen may find this prescription fixes their problems.  &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.gizmola.com/blog/pages/xen-howto.html&quot;  title=&quot;Here&#039;s the How-to&quot;&gt;Xen 3.0 Centos How-to&lt;/a&gt; 
    </content:encoded>

    <pubDate>Tue, 12 Jun 2007 00:28:03 -0700</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/75-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Install Xwindows and Gnome on Centos with Yum</title>
    <link>http://www.gizmola.com/blog/archives/74-Install-Xwindows-and-Gnome-on-Centos-with-Yum.html</link>
            <category>Linux</category>
    
    <comments>http://www.gizmola.com/blog/archives/74-Install-Xwindows-and-Gnome-on-Centos-with-Yum.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=74</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=74</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    I recently had need to add XWindows to a Centos 4.x install that didn&#039;t have X or Gnome.  I was doing this under VMware which added slightly to the degree of difficulty.  As it turns out, using Yum makes this a very easy process, although you probably end up with some bloated packageware.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# yum groupinstall X Window System GNOME Desktop Environment&lt;/span&gt;&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Pay close attention to the capitalization -- Yum is picky.  &quot;&lt;strong&gt;Gnome desktop environment&quot;&lt;/strong&gt; won&#039;t work, for example. 
    </content:encoded>

    <pubDate>Sun, 20 May 2007 13:55:43 -0700</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/74-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>CAPTCHA busting -- A sucker born every minute</title>
    <link>http://www.gizmola.com/blog/archives/73-CAPTCHA-busting-A-sucker-born-every-minute.html</link>
            <category>Web Tech</category>
    
    <comments>http://www.gizmola.com/blog/archives/73-CAPTCHA-busting-A-sucker-born-every-minute.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=73</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=73</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    &lt;img width=&#039;272&#039; height=&#039;48&#039; border=&#039;0&#039; hspace=&#039;5&#039; align=&#039;left&#039; src=&#039;http://www.gizmola.com/blog/uploads/images/captchaimg.jpg&#039; alt=&#039;&#039; /&gt;I have a small phpBB2 forum attached to this site, that I used briefly to support some of my side projects.  phpBB has had a checkered past in terms of security, having been the victim of many exploits.  To be fair that&#039;s one of the costs of having been one of the first and most widely successful php based community projects.  The number of phpBB deployments is staggering even to this day.  With so many forums out there, spammers quickly figured out that if they could write a bot to create an account and auto post messages, they&#039;d be able to spread their spam messages far and wide.  I was getting so much spam, I ultimately disabled the ability of people to authenticate their own accounts, and despite this change, still see as many as ten new signups for the forum every day.  Who would bother to sign up for an account they can&#039;t use?  There had to be a way of determining the bots from the humans who wanted to post to my forum.  &lt;br /&gt;
&lt;br /&gt;
CAPTCHA, as the conventional wisdom of the day was concerned, would provide a useful deterrent to this annoyance -- bots arent&#039; smart enough to decipher the captcha images and extract the right combination of numbers and letters depicted in the image, and type them back to into the form in order to unlock the account.  Without the account, the spammers couldn&#039;t have their bots post their spam messages.  While phpBB introduced a CAPTCHA capability relatively late in the game, it is now something you get out of the box, and there is at least one mod that improves on the quality of the CAPTCHA image, which is to say, makes it harder to read.&lt;br /&gt;
&lt;br /&gt;
The problem is that CAPTCHA&#039;s are there to defeat dumb machines, but not dumb humans.  And as the old saying goes, there&#039;s a sucker born every minute who is more than happy to help your local spammer defeat the CAPTCHA image on your site.  How might you ask?  Well, the scam works something like this:  John Q. Sucker visits some site that informs him he&#039;s getting something for free -- it could be a free ipod, porn, or an xbox 360.  All that is important is that this person believes they will be getting access to this free stuff once they register.&lt;br /&gt;
&lt;br /&gt;
They visit the spammer&#039;s site, and are presented a CAPTCHA image in order to register, only, this image didn&#039;t come directly from the spammer&#039;s site -- it came from YOURS.  The spammer writes a simple bot that goes to your site and hits the registration page.  It takes the CAPTCHA image your site provided, and presents it to John Q. Sucker on the spammer&#039;s site.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.gizmola.com/blog/archives/73-CAPTCHA-busting-A-sucker-born-every-minute.html#extended&quot;&gt;Continue reading &quot;CAPTCHA busting -- A sucker born every minute&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 08 Jan 2007 22:50:14 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/73-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>February LAMPsig presentation on SVG with Ajax demo</title>
    <link>http://www.gizmola.com/blog/archives/69-February-LAMPsig-presentation-on-SVG-with-Ajax-demo.html</link>
            <category>Web Tech</category>
    
    <comments>http://www.gizmola.com/blog/archives/69-February-LAMPsig-presentation-on-SVG-with-Ajax-demo.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=69</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=69</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    &lt;a title=&quot;/blog/uploads/images/lampsig_scale2006_booth.jpg&quot; id=&quot;s9yisp113&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybF9pZD03MTEmYW1wO2VudHJ5X2lkPTY5&amp;amp;entry_id=69&quot;   onmouseover=&quot;window.status=&#039;http://www.gizmola.com/blog/index.php?serendipity[subpage]=s9yisp&amp;amp;amp;serendipity[id]=69&amp;amp;amp;serendipity[image]=113&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; id=&quot;s9yisphref113&quot;&gt;&lt;img width=&#039;110&#039; height=&#039;101&#039; border=&#039;0&#039; hspace=&#039;5&#039; align=&#039;left&#039; src=&#039;http://www.gizmola.com/blog/uploads/images/lampsig_scale2006_booth.tn.jpg&#039; alt=&#039;&#039; /&gt;&lt;/a&gt;I&#039;ll be talking about &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybF9pZD03MTImYW1wO2VudHJ5X2lkPTY5&amp;amp;entry_id=69&quot;   onmouseover=&quot;window.status=&#039;http://lampsig.org/new/archives/50-February-Meeting-The-Making-of-our-SCALE-Demo.html#extended&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;  title=&quot;February 2006 LAMPsig General Meeting&quot;&gt;the Dynamic Scalable Vector Graphics (SVG) with Asynchronous Javascript and XML (Ajax) demo&lt;/a&gt; I created for the LAMPsig booth at the Southern California Linux expo 2006 (SCALE) conference that was held last weekend.  &lt;br /&gt;
&lt;br /&gt;
There were some excellent LAMP oriented discussions including Zend&#039;s Andi Gutmans himself, who talked about the PHP community project and PHP 6, then hung around for a while whilst myself and Chris Thompson peppered him with questions about MySQL&#039;s oop, its applicablility to the various framework projects underway.  In short, Andi indicated that the PHP core team currently has no plans to add anything to the Oop capabilities of PHP 5, although I suppose that could change once the PHP Framework project matures.  He indicated that the PHP Framework should be available in alpha or beta within the next few weeks.&lt;br /&gt;
&lt;br /&gt;
Other LAMP hi-lights included Jim Winstead from MySQL AB who discussed new features in MySQL 5.x  and provided some nice example code, and David Schecter from Sleepycat gave an entertaining talk that illustrated how integral berkely database is to Linux in general, and how its used by many major players to provide a high performance caching layer in front of oracle and mysql for websites like Yahoo.&lt;br /&gt;
&lt;br /&gt;
  
    </content:encoded>

    <pubDate>Fri, 17 Feb 2006 08:45:08 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/69-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Serendipity GeSHi Plugin update .05</title>
    <link>http://www.gizmola.com/blog/archives/67-Serendipity-GeSHi-Plugin-update-.05.html</link>
            <category>Web Tech</category>
    
    <comments>http://www.gizmola.com/blog/archives/67-Serendipity-GeSHi-Plugin-update-.05.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=67</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=67</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    Give this a day and it should be in Spartacus and the Sourceforge Additional Plugins cvs branch.&lt;br /&gt;
&lt;br /&gt;
-.05 release&lt;br /&gt;
- Updated GeSHi to latest release (1.0.7.4)&lt;br /&gt;
- This release includes some fixes, and new language files for: &lt;br /&gt;
applescript, D, diff output, DIV game language, DOS batch language,  eiffel, freebasic, gml, Delphi Inno script, Matlab M language files, MySQL specific SQL, Objective CAML, Ruby, Scheme, SDLBasic, and VHDL: Very high speed integrated circuit HDL&lt;br /&gt;
  
    </content:encoded>

    <pubDate>Sun, 13 Nov 2005 18:53:20 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/67-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Joomla PonyGallery tweak</title>
    <link>http://www.gizmola.com/blog/archives/66-Joomla-PonyGallery-tweak.html</link>
            <category>Web Tech</category>
    
    <comments>http://www.gizmola.com/blog/archives/66-Joomla-PonyGallery-tweak.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=66</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=66</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    In the current release of the The Mambo/Joomla PonyGallery component, support for MamboJoe&#039;s Community Builder component is hardwired into the picture detail page.  The Author name is a link to the Community Builder component.  If you don&#039;t have that component installed, here is how you can remove the link.&lt;br /&gt;
&lt;br /&gt;
You need to edit the PonyGallery script sub_viewdetails.php.  This script is in the components/mod_ponygallery directory.&lt;br /&gt;
&lt;br /&gt;
Find these lines:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;php&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url_id=707&amp;amp;entry_id=66&quot; title=&quot;http://www.php.net/echo&quot;  onmouseover=&quot;window.status=&#039;http://www.php.net/echo&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;&lt;span style=&quot;color: #000066;&quot;&gt;echo&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;&amp;lt;tr class=&#039;sectiontableentry2&#039;&amp;gt;&amp;lt;td width=&#039;30%&#039; valign=&#039;top&#039;&amp;gt;&amp;lt;b&amp;gt;&quot;&lt;/span&gt;._PONYGALLERY_AUTHOR.&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td width=&#039;70%&#039; valign=&#039;top&#039;&amp;gt; &amp;lt;a href=&#039;index.php?option=com_comprofiler&amp;amp;task=userProfile&amp;amp;user=&quot;&lt;/span&gt; . &lt;span style=&quot;color: #0000ff;&quot;&gt;$imgownerid&lt;/span&gt; . &lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;&#039;&amp;gt;&amp;lt;b&amp;gt;&quot;&lt;/span&gt; . &lt;span style=&quot;color: #0000ff;&quot;&gt;$imgowner&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;. &lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&quot;&lt;/span&gt;; &lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
And replace them with this:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;php&quot; style=&quot;text-align: left&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url_id=707&amp;amp;entry_id=66&quot; title=&quot;http://www.php.net/echo&quot;  onmouseover=&quot;window.status=&#039;http://www.php.net/echo&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;&lt;span style=&quot;color: #000066;&quot;&gt;echo&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;&amp;lt;tr class=&#039;sectiontableentry2&#039;&amp;gt;&amp;lt;td width=&#039;30%&#039; valign=&#039;top&#039;&amp;gt;&amp;lt;b&amp;gt;&quot;&lt;/span&gt;._PONYGALLERY_AUTHOR.&lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td width=&#039;70%&#039; valign=&#039;top&#039;&amp;gt;&amp;lt;b&amp;gt;&quot;&lt;/span&gt; . &lt;span style=&quot;color: #0000ff;&quot;&gt;$imgowner&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160;. &lt;span style=&quot;color: #ff0000;&quot;&gt;&quot;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&quot;&lt;/span&gt;; &lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
I&#039;m fairly sure this will be a configuration item in the next release of PonyGallery &lt;img src=&quot;http://www.gizmola.com/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;  Until then, if you aren&#039;t using CommunityBuilder, this will hold you over. 
    </content:encoded>

    <pubDate>Sun, 13 Nov 2005 11:40:41 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/66-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>PHPlot, MySQL and the Dark Ages of Camelot</title>
    <link>http://www.gizmola.com/blog/archives/63-PHPlot,-MySQL-and-the-Dark-Ages-of-Camelot.html</link>
            <category>Web Tech</category>
    
    <comments>http://www.gizmola.com/blog/archives/63-PHPlot,-MySQL-and-the-Dark-Ages-of-Camelot.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=63</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=63</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    &lt;img width=&#039;470&#039; height=&#039;295&#039; border=&#039;0&#039; hspace=&#039;5&#039; align=&#039;left&#039; src=&#039;http://www.gizmola.com/blog/uploads/images/daocusers.gif&#039; alt=&#039;&#039; /&gt;The Dark Ages of Camelot (DAoC) is one of a number of Massive Multiplayer Online Role playing games (MMORPG) available for people who like those types of things.  Mythic Entertainment, the company behind DAoC decided to offer an xml feed with various statistics about the game including the number of active players.  From April 2002 to July 2005 I used a cron job to query the xml feed once every 5 minutes, parse the results and store the statistics in a database table.&lt;br /&gt;
&lt;br /&gt;
I made a graph of these statistics available on a fan site I operated.  The graph used the open source &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybF9pZD02MTImYW1wO2VudHJ5X2lkPTYz&amp;amp;entry_id=63&quot;  title=&quot;http://www.phplot.com/&quot;  onmouseover=&quot;window.status=&#039;http://www.phplot.com/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;PHPlot graphing class&lt;/a&gt; in order to draw a line graph charting the number of players playing the game by hour for a 24 hour period.  Visitors to the site would see the line graph shown here, plotting the number of players per hour against a second line showing the day&#039;s average.  Like many PHP graphing libraries,  PHPlot assumes that you have the GD library installed and available to PHP on order for the graphs to work.  &lt;br /&gt;
&lt;br /&gt;
This was one of my early experiments with PHP, and illustrated its power and flexibility.  Now that the site where the graph appeared is no longer online, I figured I would provide the code, and a small subset of the database, for people interested in how to program with &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybF9pZD02MTImYW1wO2VudHJ5X2lkPTYz&amp;amp;entry_id=63&quot;  title=&quot;http://www.phplot.com/&quot;  onmouseover=&quot;window.status=&#039;http://www.phplot.com/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;PHPlot.&lt;/a&gt;  At the time I created this code, PHPlot didn&#039;t have much documentation and required some trial and error experimentation.  Of course, since then (several years now) PHPlot has been improved, and should definately be considered if you want graphing in your application.  Because I don&#039;t want to spend time debugging old obsolete code, I&#039;ve provided the library I used in the download along with the graph script.  It would probably work with the latest release, but I don&#039;t have time to test it.  You can &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybF9pZD02MTcmYW1wO2VudHJ5X2lkPTYz&amp;amp;entry_id=63&quot;  title=&quot;http://www.gizmola.com/blog/index.php?serendipity[subpage]=downloads&amp;amp;thiscat=5&amp;amp;file=7&quot;  onmouseover=&quot;window.status=&#039;http://www.gizmola.com/blog/index.php?serendipity[subpage]=downloads&amp;amp;thiscat=5&amp;amp;file=7&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;download my example database, version of PHPlot and script here&lt;/a&gt;.  The database contains one months data, so you can play with the script and explore the class. &lt;br style=&quot;clear:both&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybF9pZD02MjMmYW1wO2VudHJ5X2lkPTYz&amp;amp;entry_id=63&quot;  title=&quot;http://www.php.net/array_pad&quot;  onmouseover=&quot;window.status=&#039;http://www.php.net/array_pad&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;&lt;/a&gt;  Read on for some brief instructions and an explanation of the code. &lt;br /&gt;&lt;a href=&quot;http://www.gizmola.com/blog/archives/63-PHPlot,-MySQL-and-the-Dark-Ages-of-Camelot.html#extended&quot;&gt;Continue reading &quot;PHPlot, MySQL and the Dark Ages of Camelot&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 29 Sep 2005 16:46:15 -0700</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/63-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>Joomla (Mambo) Core ERD diagrams</title>
    <link>http://www.gizmola.com/blog/archives/62-Joomla-Mambo-Core-ERD-diagrams.html</link>
            <category>Web Tech</category>
    
    <comments>http://www.gizmola.com/blog/archives/62-Joomla-Mambo-Core-ERD-diagrams.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=62</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=62</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    I have a small project that involves an implementation of Joomla (a fork of the popular PHP/Mysql based content management system Mambo).  I started with Mambo and during the time I was configuring the site, the core developers of Mambo left to create the Joomla project.  The reasons for this are discussed on their &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url_id=590&amp;amp;entry_id=62&quot; title=&quot;http://www.opensourcematters.org/&quot;  onmouseover=&quot;window.status=&#039;http://www.opensourcematters.org/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;  class=&quot;bb-url&quot;&gt; OpenSourceMatters&lt;/a&gt; website.  &lt;br /&gt;
&lt;br /&gt;
Suffice it to say, I find an Entity Relationships diagram to be very helpful in understanding the architecture of a database driven application like Joomla.  There wasn&#039;t one available, so I decided to reverse engineer the database, and created these diagrams, which break the core database down into a few functional areas.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;User and Security Subsystem&lt;/b&gt;&lt;br /&gt;
&lt;a href=&#039;http://www.gizmola.com/blog/uploads/images/joomlaerd_users.jpg&#039;&gt;&lt;img width=&#039;110&#039; height=&#039;68&#039; border=&#039;0&#039; hspace=&#039;5&#039; src=&#039;http://www.gizmola.com/blog/uploads/images/joomlaerd_users.tn.jpg&#039; alt=&#039;&#039; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Backend (modularity and extensibility) Subsystem&lt;/b&gt;&lt;br /&gt;
&lt;a href=&#039;http://www.gizmola.com/blog/uploads/images/joomlaerd_backend.jpg&#039;&gt;&lt;img width=&#039;110&#039; height=&#039;68&#039; border=&#039;0&#039; hspace=&#039;5&#039; src=&#039;http://www.gizmola.com/blog/uploads/images/joomlaerd_backend.tn.jpg&#039; alt=&#039;&#039; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Content and Presentation Subsystem&lt;/b&gt;&lt;br /&gt;
&lt;a href=&#039;http://www.gizmola.com/blog/uploads/images/joomlaerd_content.jpg&#039;&gt;&lt;img width=&#039;110&#039; height=&#039;85&#039; border=&#039;0&#039; hspace=&#039;5&#039; src=&#039;http://www.gizmola.com/blog/uploads/images/joomlaerd_content.tn.jpg&#039; alt=&#039;&#039; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Banners&lt;/b&gt;&lt;br /&gt;
&lt;a href=&#039;http://www.gizmola.com/blog/uploads/images/joomlaerd_banners.jpg&#039;&gt;&lt;img width=&#039;110&#039; height=&#039;62&#039; border=&#039;0&#039; hspace=&#039;5&#039; src=&#039;http://www.gizmola.com/blog/uploads/images/joomlaerd_banners.tn.jpg&#039; alt=&#039;&#039; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Logging&lt;/b&gt;&lt;br /&gt;
&lt;a href=&#039;http://www.gizmola.com/blog/uploads/images/joomlaerd_logging.jpg&#039;&gt;&lt;img width=&#039;103&#039; height=&#039;110&#039; border=&#039;0&#039; hspace=&#039;5&#039; src=&#039;http://www.gizmola.com/blog/uploads/images/joomlaerd_logging.tn.jpg&#039; alt=&#039;&#039; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Fri, 23 Sep 2005 13:28:46 -0700</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/62-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>
<item>
    <title>RegEx and the Mod_rewrite reference sheet</title>
    <link>http://www.gizmola.com/blog/archives/61-RegEx-and-the-Mod_rewrite-reference-sheet.html</link>
            <category>Web Tech</category>
    
    <comments>http://www.gizmola.com/blog/archives/61-RegEx-and-the-Mod_rewrite-reference-sheet.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=61</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gizmola.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=61</wfw:commentRss>
    

    <author>nospam@example.com (David Rolston)</author>
    <content:encoded>
    &lt;p&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybF9pZD02OTImYW1wO2VudHJ5X2lkPTYx&amp;amp;entry_id=61&quot;  title=&quot;http://www.ilovejackdaniels.com/cheat-sheets/mod_rewrite-cheat-sheet/&quot;  onmouseover=&quot;window.status=&#039;http://www.ilovejackdaniels.com/cheat-sheets/mod_rewrite-cheat-sheet/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;&lt;img width=&#039;150&#039; height=&#039;203&#039; border=&#039;0&#039; hspace=&#039;5&#039; align=&#039;left&#039; src=&#039;http://www.gizmola.com/blog/uploads/images/mod_rewrite_cheat_sheet_thm.gif&#039; alt=&#039;&#039; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybF9pZD02OTMmYW1wO2VudHJ5X2lkPTYx&amp;amp;entry_id=61&quot;  title=&quot;http://www.ilovejackdaniels.com&quot;  onmouseover=&quot;window.status=&#039;http://www.ilovejackdaniels.com&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Dave Child&lt;/a&gt;, a Brighton UK based Web developer offers a series of free Reference/Cheat sheets that I think most web developers will find of value.  He obviously invested a lot of time and effort into them and it shows.  &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybF9pZD02OTQmYW1wO2VudHJ5X2lkPTYx&amp;amp;entry_id=61&quot;  title=&quot;http://www.ilovejackdaniels.com/cheat-sheets/&quot;  onmouseover=&quot;window.status=&#039;http://www.ilovejackdaniels.com/cheat-sheets/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;He&#039;s created free cheat sheets&lt;/a&gt; for MySQL, Javascript, PHP, RGB colors and the subject today&#039;s Gizmola.com entry, &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybF9pZD02OTUmYW1wO2VudHJ5X2lkPTYx&amp;amp;entry_id=61&quot;  title=&quot;http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html&quot;  onmouseover=&quot;window.status=&#039;http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Apache mod_rewrite&lt;/a&gt;.  If you&#039;ve used Apache there&#039;s a good chance you&#039;ve heard of mod_rewrite, although you might not understand what it can do for you.  Lately, a lot of PHP scripts are including functionality that will create mod_rewrite rules and add them to a .htaccess file to support &quot;SEO friendly&quot; url&#039;s.  Serendipity, which runs my blog, and the popular PHP Content Management System &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybF9pZD02OTYmYW1wO2VudHJ5X2lkPTYx&amp;amp;entry_id=61&quot;  title=&quot;http://www.joomla.org&quot;  onmouseover=&quot;window.status=&#039;http://www.joomla.org&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Mambo/Joomla&lt;/a&gt; are just two examples of packages that can do this for you.&lt;br /&gt;
  &lt;br /&gt;
For example, if your script uses a parameter like this: &lt;b&gt;http://www.yoursite.com/home.php?id=5&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
A mod rewrite rule can allow users to use: &lt;b&gt;http://www.yoursite.com/home/5/&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Many search engines seem to penalize sites that use URL parameters, and are more likely to index and value the non-parameter version.  Of course, that&#039;s not all that mod_rewrite can do.  Many people use it for its ability to offer at least a layer of Hotlink protection, or to handle things like forwarding visitors from obsolete pages that might exist in a search engine to the new ones.&lt;br /&gt;
&lt;br /&gt;
Using and understanding the&lt;i&gt; black magic&lt;/i&gt; of mod_rewrite requires a basic understanding of Regular Expressions or as they are typically known: RegEx.  If you&#039;re new to RegEx, think of them as wildcards on steroids.  The October Lampsig meeting will present RegEx basics, and if you&#039;re in Los Angeles, definately try and attend the presentation, which will be given by Peter Benjamin.  Check out Dave Child&#039;s &lt;a href=&quot;http://www.gizmola.com/blog/exit.php?url=aHR0cDovL3d3dy5naXptb2xhLmNvbS9ibG9nL2V4aXQucGhwP3VybF9pZD02OTImYW1wO2VudHJ5X2lkPTYx&amp;amp;entry_id=61&quot;  title=&quot;http://www.ilovejackdaniels.com/cheat-sheets/mod_rewrite-cheat-sheet/&quot;  onmouseover=&quot;window.status=&#039;http://www.ilovejackdaniels.com/cheat-sheets/mod_rewrite-cheat-sheet/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;succint reference for this powerful module&lt;/a&gt; whether or not you plan to attend Pete&#039;s presentation.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.gizmola.com/blog/archives/61-RegEx-and-the-Mod_rewrite-reference-sheet.html#extended&quot;&gt;Continue reading &quot;RegEx and the Mod_rewrite reference sheet&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 09 Sep 2005 13:12:11 -0700</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/61-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/1.0/</creativeCommons:license>
</item>

</channel>
</rss>