Posts by Pedro Henrique • 51 points
6 posts
-
0
votes0
answers107
viewsQ: Error when compiling program with Curl library in C++
Hello, I’m a beginner in C++. My mission is to successfully include the Curl library, from static form without DLL (code must be included in . exe). After a lot of research, trial and frustration…
-
1
votes0
answers1823
viewsQ: Standard header and footer for all pages
On the site I’m doing, like most, the page header and footer never change, only the body content. With header and footer I mean the whole part that’s beyond the <body></body>. What I’m…
-
0
votes0
answers116
viewsQ: Text rolling in bootstrap
I’m using a <ul> to display the results on a website. 3 items per line are printed: Site name, link and status. In the browser the resutlado is good: Poblema occurs when using mobile: Because…
-
1
votes1
answer956
viewsA: reCaptcha TOTALLY invisible
I found it. I’ll leave you the answer if there’s anyone else’s question. The div <div class="g-recaptcha" data-sitekey="your_site_key" data-callback="onSubmit" data-size="invisible">…
-
2
votes1
answer956
viewsQ: reCaptcha TOTALLY invisible
I’m making a page that will send a form by Javascript (Jquery), not in the usual way. The purpose of the feat is not to reload the page. I am unable to implement Invisible reCaptcha in this system.…
-
1
votes1
answer65
viewsQ: "Automatic" footer
I’m making a website to index links. There are times when the result occupies less than half the page, and times it takes up a huge scroll. I need a footer that in little content is stuck at the…