Posts by Sérgio Lopes • 41 points
3 posts
-
2
votes2
answers217
viewsA: Position: Fixed, use or not use? Substitutes
Dude, the 2013 lecture is really out of date. It doesn’t matter to me, but it can shit to lecture hahaha. The scenario was pretty chaotic in 2013. Nothing worked with Fixed in virtually no browser.…
-
1
votes2
answers446
viewsA: Javascript on iOS: Avoid click events by scrolling iPhone/iPad
Implementing touch with touchend is very simplistic, because you will get cases like scroll and any other touch. Best to use some event implementation tap. If you use Zepto, you have on('tap',...).…
-
1
votes2
answers147
viewsQ: Can I disable SPDY in a Google App Engine HTTPS request?
If I access my application by https:// in the GAE, it is automatically served by SPDY for compatible browsers. That’s good. But I wanted to know if I can disable this behavior and use HTTPS with 1.1…
google-app-engineasked Sérgio Lopes 41