Monday, May 23, 2011

Marketo - Working with the Absolute Positioning...

Landing pages in Marketo use absolute positions for the HTML and rich text blocks you add to the page.  Some people have struggled to get the landing page to render and stay in the wrappers specified in the Landing Page Template...

Marketo - Marketing Automation For Anyone

Marketo Introduction
Marketo is a marketing automation platform that allows marketing teams to build a sophisticated marketing process including lead scoring and organization, automated messages tailored to the user behavior and much more.  Find out more at Marketo.com

Thursday, March 24, 2011

IE JavaScript Problem with JavaScript Opening Tag

I hope to save some time for those struggling with a JavaScript problem.  I could not get my Javascript snippet to work and I knew there were no errors. 

Tuesday, August 24, 2010

Application Development

Building an application is not easy.  The more complex the application, the more experience the developers need to have with the technologies (languages, DB, servers) since anything that can go wrong, will go wrong.

Tuesday, July 13, 2010

Flexigrid PHP Implementation

I successfully implemented Flexigrid into my MVC Framework.  I am pleased with the results.  I still need to add some JavaScript to manipulate some DOM elements but it looks good so far...

Tuesday, June 29, 2010

Speeding up nuSoap Web Services - Caching wsdl files.

Good trick for speeding up Web Services Using nuSoap.

Friday, June 25, 2010

Pear MDB2 - Multiple DB Connections

So recently I needed to connect to separate DB's simultaneously using PEAR MDB2.