Show HN: Strength Level – Squat/Deadlift/Bench Calculator
strengthlevel.com
Show HN: Strength Level – Squat/Deadlift/Bench Calculator
1–10 of 16 posts
Re: Show HN: Strength Level – Squat/Deadlift/Bench Calculator
#2Can I ask you if you gave any thought monetizing it? If yes, what is it?
Re: Show HN: Strength Level – Squat/Deadlift/Bench Calculator
#3A very good website, as a fellow interested in bodybuilding and powerlifting, I liked it a lot. Can I ask you if you gave any thought monetizing it? If yes, what is it?
1. iPhone app - people want to rate lifts at the gym
2. Premium accounts - see workouts older than 6 months/personalised recommendations
Re: Show HN: Strength Level – Squat/Deadlift/Bench Calculator
#4Using the back button seems to keep trying to resubmit the form and break the page for me.
Also, you could remove the last result when an item is deleted from the page. It was displaying a record I had deleted because it was also the last submitted.
Really like the concept. I've always been a fan of doing core lifts like this and generally just keep it all in a notepad I jot on after I leave the gym.
Re: Show HN: Strength Level – Squat/Deadlift/Bench Calculator
#5Re: Show HN: Strength Level – Squat/Deadlift/Bench Calculator
#6Re: Show HN: Strength Level – Squat/Deadlift/Bench Calculator
#7So, strstd.com has been around for a while. The standards themselves seem to be the same, and I generally assume that those come from http://www.exrx.net/Testing/WeightLifting/StrengthStandards.... , although I guess that may not be the case.
Re: Show HN: Strength Level – Squat/Deadlift/Bench Calculator
#8What is the source of these numbers? I did not see any age associated with it. I compared my lifts and I was way below the untrained numbers you put up.
What were you expecting to see? Could you explain further?
Re: Show HN: Strength Level – Squat/Deadlift/Bench Calculator
#9A couple points I noticed toying with it -- Using the back button seems to keep trying to resubmit the form and break the page for me. Also, you could remove the last result when an item is deleted from the page. It was displaying a record I had deleted because it was also the last submitted. Really like the concept. I've always been a fan of doing core lifts like this and generally just keep it all in a notepad I jo…
Good point with the back button. The original page was made in 2007 and the full page form submission could be refined to use an AJAX post.
Would it be possible to explain "you could remove the last result when an item is deleted from the page" a little further? Do you mean resetting the page back to its initial state?
Re: Show HN: Strength Level – Squat/Deadlift/Bench Calculator
#10A couple points I noticed toying with it -- Using the back button seems to keep trying to resubmit the form and break the page for me. Also, you could remove the last result when an item is deleted from the page. It was displaying a record I had deleted because it was also the last submitted. Really like the concept. I've always been a fan of doing core lifts like this and generally just keep it all in a notepad I jo…
We really appreciate the positive feedback. Good point with the back button. The original page was made in 2007 and the full page form submission could be refined to use an AJAX post. Would it be possible to explain "you could remove the last result when an item is deleted from the page" a little further? Do you mean resetting the page back to its initial state?
Save my Bench Press
Save my Dead Lift
Now, I will have the success * message at the bottom from submitting my Dead Lift, but if I go to the bottom and delete it, this success message is still showing, even though I have deleted the value.
Adding a simple event handler for the click of the delete button to empty the container containing success messages would handle this.