• 12Jun

    I have made some improvements and have added a new game to this little web application. The new game is “spelling.” OK, it is not so much a game as it is a review tool for sight words. The word is played and some or all of the letter will need to be filled in. Please try it out.
    You can find it here: http://dunamisdesign.net/kidsgames/.
    Read more…

    Tags:

  • 30Apr

    This was designed to solve the problem of duplicate orders being generated in osCommerce from a customer hitting the confirmation button more than once. So, I set this up to pop-up a “please wait” dialog with a progress bar to assure the customer that something was happening. If the progress bar make it to the end (currently programed for 125 seconds), then the dialog box changes to display an error occured and they can press the refresh button (in the dialog box) and try again.

    Read more…

  • 06Apr

    Well, I have had some time to play again, and this time I wanted to play with HTML5 and offline apps. So I have started to build a set of simple HTML5 based kid’s game to wrap my head around it. Before you go and look at it, it may or may not work under Internet Explorer.

    You can find my current work on it http://dunamisdesign.net/kidsgames/.
    Read more…

  • 02Aug

    Currently is a an object interface written in the Ruby programming language to interface with QuickBooks. At some point in time, I would like to have some completed tools that can general be used with websites and QuickBooks.

    At this point in time. The basic interface is written with some extra methods written to help automate lookup and creation methods in QuickBooks.

    It also contains some programs that use the interface for downloading orders from a website, uploading inventory to a website, and download part (item inventory) from a website. This code could be used by a programmer to help them develop a custom solution for a customer.
    Read more…

  • 04Dec

    New Version available that support 2.0.5!
    This is a beta version of a Shopping Cart for WordPress. It was built as a collaboration with David Merwin at Pure Blue for Anderson Group International.
    Read more…

  • 23Oct

    I wanted a place to put quick command that I use. I sometimes forget, and wanted a quick reference for myself.

    Remove backup files recursively (bash/sh):

    find ./ -name '*~' -exec rm '{}' \; -print

    Read more...

  • 06Apr

    This is a modified version of View Future Post plugin orginally developed by Michael Moncur at figby.com. It allows you to show future posts in WP 1.5.2. It can work in WP2 with alittle extra work.
    Read more…

  • 09Mar

    This is a new plugin for WordPress. It dynanically replaces the standard calendar to an AJAX based one. There are many options that can be set inside the the WordPress Options page. Read more…

  • 12Dec
    Linux, Notes Comments Off

    I have reciently purchased a IBM T42p Thinkpad. I think that this computer is great. I have been contributing to ThinkWiki with all of the instructions and notes I have been using to setup my computer. Please go here to find my contribution.

  • 12Dec

    This program was designed to get SMDR records from an Intertel Axxess phone system and insert the records into a PostgreSQL DB. This was done to generate real time monitoring raphs so the sales people could see their “phone” progress throughout the day on a group monitor. Read more…

« Previous Entries