Jump to content

doddsey_65

Members
  • Posts

    902
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by doddsey_65

  1. to be honest, im not a fan of the bold colors. Not many people like seeing scrolling text. Never-the-less you could have used a <marquee> tag to make things simpler.

     

    Some of the images look like they have been resized using css, which is why they appear blurry (the credit card image in particular).

     

    You have no rules for the body tag, yet you have created a div called bodyClass and added rules to that. Adding the rules to the <body> tag will remove the need for that extra div.

  2. Heres my two cents:

     

    The colors are too bold, instead of #FF0000 try something like #dd0000

     

    the textshadow on the BLOG heading makes it hard to read

     

    black isnt a friendly color for the background

     

    No character encoding and no DOCTYPE.

     

    Theres not really much else to comment on atm.

     

    W3 has a few ideas though http://validator.w3.org/check?uri=http%3A%2F%2Finfocommcrew.net%2Fbeta%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.2

     

     

  3. well it's been a while since I touched ASF due to work commitments but Ive started to do so today. I've done a mock redesign of the site to try and get a more appealing look whilst maintaining the professional aspect. Im also rewriting some code( mainly JS ) to try and make things work better.

     

    Heres a little preview of the new design. Would love to hear what you think of it and what it's like in comparison to old ASF.

     

     

     

    [attachment deleted by admin]

  4. I have an array like so

     

    Array (14)
    (
    |    ['0'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    |    ['1'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    |    ['2'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    |    ['3'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    |    ['4'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    |    ['5'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    |    ['6'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    |    ['7'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    |    ['8'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    |    ['9'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    |    ['10'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    |    ['11'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    |    ['12'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    |    ['13'] => Array (5)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(1) 0
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    )
    )
    

     

    what i want to do is add the details to a new multi dimensional array but only add one each like so

     

    array(

        ['units'] = array(

              ['name'] => 'Pikemen',

              ['lost']    => 14

        )

    )

    basically where the HP is 0 in the first array i need to add them to the second if the name is unique. I have tried array unique but it didnt seem to work. Any ideas? All i get it a loop of each Pikemen

     

  5. This is the array

     

    Array (2)
    (
    |    ['0'] => Array (6)
    |    (
    |    |    ['name'] = String(7) "Pikemen"
    |    |    ['hp'] = Integer(3) 100
    |    |    ['atk'] = Integer(1) 5
    |    |    ['def'] = Integer(1) 5
    |    |    ['rng'] = Integer(2) 15
    |    |    ['amt'] = Integer(2) 30
    |    )
    |    ['1'] => Array (6)
    |    (
    |    |    ['name'] = String( "Champion"
    |    |    ['hp'] = Integer(3) 150
    |    |    ['atk'] = Integer(1) 8
    |    |    ['def'] = Integer(1) 6
    |    |    ['rng'] = Integer(1) 5
    |    |    ['amt'] = Integer(2) 10
    |    )
    )
    

     

    I have an attack value ( say 300 ). I want to take this value and minus the first key amount $array[0]['amt']. If that value then comes to 0 I then want to skip to the next array key and do the same $array[1]['amt'] until the attack value runs out or every array keys amount is equal to 0.

     

    Any ideas?

     

  6. Login values ( username and password ) are never passed through the URL, and I'd be very suprised if they were. Like said above its probably due to the fact that firefox has thelogin cookies so it logs you in, but IE doesn't.

  7. Ive fixed the quoting error, but I'm at a loss with the quote problem, where you type several lines, then highlight them and press a bbcode button. I'll see if I can get it sorted, but at the minute it's at the bottom of the list of priorities.

  8. You get an error when replying to threads.

    The topic you are looking for does't exist

     

    The quote BBCode messes up when there's multiple lines. Example: http://asimpleforum.co.uk/t/Testing+Quotes%7C56.

     

    The code BBCode dosen't work.

     

    Quick replies adds this to the input box:

    {"content":"Attachment Test\n\nAttachment Test\n\nAttachment Test\n\nAttachment Test"}

     

    What do you mean by

     

    Quick replies adds this to the input box:

    {"content":"Attachment Test\n\nAttachment Test\n\nAttachment Test\n\nAttachment Test"}

     

    Ive added some test quick replies and they have worked fine.

     

    The code tag is still in development.

     

    What do you mean regarding the quote bbcode? I have added new lines between content within the quote tags and it displays as it should.

  9. To be honest if you have been doing this for 6+ years, as you said, I would expect more. You haven't included a valid Doctype, you have failed to provide the character encoding. None of your img tags have alt attributes, which are required and the div with class "inner10" could use some padding on the bottom.

     

    Im not a fan on how you've used the colors either but that's just personal preference.

     

×
×
  • 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.