11,530 Posted Topics
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 … | |
Re: Sorry, I'm not fully understanding your question. It seems like what you are wanting is the PHP switch statement? You can also use a platform like Lucene to perform searches. | |
Re: I’m still waiting for someone to propose an answer in layman’s terms. | |
Re: Hi and welcome! Are you *sure* you're from the US though? | |
Re: Hi there and welcome! Thank you so much for joining. | |
All this hoopla around ChatGPT and AI got me thinking about voice search. Has anyone created a version of Siri that actually *works*? (And, no, Google Assistant and Alexa don't really count. Google Assistant has never answered a single thing for me.) What about Cortana now that Microsoft owns a … | |
Re: Use server-side rendering. This is a technique where as much of the HTML as possible is generated on the server-side, and delivered as a static HTML page. When an end-user loads the page, AJAX dynamically retrieves the full contents of the page, that may or may not be parsed by … | |
Re: Website architecture is important to navigation, and having a clear user-friendly navigation structure that makes it easy for users to understand what they are looking at in the grand scheme of your site. For example, the URL for this page is: https://www.daniweb.com/programming/web-development/threads/540077/question-about-seo-architecture and the breadcrumb navigation at the top of … | |
Re: None that I personally know of, as this is so far out of my wheelhouse. Do you do dropshipping? What types of products do you sell in your store? Unique products you make yourself or dropshipped? | |
Re: The latest Google algorithms have shifted off-site SEO away from guest blogs. Backlinks still matter, and that’s where I have my most difficult time, personally. Are you concerned more with on page or off page? | |
Re: I was pretty sure I replied to this the other day but I guess I got distracted mid-reply and never submitted it. I think there's a lot to consider before opening up Adobe Illustrator and starting your first drafts. Color theory is important. Thinking about your target audience is important. | |
Re: Hi and welcome! Not much going on here other than currently focusing on some home improvements while working on DaniWeb fulltime. | |
Re: I just stumbled upon this thread and I got a little lost trying to read through the 20 posts to figure out what question is being asked and what you're exactly trying to accomplish. Maybe if you could explain to me in just a sentence or two, I can take … | |
Re: 1. Be strategic with your display ads. 2. Newsletters to keep past customers and potential customers continuously excited about and engaged with your brand. I have to admit, neither of those two strategies are really all that innovative though. I will need to think about this a little more. | |
| |
Re: Hi and welcome to DaniWeb. Do you have a lot of experience with Salesforce plugins? (Not specifically looking for any work. I used to dabble a long time ago and was just curious.) | |
Re: Hi, nice to virtually meet you. What brings you to DaniWeb? | |
Re: Hi and welcome. I wish you the best of luck in your endeavors! thanks for the motivation. I’m going to go work on some marketing techniques in a little bit, once I get myself out of bed. :) | |
| |
Re: Hi and welcome to DaniWeb, although I admit I’m a little bit late in posting here. | |
Re: Welcome! Thanks for joining. What do you think so far? | |
Re: The odds of what happening, exactly? | |
Re: Hi and welcome. Do you work in digital marketing? Are you finding AI is helping or hurting your career? | |
Re: Awesome and welcome to DaniWeb! Why a C# console app, though, as opposed to something in asp.net that would expand full stack web dev skills? |
The End.