How to modify an Ajax action
CodingForum
by rayj002024
12h ago
Being new to Javascript, I am using Joe Zim's Drag and Drop feature. You can see it here: https://codepen.io/joezimjs/pen/yPWQbd It works fine as is. My problem is it uploads the file immediately when you provide the file. I want to incorporate this into an existing form and have the file uploaded at the same time all of the other form input are submitted. Can this be done? Thanks and appreciate the responses ..read more
Visit website
A LinkedIn Post Inspector Issue
CodingForum
by Sniper Man
12h ago
Who knows why LinkedIn Post Inspector is saying that the stories and videos on my blog have no publication dates, yet I have put the dates ..read more
Visit website
ResolvedRegex for multiple crypto addresses
CodingForum
by hacxx
12h ago
Code: // BITCOIN if (guid.match(/^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$/)) { alert("It's a Bitcoin address"); } // LITECOIN if (guid.match(/^(L|M)[a-km-zA-HJ-NP-Z1-9]{26,33}$/)) { alert("It's a Litecoin address"); } // DOGECOIN if (guid.match(/^(D|9)[a-km-zA-HJ-NP-Z1-9]{26,33}$/)) { alert("It's a Dogecoin address"); } // ERC-20 (Ethereum, Tether, Ripple, BUSD, BNB, MATIC, ANKR, BAL, RLY, UMA, FaucetPay) if (guid.match(/^(0x)?[0-9a-fA-F]{40}$/)) { alert("It's an ERC-20 (Ethereum, Tether, Ripple, BUSD, BNB, MATIC, ANKR, BAL, RLY, UMA, FaucetPay ..read more
Visit website
Regex for multiple crypto addresses
CodingForum
by hacxx
12h ago
..read more
Visit website
ResolvedRegex for multiple crypto addresses
CodingForum
by hacxx
22h ago
Code: // BITCOIN if (guid.match(/^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$/)) { alert("It's a Bitcoin address"); } // LITECOIN if (guid.match(/^(L|M)[a-km-zA-HJ-NP-Z1-9]{26,33}$/)) { alert("It's a Litecoin address"); } // DOGECOIN if (guid.match(/^(D|9)[a-km-zA-HJ-NP-Z1-9]{26,33}$/)) { alert("It's a Dogecoin address"); } // ERC-20 (Ethereum, Tether, Ripple, BUSD, BNB, MATIC, ANKR, BAL, RLY, UMA, FaucetPay) if (guid.match(/^(0x)?[0-9a-fA-F]{40}$/)) { alert("It's an ERC-20 (Ethereum, Tether, Ripple, BUSD, BNB, MATIC, ANKR, BAL, RLY, UMA, FaucetPay ..read more
Visit website
Help Me Solve this Problem with LinkedIn
CodingForum
by Sniper Man
1d ago
Could someone clarify to me why LinkedIn Post Inspector is telling me that my blog stories have no publication date, yet I have put the publication date of the stories on my blog pages? Below is the code for the date: HTML Code: <time itemprop="datePublished" datetime="' . date ('Y-m-d', strtotime ($row['Date'])) . '"><div class="post_comment"> on ' . date ('M j, Y', strtotime ($row['Date'])) . '<br> </div></time> ..read more
Visit website
Help Required
CodingForum
by Sniper Man
1d ago
My blog pages have titles, yet Bing Webmaster Tools is saying "title tag missing" when I inspect my blog URLs. What could be the problem ..read more
Visit website
Help Required Here
CodingForum
by Sniper Man
1d ago
Google Search Console is saying that it could not index or serve on Google my blog's video pages as video results because "Video is not the main content of the page". Anyone with a solution on how I can fix the problem? One of the blog pages listed is https://www.thuitamaina.com/selected_video.php?Index=33 ..read more
Visit website
ResolvedHow Do I Achieve This?
CodingForum
by Sniper Man
1d ago
When I put the CSS code below on a page in my blog, it works. But when I put it in the style.css file, it doesn't work. How do I make the CSS code work while in the style.css file? Code: <style> .blog_images { width:447px; height:auto; }</style> ..read more
Visit website
Inquiry
CodingForum
by Sniper Man
4d ago
If I set the width of my blog's images to 447, will browsers proportionally resize the images so that they don't appear compressed or widened? Or to put it in other words, will browsers also resize the height of the images to match with the changed width ..read more
Visit website

Follow CodingForum on FeedSpot

Continue with Google
Continue with Apple
OR