Hi, I’m Jason, And I’m A Webaholic …

Aside from that, I am a well-seasoned, self-taught, hobbyist web-programmer, computer tech, and shoulder to cry on with super powers that include, server and database management, database-driven websites, content management systems, advertising, streaming media, embedded media, online media presentations, HTML, CSS, Javascript, PHP, MYSQL, SWiSH script, Flash, XML, jQuery and various and sundry other IT stuff that I can barely pronounce, but know how to do. I know a little about everything, but not everything about anything.

This is where I develop, experiment, design, test, and occasionally post my web-projects, code snippets, applications, and whatnot. I am usually cooking up something, so check back every now and then to see what is new!

Yes, I do offer technical support, custom design, and web-programming. More details are on the Contact page.

MySQL PHPjQuery Valid XHTML 1.0 Transitional

Filed under For What It's Worth.

Question: My Flash continues to play even while hidden from view; how can I stop it?

Answer: Remove the Flash object from the page with javascript.
An easy way to pull this off is … Read the rest of this page »

Filed under Frequently Asked Questions.

My website used to be inundated with referrer spam until I wrote a php script to address the problem. Now, referrer spam isn’t a problem anymore.

What is referrer spam? … Read the rest of this page »

Filed under For What It's Worth, php.

Are you constantly bothered by Cuil dot com’s bandwidth leeching Twiceler robot web crawler? Did you deny Twiceler in your website’s robots.txt or htaccess yet continue to be pestered by it? That’s a bad robot!

You can easily stop Twiceler robot and send it back to whence it came with a few lines of PHP. How? … Read the rest of this page »

Filed under php.

Question:

My Flash video or YouTube player stops playing when I use CSS display : none. Is there a workaround for this?

Answer:
Naturally, Flash video should stop playback when css display none is implemented. Otherwise, the problem would become reversed in that the Flash player would never stop playing even when you want it to. Generally, when css display none is used, the hidden content is intended to be inactive. This behavior helps prevent things like unwanted form submissions, accidental link clicks, or continuously active objects.

The solution to this is … Read the rest of this page »

Filed under Frequently Asked Questions.

I received a number of requests for a public version of my contact form I use on this website. You can view a demo here.

This contact form requires PHP version 5 or higher and uses jQuery and the jQuery UI framework, which are both included with the contact form.

… Read the rest of this page »

Filed under jQuery, php.