11,557 Posted Topics
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. | |
Re: Critical to the user experience. | |
I'm really bad with regex. For the purposes of URI rewriting, I'm trying to figure out how to match a word one or more times in a string. For example, I want to do something like: string/string/string/foo/bar => foo/bar string/string/bazbat => bazbat Currently I have: ^string/(.*)$ => $1 and that … | |
Re: https://web.tech.uh.edu/digitalmedia/materials/3353/design_principles/proximity.html | |
Re: > Now, how to write code to extract meta tags using DomDocument ? The simple answer is that you can’t. At least not with the code you have supplied. This code inspects an XML sitemap index and pulls out different properties in the xml file. These files don’t contain meta … | |
DaniWeb will be switching to new servers later today, and there is planned downtime of a couple of hours. Unfortunately, I don't have an easy way of putting the site into read-only mode. What will most likely happen is that we might lose a few hours of database content. | |
Re: I would select C. A just assumes there are not going to be any issues connecting to the database or executing the statement, and there's no error handling if something goes wrong. B assumes there are no issues with the MySQL query, such as if the users table doesn't exist, … | |
Re: This is really a question for webhostingtalk.com I’m afraid that, on DaniWeb, it will just turn into a spam fest of every single hosting company in existence promoting themselves, and you won’t get any unbiased results. | |
I've been using CodeIgniter 3 for many years now, and have yet to migrate over to CodeIgniter4. Anyone here using Yii, Laravel, Symphony, CakePHP, or any others? CodeIgniter was my first foray with MVC and I liked that it was a lightweight framework that let me use what I wanted … | |
Re: A VPS is when you have a physical server that has virtual machine (VM) software installed on it. The web hosting company then “rents” each VM to a different client. The benefit here is that small websites don’t necessarily need the full strength of the entire server, and so it’s … |
The End.