Posts by Theus • 21 points
3 posts
-
2
votes2
answers115
viewsA: Create component via Vue.js
The Vue-slider-Component can help you. It looks very versatile and with simple documentation.…
-
0
votes8
answers1132
viewsA: Can you use a variable above when it is declared below?
I don’t know about the SEO but the <title> can be placed outside the <head> that the browser reads it right. Thinking of the side of the <title> empty adding via javascript, is…
-
0
votes8
answers56968
viewsA: PHP echo Special character problem ("ç")
Adding only setlocale(LC_ALL, 'pt_BR.utf8'); instead of setlocale( LC_ALL, 'pt_BR', 'pt_BR.iso-8859-1', 'pt_BR.utf-8', 'portuguese' ); already corrects the problem.…