CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: menyo

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,242

    Re: Multiplayer interaction

    I have been reading some stuff about comet and long polling. So actually the method i discribe above seems to be long polling. And some people say comet is really good at it.

    Anyone have...
  2. Replies
    3
    Views
    1,242

    Multiplayer interaction

    Hi,

    I was wondering how i can make interactions that other users can pick up? How do i pass information to another user? For example:

    1. Player A clicks on Player B's name in a window and...
  3. Replies
    1
    Views
    4,464

    Re: [mysql] Time que for game.

    I think i found a solution witht the help of another forum. I should not do a query every second but only when needed. For example when the page loads make a timer that activates the update/insert...
  4. Replies
    1
    Views
    4,464

    [mysql] Time que for game.

    Hi,

    I was wondering how to approach a building que of a weapon, building or something similar. What i want is to have the option for the player to craft items and later on buildings. The crafting...
  5. Replies
    2
    Views
    823

    Am i going crazy array?

    I'm probably gonna feel real stupid posting this but i just can't see whats wrong with it. The array seems to work because print_r ($beltgen); spits out data each row fetched. But i can't seem to get...
  6. Replies
    1
    Views
    6,427

    Questions about my first AJAX script.

    hey guys!

    I finally have a working ajax script, it's from a tutorial and i have altered it to my liking.I have some questions regarding it. Here's the code.



    <script type="text/javascript"> ...
  7. Replies
    5
    Views
    7,846

    Re: [MySql] range query

    Shame on me... i should have figured that out myself. Thanks for helping out!

    In planning for today: figuring out how to get this data into my HTML file with javascript/AJAX. Could i for instance...
  8. Replies
    5
    Views
    7,846

    Re: [MySql] range query

    You might be right, but i found out that it actually works the way i did it without the ' marks at the BETWEEN command. Becaus if i do a num_rows on my query it actually returns 9.

    The problem is...
  9. Replies
    5
    Views
    7,846

    [MySql] range query

    Hi,

    I want to make a world map for a game but before i (can) do that i need to learn how to and what the possibilities are. Therefor i am building a test environment. But i'm already kinda stuck...
  10. Replies
    9
    Views
    3,164

    Re: Javascript - Function not working

    I finally fixed my problem.

    I had to correctly reference the element ID like this.



    instead of:


    But about the multi browser functionality for the keystrokes....
  11. Replies
    9
    Views
    3,164

    Re: Javascript - Function not working

    Hey PeejAvery,

    I don't get it, i am able to move the square around the gamebox using my arrow keys in firefox. That means the event capturing is working and the variable squaremanTop is being...
  12. Replies
    9
    Views
    3,164

    Re: Javascript - Function not working

    I just checked it with IE and opera and it does work. But it still does not work with firefox, and i'm using firefox to debug so i really want to know whats making it not work in firefox.

    I am...
  13. Replies
    9
    Views
    3,164

    Re: Javascript - Function not working

    Miraculously it doesn't :D. However i can only check it in firefox, i know i should get opera and safari but i really don't care that much about IE atm.
  14. Replies
    9
    Views
    3,164

    Javascript - Function not working

    Hey all,

    I'm starting to learn javascript, well at least i thought i was learning it :D. I created this script where you can move a square inside a box and thats all working and all. So i thought...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured