Jump to content

PrateekSaxena

Members
  • Posts

    584
  • Joined

  • Last visited

Posts posted by PrateekSaxena

  1. No, I know the query, I mean would it be efficient to do so, or the SQL server take days to turn out the results of the queries if it has millions of messages?

  2. Hi,:)Let us say that there is a website where anyone can just enter there name and a message and that message will be displayed on the front page. Also if someone clicks on the name we can see the posts by that guy. There will be millions of people posting messages.So what should I do? Should I make on table for the person and message query it if I have to show a sinlge person's post, or should I have a separate table for everyone? Or something else? Please give your suggestions... :)

  3. Like I said, you can use float: left; on the h1 classes:
    <head><style type="text/css>h1.cs { color: black; float: left; }h1.fps { color: blue; float: left; }</style></head><body><h1 class="cs">Text</h1><h1 class="fps">Text2</h1></body>

    Thanks andersmoen! Quite obviously I wasn't going to use FONT as I need to write XHTML 1.0 Strict. Your code worked perfectly except one thing that in the style tag you forgot to close the quotes and so did everyone else who replied to this post :)Thanks again
  4. Hi,How do I find out the height and width of the browser? I mean not the resolution of the user but the currently available height and width of the browser, which you also exclude the tool bars and stuff that has been installed on the browser! I just want to know the height and width of the amount of space that is available of a web page using JS....how do I do this?

  5. Hi,I have a heading like "Counter Strike : First Person Shooter". Now I want the "Counter Strike" word to be in black in the "First Person Shooter" part to be in blue. How do I do this? Is there some Pseudo class or something do this??

×
×
  • Create New...