Search results

  1. Anna

    Vista Cpanel?

    yes, I've used it as well, rather recently actually (I needed a site in swedish and since that isn't allowed without translation using x10 was in that case not an option, it is hard to translate a forum) During the time I used it they upgraded the vista panel, it actually looks better in the...
  2. Anna

    Vista Cpanel?

    if you are refering to what I think you are, it would be a bad choice to switch, the vista panel I think you refer to has nothing to do with microsoft. The cpanel we have is by far the better choice of the two.
  3. Anna

    asl pls? ^_^

    32 female sweden
  4. Anna

    whats wrong?

    it's in the echo, you need to concatenate (ie add the variable to the string) the string with the variable. echo $num_rows . " Rows\n"; that should work for info on various ways to use echo: http://se2.php.net/echo
  5. Anna

    What do you think?

    I found the text to be a bit hard to read, background is on some spots too dark compared to text color.
  6. Anna

    What t do you like?

    none... I don't like any kind :)
  7. Anna

    if statement question

    I'd say it's probably like the first, but with a slight difference: if ($money == 5 AND $lvl == 3) possibly if (($money == 5) AND ($lvl == 3))
  8. Anna

    Div style troubles!

    could be IE and FF handles margins diffrently, however it is hard to say that is the case without actually seeing the difference
  9. Anna

    Updates on the Updates

    they get suspended for violating tos, or if the account owner fails to login to forums once every two weeks (that requirement is in tos I think though so it's still a violation of tos) deleted if they have illegal content, such as copyrighted material also deleted if the account has been...
  10. Anna

    Relative paths or fixed paths?

    I'd say relative as well, for the flexibility. Nothing breaks if I change addy btw, for the wordpress stuff, it's easy to change, as it is actually stored in database as a variable (you set it in admin area stupid enough, blog url and homepage url). However you can edit it through phpmyadmin...
  11. Anna

    Subscribe for Points

    subscribed, with email: anna[at]annas-playground[dot]info
  12. Anna

    Helllo everybody!

    :) hello, I hope you'll enjoy being with x10 as I do
  13. Anna

    [GAME PROGRAMMING]Truppentool

    yes, I suppose it should be possible, just don't ask me how :D
  14. Anna

    [GAME PROGRAMMING]Truppentool

    actually, truppentool (if it is the one I think it is) is a help script written to aid players/alliances of the browser game Travian, truppentool in it self does not have an attack option, it just calculates how long it would take you to travel to a certain coordinate of the game based on what...
  15. Anna

    Yes, its me who is in fact all over the news..

    :) cool idea, hope you reach the "goal"
  16. Anna

    Website creation

    In the simplest form I always use manual, using notepad++, BUT when it comes to things like a forum, a blog or something that would require a bit more scripted pages then plain html, I always look for a good, free one that I can use. (I simply dunno how to code those things)
  17. Anna

    External CSS

    yes, they are picky indeed np, glad I could help
  18. Anna

    External CSS

    found the error... there's a spelling misstake... in body tag it says: backgroud-color: should ofcourse be: background-color:
  19. Anna

    External CSS

    I was kind of hoping for a link to the updated version yes :)
  20. Anna

    External CSS

    the weird thing is it should work... maybe you have the "wrong" cached in our browser? could you provide a link so I can test?
Top