CodingForum
1,502 FOLLOWERS
Need help with HTML or CSS? Post your questions here, talk about XML and related technologies such as XSL, XHTML, or SVG, areas, and read discussions on web design, hosting, promotion, or other webmaster issues. CodingForum is your go-to source for everything coding.
CodingForum
10h ago
Hi, Since i will be translating my "english" script into several languages(spanish, italian, norwegian, swedish, french, and german) and i am running Char Set of UTF-8 should i be using php mb_strlen() rather than strlen() to count characters in my serverside input text field length validation ..read more
CodingForum
2d ago
Hi, i decided to try to learn more about the addEventListener function call with some simple examples and AI recommended this code <!DOCTYPE html> <html> <head> <title>Checkbox Message</title> </head> <body> ..read more
CodingForum
3d ago
Which is better, PKZIP or WINZIP? (Or is something better than either one ..read more
CodingForum
5d ago
I have a php script and i made it as pwa with web-push notifications. Whenever i re-open the app, it asks me to login, i want to keep it logged in. these are the files for pwa index.php in head section i have added <link href="manifest.webmanifest"> ..read more
CodingForum
5d ago
Hi, I would like to minify my js code but im not sure the preferred method. Is there a industry standard? I dont want to ship my js off to some other website to do it for me, i would like to keep the conversion inhouse local on my PC (windows) or even do it on my VPS command line if that is ..read more
CodingForum
6d ago
As best I have been able to tell, to allow webmail hosting, the site subscriber must provide password access of the entire site to all webmail users. This is insane. What am I missing ..read more
CodingForum
1w ago
After the customer fills the form, the form data is sent to mysql and an email gets sent to me with the last form data that the customer submitted. But, the email "last mysql data" is not going as inline text. Please help me. Sample code is given below. <?php define('DB_NAME', 'XXXXXXX ..read more
CodingForum
1w ago
Anyone happen to know how to open this on the same display/browser it was clicked on. I have multiple displays and it always opens on the main display even if i am on the other display and a different browser and click on it. I wrote this years ago and i think i may have researched this issue ..read more
CodingForum
1w ago
I was paying my property taxes and noticed this in their website header info, i never seen it before. We all look at sources right :) <meta name="robots" content="index, follow" /> Seeing that is has a closing slash tells me they are using an old version of HTML if i am correct on that ..read more
CodingForum
1w ago
Thought i would share this, i tried this using js here https://www.codingforum.net/forum/client-side-development/javascript-programming/2440018-js-tab-menu-not-functional#post2440027 But i never could get it to work as i wanted. So i went back to doing this using just html and css. Which was ..read more