Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Feel free to discuss any aspect of the coding contest here, along with posting any questions you may wish to ask.


Mithras

Mithras Avatar

****
Studio Member

600


July 2006
Two questions:

1) Is

var myVar = (something > something_else) ? something_if_true : something_if_false;

one line or two?

2) "I will expect the host for the server side data to be hosted however." <- ??? Does that mean that we have to provide a host for the server side code? Regardless of the answer to that question, can we simply zip everything, then put it up for download, considering the numerous free hosts.


Last Edit: Apr 22, 2007 20:58:59 GMT by Mithras


Support Rob Scuderi, the #1 Penguins Defender!

lucifer said:
"Behold: me! I have authority in this building."

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
1. Ternary operator only counts as one line. :)

2. For my testing of the code, you should host the code. There's a good chance that a MySQL database/table will be required, and therefore it's more difficult to test it then. I would also have to then go through and update every instance of the URL throughout the code. Not to mention that different server settings would cause problems. Now, if it's not MySQL, but is flat file driven, I guess it doesn't matter.

cdr

cdr Avatar

*
New Member

1


June 2007
1) Can I be in the contest? ???

2) When is it? :)

~Stealth

Mithras

Mithras Avatar

****
Studio Member

600


July 2006
cddude229 said:
2. For my testing of the code, you should host the code. There's a good chance that a MySQL database/table will be required, and therefore it's more difficult to test it then. I would also have to then go through and update every instance of the URL throughout the code. Not to mention that different server settings would cause problems. Now, if it's not MySQL, but is flat file driven, I guess it doesn't matter.


I meant after the judging, so cool.

New question: can we create a new page to edit the profile from instead of using the Modify Profile page? (similar to the banner chooser here.)


Support Rob Scuderi, the #1 Penguins Defender!

lucifer said:
"Behold: me! I have authority in this building."

Andrew McGivery

Andrew McGivery Avatar
Formerly Fredy

******
Legendary Studio Member

Male
5,742


September 2005
I may drop out of the contest... I'm not sure....
k

Tobias

Tobias Avatar

***
Dedicated Member

182


November 2006
When the total lines is increased to 3000 with server side, does that mean 2000 for client side and 1000 for server side, or can we mix and match with 2500 client and 500 server, or 1500 each, etc.?
#intj (Mastermind)^

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
mithras said:
New question: can we create a new page to edit the profile from instead of using the Modify Profile page? (similar to the banner chooser here.)


You may, assuming it seems to be a function of the profile. Technically profile editable means in the profile, but either works.

tobias said:
When the total lines is increased to 3000 with server side, does that mean 2000 for client side and 1000 for server side, or can we mix and match with 2500 client and 500 server, or 1500 each, etc.?


Mix and match.

fredy said:
I may drop out of the contest... I'm not sure....


Why? :P You've got nothing to lose.

Andrew McGivery

Andrew McGivery Avatar
Formerly Fredy

******
Legendary Studio Member

Male
5,742


September 2005
Well, if you've somehow forgotten, i can barely code the simplest of things :P
k

Aaron

Aaron Avatar
Bad Wolf

****
Dedicated Studio Member

859


November 2006
fredy said:
Well, if you've somehow forgotten, i can barely code the simplest of things :P


That's one of the points of the contest. And like Chris said, what have you to lose?

Deleted

Deleted Avatar


0


January 1970
So the "beginners" can't use server-side coding? In that case... can we switch levels? :P

Jordan

Jordan Avatar

***
Dedicated Member

173


July 2006
fredy said:
Well, if you've somehow forgotten, i can barely code the simplest of things :P
You should still do it though because you will learn a lot. I happened to think of some cool :P so I'm having a lot of fun. I'm still not sure what I will do that will affect other pages yet however. ???
tyrantlytamale said:
So the "beginners" can't use server-side coding? In that case... can we switch levels? :P
Chris let him so I have a better chance of winning. :P

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
tyrantlytamale said:
So the "beginners" can't use server-side coding? In that case... can we switch levels? :P


You were one of the border-line ones, so I'll let you switch if you wish. :)

Tobias

Tobias Avatar

***
Dedicated Member

182


November 2006
This may sound stupid, since it should be secure anyway, but how important is the security of the server-side coding?


Last Edit: Apr 24, 2007 22:39:49 GMT by Tobias
#intj (Mastermind)^

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
tobias said:
This may sound stupid, since it should be secure anyway, but how important is the security of the server-side coding?


It'll cost points if the coding is not secure. It falls under "Speed and Code Efficiency" for the scoring portion.

newBookmarkLockedFalling