1756308474
1756308475 Conquer Club • View topic - skidoo_too
Conquer Club

skidoo_too

Suggestions that have been archived.

Moderator: Community Team

skidoo_too

Postby Strife on Wed Jul 01, 2009 5:26 pm

Anyway it seems that you used HTML for the creation of the site, might I suggest adding something similar to the page_top(I can't imagine that you re-wrote that code for each page) that seems to be used in all the pages of this site for the side of the screen, the menu. The only reason I suggest this is because it reloads completely each time I go to the forums as the top seems to stay the same. If I'm incorrect lock 'er up.

P.S. nice use of comments, I hate them personally.
Corporal Strife
 
Posts: 2668
Joined: Fri Jul 20, 2007 3:24 pm
Location: Now something has kept me here too long.

Re: skidoo_too

Postby hecter on Wed Jul 01, 2009 5:45 pm

Strife wrote:Anyway it seems that you used HTML for the creation of the site, might I suggest adding something similar to the page_top(I can't imagine that you re-wrote that code for each page) that seems to be used in all the pages of this site for the side of the screen, the menu. The only reason I suggest this is because it reloads completely each time I go to the forums as the top seems to stay the same. If I'm incorrect lock 'er up.

P.S. nice use of comments, I hate them personally.

I think it's quite apparent that they used PHP, mixed with some CSS and HTML as well as a bit of Java. As for the comments, it's a Canadian thing...
In heaven... Everything is fine, in heaven... Everything is fine, in heaven... Everything is fine... You got your things, and I've got mine.
Image
User avatar
Private 1st Class hecter
 
Posts: 14632
Joined: Tue Jan 09, 2007 6:27 pm
Location: Tying somebody up on the third floor

Re: skidoo_too

Postby Strife on Wed Jul 01, 2009 5:48 pm

hecter wrote:
Strife wrote:Anyway it seems that you used HTML for the creation of the site, might I suggest adding something similar to the page_top(I can't imagine that you re-wrote that code for each page) that seems to be used in all the pages of this site for the side of the screen, the menu. The only reason I suggest this is because it reloads completely each time I go to the forums as the top seems to stay the same. If I'm incorrect lock 'er up.

P.S. nice use of comments, I hate them personally.

I think it's quite apparent that they used PHP, mixed with some CSS and HTML as well as a bit of Java. As for the comments, it's a Canadian thing...

Well, I see the php and skidoo_too is CSS so I assume it's the stylesheet, JavaScript isn't Java per se. But what I'm suggesting is create a different .php file with all of the side menu bar info and just using it in each page instead of having the actual code on each page.
Corporal Strife
 
Posts: 2668
Joined: Fri Jul 20, 2007 3:24 pm
Location: Now something has kept me here too long.

Re: skidoo_too

Postby hecter on Wed Jul 01, 2009 6:08 pm

Strife wrote:
hecter wrote:
Strife wrote:Anyway it seems that you used HTML for the creation of the site, might I suggest adding something similar to the page_top(I can't imagine that you re-wrote that code for each page) that seems to be used in all the pages of this site for the side of the screen, the menu. The only reason I suggest this is because it reloads completely each time I go to the forums as the top seems to stay the same. If I'm incorrect lock 'er up.

P.S. nice use of comments, I hate them personally.

I think it's quite apparent that they used PHP, mixed with some CSS and HTML as well as a bit of Java. As for the comments, it's a Canadian thing...

Well, I see the php and skidoo_too is CSS so I assume it's the stylesheet, JavaScript isn't Java per se. But what I'm suggesting is create a different .php file with all of the side menu bar info and just using it in each page instead of having the actual code on each page.

He probably does... The way PHP works though is that it just spits out HTML to the browser. So if I include some pages, the "<?php #include("blah.php") ?>" isn't going to show up when you view page source. But when you go to a new page it's still going to reload all the things, unless you're using AJAX or something.
In heaven... Everything is fine, in heaven... Everything is fine, in heaven... Everything is fine... You got your things, and I've got mine.
Image
User avatar
Private 1st Class hecter
 
Posts: 14632
Joined: Tue Jan 09, 2007 6:27 pm
Location: Tying somebody up on the third floor

Re: skidoo_too

Postby Strife on Wed Jul 01, 2009 9:07 pm

hecter wrote:
Strife wrote:
hecter wrote:
Strife wrote:Anyway it seems that you used HTML for the creation of the site, might I suggest adding something similar to the page_top(I can't imagine that you re-wrote that code for each page) that seems to be used in all the pages of this site for the side of the screen, the menu. The only reason I suggest this is because it reloads completely each time I go to the forums as the top seems to stay the same. If I'm incorrect lock 'er up.

P.S. nice use of comments, I hate them personally.

I think it's quite apparent that they used PHP, mixed with some CSS and HTML as well as a bit of Java. As for the comments, it's a Canadian thing...

Well, I see the php and skidoo_too is CSS so I assume it's the stylesheet, JavaScript isn't Java per se. But what I'm suggesting is create a different .php file with all of the side menu bar info and just using it in each page instead of having the actual code on each page.

He probably does... The way PHP works though is that it just spits out HTML to the browser. So if I include some pages, the "<?php #include("blah.php") ?>" isn't going to show up when you view page source. But when you go to a new page it's still going to reload all the things, unless you're using AJAX or something.

That's not entirely true, if I were to make a "functions.php" which would do, let's say, clean up anything entered in the login field. i.e. extra space and malicious code, truncation and what not. The code for the would not be shown, it would simply show the include functions.php statement. It wouldn't show the code used to do that. But if he did, then he can lock the thread or we can let it die. It's just a suggestion. ;)
Corporal Strife
 
Posts: 2668
Joined: Fri Jul 20, 2007 3:24 pm
Location: Now something has kept me here too long.

Re: skidoo_too

Postby Darwins_Bane on Thu Jul 02, 2009 5:59 pm

There are things here that don't really make that much sense because they aren't completely right....but the biggest problem is that although the top area is the same....the side menu can be different depending on who you are. I suppose there are ways around this but they would probably be rather ugly from a coding perspective.
Corporal Darwins_Bane
 
Posts: 989
Joined: Tue Mar 04, 2008 7:09 pm
Location: Ottawa, Ontario

Re: skidoo_too

Postby Strife on Thu Jul 02, 2009 6:08 pm

Darwins_Bane wrote:There are things here that don't really make that much sense because they aren't completely right....but the biggest problem is that although the top area is the same....the side menu can be different depending on who you are. I suppose there are ways around this but they would probably be rather ugly from a coding perspective.

Don't use design view.

Seriously though. The only thing different would be the "[logout *****]" option and possibly "Inbox" and "Wall."

Edit: I do see how it could be a bit messy though.
Corporal Strife
 
Posts: 2668
Joined: Fri Jul 20, 2007 3:24 pm
Location: Now something has kept me here too long.

Re: skidoo_too

Postby Darwins_Bane on Thu Jul 02, 2009 6:31 pm

Strife wrote:
Darwins_Bane wrote:There are things here that don't really make that much sense because they aren't completely right....but the biggest problem is that although the top area is the same....the side menu can be different depending on who you are. I suppose there are ways around this but they would probably be rather ugly from a coding perspective.

Don't use design view.

Seriously though. The only thing different would be the "[logout *****]" option and possibly "Inbox" and "Wall."

Edit: I do see how it could be a bit messy though.


ur forgetting if they have BOB or clickies
Corporal Darwins_Bane
 
Posts: 989
Joined: Tue Mar 04, 2008 7:09 pm
Location: Ottawa, Ontario

Re: skidoo_too

Postby Strife on Thu Jul 02, 2009 6:43 pm

Darwins_Bane wrote:
Strife wrote:
Darwins_Bane wrote:There are things here that don't really make that much sense because they aren't completely right....but the biggest problem is that although the top area is the same....the side menu can be different depending on who you are. I suppose there are ways around this but they would probably be rather ugly from a coding perspective.

Don't use design view.

Seriously though. The only thing different would be the "[logout *****]" option and possibly "Inbox" and "Wall."

Edit: I do see how it could be a bit messy though.


ur forgetting if they have BOB or clickies

Oh yea... I can't stand BOB. well I'm sure it could be done.
Corporal Strife
 
Posts: 2668
Joined: Fri Jul 20, 2007 3:24 pm
Location: Now something has kept me here too long.

Re: skidoo_too

Postby hecter on Thu Jul 02, 2009 6:58 pm

I don't know... I can just see this being filed under the "If it ain't broke, don't fix it." category... A speed boost is always nice, but in this case I figure it'd be negligible.
In heaven... Everything is fine, in heaven... Everything is fine, in heaven... Everything is fine... You got your things, and I've got mine.
Image
User avatar
Private 1st Class hecter
 
Posts: 14632
Joined: Tue Jan 09, 2007 6:27 pm
Location: Tying somebody up on the third floor


Return to Archived Suggestions

Who is online

Users browsing this forum: No registered users