Making code end user friendly - help/advice please?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Making code end user friendly - help/advice please?

Post by gaogier »

Hello

I need to make the following scrip user friendly.

http://runehints.com/calculators/mining - use gaogier to test

You see that it has 3 pages before you get to the actual calculator well thats not very user friendly, and as our users 86% of them use our calculators daily, I think its best if we make them user friendly.

Here is a design I want http://runehints.com/images/calclayout.png

Here is the code http://pastebin.com/bAHHeVkU
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Making code end user friendly - help/advice please?

Post by social_experiment »

You should also add checks for empty fields :)
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply