Jump to content

Azu

Members
  • Posts

    1,047
  • Joined

  • Last visited

    Never

Posts posted by Azu

  1. Thank you, I think I understand it right now.

     

    Is it okay if I use divs, then, and put display:table in the CSS to make it display like a table? If I do it this way then it will be correct and everything will understand it right but it will still look the way I want it?

  2. Okay I have a table like this

     

     

    ID    UserID    Stuff

     

    1        3          Blah

    2        5          Blah

    3        1          Blah

    4        3          Blah

    5        9          Blah

    6        20          Blah

    7        3          Blah

    8        15          Blah

    9        5          Blah

    etc

     

     

    And I want the query to return this

     

    3,3

    5,2

    (the rest),1

     

    But I can't get it to work :s

  3. You're going off topic again.  I'm not gonna sit here and argue the details with you of Windows vs Linux.......or rather Linux vs Windows (whichever order suits you).

     

    You know if you were to be facing a few years in prison and all you had to do to get out of it was to prove to a judge that "a majority of people aren't running Windows"

    I can guarantee that if you told him you know because you heard it on

    Google

    PHPfreaks

    Youtube

    World of Warcraft &

    EVE online

    ...in the unlikely event you'd have to prove such a thing.......you'd be serving some time.

    Whoa talk about off-topic. You just love making completely unrelated and meaningless analogies, don't you? Well whatever. If you want to run all your servers on Windows be my guest. It's your loss ^^
  4. Not really. The majority of servers don't use microsoft products.

    Again, where are your sources?  Who is supplying you with such precious information?

     

    I don't know about you, but ALL the schools I've went to ran a Windows Server.  I'm not to sure about the university and community college I went to.  But I do know that that particular community college runs Novell Netware, which I've only seen run with a Windows Server so far.  Unless this little mountain town suddenly acquired SUSE Linux administrators, those which (if they're smart enough) move far away.

    Okay let's see...

     

    Google

    PHPfreaks

    Youtube

    World of Warcraft

    EVE online(seen up to 30 thousand people logged onto 1 server on it lol)

     

     

    ... and almost all major sites that use Apache, which, according to netcraft (even though the results have been skewed in IIS' favor due to parked domains) STILL shows that the vast majority of the internet is ran by Apache

    overallc.gif

     

    And ya.. there's also the fact that Linux is kind of the undisputed best operating system for running a server on..

     

    If you don't believe me, try it yourself. Try running a server for a few months on the latest version of Windows Vista. Then try running a server on an up to date Linux distro. You will see for yourself that Linux is far superior for running servers.

     

     

     

    GRR LET MY MAKE MY POST >_<

    Warning - while you were typing a new reply has been posted. You may wish to review your post.
    -.-

     

     

    P.S. Google OS/Servers are just tweaked versions of Linux(or Unix?)/Apache.

  5. Whatever you do don't base it on cookies/javascript/clientside stuff unless you don't care if every idiot and their grandma and bypass it.

     

    Just change the insert statement to an insert ignore. Then go into your database and create a new index for the vote table.. including the ID of what is being voted on, and the name of the person voting. Set it to unique.

     

    This should be more or less bullet proof in your situation and very fast/easy to implement. Enjoy ^^

  6. Personally I'd rather use a normal HTML form not a javascript for something like deleting files.. you implement the general works of it in around the same way whichever way you do it though.

     

    Basically have the javascript send a request to a URL and have the file names be in the URI. Or with a normal form have them be in POST/GET.

     

     

    Server side, just take those file names, and use a loop or something with unlink(filename) to delete the file.

  7. I'm guessing for your emphasis on 'that' that this is not the best way to do it? What is the best way? So that it will make it easier for screen readers? And how can I keep it aligned when I use divs?

    Your two examples would be read in the same way by a screen reader. What do you mean, 'keep it aligned'? Aligned to what? I can only assume you mean horizontally aligned as opposed to vertically, which is the default orientation for lists?

    I want to use the divs if they are better but I want to keep my navigation aligned like how it is now.. here is an example..

    http://freethepenguins.com/example

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.