Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
10answers
908 views

How to do live updating similar to Google Docs?

I want to do something very similar to Google Doc's live updating - where all users can "immediately" see the actions of the other users in the doc. To achieve this, my ideas so far: Continuous ...
3
votes
4answers
129 views

How to make live changes to SQL server express

I've been developing an asp.net web app using VS studio. I'm using SQL Server Express. During development I have been testing my web app on my server. Every time that I need to update my database I ...
0
votes
3answers
351 views

How to live update browser game attributes like the 4 resouces in Travian game?

I would like to make a web-based game which is Travian-like (or Ikariam-like). The game will be in PHP & MySQL-based. I wonder how can I achieve the live updating of game attributes. For ...