Posts by Renan Hoffmann • 123 points
9 posts
-
0
votes1
answer322
viewsA: Javascript not only works on older iOS
Debugging with the "Alerts" that @Anderson Carlos Woss suggested, it took a while, but I was able to find the problem... it was the Arrow Functions of javascript, it seems that this does not work in…
-
-4
votes1
answer322
viewsQ: Javascript not only works on older iOS
Hello, this site: https://www.enmoda.com.br/fale-conosco/, is working normally in all browsers that I have been able to test, including in a newer iOS iPhone emulator, but in older iOS (on an iPhone…
-
0
votes1
answer58
viewsQ: Automatic Facebook posts lost images
Hello. I use the Twitter API to automatically post vacancies from my site there, see: https://twitter.com/carreirafashion Vacancies are straight, with the title of the vacancy, description and an…
-
2
votes1
answer453
viewsQ: Send parameters via GET to a friendly URL
I have a page that the URL friendly is more or less like this: http://www.dominio.com.br/pt/produtos/ And the real URL is like this: http://www.dominio.com.br/site/produtos/index.php?idioma=pt I’m…
-
2
votes1
answer98
viewsA: Limit IP address
I don’t think limiting by Ips is a good idea. Perhaps the best solution is to make clear in the layout the delivery only in the city and use some type of ZIP filter. If the delivery zip code is…
-
0
votes1
answer63
viewsQ: What is the best way to do a live stream that works on all browsers?
I have done in the past systems in RTMP with Wowza to make live broadcasts, but I used a flash player. Now I need to stream again, but I don’t want to use flash, I want to use the HTML5 video tag…
-
1
votes1
answer329
viewsQ: How to check connection bandwidth of a server
Hello, I recently hired a Windows VPS server hosted in Germany. The contracted plan has unlimited traffic and 1Gbit/s connection. I want to use this server for streaming videos, so the connection…
-
0
votes0
answers113
viewsQ: PHP stops working unexplained on IIS with Fastcgi
I recently updated a site that was written in classic ASP on the IIS of Windows 2008 Server, I changed the programming of the site to PHP and kept running on IIS via Fastcgi, while the site was in…
-
7
votes1
answer118
viewsQ: How to use the first-Child selector for a specific class
Hello, I have several Ivs and some of them have a 'test' class, I would like the first-Hild selector to highlight only the first DIV that has the 'test' class, but it only works if the 'test' class…