Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by danse

  1. danse

    Need some help with Jquery

    Not to mention jQuery is client-side while PHP is server-side.
  2. danse

    I might flee...

    Well I'm not going to write how bad it's here, because every country has it's issues, but basically I was working in the US few years ago and it was probably the the best job/worktime I've had in my entire life so far and I was there only as an intern, which means I was paid the lowest salary...
  3. danse

    I might flee...

    I might flee Poland for US, or let me rephrase that, I might flee Poland for any country that's west from Poland ( besides African continent ) or far east from Poland.
  4. danse

    [PYTHON 3.3] Need a bit help.

    I think you may have to import Math library into your script, but not sure it's been a while I've used Python and it's not my main language to be honest.
  5. danse

    [PYTHON 3.3] Need a bit help.

    Whole thread about it, find the way that suits you most. You must be registered for see element.
  6. danse

    Advice on how to handle touchscreen input - left/right swiping.

    Hym, I'm not sure if you can do that without any javascript behind it. That's actually a cool stuff to think about it. I would say go with two things: 1. Get javascript carousel/slider of your choice and let one "slide" be amount of dials that fit on one screen, so by that I mean paginate them...
  7. danse

    [PHP] Caching my localization

    I know few frameworks that sucessfully utilize method ( cakePHP would be one of'em ) you just described, sometimes simple is best, I would say that's that case. Extensive caching class should be rather reffered to how to manage that cache, not a method to create it - so it should be more like...
  8. danse

    [PYTHON 3.3] Need a bit help.

    Since it does look like your homework and rules say that we aren't here to do your homework, I will just give you a tip: modulo
  9. danse

    [HTML/PHP] Preserving tabs/indentation when echoing multiple lines

    ... will cause most browsers to get fucked-up, which is weird because technically it's still proper XHTML / XML. I've recently encoutered that problem. Removing all whitespaces just before output to browser with ob function, causes browser to fail on proper loading the website, sympoms are: it...
  10. danse

    C++ Project Ideas..

    Someone in the topic said, try working with objects. One of ways to learn it is writing wrappers for existing functionality or external functionality ie. with API's. Example. you may write a Facebook API wrapper in C++ - which i'm sure there is already done but, still it might be good way to...
  11. danse

    [HTML/PHP] Preserving tabs/indentation when echoing multiple lines

    Well if you are using \n to break your code you may as well use \t for tab indentation.
  12. danse

    [.NET News] End of XNA

    To be honest I was never fan of XNA, watching it from perspective it XNA was like G+ of gaming engine/toolset/framework.
  13. danse

    Windows Vista overall the best??

    I got the drivers from manufacturer, yet same hardware configuration on Win 7 or XP was running stable a hell, on Win 8 same configuration happens to crash or freeze sometimes. Also in my post blaming the drivers is an assumption.
  14. danse

    Windows Vista overall the best??

    I'm testing Windows 8 I would not recommend it for gaming at least not as it's now, I've the feeling that some drivers are kinda sticky/patchy just to work, not to work as they should. Some games crash on it for no apparent reason, sometimes pc freezes for no apparent reason as well ( I'm not...
  15. danse

    Javascript/jquery for multiple ID's

    You've forgot about the wrapping it with document ready. $(document).ready(function(){ }) checked it and it works: You must be registered for see element.
Back
Top