by kai
12/01/2005
This is going to be the month of the weird ideas 😉 After writing all the stuff on product selection and recommendation, I’m now thinking about parsing form input with a LL(k)-parser (generated by JavaCC for example) to notice if people try to fill code into a form instead of “text content”. The idea came […]
Read the full article →
by kai
11/01/2005
Finally, here’s a .zip-file containing the components, example files with CFC method calls and a MySQL-database script. Download recommendation0_1.zip Further explanation and documentation is in the extended entry.The database consists of five tables: cart: CAR_ID is the PK CAR_CUS_ID is a FK and refers to a customer customer: CUS_ID is the customer ID and PK […]
Read the full article →