11,530 Posted Topics

Member Avatar for borobhaisab

> 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 …

Member Avatar for borobhaisab
0
96
Member Avatar for Anakin3463

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.

Member Avatar for AndreRet
-1
109
Member Avatar for Anakin3463

What are the specific programs you’re tasked to write? Do you have any code so far? Where are you stuck?

Member Avatar for Dani
-1
88
Member Avatar for Fabina

Backlinks, a well structured navigation system, a clean UI/UX, and lots of original content articles that are updated frequently

Member Avatar for NellieChristens
9
772
Member Avatar for Dani

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 …

Member Avatar for Dani
0
443
Member Avatar for jackd12

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 …

Member Avatar for Dani
-3
42
Member Avatar for Mindmade

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?

Member Avatar for Dani
-1
33
Member Avatar for terme22

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!

Member Avatar for Dani
0
26
Member Avatar for sepehrsarfaraz
Member Avatar for borobhaisab

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.

Member Avatar for borobhaisab
0
91
Member Avatar for Williams Brown

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.

Member Avatar for john_378
2
210
Member Avatar for borobhaisab

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, …

Member Avatar for AndreRet
0
105
Member Avatar for Dani

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.

Member Avatar for redplanetpk
0
48
Member Avatar for Mindmade
Member Avatar for Dani

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 …

Member Avatar for Reverend Jim
0
141
Member Avatar for uslivjunoji
Member Avatar for Mindmade
Member Avatar for Dani
-2
32
Member Avatar for borobhaisab

> 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 …

Member Avatar for borobhaisab
0
373
Member Avatar for Dani

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.

Member Avatar for Dani
2
12
Member Avatar for borobhaisab

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, …

Member Avatar for pritaeas
0
213
Member Avatar for borobhaisab

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.

Member Avatar for borobhaisab
0
61
Member Avatar for Dani

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 …

Member Avatar for pritaeas
0
103
Member Avatar for borobhaisab

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 …

Member Avatar for borobhaisab
0
87
Member Avatar for borobhaisab

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.

Member Avatar for borobhaisab
0
147
Member Avatar for saukrit
Member Avatar for Roger Carlos
Member Avatar for Akira350lth
0
26
Member Avatar for nilaniraj
Member Avatar for Dani

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 …

Member Avatar for rproffitt
1
69
Member Avatar for andrewecook

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 …

Member Avatar for Dani
0
26
Member Avatar for MarkMarketer

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 …

Member Avatar for Dani
0
29
Member Avatar for jwatson

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?

Member Avatar for Dani
0
16
Member Avatar for sanket_15

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?

Member Avatar for WebWitch
2
231
Member Avatar for Mindmade

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.

Member Avatar for becketharper585
-1
49
Member Avatar for carlojay94
Member Avatar for leejohn63

Hi and welcome! Not much going on here other than currently focusing on some home improvements while working on DaniWeb fulltime.

Member Avatar for Akira350lth
0
22
Member Avatar for borobhaisab

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 …

Member Avatar for Dani
0
205
Member Avatar for Mindmade

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.

Member Avatar for WebWitch
-1
55
Member Avatar for morrisavendano
Member Avatar for johnwilliam1
Member Avatar for harryjohnson

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.)

Member Avatar for Akira350lth
0
21
Member Avatar for maeganbriones
Member Avatar for Akira350lth
0
20
Member Avatar for bromehedi000

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. :)

Member Avatar for Akira350lth
0
29
Member Avatar for dipakbh0322
Member Avatar for Julie_18

Hi and welcome to DaniWeb, although I admit I’m a little bit late in posting here.

Member Avatar for Akira350lth
1
35
Member Avatar for Gavra Meads
Member Avatar for gennifercarter
Member Avatar for Mindmade
Member Avatar for wo6q34s
Member Avatar for Louiseinvictor

Hi and welcome. Do you work in digital marketing? Are you finding AI is helping or hurting your career?

Member Avatar for Akira350lth
1
24
Member Avatar for humblepi3

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?

Member Avatar for Akira350lth
1
48

The End.