Show HN: MapChat – A simple location based chat in 300 lines of code
91–100 of 122 posts
Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#92Do you want to make a snowman? http://imgur.com/YDUgG3U
Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#93Every time I load the page.
Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#94Would be great if you could put all resources behind https, otherwise browsers do complain: > Mixed Content: The page at ' https://idoco.github.io/map-chat/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ' http://chatmap.cloudapp.net/chat/info?t=1434731663123' . This request has been blocked; the content must be served over HTTPS
Yes, I was thinking about that. The change is very small, but I'm not sure about its implications. Currently the websocket connection is in http, I'm not sure how it will effect the server if I change it to https. Will it create more load on it?
Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#95Earlier quoted context omitted.
Just another data point, but using Safari Version 8.0.6 (10600.6.3), and I didn't see this issue. It worked as one would expect.
If you use safari connected to the internet with a cable safari does not give the lat-long. Only if you use the wireless. Had this issue the other day.
Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#96Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#97Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#98Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#99So, this is how my experience started. http://cl.ly/image/071f1j0B0M3a And then it took me like 5 seconds to figure out how to chat. I first tried to click on people's chat to reply to them and then I finally found the text input at the bottom of the screen. Then nothing would happen when I hit enter. Then I eventually found the blue circle send button and that didn't work. Then I tried Chrome. Worked! So I found som…
I'm having that problem in Firefox.