Posts by Felipe Faé Schwade • 48 points
4 posts
-
0
votes1
answer118
viewsA: Function returning Nan failing to perform the calculation
Well I managed to find the errors, I redid the code to debug it in the browser, you made a simple mistake in the function: ResultIntermediario = function() { var ResultIntermediario = this;…
-
2
votes3
answers428
viewsA: CSS right in the HTML tag
This is relative to the amount of code you will insert, if you have a CSS that takes care of the full page design it is best to leave it whole in a minified file and upload it to your pages. But…
-
-3
votes2
answers74
viewsA: Script to recover client
I think you’re referring to alert("mensagem") Javascript. If this is the one, you can find examples and uses here.…
-
0
votes2
answers48
viewsA: Optimization doubt
Uploading all components and scripts into a file can only greatly impair the performance of your site to the client, since for each request it will have to download all the content of the entire…