Help Rebuild OsCommerce
Moderator: General Moderators
While I think occasionally it'd be nice to get everyone, or atleast a sizeable group, into some sort of chat situation
would greatly benefit the project, I think most of the "meeting" type things will have to be done over the wiki/forum deal.
I also added myself to the Offical Volunteer list thing. I'll post some ideas here when I get off of work.
would greatly benefit the project, I think most of the "meeting" type things will have to be done over the wiki/forum deal.
I also added myself to the Offical Volunteer list thing. I'll post some ideas here when I get off of work.
I've added some content to the wiki. Feel free to add to it. It looks like each page has it's own discussion page, so that will come in very handly.
I noticed that the sample store I installed is down. It's hard to turn on register globals on my server because of the way it's configured. I'll investigate why they are turned back off and get it fixed ASAP.
I noticed that the sample store I installed is down. It's hard to turn on register globals on my server because of the way it's configured. I'll investigate why they are turned back off and get it fixed ASAP.
In the past, I've used forum software for that cause. It's perfect for it.. each thread is a topic, they are grouped into forums and sub forums of discussion. On one instance we used threads as 'versions' of discussions, whilst the sub-forum was the topic itself.The Ninja Space Goat wrote:I like that idea... how can we set that up?
e.g.:
Code: Select all
Forum Index
- Bugs
- Bug001: Magic Quotes.
- Thread: Discussion (Started:12/05/2005)
- Thread: Discussion (Started:30/03/2005)
- Bug002: Value 'x' incorrect after 'y' calculation
- Thread: Discussion (Started:23/11/2005)
- Design
- Index
- Thread: Discussion (Started:05/06/2004)
- Thread: Discussion (Started:01/03/2004)Vanilla being the choice due to it's 'discussions' view.
FYI: Added a discussion to the 'First Steps'
I've just edited your post.
Wrong:
Right:
Edit:
About the naming... I know that some of you are used to CamelCase, but think of it for a moment... Which is easier to read (takes less time to read):
doSomeKindOfWork
or
do_some_kind_of_work
Which?
Wrong:
Code: Select all
if (TRUE)
{
}
if (FALSE)
{
}Code: Select all
if (true)
{
}
if (false)
{
}About the naming... I know that some of you are used to CamelCase, but think of it for a moment... Which is easier to read (takes less time to read):
doSomeKindOfWork
or
do_some_kind_of_work
Which?
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
I have no problem with you guys coming up with some helper functionality for loading, my only problem with the current direction of discussion is using __autoload(). Now don't get me wrong, it's still all y'all's project; I'm just chiming in. You don't have to take my word as doctrine. Not that I suspected you were or anything; I just want to put that out there just in case.