May 15, 2008, 14:09
At work I have had the chance to get into Microsofts latest version of the .NET framework. This includes a load of really nice technologies like Xaml and LINQ. (Ok im a little late on the scene…)
Whilst trying to leverage some of our UI into doing something, I stumbled upon this site: http://www.wpfwiki.com
The FAQ was particularly helpful.
May 10, 2008, 13:58
Over the last couple of projects I have done in php (usually related to phpBB) I always seem to follow the same patterns. List data, edit data, add data… and every page follows the same pattern; check mode, validate inputs, write to database… etc etc
So I thought I would look for a framework that would allow me to describe my data in such a way that it will go off and automatically query the data, join data from lookups, check data inputs, update the database and generate all the pages and forms for me.
Alas I did not find any such projects on the internet (so I am going to have a crack at it myself) but I did find this project: https://www.projectzero.org/
Its a bit over developed for what I want to achieve, still sounds pretty neat.