My Portfolio
Web development/scripting
- This webpage is an ongoing project to show myself to the world, and serves as a sandbox for several experiments of mine;
- CMS - Skeleton (Content Management System): This is a content management system I developed. It uses php for the interface and MySql/html files for data storage (MySql for dynamic content and html files for static common-to-all-pages content);
- TMS - The Message System: It's a browser base message System. It uses postgreSQL to save the data and PHP for the interface. For more info, see this page;
- A meteo page for a school project that never went online. It was made with html only, layout with tables. A presentation with images from it can be found here. The text is in portuguese, but you get an idea. This was my most basic project from the time I was starting out with web related work;
- A upload service, working in a conference's page. You can find the script code here;
- Biblio - A library management system for a organization I'm involved with. It uses php for the interface and MySql for storage. Does automatic bibliographic citations and has wildcard search for every parameter. One of my first practical uses for MySql;
- I'm currently developing a conference management system which will allow registration, submition of abstracts and papers, invoice and receipts management and a modularized structure to allow the installation of only some components. This is being done in php and javascript for the user and admin interface and uses MySql for data storage. I expect to have it ready by the end of July.
Programming
I have made several small programs, mostly in java. You can find all of them in a .rar file here or one by one in my java library.
I did some experimenting with python as well, but nothing worth putting online.