Design
Development

Welcome to the LMH Productions web site. LMH Productions is my personal business, consisting of design work and software development. Both of these have been my hobby since high school as well as my current career path.

The purpose of this site is for me to have a way of marketing some of the work I’ve done. But, I also plan to use it as my own, personal library of coding and design ideas/solutions that I’ve found over the years; which ideas and tutorials I would like to share with anyone that might run into some of the same problems I’ve faced while developing software.

Feel free to browse the site and add any feedback. As of this moment, I’ve configured the site to allow comments for registered members of the site.

20
Jan

Zend_Db Oracle Functions/Procedures

For some reason, this was a nightmare to figure out. All I wanted to do was call an oracle function from the Zend Framework using PDO_OCI as my database adapter. After a FULL DAY of research and testing, I finally found some code that works! The Database Adapter I use a configuration file for my [...]

Continue Reading →
13
Jan

Is Design Dead?

This article was written by Martin Fowler as part of a keynote presentation at the XP 2000 conference. The original article can be found at the following link: Is Design Dead? I wanted to include a copy of it on this site in case the link changes or the article goes away. For me personally, [...]

Continue Reading →
19
Nov

AS3 ModuleLoader and ModuleManager CSS

While programming in Flex 4.5, I came across an issue that took forever to figure out. It had to do with the ModuleLoader class and the inability of it to inherit styles from the application that was loading it. According to Flex documentation, a Module that is loaded into the same application domain as it’s [...]

Continue Reading →