11,566 Posted Topics
Sometimes you need to delete duplicate rows in a database :) In the future, set UNIQUE keys when you need them :) In the example below, we have a table appropriately named `TABLE_NAME` and there are multiple rows that have the same value for the `duplicate_field` field. In this example, … | |
I would just like to say that I love Screaming Frog. That is all. Carry on. What is your #1 go-to SEO tool? | |
Re: Quora, Reddit, ... What's your point? | |
Re: > "41% of all code on GitHub right now is AI generated." I don’t see the positive in that. | |
Re: Ugh, that's annoying. I use macOS so I haven't had to deal with Edge for quite some time now. Why not use Chrome or Firefox? | |
Re: > You should really try to show that you did some effort in searching before just posting a question here, you would have had your answer long before the time we reply to your question. That kinda goes against DaniWeb's model. Questions asked on DaniWeb help not just the question … | |
Re: DaniWeb is a community of people chatting about computer technology, programming, etc. | |
Re: Hi Allen! | |
Re: You have mismatched html tags. For example, you are not closing a tag you have opened, your elements are incorrectly nested, etc. Something is wrong. I’m not near a computer right now (on my phone) to check your html code. | |
![]() | Re: Hi and welcome to DaniWeb. Thanks for joining. Do you have experience with any Linux distributions? Configuring and compiling the kernel might give you the project you're after. |
Re: I am [having some health issues](https://www.daniweb.com/community-center/meta-daniweb/threads/540243/dani-is-going-to-be-mia) and extreme brain fog, so while I do have experience with CSP, please bear with me. My first question to you would be, what are you trying to accomplish by using CSP nonces? In theory, I completely get it that it allows you to … | |
Re: When you say from the provided json payload, what provided json are you referring to? Please provide an example of what the json would look like. | |
Re: As long as you have complete control over your web server (or virtual machine), you can host as many domain names as you like on it. If you don't have complete control over your web server, you may have to pay your hosting company per domain. | |
Re: > Can you explain how emotions and feelings can change SEO ratings and rank? I feel like this isn't a serious question, and you meant to just make fun of the OP for poor grammar + not being a native English speaker. Regardless, I'll answer your question anyways. Google is … | |
Re: > Web for mobile. No APP!!! Disagree! Native apps give flexibility (push notifications, local storage, etc.) that simply can't be achieved with a responsive website. > For Apple the company used the free dev system from Apple. Are you referring to Objective-C written using XCode? | |
| |
Re: [Learn about integrated marketing communications and improve your product promotion](https://business.adobe.com/blog/basics/what-is-integrated-marketing-communication-imc) | |
Re: It's not just big businesses. "If you're not the customer, you're the product" is applicable to sites such as DaniWeb, as well. We essentially create a free community platform targeted to a specific audience demographic, and then we rely on advertising dollars from companies that want to reach that targeted … | |
Re: Yes, you can use something like TinyMCE. | |
Re: I have no idea what it is, other than adding "sustainable" to doing everything nowadays to hint that it's earth-conscious. | |
Re: I didn't use any to build my [backlink checker](https://www.daniweb.com/tools/backlinks). | |
Re: Are you getting traffic from Google? Does Google Search Console say that your site offers visitors a good page experience? Are your website visitors using your site the way you want them to? Are they purchasing your products or services? | |
Re: Many bots are able to get around honeypots and CAPTCHAs. Try using a different honeypot as well as captcha. The latest version of ReCaptcha might not be good enough on its own anymore. | |
Re: I have never heard favicons be referred to as tab icons before. | |
Re: This is outside my wheelhouse but I did a Google search and came across the following article on Microsoft's website about the issue: https://learn.microsoft.com/en-us/office/troubleshoot/excel/run-time-error-2147467259-80004005 The thing is though, that my Google search is also showing a lot of other articles each saying the problem is caused by all sorts of … | |
Re: Back in the day (around the time I ran Windows 98) I had an old Kodak photo printer. I don’t recall if the drivers were built-in or not. What about putting the drivers you need on a USB memory stick formatted as FAT16? | |
Re: I am not familiar with .net, but typically the way this is done across all web development languages is with the use of cookies. A cookie is stored in a user's web browser indicating a session ID. That session ID is then stored in your server and maps to what … | |
Re: A shopping cart? An ability to accept credit card payments? I’m not quite sure what you’re asking. | |
Re: I would suspect that the quality of the image needs to be high resolution enough such that the text is legible and can be reasonably matched to a font that the OCR software can detect. Adobe Acrobat is pretty good at being able to turn text from a scanned image … | |
Re: Google has officially stated that they take all content at face value when evaluating its quality, regardless of if it was generated by AI or not. It's also common knowledge that, at this time, at least, Google doesn't have the capability of accurately determining what is, and what isn't, AI … | |
Re: Figuring out the logic. And organizing your code. | |
Re: With ANY API, you mean? I suppose the biggest one is poor documentation. At least that’s the one I find the most frustrating. | |
Re: I really wish I could help you, but unfortunately I don't have any Wordpress experience. There should be a way to edit the template, for a category page, for example, and where it is hardcoded to say Blog, change it to be the variable that is currently being used for … | |
Re: > I know crawlers should not spider dynamic urls as they can go in a neverending loop. And so, apart from that, what other dangers are there ? That's not actually true, since nowadays every single page on the web is dynamic. But, yes, you want to avoid URLs that … | |
Re: > Is simplexml_load_string() an Xml File Parser just like simple_html_dom() and domdocument() are html parsers ? Out of the latter two, which one you prefer and why that one over the other ? Kinda, yeah. Instead of creating a DOMDocument it creates a SimpleXML element. I don't personally have experience … | |
Re: Please post the code you have, what isn’t working as expected, or where you’re stuck, and we can try to help. Or, if you need help with the logic, let us know what it is you’re trying to accomplish and how we can help. | |
Re: What are the specific programs you’re tasked to write? Do you have any code so far? Where are you stuck? | |
Re: Backlinks, a well structured navigation system, a clean UI/UX, and lots of original content articles that are updated frequently | |
I received this email: > > Hello Google Developer, > > We're writing to let you know that we detected the use of an embedded webview in requests to Google's OAuth 2.0 authorization endpoint in the past 120 days associated with one or more of your OAuth client IDs listed … | |
Re: The only people who need an Uber clone are existing taxicab companies that need a way to compete with the flexibility and ease of use that Uber brings. Right now, Uber’s convenience makes looking up a phone number, speaking to a dispatcher, giving them a credit card number over the … | |
Re: I suppose that it is growing because people are buying products on it, and so the owner can then reinvest more money into its growth? | |
Re: Hi and welcome! As far as front-end, I'm really awesome with CSS (Sass), and so-so with Javascript, although I'm really awesome with jQuery. Old school, I know! | |
Re: Hello! Nice to meet you. What brought you to DaniWeb? | |
Re: This doesn't work: $sitemap = 'https://google.com'; $xml = simplexml_load_string(file_get_contents($sitemap)); because 'https://google.com' is not a sitemap file. You can never just use simplexml_load_string() without also using file_get_contents() or cURL or some other way of fetching the contents of the sitemap file. | |
Re: Oh, I wish I could predict what app would be in demand in the future! I would code it so fast your head would spin. Although, I suppose that's the point of this thread. Everyone wants to be the person who invented the next best thing. | |
Re: You have to use an HTTP redirect to redirect the website visitor over to whatever website they go to to pay with their Bitcoins. Once they've done that, you can use the above PHP code to verify the payment went through properly, by passing in information about the supposed transaction, … | |
Has anyone been impacted by the Google core algorithm update that started to roll out today? The last one was back in September 2022, for those who are keeping track. |
The End.