Food, Rent, Chocolate, And Other Essentials

chaoticset on 2001-11-05T23:48:51

Not in that order, either.

I'm looking at a rough couple of days, but it's survivable and preventable - assuming I can convince my SO to *store* money from the SO's check instead of blowing it on various things.

("Where's your money to contribute to the living situation, chaoticset?" Good question. I'm supposed to be getting a living allowance from the VA, but some sort of paperwork problem delayed it a full two months. Let that be another lesson to me: Get The Paperwork Done When It's Important. Also, my SO can't deal so well with little things, like not having anything to drink or anything to eat for a little while. My SO suffers more from this than I do.)

I'm starting work on the new cart program structure:

file_header
title (which is a little flippy, changes if there's a search term or if you go to your cart...so there's going to be a little if statement for the title)
html_header(which will always be the logo, centered, with necessary alt text)
(a few if elsif else blocks in here; if cartview, then it views the cart tags, formatted nicely into a table with total price for each item worked out and total price of the whole purchase, plus checkboxes to remove items. if searchterm, then show all the matching items left in the stock that match to it. if there's also drop-in-cart boxes checked, then drop that many of those items in the cart before showing search terms. if lastly, if none of this shows up right, show the default search page.)

Something seems wrong there. I'll chart it out and let me know.