My next project Scispy
I can tell that I am a really busy man ;-)
Now still working on my project Scoilnet, I have also the development of one another school project Sci-Spy.
The aim of this one is to provide education videos about Science in general to different levels of students.
So Sci-Spy will be part of three different sites, with of course three different designs.
That's why Sci-Spy has more funky colors, because it's targeted for the youngest.
The project now is on the final countdown, so I can post this screen grab.
Of course, as a .Net belover, I write the code in my favourite framework.
I still work on the videos, and it's not so easy to embed WMV files. So if anybody has some useful links, the problem seem to be that I need an ASX file to read the stream.
Another nice trick I use quite a lot now is to raise an event to trigger one of the link on the left, from the main page, everytime a user choose a topic from the dropdown.
And because you can't see on this picture, each main topic has a different color scheme (the rainbow) and I manage that dynamically from the database.
The main central content is display as a Datagrid, to be able to use the Pagination system, setup with one record per page.
It's cool, and it avoid me to duplicate my code. Now I have to finish the main homepage of this project and hope to show you the result soon.