browser-based

Online PHP/HTML/JS/CSS editor

Hi to all, is there any free php code that, once installed, allows you to browse and edit files (with html, javascript, php and css highlight) on the server where it's installed? The aim is to code online, browser based. I've tried http://phpanywhere.net/ that can make this possible, but it is buggy and moreover it requires an external ...

Real time location tracking - windows program or browser based?

I want to track a few hundred, maybe a few thousand people in real time. Let's say that the hardware aspects are sorted out and I can get the data into a database. Now, I want to get it out and show it, in real-time. Weeeell ... "real-enough" time. Let's say that I want to draw a floorplan of a building and plot everyone every 1 to 5 ...

Web apps which book for the common stuff? (security, scaliability,etc not basics like PHP/MySql)

I guess that the title says it all. I know PHP and am just beginning with MySql (but plan to use ODBC). I don't need any books explaining that. I am probably qualified to develop a simple web site, but aim at taking on quite ambitious apps. I imagine that almost all web apps have some commonality like security, scalability, etc (I have...

How would I implement COMET for my (Flash) browser-based game?

Hi eveyrone, I am currently trying to write a browser-based game that allows multiple users to navigate in a 2D map. It's RPG based and requires COMET as a technique for two users appearing and interacting on one screen, should they happen to appear in the same frame. Also, in the game, I am embedding the maps within the SWF file, but ...

What are the various code-with-instant-preview (and auto-save) services out there?

What are the various code-with-instant-preview (and auto-save) services out there? http://jsbin.com/ http://jsfiddle.net/ ...

How to get USB devices List from Browser

What browser-based technology would allow me to query the client's currently connected USB devices - specifically name and device id of these. Of course, I'm ok with the client having to allow and confirm such an activity. I don't care if at low-level, it uses WMI, direct access or some other sort of access layer, all I want is to be a...