Posts by Samuel Sampaio • 63 points
4 posts
-
-1
votes3
answers63
viewsQ: Simple doubt about production of a site
Guys, I’m developing a website for my first time with HTML + CSS + JAVASCRIPT technologies. I’m facing a lot of challenges, and looking to solve them in the best way possible. I’m creating this…
-
0
votes1
answer242
viewsA: dll error in apache
You modified httpd.conf, if not, check to see if it’s all right! Check that the working pota is not being used by another process. [28-May-2019 17:35 :07 UTC] Apache variable "${INSTALL_DIR}" is not…
-
2
votes3
answers500
viewsA: What’s $(this.hash) in jQuery for?
It reads the attribute passed by the URL after "#" as reference to the id defined. Something like this: <a href="seuURL#barra"> $(this.hash) will be #bar. When you use $(this.hash).show(), is…
-
3
votes1
answer389
viewsQ: Geometric shape with css
I have researched on the subject, but I don’t know much about css and I’m having doubts about how to make this way. One of the ways I found it was this way HTML and CSS .coracao { position:…