Re: How to make Socket.IO work behind nginx (mostly)
Yep, I've seen that fix too. Unfortunately, it doesn't work for vhosts. So cloud hosting services like dotcloud can't use that.
View ArticleRe: How to make Socket.IO work behind nginx (mostly)
Umm .. it should work for vhosts if they have a dedicate IP. The problem was the clash of ports if both the tcp {} and http {} blocks were declared for all IPs.
View ArticleRe: How to make Socket.IO work behind nginx (mostly)
Most of the "auto-scaling" cloud host type services can't give unique IPs though. Typically they are just a thin layer on top of AWS.
View ArticleRe: The Infinite Genies Paradox
The disney's genie is a little different from some of the other genies. Unlike the genie from aladdin, most genies seem to be tricky. From what I remember when you wish a genie free, in exchange of...
View ArticleRe: How to make Socket.IO work behind nginx (mostly)
Can anyone please tell me exactly the file name I should update it, I don't know where to override this function?
View ArticleRe: How to make Socket.IO work behind nginx (mostly)
It goes wherever your Socket.IO code is defined. I like to put it right after io.attach().
View ArticleRe: You are not lean, stop pretending.
Heck of a post...I agree 100%. I've seen large branded companies with 100s of developers and designers with horrible products. It doesn't matter how much money or resources you have. If you don't...
View ArticleRe: A simple explanation of “new” in Javascript.
See this: http://stackoverflow.com/quest...
View ArticleRe: You are not lean, stop pretending.
It's the curse of over-funded startups. Their impatience leads them to throw manpower at every "problem" they encounter, even if it's just a minor delay. They don't seem to get that, just like the...
View ArticleRe: jquery.flash v1.3.1 – Squashing IE-related bugs.
Seemed to be having problems with transparent wmode in Chrome. I added "type" attribute with value set to "application/x-shockwave-flash" to non-ie output and all worked fine.
View ArticleRe: How to make Socket.IO work behind nginx (mostly)
Thanks, this fix saved my weekend (and possibly much more)
View ArticleRe: How to make Socket.IO work behind nginx (mostly)
Your very welcome. :)I wish it had been there to save mine back when I made the fix. Lots of pulling out of hair occurred.
View ArticleRe: jquery.flash – Who needs swfobject when you have this?
if flash player is not installed in the pc then jquery slider run if flashplayer is installed then flash file run can somebody tell me this one solution i need this guidelines
View ArticleRe: jquery.flash v1.3.1 – Squashing IE-related bugs.
@Justin, great find right there. If anyone is having layering issues with jquery.flash in Chrome, this is the solution. As Justin points out, add "type" to "availparams" and set the "type" in your...
View ArticleRe: How to make Socket.IO work behind nginx (mostly)
thank you! you just saved me heaps of time :)
View ArticleRe: How to make Socket.IO work behind nginx (mostly)
How would you test for socket.io/websocket issues if it works for you but other users from other parts of the country says it doesn't work even when they use the exact same OS and browser? I heard...
View ArticleRe: How to make Socket.IO work behind nginx (mostly)
Socket.IO tries to piggyback port 80, since most other ports are blocked in corporate networks. That having been said; the port serving the xml access control file for the flash port is often blocked,...
View ArticleRe: jquery.flash – Who needs swfobject when you have this?
Hi, I'd like to use the script to detect flash support and the flash version installed. How would you use hasflash and flashversion?Thanks!
View ArticleRe: jquery.flash – Who needs swfobject when you have this?
Those aren't exposed anymore, but feel free to pull them out. It's basically just the stuff in the flash() function before the jquery().each() call. The 'has' variable is the new hasflash and the 'cv'...
View ArticleRe: How To: Install Current FFmpeg and FFmpeg-PHP in CentOS/RHEL with x264,...
You can install modern ffmpeg using "yum install" with atrpms.
View ArticleRe: The Infinite Genies Paradox
U simply ask for a genie who grants intimate amounts of wishes the free the old one
View ArticleRe: High-flexibility game engine architecture
Interesting. I see you're working on a similar SFML-esque/Angel interactivity to what I am.
View ArticleRe: The Infinite Genies Paradox
Why not just ask for magic journal that, when written in, will make whatever is written reality.Or just wish that you could wish for more wishes. The second one is not asking for more wishes, but it is...
View Article