webOS Nation Forums >  Homebrew >  webOS homebrew apps > Tip Calculator [v1.0.5][NRR]
Tip Calculator [v1.0.5][NRR]

  Reply
 
LinkBack Thread Tools Display Modes
Old 06/29/2009, 02:09 PM   #1 (permalink)
jwz
Member
 
Join Date: Jun 2009
Posts: 14
Likes Received: 0
Thanks: 0
Thanked 28 Times in 2 Posts
Default Tip Calculator [v1.0.5][NRR]

A simple restaurant tip calculator, my first Palm Pre application. Download the application and/or the source code on the above URL.

jwz is offline   Reply With Quote
Old 06/29/2009, 02:14 PM   #2 (permalink)
Member
 
Far Left Texas's Avatar
 
Join Date: Jun 2009
Posts: 53
Likes Received: 0
Thanks: 8
Thanked 14 Times in 12 Posts
Default

Cool to see you here at PrēCentral Jamie. Like an idiot, I removed tip calculator after updating to v1.0.4 in order to see if it would reinstall.

Looking forward to your next Prē hack.
Far Left Texas is offline   Reply With Quote
Old 06/29/2009, 04:12 PM   #3 (permalink)
Member
 
xberserker's Avatar
 
Join Date: Jun 2009
Posts: 136
Likes Received: 0
Thanks: 53
Thanked 5 Times in 4 Posts
Default

I installed it and it looks good. I haven't upgraded to 1.04 just yet.
__________________
See Reviews on Sprint
xberserker is offline   Reply With Quote
Old 06/29/2009, 09:23 PM   #4 (permalink)
Member
 
Join Date: Oct 1999
Posts: 120
Likes Received: 0
Thanks: 68
Thanked 10 Times in 10 Posts
Default

Still no decimals, eh?
Darknight is offline   Reply With Quote
Old 06/29/2009, 09:25 PM   #5 (permalink)
Member
 
Join Date: Jun 2009
Posts: 14
Likes Received: 0
Thanks: 1
Thanked 2 Times in 2 Posts
Default

Awesome app!
mentallydetached is offline   Reply With Quote
Old 06/30/2009, 12:38 AM   #6 (permalink)
Member
 
Join Date: May 2009
Posts: 194
Likes Received: 2
Thanks: 11
Thanked 48 Times in 21 Posts
Default

Boy....a decimal point would be great for this app
babydaddy75 is offline   Reply With Quote
Old 06/30/2009, 01:03 AM   #7 (permalink)
Member
 
JohnLBurger's Avatar
 
Join Date: Jun 2009
Location: Huntsville, AL
Posts: 206
Likes Received: 3
Thanks: 33
Thanked 25 Times in 14 Posts
Default

You do realize that you can simply just type in the amount without a decimal (say it's $24.17, just do 2417) and then it works just the same, adding your own two decimal places at the end of the calculation...

That actually may be something to consider, jwz: just having the decimal point already be there on the screen and they just enter in the numbers. Unless I'm being naive couldn't it purely be an ascetic thing that doesn't change the numbers or any computations, but just the display of them, correct?

I'll take a look at your source code and see if it's anything I can remotely understand (I just know html & C++, but am a fast learner!).
JohnLBurger is offline   Reply With Quote
Old 06/30/2009, 01:17 AM   #8 (permalink)
Member
 
Join Date: Jun 2009
Posts: 4
Likes Received: 0
Thanks: 0
Thanked 1 Time in 1 Post
Default Tax Rates...

Is there a reason why 8.75% tax was skipped? any chance that could be added in??
alxhowarth is offline   Reply With Quote
Old 06/30/2009, 01:24 AM   #9 (permalink)
Member
 
JohnLBurger's Avatar
 
Join Date: Jun 2009
Location: Huntsville, AL
Posts: 206
Likes Received: 3
Thanks: 33
Thanked 25 Times in 14 Posts
Default

Quote:
Originally Posted by alxhowarth View Post
Is there a reason why 8.75% tax was skipped? any chance that could be added in??
There are some tax rates that are commented out in the code, so yes I believe that would be easy to add in, even if it's not already one there.
JohnLBurger is offline   Reply With Quote
Old 06/30/2009, 11:49 PM   #10 (permalink)
Member
 
JohnnyPre's Avatar
 
Join Date: Jun 2009
Location: Ft. Lauderdale, Florida
Posts: 920
Likes Received: 0
Thanks: 16
Thanked 91 Times in 78 Posts
Default

Quote:
Originally Posted by JohnLBurger View Post
You do realize that you can simply just type in the amount without a decimal (say it's $24.17, just do 2417) and then it works just the same, adding your own two decimal places at the end of the calculation....
Have we all gotten so gadget friendly that we're not mathematically able (LAZY)?
JohnnyPre is offline   Reply With Quote
Old 06/30/2009, 11:55 PM   #11 (permalink)
Member
 
JohnLBurger's Avatar
 
Join Date: Jun 2009
Location: Huntsville, AL
Posts: 206
Likes Received: 3
Thanks: 33
Thanked 25 Times in 14 Posts
Default

Quote:
Originally Posted by JohnnyPre View Post
Have we all gotten so gadget friendly that we're not mathematically able (LAZY)?
No I'm actually pretty great at math, just not too much in my head. And I like exactness in my calculations, so I at least know the answer before I round..
JohnLBurger is offline   Reply With Quote
Old 06/30/2009, 11:57 PM   #12 (permalink)
Member
 
JohnnyPre's Avatar
 
Join Date: Jun 2009
Location: Ft. Lauderdale, Florida
Posts: 920
Likes Received: 0
Thanks: 16
Thanked 91 Times in 78 Posts
Default

Oops.. I was referring to the other post hampering on the dev to put a decimal point. Your post had me rolling that you had to explain simple math to these gadget happy people.
JohnnyPre is offline   Reply With Quote
Old 06/30/2009, 11:59 PM   #13 (permalink)
Member
 
JohnLBurger's Avatar
 
Join Date: Jun 2009
Location: Huntsville, AL
Posts: 206
Likes Received: 3
Thanks: 33
Thanked 25 Times in 14 Posts
Default

Quote:
Originally Posted by JohnnyPre View Post
Oops.. I was referring to the other post hampering on the dev to put a decimal point. Your post had me rolling that you had to explain simple math to these gadget happy people.
It's all good.. I kind of figured that anyway but wasn't sure. But yeah, pretty sad.
JohnLBurger is offline   Reply With Quote
Old 07/01/2009, 10:05 AM   #14 (permalink)
Member
 
Join Date: Jun 2009
Posts: 11
Likes Received: 0
Thanks: 5
Thanked 0 Times in 0 Posts
Default

I played around with this app some (the decimal thing bugged me too...sorry jwz ). I removed the "backspace" button and made it a decimal. I also extended the max to 6 numbers. It seems to work for the most part....the only issue I'm having is when the number right after the decimal is a 0....it basically ignores it and doesn't add the decimal. Keep in mind I have very little javascript experience, so it could be something simple...I just haven't figured it out yet.
cmiller74 is offline   Reply With Quote
Old 07/01/2009, 10:22 AM   #15 (permalink)
Member
 
Join Date: Jul 2009
Posts: 1
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

maybe im just dumb, but it isnt showing up in launcher for some reason. help?
blackjames is offline   Reply With Quote
Old 07/01/2009, 12:57 PM   #16 (permalink)
Member
 
Join Date: Jun 2009
Posts: 777
Likes Received: 0
Thanks: 7
Thanked 61 Times in 49 Posts
Default

Quote:
Originally Posted by Far Left Texas View Post
Cool to see you here at PrēCentral Jamie. Like an idiot, I removed tip calculator after updating to v1.0.4 in order to see if it would reinstall.

Looking forward to your next Prē hack.
So this will not install after 1.0.4 is installed?

I didn't see mention of the install process (and haven't downloaded yet).
gmanvbva is offline   Reply With Quote
Old 07/01/2009, 01:31 PM   #17 (permalink)
Member
 
Join Date: Jun 2009
Posts: 11
Likes Received: 0
Thanks: 5
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by gmanvbva View Post
So this will not install after 1.0.4 is installed?

I didn't see mention of the install process (and haven't downloaded yet).
It won't install using the email method anymore. You would need to use the SDK to install it.
cmiller74 is offline   Reply With Quote
Old 07/02/2009, 11:51 AM   #18 (permalink)
Pre Developer
 
PreGame's Avatar
 
Join Date: Jun 2009
Posts: 550
Likes Received: 0
Thanks: 24
Thanked 793 Times in 81 Posts
Default

Why don't you give people what they want and add a decimal??? You should rename this application to Tip Guestimator. It should be up to the end user round up the tip depending on service and not to the developer.

I for one will not use this until I see a decimal in the application.
PreGame is offline   Reply With Quote
Thanked By: hrdcamjc
Old 07/02/2009, 12:33 PM   #19 (permalink)
Member
 
JohnLBurger's Avatar
 
Join Date: Jun 2009
Location: Huntsville, AL
Posts: 206
Likes Received: 3
Thanks: 33
Thanked 25 Times in 14 Posts
Default

Quote:
Originally Posted by PreGame View Post
Why don't you give people what they want and add a decimal??? You should rename this application to Tip Guestimator. It should be up to the end user round up the tip depending on service and not to the developer.

I for one will not use this until I see a decimal in the application.
While I sort of agree with wanting a decimal, I realize that you can enter in a decimal number without a decimal and just imagine it's there in your head (so 2453 = 24.53). The math works just the same! Just saying..
JohnLBurger is offline   Reply With Quote
Old 07/02/2009, 01:25 PM   #20 (permalink)
Member
 
Join Date: Oct 1999
Posts: 120
Likes Received: 0
Thanks: 68
Thanked 10 Times in 10 Posts
Default

It's really the principle of the thing.

I don't think anyone with functioning brain cells needs a tip ESTIMATOR. We can already do that; "Let's see, bill is 48 bucks, 10% of that is obviously 5ish, twenty percent would be $10ish."

Gee, I don't need an app for that.

That said, it's the developer's app, and he can have whatever features he wants.
Darknight is offline   Reply With Quote
Thanked By: atom00
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0