Jump to content

vchris

Members
  • Posts

    1,529
  • Joined

  • Last visited

Everything posted by vchris

  1. I couldn't even access it yesterday and this morning. You guys had trouble with the DB? Is this another update?
  2. I tested with <div> inside the form element and it validates.
  3. What??? Your form validates!
  4. I was just testing some things about your code. I put this code in the HTML validator and it validated no problem. So I'm guessing it's not the form but something before it. Wanna paste your complete page code? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Untitled Document</title></head><body><div> <form action="http://www.google.com/search" method="get" onsubmit="search(this)"> <input name="q" type="hidden"> <input id="searchField" name="qfront" type="text"> <input type="submit" value="Search"> </form></div></body></html>
  5. vchris

    hr issue

    I vote for Mr_CHISOL!That's the best way to do it. Save bandwidth and valid. You don't need to set a width, divs are block which means automatically 100% wide. You could always add margins. margin: 10px 0px 10px 0px;
  6. vchris

    search boxes

    Either use google to search your site or create a search box that will search your database.
  7. vchris

    Domain Name

    Something I don't understand is why does the border-bottom: 1px dotted #ffffff; of the "information" h2 not appear in IE6???
  8. vchris

    web counter

    Google "Free Counter" you should find something.
  9. Shouldn't your submit button have a name?
  10. vchris

    Domain Name

    I did change the image but I thought it looked better in a rectangular shape with this new layout. I might create some sort of effect on hover. How do you like the new layout? Well it's more like the new colours.
  11. vchris

    Domain Name

    I've been working on something. Let me know what you think. I will add another button in the top nav.http://vchris.net/home/indextest_e.php
  12. vchris

    Domain Name

    I did find the answer. Thanks anyway. I may have to redesign the site since it seems like on some monitors it is very hard to see (too dark) and also I need a button for About Me...
  13. vchris

    Domain Name

    I was thinking about this and I'm gonna need another button. An "about me" button where I can offer my resume, talk about myself... The problem is I don't have much space for another button...
  14. vchris

    Domain Name

    I figured it out. I was talking to my buddy and it seems like my site is really really dark on certain monitors. I'm not sure what to do with the colours now... I could make everything lighter but that's not exactly what I want. It looks perfect on my monitor. You guys got some suggestions (new lighter design, change colours a bit, ...) ?
  15. vchris

    Domain Name

    How did you guys use php to create absolute paths?EDIT: Is there a way to get a certain string in a string. If you have a string like this /www/var/home is there a way to only get the string after the last / ? In this case it would be home, in other cases it could be something else.
  16. On the top right hand side of your header, there is a green mark that I don't think should be there.
  17. Nice site aspnetguy!I like the colours you chose. I love your banner. I like the more functionality. I also think the site is thin but I think this can be fixed by having a navigation that is maybe a bit more complex than white text on black background. I also think you could use something in the body background. Maybe some kind of pattern, it's probably going to be difficult with your header and footer to have that kind of background. Other than that probably just fix the css warnings, those are easy to fix.I think that covers it. Nice work!
  18. I'll probably have time later on to review it.
  19. That may have something to do with it
  20. vchris

    Domain Name

    Yeah I know what the problem is. It was that flash animation, well more the code to insert it. View the "Top" topic in the CSS category.EDIT: Anyway that 2px spacing is fixed not. Let me know if you guys see anything else wrong.EDIT2: Actually <embed src="/flash/header.swf" width="470" height="140"></embed> does not validate. embed does not have src, width or height...
  21. vchris

    Domain Name

    I don't think that's cpanel. They don't mention the name of the app anywhere...
  22. That's what I was gonna say but you beat me to it :)j/k lol I don't know what you're talking about.
  23. vchris

    Domain Name

    no it doesn't contain an index.html with the message I am seeing. Yes linux server. I don't think there was a home folder already since it says that I am the owner of the home folder which is basically a shortcut to my website.
×
×
  • Create New...