Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,138
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Djkanna

  1. Djkanna

    Html 5

    It's a lot more semantic than what is achieved at the moment in XHTML; <header> : <div id="header"> <nav> : <div id="nav"> <section> : <div id="section content"> And so on.. Then offcourse there is the new features I'm a big fan of the geolocation/google maps one :P The same questions could be said for CSS3 yet people are *now* beginning to use it.
  2. LOL did you just look that up or something? No? I keep up too date with stuff, Alot of people are still using it, So I'm telling them not too as sooner or later they'll remove it totally :) When will that be then? HTML 4 Not Deprecated XHTML 1.0 Deprecated. XHTML 2.0 (cancelled) HTML 5 Not Deprecated. So when? HTML 6 in about another Ten years? Keep up too date with W3C not XHTML 1.0 bud :) PaddyTM sweet work well done.
  3. I think it's called multi threaded quotes but I'm not sure
  4. Yeah :P Maybe we should create a whole topic on helpfull snippets and sticky it for future reference (just throwing out ideas here :P )
  5. I'm sure others will be using it just not acknowledging the poster (normal XD)
  6. Haha true
  7. Same I just randomly annoy him though so all is good :P
  8. Yeah it's really the simple things that count I'll be using this for sure thanks again :)
  9. /me looks at phone "Where's the triple button" :O
  10. Nice one AlabamaHit strangely enough I've not thought about doing this (perhaps when you hit the homepage username is focussed.. Good find :thumbsup: )
  11. MCC beats it in pretty much everything so yeah..
  12. No need to apologise lol :P
  13. [warnbox]Renkia - 3rd warning from me (if I see one more thing I'll reccommend to the higher staff to either ban you or warn you - I'm not liking the latter[/warnbox]
  14. [warnbox]Renkia: Second warning -.-[/warnbox] Sorry CrimGame (It was a multiple delete so same reason for all - didn't intend on calling you an idiot :) )
  15. To be honest I don't see why GRPG is becoming so popular recently it's a pile of ......... Yeah. Try make your own or go for one of the better ones listed here. Just my thoughts ;)
  16. Keep it as a MCCodes project.....
  17. [mysql]ALTER TABLE `userstablename` ADD `position` ENUM ('Administrator', 'Assistant', 'Member', 'Bot') NOT NULL DEFAULT 'Member'[/mysql] try { if($user->position !== 'Administrator') { throw new errorMessage('Error: Access Denied'); } } catch (errorMessage $em) { echo '<span class="error">'.$em->_message().'</span>'; } Something to that effect I use.
  18. <3 Good plan :rolleyes:
  19. Looks very nice GillBate. Good luck with your game ;)
  20. These are all Free 3d models websites but may come of use. http://artist-3d.com/ http://archive3d.net/ http://www.3dxtras.com/ http://www.3dmodelfree.com/ 60 Excellent Free 3d Model Websites: http://www.hongkiat.com/blog/60-excellent-free-3d-model-websites/
  21. Maybe Yes: It's a good idea and could come in handy! (I get lazy :P) No: Well *below* pretty much sums it up.
  22. Oh no don't get me wrong I'd use a function for it but both yours and Dannys(especially) seem to be over the top :P Plus I would only use it twice maybe three times in the whole script so not so bad :)
  23. Am I the only one that keeps it simple? hash('sha512', $email.$password.$salt); Welcome LordDan hope you enjoy yourself here ;)
  24. Again nice one Sniko
  25. Ofcourse they do! It's not just Britain either.
×
×
  • Create New...