Search results

  1. R

    Capture The Flag (a game in open beta)

    Sounds good. :) I just hope your rng (random number generator) works better than urbandead's. In their game 50% chance to hit is actually less than 1/5. ;)
  2. R

    Capture The Flag (a game in open beta)

    Did you get the idea from: http://www.urbandead.com/ Your layout is almost identical just a different theme. (In-game layout)
  3. R

    Site overhauled

    Yeah windows and the lame thumbs file. It keeps sneaking in there. :P Tried linux but unfortunately its not compatible/working with my rig after install on boot its just a black screen. Tried different fixes, but after awhile I gave up. Will try again when I get a new comp. I use filezilla to...
  4. R

    New to this but tell me what you think!

    In your code: <div style="text-align: center; width: 1001px;"> put 'margin: 0px auto;' Like so: <div style="text-align: center; width: 1001px; margin: 0px auto;"> Hope this helps. :)
  5. R

    lghtbox and xml

    Avast says that link has a virus. In the log it says: HTML:IFrame-EJ[Trj] I think Trj means trojan.
  6. R

    Site overhauled

    Don't know if this is good or bad. I built it from the ground up in notepad++ and made the graphics in GIMP. It's pure html/css and php is only used to link to txt files for the menu that way I can easily update multiple pages in-case something changes down the road. Was hoping it seemed...
  7. R

    Site overhauled

    Thanks for the help. I never really noticed the header until you brought it to my attention. It does really take away the focus. I'll work on that down the road at the moment I'm working on sub pages and menus. The footer text is meant to be small since its like license text which no one ever...
  8. R

    Could someone comment with site

    I submitted a message and it said thank you and something about registering but I never did. In firefox at 1024x768 the shoutbox slightly overlaps the last 'g' to the left of it. Not sure if this was intentional or not. Nice site looks professional. The colors and the main picture make it seem...
  9. R

    Is IE, even 8, just effin broken?

    I wouldn't suggest losing the IE viewers but alot of sites have a firefox icon somewhere in them spreading the word and everyday IE gets a smaller user base. So if IE bothers you enough you could do the same and throw your support to other browsers. Who knows maybe if enough people do this IE...
  10. R

    Creativity in Web Design

    Check out other peoples sites, see what they did right and what they did wrong. Learn from their mistakes. Get ideas by surfing the web. A good place to look if your trying to get you imagination stirring is: http://wellmedicated.com/inspiration/40-beautiful-web-design-portfolios/ I hope to...
  11. R

    Is IE, even 8, just effin broken?

    You need to save it as .html Some reason IE8 tries to save .php and .xhtml as a file when attempting to browse from your local machine. I've never heard anyone speak highly of IE, it seems to be the bane of webdesign.
  12. R

    Site overhauled

    Changed the font to 12px and the font to Verdana. Had to change the line height a bit and some padding to make it fit right. That font does look a lot nicer, thanks. :D Does the bottom triangle appear correctly now?
  13. R

    Site overhauled

    I only finished the homepage so far so there's currently nothing to link to. So I left it <a href="" /> empty. I didn't want to make more pages till I was sure the layout would work in higher resolutions. I haven't given it a font so it defaults to your browser's selection. What font should I...
  14. R

    can you review my site?

    scared the crap out of me lol. I didn't realize that avast protected me while surfing the net. :) reer reer caution a virus has been detected. Should of read the review before I clicked the link but at least I think it was blocked. :)
  15. R

    Site overhauled

    I've been working on a new modern design for my clan site. Trying to keep it simple but nice looking as well. I've only finished the home page since I had to create a base for what the rest of the pages will look like. All graphics except for the link icon were created in GIMP. Anyways tell me...
  16. R

    Not script but still need help.

    I finally figured it out took a good while. :P
  17. R

    Not script but still need help.

    I'm working on updating my site. http://risendead.x10hosting.com/risendead/test/test.html The main part of the body is like this <div main body here> <div float left latest new and links> <div float right text etc.> in order to keep the text from overlapping the whole body I had to add...
  18. R

    PHP - Hi User script?

    What you said makes since. One (=) gives a variable a value. Two (==) just compares to see if the variables are the same. Thanks for the help guys. Looks like I'll have a better understanding now. Still have a lot to learn though, since what you can create with web design is near infinite. :)
  19. R

    PHP - Hi User script?

    Wouldn't it be easier to just go ahead and change the form instead of switching one variable for another later or would this cause problems down the road? I'm unsure of the newer PHP version but from what I learned so far this: $_SESSION['userName'] = $_POST['userName']; Means it gets (=)...
  20. R

    PHP - Hi User script?

    Thanks for the quick reply. Yeah if the book is outdated I definitely don't want to spend time learning things the wrong way. At least I had only made it to the second chapter before wasting to much time. :) Know of any good sites to learn from?
Top