Dunamis Design Net

Our work, forums, and play.

QBRuby

2nd August 2007

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 the rest of this entry »

Posted in Programs, Ruby, Uncategorized | No Comments »

WordPress Cart

4th December 2006

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 the rest of this entry »

Posted in PHP, Programs, WordPress | 5 Comments »

Linux One Liners

23rd October 2006

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 the rest of this entry »

Posted in Linux, Notes | No Comments »

Future Post Plugin for Word Press

6th April 2006

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 the rest of this entry »

Posted in PHP, WordPress | 3 Comments »

AJAX Calendar for WordPress

9th March 2006

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 the rest of this entry »

Posted in PHP, Programs, WordPress | 9 Comments »

Linux on a T42p Thinkpad

12th December 2005

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.

Posted in Linux, Notes | Comments Off

SMDR_FS

12th December 2005

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 the rest of this entry »

Posted in Perl, Phone Systems, Programs | No Comments »

Word Press Setup

12th December 2005

This is a collection of notes, so other can know how I setup this site.
Read the rest of this entry »

Posted in Notes, WordPress | Comments Off