🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Rarely Spoken

If you only read this journal, you wont be reading much at all.
51 comments
43 entries
Advertisement
Colin Jeanne
May 27, 2005
The Solution
I've come up with a solution to my problem although I am not terribly satisfied with it. I kept the new field in the module registration table because it made life easier when getting the functions to talk to the modules (and safer since I no longer have to rely on include_once() and require_once()…
558 views
Colin Jeanne
May 26, 2005
Oh No!
It seems that I misunderstood exactly how PHP's include_once() and require_once() worked. I assumed that no matter how many times they were called they would still execute the global code. It seems very obvious to me now that that cant possibly be the case not just because it doesnt make any sense …
603 views
Colin Jeanne
May 24, 2005
Content vs. Structure
I'd like to make my CMS as flexible as possible when it comes to the layout of the page but at the same time I have very specific types of content that must be included. Originally I had planned to have the XHTML written into the same page that breaks up the URL and retrieves the correct data but t…
764 views
Colin Jeanne
May 23, 2005
OMFGWTFBBQ! An Update!
I havent had the time nor the motivation to work on my CMS in recent months. Today I had some time to spare so I picked it up again.

One of the parts that was holding me back before was the creation of an installation script that would get information from the user about the address of the database,…
694 views
Colin Jeanne
February 13, 2005
Another Small Update
I haven't done much coding mostly because coding for school really kills my motivation to code for myself. I did play around with a class that would encapsulate the process of paging data but I believe it uses LIMIT incorrectly (it uses it assuming the offset is reference from the rows returned fro…
463 views
Colin Jeanne
January 24, 2005
CMS Progress
I haven't made any progress on the CMS since the last entry mainly because a new semester has started, I'm looking for housing, and other such distractions.

The only thing that could be argued as being progress is that I've upgraded one of my computers to Windows 2000 and am going to install Apache …
501 views
Colin Jeanne
January 15, 2005
Some More Progress
I've made a few changes to the SessionManager class. First, I renamed IsSet() to Exists() since after reviewing PHP's documentation I realized that isset() isn't a function but a language feature and thus a reserved word. I've also added a function Destroy() to unset session variables.

I've added th…
507 views
Colin Jeanne
January 12, 2005
Current Progress
I've been working on the administration module during the past few days and while working on it I've been really wishing that my host would upgrade to PHP 5. It would be very nice if I could give QueryResult and Database destructors so that I didn't have to remember to call QueryResult::FreeResult(…
445 views
Colin Jeanne
January 09, 2005
Finally - Some Code
Thus far I've only done a small bit of work on the CMS. I've written the database class as well as the function to clean up the GET and POST variables. I've also dropped the requirement to also use the session variables since to update them I would have to use the $_SESSION superglobal - which I do…
493 views
Colin Jeanne
January 02, 2005
A Little More Refined
Adaptability

Modules
Each module will be registered with the CMS under one or more names. More than one name is allowed to point to the same module so that the module may behave slightly differently for each name while performing the same basic function. For example, a single blog module might suppor…
462 views
Colin Jeanne
December 25, 2004
The Requirements
Merry Christmas everyone!

For this entry I'd like to describe the CMS I am planning on building. This will be the requirements that this project is designed to fulfil.

The Core CMS

Adaptability
My primary concern is that my system be flexible and scalable. I really have no idea what direction my site i…
677 views
Colin Jeanne
December 24, 2004
A Long Absense From GD
With the move to UC Berkeley, the new classes, new people, and my terrible CS61A (Structure and Interpretation of Computer Programs) class I haven't had much of a desire to program at all. From that, I haven't had much of a desire to visit programming forums like GD.

Hopefully this will change somew…
469 views
Colin Jeanne
August 11, 2004
Hey hey!
I'm GDNet+ finally! Until I start posting here, you can see progress on any of my projects on my website: Invader's Realm.
533 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
10 Followers
15 Entries
11 Followers
johnhattan
Programmer
1,277 Entries
47 Followers
ApochPiQ
Generalist
628 Entries
43 Followers
dgreen02
Generalist
338 Entries
55 Followers
Advertisement