Posts by Anderson Nunes • 76 points
4 posts
-
0
votes2
answers3646
viewsA: Error "[Violation] Added non-passive Event Listener to a scroll-blocking 'mousewheel' Event"
This message is about an analysis of Chrome/Chromium about good programming practices regarding page performance. more specifically on scroll lag or code-blocking. In most cases it refers to the…
javascriptanswered Anderson Nunes 76 -
2
votes1
answer77
viewsA: Interpret if link is running from browser or cronjob
Hello! Instead of using the page server engine, use the interpreter’s CLI mode. For example in php you can type in the command line "php-cli /hosts/dominioexemplo.com.br/www/pagename.php" and it…
-
0
votes1
answer271
viewsA: Image upload and update
In the SRC attribute of the IMG TAG, insert a variable that we call "no-cache" identifier. generates a random number that will change with each request. So the cache of both browser and Servlet will…
-
1
votes1
answer821
viewsA: Return php result to javascript
Initially the exclusion page does not need any extra return, but the confirmation of the deletion, or not. So a 1 for "deleted" and 0 for "not deleted" would be enough. Post her code to help you…