Apps
I am working on various apps right now.
I have an upload script that is already completed(very simple) I’ll upload soon.
My current project is below:
Due to a wonderful employer they scrapped this entire project after it was nearly completed. After that kick in the face I haven’t revisited it to finish it nor do I have much desire at this point.
Right now I am working on a php/mysql phonebook. I have been looking for a long time and haven’t really found anything that works very well. It has been a long time since I have messed with this stuff but I’m remembering some of it
I’ll upload my latest build here soon.
When I get a new netbook I will hopefully be able to update this on a regular basis.
Right now it supports groups, custom fields, searching, sorting, etc. I’ve even added expandable tables so it returns only the relevant info and you can click on the name for more info.(right now this is only customized through editing the code and placing variables where you want them within the table. Maybe I will look at changing all this to css instead of using tables. I’ve always found tables easier for tabulated data.
TODO:
-User Log-in
-Create custom fields without editing code
-Add Pagination
