Jump to content
MakeWebGames

Dave

Administrators
  • Posts

    3,368
  • Joined

  • Last visited

  • Days Won

    126

Everything posted by Dave

  1. Dave

    I'm back

    Ah sorry! Understood it wrong. Haven't drafted out the final punishment plan for members as of yet. Something along the lines of incremental bans leading up to a permanent ban with option to appeal through a designated email.
  2. Dave

    I'm back

    He has the option to get in contact with us via the McCodes support page. If he can convince us to give him another chance we will. How he does this is entirely up to him. He's had numerous chances to prove himself whilst being a member of the board and has failed on every occasion.
  3. Dave

    I'm back

    Leave them banned until they can prove themselves as mature!
  4. Dave

    who to trust

    Here is the outdated list of Danny's trusted members: http://makewebgames.io/showthread.php/39952-My-list-of-trusted-coders?highlight=Trusted+members
  5. Dave

    I'm back

    Shame really, he seems to have some intellectual capabilities but wastes them in being unfriendly to the community.
  6. Done good sir!
  7. Dave

    I'm back

    This is a community and he is part of the community. Due to this, you're no longer. Permanent ban given.
  8. Feel free to add my name in here. I can confirm this is all true.
  9. Dave

    Bit of a problem...

    I helped him out and managed to fix it! His $data was turning a random string when it was empty which caused the Smarty checks to fail. Simply added in the following check (kinda a quick hack): $data = (is_array($data) ? $data : array()); Now all is well :)
  10. Dave

    New to Make Web Games

    I love your attitude! I ale believe in getting things done with excellence over just getting them done. Feel free to shout if you need any help with anything.
  11. Dave

    Bit of a problem...

    Don't imagine many people will have much knowledge of Smarty, myself included! Let's see if we can crack this over Skype.
  12. Dave

    New to Make Web Games

    Hey there, welcome to the community! Sounds like you've gotten the ball rolling with web development already. I find OOP to be very beneficial once you understand it at length. MVC can be a great way of conducting OOP. If you like learning for videos you should check out this: http://www.killerphp.com/tutorials/object-oriented-php/ Following this following tutorial would also be rather beneficial: http://anantgarg.com/2009/03/13/write-your-own-php-mvc-framework-part-1/ I believe some of the more obscure engines on this board have used a number of the techniques you've listed. McCodes and NWE are procedural, but NWE was written by a somewhat genius so could be good to check over the source code anyway. I think EzRPG was OO, but I'm not sure. Seems to of gone very cold! http://makewebgames.io/forumdisplay.php/328-ezRPG If you wanted to go for something which isn't strictly a game engine/framework there are loads of great recent releases, check some of these out: http://laravel.com http://www.slimframework.com http://symfony.com CodeIgniter can be good for learning as I quite like the documentation but I'm not sold on it's structure, I found it "messy" to work with: http://ellislab.com/codeigniter
  13. Awesome, looks good. Could do with a few more tweaks to use the space a little better but it's looking good
  14. Sneaky referral link eh! DigitalOcean is an awesome service but let's try not to thread hijack to much.
  15. You're wrong here! I'm waiting for someone to do a press release about this..... [MENTION=50433]ColdBlooded[/MENTION]
  16. Don't know how much I trust this, are you using them currently? Could be helpful for some people who can't afford a server to play with
  17. Very nice clean implementation. Good to see decent use of commenting. Maybe you should detect if the browser window is in focus? Or you'll potentially be making requests whilst the player isn't even looking at the site.
  18. Dave

    Buying Game

    Great buying thread! Good luck with your purchase. You'd definitely attract some more interest if you posted a budget.
  19. Topic locked.
  20. Milk will be using MVC!
  21. I'm still a Wordpress fan but I haven't played with Ghost yet.
  22. Some would say I don't have a life outside of these forums... that's a lie haha. I always enjoy a good free release, I may have to play around with it at some point. Bug testing is crucial in any development I find, if it doesn't work don't release it till it's fixed! Yeah, free hosting sucks! You need some power behind it to truly experience your scripts abilities.
  23. Awesome release, looks like a nice simple engine from the tiny play around I had. Good on you for releasing it for free as well.
  24. Dave

    New gTLDs

    I'd suggest namecheap over GoDaddy any day!
×
×
  • Create New...