Friday, June 12, 2009

Success

I've succeeded in getting the username from a cookie, automatically accessing the DB to find the user's favorite drawing of a cellular automata. I can also draw the picture without a postback--it happens right on the page. Also I have the code assign a new usernumber if the person has not been to the site, or if they haven't been there in a long time. Phew. Took a lot of work.

Right now I am writing the code for the half of the page that evolves digital circuits from scratch until the fulfill the truth table. Find out it's not super easy to convert a 1 to boolean without doing a few steps in between. That's about ready to run.