11,557 Posted Topics
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? | |
Re: Have you ever taken a look at [Rosetta Code](https://rosettacode.org/wiki/Category:Programming_Tasks)? It lists over 1,000 "programming tasks" ... e.g. reasonably short classroom exercises, and then presents the code to accomplish each task in many, many different languages. These would be good exercises to go over with your class to follow the algorithms, … | |
Re: I think that website copied my color scheme LOL. | |
Re: He wants all the values that *don't* contain point, so it would be the opposite: foreach($test as $v){ if (strpos($v, '_point') === false) { echo $v; } } | |
Sorry for the brief downtime today. I was refactoring some stuff on the web server when DaniWeb went down unexpectedly. I spent about 10-15 minutes going crazy trying to figure out why nothing was being written to the log file and what went wrong, when it turns out I forgot … | |
Re: Welcome to DaniWeb!! What are you interested in? To echo what Jim is saying, that's what we're here for! | |
| |
Re: HI Adrian, welcome to DaniWeb!! I can really appreciate that you are creating a coding platform for kids. I taught myself programming when I was 4 years old and have been going at it ever since. However, may I make a suggestion? When I first go to your website, I … | |
Re: Where is your: $conn = mysqli_connect(...); Is it inside header.php? Currently, mysqli_query() on line 29 is failing. On line 28, before running the query, try temporarily adding this debugging code: // Check connection if (mysqli_connect_errno($conn)) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } That will spit out … | |
Re: It depends on what your business is. Do you sell a product or service that is very visual or creative or that can be demonstrated on a visual medium such as Instagram? | |
Re: There could be lots of reasons, starting with there is a robots.txt file that is disallowing Googlebot from crawling your site, there is a meta noindex tag on your blog pages, there is an HTTP noindex directive sent from your web server when loading your blog pages, there are no … | |
Re: Have you had a chance to [check out this forum thread](https://www.daniweb.com/programming/software-development/threads/80657/how-can-i-use-barcode-scanner-in-vb6)? [Google search](https://www.google.com/search?q=vb6+barcode+scanner+site:www.daniweb.com) | |
![]() | Re: Hi! Firstly, thank you so much for your kind words about DaniWeb, but I'm sorry to hear you're difficulty finding employment. I started DaniWeb back when I was still in college, and went into it full time when I graduated, so I was never in the position of looking for … |
Re: Hi there and welcome to DaniWeb! Good luck with your continued studies, and I look forward to your writing contributions. | |
Re: There was a March 2023 broad core update that started mid-March and took a couple of weeks to roll out. No specific data has been announced, or seemingly discovered by the SEO community, specifically what this core update targeted, if anything. It seemed like just another core update that takes … | |
| |
Re: What does that link have to do with fashion design? | |
Re: I'm not seeing an error that screams out at me on the line: $inter_domain='http://z0204_15.headfavorite.shop/'; Is this the *entire* file? | |
Re: The only way I know of is to create viral link bait. I’m not good at doing it either. Join the club lol. |
The End.