<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="Groupy 0.89" -->
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Programming / Computer</title>
    <subtitle>      PHP Global Variables Effectively Depricated?    Initially I was trying to design things with PHP4 compatibility, and one of the key features PHP4 lacked was static and private variables.  To work around the inability to have static variables, I used several singleton classes that had member variables...</subtitle>
    <link rel="alternate" type="text/html" href="http://wunder-ful.com/programming/"/>
    <id>http://wunder-ful.com/programming/</id>
    <updated>2008-10-16T01:40:44GMT</updated>
    <generator>Groupy 0.89</generator>
<link rel="self" type="application/atom+xml" href="http://wunder-ful.com/feeds/programming/en_US/RSS2.0" />
    <entry>
        <title>PHP Global Variables Effectively Depricated?</title>
        <link rel="alternate" type="text/html" href="http://wunder-ful.com/programming/php_global_variables_effectively_depricated"/>
        <published>2008-10-11T08:04:18GMT</published>
        <updated>2008-10-11T08:04:18GMT</updated>
        <id>http://wunder-ful.com/programming/php_global_variables_effectively_depricated</id>
        <summary> Initially I was trying to design things with PHP4 compatibility, and one of the key features PHP4 lacked was static and private variables.  To work around the inability to have static variables, I used several singleton classes that had member variables...</summary>
    </entry>
    <entry>
        <title>Firefox 3.0rc1</title>
        <link rel="alternate" type="text/html" href="http://wunder-ful.com/programming/firefox_3.0rc1_2"/>
        <published>2008-05-23T03:29:09GMT</published>
        <updated>2008-05-23T03:29:09GMT</updated>
        <id>http://wunder-ful.com/programming/firefox_3.0rc1_2</id>
        <summary>I just installed the latest Firefox, and man am I happy.  The previous beta version (5) was really leaking memory like a sieve.  After upgrading to hardy heron (the latest version of Ubuntu), my hard drive was just going crazy.  Thinking that I just needed more RAM (my laptop only has 512) just to have eclipse running with firefox and my email open...</summary>
    </entry>
    <entry>
        <title>Ubuntu Hardy Heron</title>
        <link rel="alternate" type="text/html" href="http://wunder-ful.com/programming/ubuntu_hardy_heron"/>
        <published>2008-05-06T06:14:50GMT</published>
        <updated>2008-05-06T06:14:50GMT</updated>
        <id>http://wunder-ful.com/programming/ubuntu_hardy_heron</id>
        <summary>I highly recommend Hardy Heron, it fixed several noticeable bugs in Gutsy.  No longer does evolution start up with error messages about being unable to connect to my POP email (even though it works fine after it starts up).  Accessing FTP and SSH ftp sites seems to be much more stable with the gvfs conversion...</summary>
    </entry>
    <entry>
        <title>Debugging Web Services</title>
        <link rel="alternate" type="text/html" href="http://wunder-ful.com/programming/debugging_web_services"/>
        <published>2008-01-05T21:14:23GMT</published>
        <updated>2008-01-05T21:14:23GMT</updated>
        <id>http://wunder-ful.com/programming/debugging_web_services</id>
        <summary>As I was implementing the XMLRPC Services for the Wordpress API I was struggling with figuring out how to debug it.  At first I was using wireshark (a packet capture tool), but that was capturing a bunch of packets I didn't need to see as well as not pairing request with responses...</summary>
    </entry>
    <entry>
        <title>Wordpress Themes</title>
        <link rel="alternate" type="text/html" href="http://wunder-ful.com/programming/wordpress-themes"/>
        <published>2008-01-04T06:58:35GMT</published>
        <updated>2008-01-04T06:58:35GMT</updated>
        <id>http://wunder-ful.com/programming/wordpress-themes</id>
        <summary> wunder-ful  The old theme for this site.  A blue three-column template based on gila 1.1.  Requires  Photopress .  Also includes the gallery template for photopress, these should be put in the plugins/photopress/ directory.   Wunderful   boxology  The theme for this site...</summary>
    </entry>
    <entry>
        <title>Wordpress Plugins</title>
        <link rel="alternate" type="text/html" href="http://wunder-ful.com/programming/wordpress-plugins"/>
        <published>2008-01-04T06:55:25GMT</published>
        <updated>2008-01-04T06:55:25GMT</updated>
        <id>http://wunder-ful.com/programming/wordpress-plugins</id>
        <summary>I have written several Wordpress plugins, feel free to download them and give them a wirl. Most of them were written for the deal site  BargainMeister.com .&amp;nbsp; These plugins are no longer being actively developed.  View Count  Counts the number of times a post was viewed and allows you to display that count...</summary>
    </entry>
    <entry>
        <title>DynaComponents</title>
        <link rel="alternate" type="text/html" href="http://wunder-ful.com/programming/dynacomponents"/>
        <published>2008-01-04T06:43:46GMT</published>
        <updated>2008-01-04T06:43:46GMT</updated>
        <id>http://wunder-ful.com/programming/dynacomponents</id>
        <summary>DynaComponents are lightweight JavaScript widgets designed to provide flexible and functional tools while using minimum bandwidth.  They are designed for modern browsers and are tested under firefox, and IE6.  Help in testing on other platforms would be appriciated...</summary>
    </entry>
    <entry>
        <title>New Theme</title>
        <link rel="alternate" type="text/html" href="http://wunder-ful.com/programming/new-theme"/>
        <published>2008-01-04T06:25:13GMT</published>
        <updated>2008-01-04T06:25:13GMT</updated>
        <id>http://wunder-ful.com/programming/new-theme</id>
        <summary>I got a small freelance job, part of which will be doing a wordpress theme and a mediawiki theme.  I thought I would make a new theme for my blog just to brush up on my skillz.  So enjoy my boxology theme, and if you like it head over to my  wordpress theme  page.</summary>
    </entry>
    <entry>
        <title>DynaComponents Fix</title>
        <link rel="alternate" type="text/html" href="http://wunder-ful.com/programming/dynacomponents-fix"/>
        <published>2008-01-04T06:24:54GMT</published>
        <updated>2008-01-04T06:24:54GMT</updated>
        <id>http://wunder-ful.com/programming/dynacomponents-fix</id>
        <summary>Sorry, but I made some mistakes in the last version of the components.  The core event handling functions were exploding on IE.  I love the way IE does strange things with the event variable.  Passing the event variable from the event handler to another function fails to pass the event!  Event is clearly niether a function scope or global scope variable...</summary>
    </entry>
    <entry>
        <title>New Version of DynaComponents</title>
        <link rel="alternate" type="text/html" href="http://wunder-ful.com/programming/new-version-of-dynacomponents"/>
        <published>2008-01-04T06:24:02GMT</published>
        <updated>2008-01-04T06:24:02GMT</updated>
        <id>http://wunder-ful.com/programming/new-version-of-dynacomponents</id>
        <summary>I released a new version of DynaComponents.  It is mostly code cleanup, but the one notable and requested feature is a format method on the Date object.  Calling date.format(&amp;quot;Y/M/D&amp;quot;) will return a string with &amp;quot;2006/5/14&amp;quot;.   right now only the year...</summary>
    </entry>
</feed>
