Posts by Jeff.Dev • 135 points
4 posts
-
0
votes1
answer25
viewsA: enable Eventlistener from an html checkbox does not work
When changing the functionality dark-mode for light-mode did not work due to Cascade and inheritance in defining the css. In the tutorial that you found, the statement order this way: .light-theme {…
-
1
votes4
answers2034
viewsA: Does React affect SEO?
Although Google informs that it can already track sites Single Page Application (SPA), we have no reports if the indexing speed in the SERP is the same when we deliver the HTML with the content…
-
-4
votes2
answers139
viewsA: Remove special characters while maintaining accents
I created an example, that I would like? $titulos = [ 'Notícia ÷ 2×2 äëïöü', 'Notícia Com Ácêntös', 'Símbolo cachaça & foguete.com' ]; foreach($titulos as $titulo) { $novo_titulo =…
-
0
votes2
answers508
viewsQ: Loading script.js (external) using Domcontentloaded?
I’ll introduce my test code summarized for better understanding. index php. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible"…