Here’s a (simplified) overview of how my permanent disability/impairment and workers’ compensation benefits calculators work. As I’ve mentioned elsewhere, I wrote these website calculators using javascript, PHP, MySQL, and AJAX.

In a recent post, I created a really simple test for cell phones using the above languages. Here’s what was happening:

  • The user clicks the button “Cell Test.”
  • The javascript embedded in the button detects the “click.”
  • The javascript embedded in the button then tells an AJAX program that the button was clicked.
  • AJAX sends a little bit of information to the web server – saying that the user clicked that button.
  • The PHP program on the server is notified that the button was clicked.
  • The PHP program checks a MySQL table to see what it should happen when that button is clicked.
  • The MySQL table returns the answer, what should happen when a button is clicked, to the PHP program.
  • The PHP program takes the answer from the MySQL table and sends it back to the AJAX program.
  • The AJAX program takes that information and, using a little bit of javascript, displays the answer in your web browser.

Easy!

Warning! Technobabble! Warning! Permanent brain damage could result! If you’re not into technobabble, please just skip this post.

In order to put up the Articles page, I had to modify the WordPress theme I’m using. The WordPress Themer Kit is a really really great tool for the design-challenged. ((I think the bald guy is going to win.)) ((My wife watches the show. Sounds like a lame disclaimer, I know.))

You don’t have to have any special design skill, just the ability to tinker with cascading style sheets. ((I warned you! Didn’t I warn you about the technobabble!?!))

Melty calculators
Melty calculators

Up until now, I’ve tried to keep the theme modifications to a minimum. I’ve done this before – such as to add the nifty little rounded corners to the tops and bottom of each page. One little error and your entire blog looks like alphabet soup or, worse, a Dali painting.

Don’t get me wrong – I like Dali. I just think my calculators would be more difficult to use if they went all melty.
P.S. Don’t leave your website calculators out in the sun.

A friend sent me an e-mail letting me know their Verizon LG 9400 phone works with the calculator test. (Thanks Patty!) According to Verizon’s site this phone is out of stock.

FYI, when I need to research a phone, I use PhoneScoop.com. I find it a handy way to search/compare features. My own phone… has seen better days. I’m thinking the LG Dare, but we’ll see.

If your phone does not already work with PDRater.com, have you tried using a different web browser on your phone? Everyone knows Internet Explorer (sorry, no link :P ), most people know about FireFox (my own browser of choice), but there’s also Opera and OperaMini. OperaMini can be installed on some phones as an alternative to the factor web browser. From playing around with the OperaMini demo page, it looks like OperaMini will work with my calculators.

Almost completely off topic, have you seen the iPhone simulator? Sure, it doesn’t play music or make phone calls, but if you need a fix or want to test out some calculators (ahem), it’s a pretty cool website. ((Do people even use iPhones for telephone calls anymore? That’s sooo analog. . . .))

Thus far, I’ve discovered only two cell phones that can take advantage of my calculators:

I’ve only tested the iPhone with the version of this site launched on September 17, 2007. However, it should still work.

Do you have a cell phone with a web browser? Click here:
If you see a message appear, your phone will probably work with the calculators.

Hopefully I’ll be upgrading this website again in the next few days.

This website was created using the WordPress open source blog software. WordPress is a flexible program for creating websites and blogs. Since this program is “open source“, its source code is open for anyone to review and can be modified by anyone (sufficiently nerdy ((Such as myself.)) ).

The earliest test versions of the blog-website version of PDRater.com were built using WordPress 2.3. This was superseded by version 2.5 in late March. Version 2.6 was just released. I will be upgrading to the latest version as soon a I get a chance. If all goes well, you’ll never notice a thing.

As a side note, upgrading my installation of WordPress is a lesser priority than redeveloping the calculators.