Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  Show Posts
Pages: 1 [2] 3
16  General / Website Reviews / Re: JB Gamers Online on: March 05, 2005, 01:30:02 PM
uhm, strange.. working for me..
17  General / Website Reviews / Re: JB Gamers Online on: March 05, 2005, 01:25:41 PM
that is strange... u saw it earlier, right? and i had no problems... what browser are you using?
18  General / Website Reviews / Re: JB Gamers Online on: March 05, 2005, 01:11:54 PM
o, yeah... i changed the default stylesheet to solid borders. the one's with just the color name are dashed... and when it says "solid" then its a solid border. yeah, i know, such an original name  tongue
19  General / Website Reviews / Re: JB Gamers Online on: March 04, 2005, 10:07:17 PM
ok... so i think i've made some improvements. but somebody had said that they hated the dashed borders... i thought it was a good use of something that is rarely seen... but yeah... then my friend told me that it its cause it makes it seem like you haven't been doing "this" very long... this being website design... what do you all think?
20  General / General and Business Discussion / Re: Craven on: March 02, 2005, 09:54:10 PM
haha... and which thread was that?
21  T35 Hosting Support / Free Hosting General Support / Re: site hacked on: March 02, 2005, 09:44:37 PM
*ahem* look at the latest forum member...
22  General / Website Reviews / JB Gamers Online on: February 19, 2005, 08:35:50 PM
well this is one of the sites i work on... and i recently redid the whole design and made it alot easier for some of the others to add articles. but yeah, it needs more content still and once it gets a little bigger i know im gonna have to adjust some things, but let me know what you think of it.

http://jbgamers.t35.com


o, and as long as you tell me about any glitches and possible ways to fix them, you are free to try and hack into the admin section... i want to know how to make this as secure as possible.. so do your worst Wink
23  General / General and Business Discussion / I hate the north. on: February 19, 2005, 08:20:41 PM
haha... better to let her win and suffer the weather i think
24  T35 Hosting Support / Announcements / Improvements on: January 16, 2005, 02:57:12 AM
haha, yes... i would like a plan where i can just slip you 20 dollars so i can use mail() Wink hmm, idk, maybe some more in-between plans?
25  Web Design & Developement / Programming / User selected stylesheet on: January 16, 2005, 02:50:18 AM
thank you very much, works perfectly
26  General / General and Business Discussion / not that anyone cares but ( my fish :( ) on: January 14, 2005, 08:34:48 PM
o, thats too bad Sad

yeah, tank looks nice.. so you got tropical fish?
27  General / General and Business Discussion / not that anyone cares but ( my fish :( ) on: January 14, 2005, 06:24:10 PM
well i didnt understand all your fish talk there, but apparently u care alot for your fish, so i hope it will be alright.
28  General / General and Business Discussion / Gmail Invites/Requests on: January 14, 2005, 06:19:47 PM
haha, we got givers but no takers... thats funny. hmmm, i heard at one point those were selling for $75 each on ebay, but now its down to like nothing.
29  Web Design & Developement / Programming / User selected stylesheet on: January 14, 2005, 01:26:23 PM
ok, so this has been buggin me, and durin class this morning i figured a way out... kinda.

so here is the header.html
Code:




... stuff ...

">

... more stuff ...


Stylesheet:






and here is update.php
Code:

switch($style)
{
case "Default": $css="";
break;
case "Lost": $css="-lost";
break;
default: $css="";
};
setcookie(stylesheet, $css);
header("refresh: 0; url=index.php");
?>


ok, now what i'm tryin to figure out is instead of putting the url=index.php, how can i make it $page ".php"
30  Web Design & Developement / Programming / User selected stylesheet on: January 13, 2005, 11:19:55 PM
ok, im confusing myself. where should i set the cookie and where should i set its value as the value for the stylesheet? i'd want something like this..

Code:
setcookie("stylesheet", $style)

and
Code:
$style=$_COOKIE["stylesheet"]


but i dont want the value set by the cookie to interfer with the value set if the user changes the stylesheet
Pages: 1 [2] 3
Powered by SMF | SMF © 2006-2008, Simple Machines LLC