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.
skidoo_too
Moderator: Community Team
- hecter
- Posts: 14632
- Joined: Tue Jan 09, 2007 6:27 pm
- Gender: Female
- Location: Tying somebody up on the third floor
- Contact:
Re: skidoo_too
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...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.
In heaven... Everything is fine, in heaven... Everything is fine, in heaven... Everything is fine... You got your things, and I've got mine.


-
Strife
- Posts: 2668
- Joined: Fri Jul 20, 2007 3:24 pm
- Gender: Female
- Location: Now something has kept me here too long.
Re: skidoo_too
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.hecter wrote: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...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.
- hecter
- Posts: 14632
- Joined: Tue Jan 09, 2007 6:27 pm
- Gender: Female
- Location: Tying somebody up on the third floor
- Contact:
Re: skidoo_too
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.Strife wrote: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.hecter wrote: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...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.
In heaven... Everything is fine, in heaven... Everything is fine, in heaven... Everything is fine... You got your things, and I've got mine.


-
Strife
- Posts: 2668
- Joined: Fri Jul 20, 2007 3:24 pm
- Gender: Female
- Location: Now something has kept me here too long.
Re: skidoo_too
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.hecter wrote: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.Strife wrote: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.hecter wrote: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...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.
-
Darwins_Bane
- Posts: 989
- Joined: Tue Mar 04, 2008 7:09 pm
- Gender: Male
- Location: Ottawa, Ontario
Re: skidoo_too
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.
-
Strife
- Posts: 2668
- Joined: Fri Jul 20, 2007 3:24 pm
- Gender: Female
- Location: Now something has kept me here too long.
Re: skidoo_too
Don't use design view.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.
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.
-
Darwins_Bane
- Posts: 989
- Joined: Tue Mar 04, 2008 7:09 pm
- Gender: Male
- Location: Ottawa, Ontario
Re: skidoo_too
ur forgetting if they have BOB or clickiesStrife wrote:Don't use design view.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.
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.
-
Strife
- Posts: 2668
- Joined: Fri Jul 20, 2007 3:24 pm
- Gender: Female
- Location: Now something has kept me here too long.
Re: skidoo_too
Oh yea... I can't stand BOB. well I'm sure it could be done.Darwins_Bane wrote:ur forgetting if they have BOB or clickiesStrife wrote:Don't use design view.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.
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.
- hecter
- Posts: 14632
- Joined: Tue Jan 09, 2007 6:27 pm
- Gender: Female
- Location: Tying somebody up on the third floor
- Contact:
Re: skidoo_too
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.

