Posts by Paulo Künzel • 154 points
4 posts
-
1
votes1
answer45
viewsQ: Command order in robots.txt
Hello, I found a file robots.txt with the following directives inside the file User-agent: Googlebot Allow: * User-agent: Bingbot Allow: * User-agent: facebot Allow: * User-agent: * Disallow: / My…
-
0
votes3
answers1410
viewsA: How to make input mandatory in just a few cases
What you are asking for seems to be something simple, really only changes if it is XHTML or HTML. If you can send the form I could help you with more details... Anyway the following code would serve…
-
-1
votes2
answers343
viewsA: classname, Setattribute or classList.add
After searching the MDN website, W3chools and running tests on my browser and measurethat, I discovered some interesting things about the 3 methods. As they vary in speed and functionality, I set up…
-
3
votes2
answers343
viewsQ: classname, Setattribute or classList.add
I have a JSON list that creates several objects from a blog and come across the following ways to add classes to the HTML objects that I create after loading the list: classname, setAttribute and…