Clad’s Tavern

Traveling is a requirement to fulfilling a well rounded education.

Archive for the ‘Cobol Management System Project’ Category

My current php project. I am designing a web interface which creates file and sections of code for the Cobol programming classes.

CMS v1.3

Posted by cladironbeard on February 27, 2006

V1.3 is ready to go.

I corrected a couple bugs in the side bar code,
added username to the uppercorner so they know which account they are logged in under,
Added a Games section.  Just dump the game code into the correct folder, and the index page auto logs it on the homepage of the game section.

Posted in Cobol Management System Project | Leave a Comment »

CMS Login Script replaced

Posted by cladironbeard on February 23, 2006

I abandon my cookie only login script and went for a database, OOP login script.  I have no idea how to do OOP but it works and i have been able to modify the code enough for it to fit into my project. =-)

So this is the Project:

Login page
Account info
Edit My Account
Home page
File Creator
Create new,
Edit old,
View Files.

Posted in Cobol Management System Project | Leave a Comment »

Protected: main.php

Posted by cladironbeard on February 22, 2006

This post is password protected. To view it please enter your password below:


Posted in Cobol Management System Project | Enter your password to view comments

C.M.S. graphic shell update.

Posted by cladironbeard on February 21, 2006

Nothing in programming is ever easy. I have the graphic shell intergrated and working great. I even dynamically load the correct side bars and main nav bar.

However, during all of this upgrading, I am having troubles with cookie settings. To make the program cleaner, I have put the file control portion into its own directory. Thats where the main problem is. The cookie made on the home page, will not work in a new directory.
I may redesign C.M.S. where the homepage has no password, and have a password for each sub-directory.

Screenshots:

CMS Login Screen shot

Homepage Screen Shot

Posted in Cobol Management System Project | 2 Comments »

Graphic Shell Prototype

Posted by cladironbeard on February 19, 2006

I am redesigning my Cobol Management System into a new shiney shell instead of the old school text only format. here is a screen shot:

After a few more projects in the Cobol class, I’ll know more about the extra items I need to add to the project. I’m currently planning to add division code developer. type in the requested information, then it outputs the correct code, so all I have to do is copy/paste into the Cobol editor.

“The only difference between a good programmer and a programmer is which one learns how to use technology more effectively to make their work more efficient.” Unknown

Posted in Cobol Management System Project | Leave a Comment »