Feb 22, 2010 | Categories: Tech Diversions | 1 Comment »

I was adding a new feature to my blog that incorporates jQuery’s click function to reveal a hidden div. When you click on the (+) sign, a custom AddThis toolbox was to appear. During the first round of coding, however, I found that the use of return false with the tag did not work in IE 7 or IE 8.
Tags: css, html, javascript, jquery, programming, tech-tip
How to Make Your PHP Application a WordPress Plugin
Feb 04, 2010 | Categories: Tech Diversions | 2 Comments »

So you created a PHP based web application and now you want to integrate it into WordPress. No problem. I will show you how to accomplish this. The benefit to “pressing” your PHP web-based application is that when your site’s design updates, because someone has added a new post or page and thereby, updating the [...]
Tags: php, tech-tip, website application, WordPress plugin
Backet Calculator in Action
Feb 03, 2010 | Categories: Tech Diversions | Leave A Comment »
See how it is done here
View the project information here
Viewed 858 times
Tags: php, tech-tip, website application, WordPress plugin
Transparent PNG Background Morphs Into a Gradient in Internet Explorer
Jan 27, 2010 | Categories: Tech Diversions | 14 Comments »

While working on my blog I noticed something peculiar: my background transparent png file was being turned into a gradient background. First I thought it was a plugin conflict; however, after turning off all plug-ins for this site, it soon became apparent that it was an Internet Explorer issue.
Tags: css, html, tech-tip