Lost Tablet Pen by Hubert K. Lee  | 12/12/2007 1:51 PM |
Did anybody lose a pen from their Lenovo tablet? I picked one up yesterday after our presentation. E-mail me or give me a call if you lost one. |
| |
Using Sql in the Backend by Bradley D. Dodson  | 12/4/2007 5:33 PM |
Most of you shouldn't need to do this, but if you need to execute a SQL command within the backend, please follow the following guidlines from now on:
- You should not ever need to reference any specific provider's namespace. This means that...
|
| |
Backend Usage Guidelines by Aaron D. Cottle  | 11/8/2007 10:46 PM |
Recently a number of bugs have been cropping up with the backend throwing exceptions about connections and transactions being closed. I believe that this stems from a misunderstanding about how to actually use the backend. I'll try to rectify that here.... |
| |
UI Guidelines by Sohum Misra  | 10/16/2007 11:35 PM |
As more people have begun to work on UI or need to know how to work on UI, I have created a UI Guidelines document. Please read over these guidelines if you plan to make frontend pages in the WebApp project. If you see any mistakes or bad design paradigms... |
| |
Web application even more functional by Sohum Misra  | 10/16/2007 12:07 AM |
Hi everyone. I have spent a lot of time adding more functionality to the webapp. In particular, I have been able to get a registration/login/logout interface working. So you can now register, login and then logout.
You can also access the Create page... |
| |