-
Replied To a Post in What's up with XOAuth?
Wait, huh?? Is that code generated by ChatGPT or something? It doesn't make any sense? -
Replied To a Post in Htaccess Problem Url Friendly
Isn't that expected behavior? -
Created DomContentLoaded vs jQuery Ready fn
I think that I understand the difference between: document.addEventListener('DOMContentLoaded', callback_fn); and: window.addEventListener('load', (event) => { ... }); However, as a jQuery user, what is the difference between DOMContentLoaded and the … -
Began Watching DomContentLoaded vs jQuery Ready fn
I think that I understand the difference between: document.addEventListener('DOMContentLoaded', callback_fn); and: window.addEventListener('load', (event) => { ... }); However, as a jQuery user, what is the difference between DOMContentLoaded and the … -
Replied To a Post in Htaccess Problem Url Friendly
I also think the problem is that with mod_rewrite on, READ_LEX begins with / and with mod_rewrite off, READ_LEX *ends* with /. Is the value of BASE_URL set to http://localhost/mysite … -
Replied To a Post in Htaccess Problem Url Friendly
> In <head> I have this php: I see you have on line 3 `if($mod_rewrite == 'Off') {`. Where do you set the value of `$mod_rewrite`? How do you tell … -
Replied To a Post in Htaccess Problem Url Friendly
I apologize that I still am misunderstanding you. I'm confused what you mean by "example from database", because it seems your question is about htaccess and PHP. I'm confused what … -
Replied To a Post in Improve HAVING BY performance
I see it very differently than you see it. I consider Jim a real world friend of mine, as is his son, Adam, who I had actually invited to my … -
Replied To a Post in Htaccess Problem Url Friendly
I suppose I’m not properly understanding your question. Do you mean when you go to the URL in your browser localhost/mysite/readlex.php?slug=Le-mura-di-Lucca it doesn’t load, but when you go to the … -
Began Watching Htaccess Problem Url Friendly
I have problem with this htaccess in STATIC URL RewriteEngine On RewriteRule ^readlex/(.*)$/?$ readlex.php?slug=$1 [NC,L] **DINAMIC URL** work fine only with defined CONSTANT: Example <a href="<?php echo BASE_URL.READ_LEX ?>Le-mura-di-Lucca">Lucca</a> Result … -
Edited getting values from drop down menu
HI, I wish to get the values from the drop down menu selected by a user from the HTML page and pass this value into my servlet program for processing. … -
Replied To a Post in A reliable way of detecting AI content?
... And, oh well: > As of July 20, 2023, the AI classifier is no longer available due to its low rate of accuracy. We are working to incorporate feedback … -
Replied To a Post in A reliable way of detecting AI content?
Woot! Woot! https://openai.com/blog/new-ai-classifier-for-indicating-ai-written-text -
Replied To a Post in What's up with XOAuth?
For my particular use case, I use a PHP library called [Bounce Mail Handler](https://github.com/voku/PHPMailer-BMH) (formerly PHPMailer-BMH) that was last updated in 2019. It connects to the email server via SMTP … -
Replied To a Post in Improve HAVING BY performance
> Now you are just splitting hairs I don't think so, but let's just agree to disagree. -
Replied To a Post in Improve HAVING BY performance
What your expert friend would have written, had he been a forum member here, is different than what the AI wrote. Even if the overall sentiment is the same, the … -
Replied To a Post in Improve HAVING BY performance
I'll give you another example. I've been going to the doctor a lot lately. After each appointment, there is a long form summary of everything that was said, test results, … -
Replied To a Post in Improve HAVING BY performance
> Clearly you missed the part where my friend said, it's the same answer he would have given. No, you didn't say it's the same answer he would have given. … -
Marked Solved Status for Improve HAVING BY performance
What are some ways to improve MySQL performance on queries against large tables that include the HAVING BY clause. It's my understanding that anything in there doesn't benefit from table … -
Replied To a Post in Improve HAVING BY performance
Everything there is very generic and, dare I say, robotic, and doesn't really answer my question as to if any MySQL experts out there have come up with any creative … -
Gave Reputation to Reverend Jim in Improve HAVING BY performance
I have a friend who spent the better part of a career doing SQL. I wrote up your question and sent it off to him. Just for sh!ts and giggles, … -
Replied To a Post in What is Blue hat SEO?
I have been in the industry for a very long time, and have never heard of it. There’s white hat, of course. Black hat. And then there’s grey hat, where … -
Began Watching What is Blue hat SEO?
There is not much information about this in the market. If it is used or is still in experiment mode, like what is happening with this one. -
Replied To a Post in Improve HAVING BY performance
Yes, that's true. But for those instances where we are left in circumstances where we have to perform HAVING on large tables, is there *anything* we can take into consideration … -
Created Improve HAVING BY performance
What are some ways to improve MySQL performance on queries against large tables that include the HAVING BY clause. It's my understanding that anything in there doesn't benefit from table … -
Began Watching Improve HAVING BY performance
What are some ways to improve MySQL performance on queries against large tables that include the HAVING BY clause. It's my understanding that anything in there doesn't benefit from table … -
Replied To a Post in What's up with XOAuth?
… to connect to the SMTP server. You can no longer connect with just a username and password. -
Replied To a Post in What's up with XOAuth?
Huh? I'm referring to the XOAUTH2 library. -
Replied To a Post in A reliable way of detecting AI content?
Thank you for your reply. Unfortunately, I've used quite a handful of those AI detection APIs to no avail. They also often catch false positives, which is perhaps even more … -
Created What's up with XOAuth?
What was wrong with good ole using SMTP? Has anyone here successfully used an XOAuth library for PHP? Specifically, I'm looking to connect to my Office 365 mailbox. -
Began Watching What's up with XOAuth?
What was wrong with good ole using SMTP? Has anyone here successfully used an XOAuth library for PHP? Specifically, I'm looking to connect to my Office 365 mailbox. -
Moderated a Post in Postfix authentication problem
> I am trying to set-up Postfix on my Ubuntu local web development machine for send-only e-mails using Gmail so I can test e-mails sent by a web app I … -
Marked Solved Status for How to stop masking with Microsoft Clarity?
Under Settings, I have the Masking mode set to "Relaxed". It says that means that no text is masked, but that's definitely not the case. It says changes may take … -
Replied To a Post in A reliable way of detecting AI content?
I’ve been working on DaniWeb all day. -
Replied To a Post in A reliable way of detecting AI content?
What was fast? -
Replied To a Post in A reliable way of detecting AI content?
Well, I think what they mean is that the writing does not have a soul behind it. ;) -
Created A reliable way of detecting AI content?
As the question states, is there a reliable way of detecting AI content? I vaguely recall OpenAI announcing something a long time ago that they were going to release something … -
Began Watching A reliable way of detecting AI content?
As the question states, is there a reliable way of detecting AI content? I vaguely recall OpenAI announcing something a long time ago that they were going to release something … -
Replied To a Post in How to stop masking with Microsoft Clarity?
Hmm ... in retrospect, it seems that only form fields are masked. I think MS Clarity might just not be willing to decipher what users type into form fields. -
Edited How to stop masking with Microsoft Clarity?
Under Settings, I have the Masking mode set to "Relaxed". It says that means that no text is masked, but that's definitely not the case. It says changes may take … -
Created How to stop masking with Microsoft Clarity?
Under Settings, I have the Masking mode set to "Relaxed". It says that means that no text is masked, but that's definitely not the case. It says changes may take … -
Began Watching How to stop masking with Microsoft Clarity?
Under Settings, I have the Masking mode set to "Relaxed". It says that means that no text is masked, but that's definitely not the case. It says changes may take … -
Replied To a Post in Learning about AI
I don't know anything before Usenet. -
Replied To a Post in Learning about AI
Huh?! GEnie to now? Sorry, I think I'm totally missing something here. -
Replied To a Post in Learning about AI
Oh, but to follow up to Rev Jim's links, Google's recent core algorithm update that launched during the conference is meant to specifically go after AI-generated editorial content. -
Replied To a Post in Learning about AI
No. I haven't heard the name CNET from anyone other than you in probably close to a decade. There was a huge ton of talk about Reddit, though. Especially revolving … -
Replied To a Post in Learning about AI
Neither article is published on a site devoted to digital marketing, or written by someone close to the SEO industry, so I take both articles with a grain of salt. … -
Replied To a Post in How to Code a Load More Button?
Hello there! Firstly, so sorry for taking so long to respond to this thread. I was actually away at an SEO conference (I'm going to write a post about it … -
Began Watching How to Code a Load More Button?
I want to write an SEO load more button that Google crawls and click on. I have read somewhere in the documents that Google will only click on anchor tags … -
Replied To a Post in Hi everyone, I'm HYSTOU
Hi and welcome to DaniWeb!! Thanks for joining and telling us a little bit about yourself.
The End.