I'm currently building a HTML5 web app/Phonegap native app and I can't seem to figure out how to sav
I found this orientation test code below looking for JQTouch reference material. This works correctly in the i
Using Angular and Phonegap, I'm trying to load a video that is on a remote server but came across an issu
I am using jQuery Mobile, and I am having trouble understanding differences between classic document ready and
I have been looking into Ember.js, and it looks really great, but one thing that concerns me, and that I can&a
I'm trying to send a Get request by ajax and output json data that is returned by server in html. But, I
I want to integrate Marketo form with my existing website on yii framework. My code works on all the browsers
How to include a Javascript or CSS file in Yii Framework? I want to create a page on my site that has a littl
I'd like to use WebSockets for inter-process communication for my application (Daemon<->WebGUI and
I wrote a code for broadcasting a message to all users: // websocket and http servers var webSocketServer = re
I don't understand why I cannot make the following code work. I want to connect with JavaScript to my ser
I am looking for a simple code to create a WebSocket server. I found phpwebsockets but it is outdated now and
I would like to get the reason websockets closed, so I can show the right message to the user. I have sok.on
var ws = new WebSocket('ws://localhost:8080'); ws.onopen = function () { ws.send(JSON.stringify({
I'm trying to create a websocket server written in node.js To get the server to work I need to get the S
I am playing around with HTML5 WebSockets. I was wondering, how do I close the connection gracefully? Like, wh
I have read many posts on SO and the web regarding the keywords in my question title and learned a lot from th
I keep reading about ping/pong messages in websockets to keep the connection alive, but I'm not sure what
I'm working with socket.io and node.js and until now it seems pretty good, but I don't know how to s
Looks like it's easy to add custom HTTP headers to your websocket client with any HTTP header client whic