HN user

cvalleskey

158 karma
Posts5
Comments9
View on HN
Show HN: Payoff.io 12 years ago

Thanks for checking it out! Yes to both of your questions. I do want to let others contribute, but I also have more features I want to add that I haven't gotten around to just yet. One would be mobile/tablet support.

I could be wrong, but there is one bug which doesn't stop you from putting in a loan which would never be paid off--based on the balance, APR, and minimum payments entered. I need to put in an evaluation before the details are submitted and pop up an error message if that's the case, but right now it locks up the browser.

Show HN: Payoff.io 12 years ago

I created this because other sites I used to track and compare debt payoff plans were missing a few features that I thought would be good to have. For one, I wanted to quickly see how minor changes to my payment plans would have a big impact in the long run. Second, I wanted the ability for the loan info to save locally, so that the next time I went to the site I could view my info without needing to log in or re-enter my info. Lastly, I wanted a schedule that told me exactly how much I should pay to each loan for each month, and to get this schedule in an easy to read format.

The site might still have a few bugs, and it could definitely use some optimization. However, I have been excited creating this and using it myself that I felt I should share it now before I added it to my list of abandoned projects.

Nice! One minor tweak that reduces redundancy in the CSS: You can set 'background-color: inherit' on the :before and :after pseudo-classes for the icon links and it works the same way without having to apply the background-color on the element and it's :before/:after.

Nice catch. I'm seeing that too. The reflection appears out of position when you have a box-shadow on the element.

As I said earlier, I didn't mean that Chrome is completely, literally broken. I meant in the sense of a user having just updated their version of Chrome, going to a site, and not being able to do anything. For me and a few coworkers, this was exactly what happened to us when we started noticing these two issues last night. These two relatively minor CSS bugs have broken the functionality of a site we have been working on to the point where it is unusable.

Oh, that's what happened? Apologies for the alarmist title, but depending on your site's CSS this can completely destroy its usability. I meant it in the sense of a user saying everything on a site is broken, not that everything in Chrome 22 is literally broken.