• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by JDS

  1. J

    XHTML-compliant Pok?mon Fansites and whatnot...

    All of the pages I've coded (the PPNDex and the pokeleague contest for example) are XHTML 1.1 compliant. However, just as a note, I don't find all "standards" to be particularly smart or useful. Plus, the setting of "standards" is a bit arbitrary and sometimes silly. The W3C often seems to go...
  2. J

    Win Pokemon Emerald from PPN : Version 2

    Yeah, I can't vouch for the functionality of the scripting on a Mac IE client..IE Mac is notoriously buggy. Best to try Konqueror or Firefox, as they should behave fine. Unfortunately, I didn't have access to a mac to do any debugging on the code.
  3. J

    Topsites Errors...

    CHMOD is about as layman as it gets - it details what type of permissions are on the file in question. 755 (or 666 in this case) will make sure your script has access to the file.
  4. J

    Topsites Errors...

    try chmod'ing your config.php file as 755
  5. J

    Layout Contest

    Here's one of the two I was going to submit (plus skinning system, of course). They're now used on the PPNDex.
  6. J

    PHP/MySQL Help With OOP

    And how are you calling the database class in your script?
  7. J

    PHP/MySQL Help With OOP

    Well, that's just to fix that one function - you have other things in your class missing, such as a valid MySQL connection. Here, I'll post the class I made for PPN's pokedex and let you look over it. /* Class File */ ////////////////////////////////////////////////////// // // Dataase...
  8. J

    PHP/MySQL Help With OOP

    Remember, anytime you use $this, it refers to variables or functions that are created within that class only. So, to start, at the beginning of your script, you'll also want to declare var $insert; var $query; Now, for your function, anytime you're wanting to work with a variable from inside...
  9. J

    Layout Contest

    Heh, unfortunately as I'm on the PPN staff I figured it'd be best not to enter the contest. However, you can see what would've been my entry (design+system) later today on the PPN pokedex.
  10. J

    Pokemon Sky :: Pokedex

    MySQL databases are much quicker and more efficient than large, flat text files. PPN's dex uses a MySQL backend, works quite quickly and efficiently. Plus, since php has built in functions to interface and retrieve data from databases, it's much quicker than going through and creating your own...
  11. J

    Layout Contest

    Hmmm, better keep working on my entry. :P And remember, if you steal images from the Dex, at least give me some credit..haha
  12. J

    Pokemon Chronicles

    Pokemon Sunday is already airing in Japan, and it's only repeats of old Pokemon episodes, not anything new. Also, in regard to what was said earlier, NONE of the AG Hosos contain Ash in them; they all deal with other characters/pokemon.
  13. J

    *Download* Challenger/Smile Songs

    Smile is quite nice. Looks like a hundred or so people have downloaded it so far, not bad.
  14. J

    *Download* Challenger/Smile Songs

    By the way, it's a very nice CD..Smile is my favorite track, but I'm kinda unfair, considering Advance Adventure is my favorite opening.
  15. J

    *Download* Challenger/Smile Songs

    Wow, that's quite a lot of views with no replies. :P
Back
Top