Tagged Questions
2
votes
4answers
1k views
How to achieve Comet using Flash
How can Comet (aka Server Push) be used with Flash programs?
What will be needed at server side for the same?
Does this require any customised servers or will normal IIS or Apache do?
Also is ...
1
vote
1answer
267 views
How to test Rails Juggernaut in Internet Explorer?
I'm having problem with my Rails application. I use juggernaut for server push, which works very nice in Firefox, Opera and Chrome, but it doesn't work at all in IE. It should be compatible with IE6+.
...
0
votes
0answers
145 views
Rails 3 and Juggernaut: Pages working locally but not on local Rails server
I just started working with Juggernaut and Ruby on Rails, and I've run into a problem. I have very little Rails experience so here goes:
I made a page by radically modifying the Juggernaut template, ...