Sunday, March 05, 2006

You can now save and delete your BillSplits!

I added a BillSplit Management panel that allows you to save, delete and open previously saved BillSplits.

I struggled on placement of the BillSplit Management panel and ended up settling for a simple non-rounded corner css box.

As an afterthought, I added a few handy features.  After opening a saved BillSplit, it runs the calculation for you to show everything.  Same goes for the Save As.

BillSplit Basic is 100% cookie-based.  This means I don't have to mess around with a server-side database and it also means the application is scalable beyond your wildest imaginations with ZERO administration complexities.  No session state to worry about, no worries about load balanced servers not communicating, no worries about anything really.

Next update will improve error handling in Bill List and People List adding.  I'm also planning on adding simple math function support on the Amount textboxes.  This way, if you've already set "Bob" as pre-paying $27 for the water bill, but realize later that he also paid $15 for his share of the beer on Friday night, you could go into "Bob's" Pre-Paid text and just append "+15" in the field to have it automatically calculate the sum! Sure, you can do $27+15 in your head (when you're not drunk), but what about $39.83+12.29?  Ok fine, so your math isn't that horrible.  But really, the whole reason for BillSplit's existence to make our lives easier. Like sliced bread.

I should finish the rest of the tabs too.

-Dean :)

Sunday, March 05, 2006 11:22:42 AM (GMT Standard Time, UTC+00:00)
 Monday, February 27, 2006

Updates Tonight:

I found this REALLY GROOVY font called Dolphin from 1001fonts.com

... So I updated the banner with the cool font!

Here's a pic of the before and after:

 

I also updated the "How It Works" section of the page.  Here's the text that I added (with pictures!)

 

How Does BillSplit.com Work?

 

BillSplit.com QuickStart Instructions

Creating a BillSplit takes only 3 easy steps!

1. Add Bills to the Bills list

2. Add People to the Person List

3. Click "Calculate BillSplit"


How does the BillSplit get calculated?

These pages are written in ASP.NET with VB.NET in the code behind the pages.  The BillSplit engine class is designed to accept a dataset of Bills and People and returns a set of plain-english instructions detailing who pays and receives money to and from whom. (That was a mouthful).  The logic for BillSplit Basic starts by calculating the total of all the bills.   This total is then divided by the number of people included in the BillSplit to determine each person's share of the bill.  A set of nested loops with intelligent logic iterates through the list of people who pre-paid the bills to determine how much this person is owed and which person to best pay to settle the balances with the least number of transactions. (Another mouthful).  These nested loops actually generate an output dataset.  The data in this dataset looks something like this: (more to come)


Where's my DATA stored?

Your data isn't stored anywhere on my server! Hard to believe? Well it's true! First of all, I really have no interest in your data (sorry to disappoint!).  In fact, the data is sent back to your computer as a cookie.  The cookie contains your Bills and People list as a compressed string.  This cookie takes up very little space on your hard drive (less than 1000 bytes) -- that's smaller than Google's homepage logo image!

Storing the data in your computer's cookie container makes my work a LOT easier.  I don't need to worry about designing or maintaining fancy state-of-the-art databases and YOU don't have to worry about registration or log in!

Just understand that if you ever feel the urge to tidy up your computer and clear out your cookies, your BillSplit data will be cleared out as well.


Can I share BillSplit data with other people? Can I save my BillSplit data?

I'm working on this functionality.  More to come.


How does this site make money?

I don't have any plans on making money with this site (other than accepting donations if you'd like to buy me a drink).  I feel that I've gained so much from the Internet (free email, awesome search engines, free chat programs, music - legal of course, etc) that I should be giving back somehow.  This is my contribution back to the community. 

Monday, February 27, 2006 1:44:26 PM (GMT Standard Time, UTC+00:00)
 Sunday, February 26, 2006

Updates tonight:

Added labels for Edit/Save/Undo/Delete buttons on Bills and People lists. Thanks to Vy for the suggestion.

Added a "Click to add Bill/Person" note on Bills and People lists to make it more obvious how to add a new person. Thanks to Holden for the suggestion.

Major thanks to Kal-EL on EFnet #ASP.NET for the tip to set the LABEL text instead of CELL text.  On re-draws, the blank label text was writing over the cell text and causing the "click to add" to disappear. I was baffled and spent hours trying to get past this.  There were so many variables ... poorly formated CSS styles? Bug with AJAX? I tried everything before Kal-EL had a great suggestion to try setting Label text instead of Cell text.

Sunday, February 26, 2006 5:36:57 PM (GMT Standard Time, UTC+00:00)
Search Blog        
On this page....
Categories
Archives
<August 2008>
SunMonTueWedThuFriSat
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456
Aggregate Me!
RSS 2.0 | Atom 1.0 | CDF
Contact me
Send mail to the author(s) E-mail

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.