Jason Silver

Web Development by CrookedBush.com Inc.

My Journal and Diary

2004

May

Friday, May 21st, 2004

Shopping Cart Integration

Well, I've made a huge advance and learned a lot about processing cookies tonight. And about headers for XML, and so much more. Headers are such finicky things. You've got to send them at the right time and with the right information or everything gets mucked up. I was never too concerned about it before, but now that my scripts send XML to the browser, or cookies, they all need to handle headers just a little differently.

It wouldn't be such a big deal if I did what lots of other programmers do: multiple files to run a program. But I like everything consolidated into one file, so I have to use lots of brain-cells to figure out how the server will know what it's supposed to do.

I've spent a few hours and fixed up FileCABINET so that it has an integrated shopping cart. It's cookie based, much better than what was there before. People won't lose things from their cart like was happening before. Maybe more sales will result. Here's hoping.

I also have changed the text links to image links-- but not sure I really like that yet. It does increase download times for the page.

I used IE's _search window (a special pane that opens on the left side of the window). I'm curious to know how various browsers handle this. Austin, that's a challenge for you: try to fill up a cart at Intelliscript.net and tell me what happens.

I've been SO BUSY with work lately. It's good, and it's bad (for my back).

Night night.

Jason


Tags:webdesign perl_scripts FileCABINET 0 likes