Closed Thread Icon

Topic awaiting preservation: New thread for me and InI (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12106" title="Pages that link to Topic awaiting preservation: New thread for me and InI (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: New thread for me and InI <span class="small">(Page 1 of 1)</span>\

 
jiblet
Paranoid (IV) Inmate

From: Minneapolis, MN, USA
Insane since: May 2000

posted posted 03-12-2002 21:41

continuation from http://www.OzoneAsylum.com/Forum12/HTML/000740.html

When you mention my complicated approaches, I am curious if you are referring to my solution to Osaires' MySQL problem. If so, that would seem to run contrary to the rest of your statement about dealing with DBs that are redundant. My solution was to put his DB in 3rd Normal Form with no data redundancy. In such a scenario a junction table is the only way to model such a relationship. If you disagree, please post an example, because I spent 3 months working with doctorate professor who specializes in Relational DBMSs and that is how he had me do it. In such a scenario it is trivial to add more information to the Player or User without having to update any queries or data. Any other model makes the data more rigid.

I know all too well the pain of working with poorly designed software. Therefore, my software is all written with expandability in mind. If you look at my Events Calendar code and database, I think you would be impressed with its flexibility. For instance, not only is the database in 3NF, but I use a PHP function as an abstraction layer between the data and the output. The function takes as input a start date, end date, array of categories, and associative array of non-specified directives. It returns a two-dimensional array of the events with all necessary formatted output for each event. The function uses a variable SQL query that is built on the fly based on the parameters of the function call. The result is that database modifications, output formatting, and new applications can all be built in a trivial amount of time. Even completely unforeseen modifications can be easily added. If I wanted to export our data to an unspecified format, the existing infrastructure would allow such a translation function to be written making full use of all the existing code.

I'm not saying my code is the best. There are many subtle uses of SQL that I probably have failed to capitalize on, but I doubt you would have any complaints if you had to use my code.

-jiblet

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 03-12-2002 22:20

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 03-13-2002 15:00

hey, is that calendar open source?
i've been browsing hotscripts etc. lately lookin for php calendars. but none fitted exactly my needs.
maybe this one?
can i test it?

jiblet
Paranoid (IV) Inmate

From: Minneapolis, MN, USA
Insane since: May 2000

posted posted 03-13-2002 23:34

Well, if it were up to me, I would release it as open source. Unfortunately everything I do belongs to the University of Minnesota, so technically I can't even re-use it myself.

Aside from that, it is really not in release form. Although the database structure and PHP abstraction layer could be widely useful, the administration tool is not yet complete (It doesn't maintain the cleanliness of the database, and at least two fields are non-functional), and all the output pages are EXTREMELY specific with many ties to my stylesheets.

I am curious about what features you need that you couldn't find in existing calendar scripts though... my guess would be that mine wouldn't help you much.

-jiblet

« BackwardsOnwards »

Show Forum Drop Down Menu