Skip to content

Category Archives: PHP

Easy HTML formatted eMails with PHP

This is a pretty straight forward bit-o-code, that takes an HTML file and emails it. I have a folder with 2 files in it: 1. the PHP MAILER 2. the HTML PAGE TO MAIL When I goto and view the PHP page, it finds the HTML page, loads it up, and mails it out. This [...]

wordpress + php = ZORK!

OK, so something is obviously wrong RIGHT with my date/time stamps on my blog. I’ve converted  to the Zork calendar. Why? Because Zork rocks! On the following page is my the quickie Zork date mod. I know this is supposed to be done in the themes pannel… but have you looked at this theme in [...]

Social Hub

Just finished the TurboTax Social Hub. (Well ok, I finished a while ago, but it just launched…). It is a portal into the crazy social aspect of TurboTax’s marketing. It might seem silly at first, but once you think about it, it’s actually kinda brilliant. Its (Taxes) something everyone needs to deal with, and we [...]

AS3 + PHP = FlashVars

Lesson learned on a previous project: USE PHP TO SET FLASHVARS OF DOMAIN URL! Web security is tightening up, and flash web apps want to be more universal, this means my little widget might be on 300 different sites but needs to reference the correct files on each site. The key to this is setting [...]

PHP: Proxy that shit!

I have a new best friend in town and his name is Proxy. Basically this is a quick and easy work around for flash’s STUPID security issues. You simply send your link (to a file on a different server) to the proxy(on your server) and flash thinks that those files are actually local files! and [...]