rxcomm
New member
I wanted a web control app for my Apex controller that would work well with my phone. The app needed to have a simple button UI, along the lines of aquanotes and Ken Argo's TankManager with the button UI. It also needed to display well on my phone. Here's a screenshot of what I came up with.
The app is written in php, and you can grab a copy here.
To use the app, unzip all the files in a directory on your php-enabled web server. Edit the cred.inc.php file to add your Apex controller's login credentials and the title. Point your browser at the directory holding all the files, and you should be good to go. There is also a css file you can play with to change button, text, and background colors to your liking.
I don't use profiles, so didn't implement the profile stuff, but it could be done.
No licensing on this software - I've placed it in the public domain. Hope you enjoy it!
Dave
PS: One other note - depending on the size of your phone's display, you may want to play with the meta tag to get the sizing exactly right.
The app is written in php, and you can grab a copy here.
To use the app, unzip all the files in a directory on your php-enabled web server. Edit the cred.inc.php file to add your Apex controller's login credentials and the title. Point your browser at the directory holding all the files, and you should be good to go. There is also a css file you can play with to change button, text, and background colors to your liking.
I don't use profiles, so didn't implement the profile stuff, but it could be done.
No licensing on this software - I've placed it in the public domain. Hope you enjoy it!
Dave
PS: One other note - depending on the size of your phone's display, you may want to play with the meta tag to get the sizing exactly right.
Last edited: