First. Apologies to the community. I have been using NetTalk for a long time, and while I'm not expert, I have gotten through a bit. And I've not been active at all here. Both asking questions and helping with answers.
Second. Here's a list of projects I'm working on, and what they do. If you'd like to know about functionality, let me know. I haven't got them up yet on websites (well, not for download), except for Jaymoe. But hopefully soon a website will get kicking.
Jaymoehttp://www.jaymoe.comVery VERY basic engine. Pages, Images and Forums. A lot of work needs to be done on this. It's really a prototype at the moment.
RaspA basic File serving Web Server. Designed for small business who need to share documents and files (upload and download) between each other.
The Desktop interface allows for the importing of files in a number of different way.
The Web interface requires a login, although Pages are served on the normal index page.
Bank BuddyImports your Bank Statements (usually downloaded from your internet banking interface) and then allows you to allocate them.
The beauty of this sucker is the graphs you can get out of it. Simple to see (pie graphs rule) how much you are spending on what.
NetTalk Functionality- file uploading from Web interface
- hooking into the WebHandler to customise the interface by serving custom CSS files based on the URL (and then Entity) entered.
- using Static files and the Ext framework (
http://extjs.com) to give an enhanced user interface. Unfortunately cannot use the templates in this scenario. Or not much. At least, my brain wasn't able to get around it, so did it the long way .. hardcode
.
- Lightbox (cool js imaging functionality) into the web server, for Images
- Using Rico functionality, such as moveable boxes
- Pulling in Scriptaculous and using it instead (this was hard, and not completely functional).