I got a bit over my head and spent all night developing this page out. Basically it’s a simple web store with 4 products. You can add the products to your cart, open a checkout and purchase your goods. I used Stripe.js for the payment handling, and I implemented web2py to do the server side handling. Not much is happening just collecting the cart, token, and shipping info. Feel free to check it out below! Gimme some feedback so I can improve it!
Tag: IT238
jQuery Tax Calculator + Chart.js
Wow. I forgot to show you all my cool little tax calculator I created! About two weeks ago, I created a jQuery based tax calculator. Same as before, I used bootstrap and jQuery. Wanna use it? Feel free to pull it out of the source! I think this is one of the most fluid tax calculators I’ve seen as well! Give me some feedback, or suggestions!
Want to play with it? Check it out live:
http://joelvasallo.com/taxcalc.html
Browse the source:
https://github.com/jvasallo/jquery-taxcalc
Lemme know what you think! Support the Chart.js project as well! It is actually a really nice and fluid chart using Javascript!
jQuery Scientific Calculator
Over the weekend, I created a jQuery based scientific calculator. Same as before, bootstrap and jQuery. Wanna use it? Feel free to pull it out of the source! I even tried to make it look like a “similar” calculator on the field! Give me some feedback, or suggestions!
Want to play with it? Check it out live:
http://joelvasallo.com/scicalc.html
Browse the source:
https://github.com/jvasallo/jquery-scicalc
Lemme know what you think! Note: try 777+777= for a neat trick
jQuery Mortgage Calculator
Today I created a jQuery based mortgage calculator. Nothing to fancy, uses bootstrap for the main page but if you tear apart the code you can abstract it out for your purposes. It even creates a nice looking amortization table. Enjoy!
Want to play with it? Check it out live:
http://joelvasallo.com/mortgage.html
Browse the source:
https://github.com/jvasallo/jquery-mortgage
Lemme know what you think!