11,530 Posted Topics
Re: Does Newegg still exist? It’s been decades since I’ve bought a computer or computer parts from anyone other than Apple or Dell. | |
Re: Hello, and welcome to DaniWeb!! Thanks for joining. May I ask what brought you here? | |
Re: No, rproffitt. The link that you found is irrelevant and talking about something else entirely. It is discussing people with affiliate sites advertising with PPC (paid), which is different than SEO (organic). To answer your question, to err on the side of caution, I would use the rel link attribute … | |
Re: Huh??? Semrush isn't a replacement for HARO?? HARO works but it takes a LOT of manual work. Nowadays, it doesn't work as well as it used to because there's so much competition, so your pitches have to really stand out. It's good if you have the time but not the … | |
Re: > What does your programming studio look like ? Curious to see all the mega hardwares. Do you mind attaching an image of your work room on your forum somewhere ? Maybe as a background image on your forum homepage ? My office is really messy today, but I'll take … | |
Re: A way to power it, a way to charge a wireless mouse, and a way to connect to an external display. That's my vote. | |
Re: Here's a simple tutorial on Sitepoint: https://www.sitepoint.com/create-a-php-login-system/ | |
Re: A little popup ... "You've been posting angrily on social media all day today. Here are some links to help you meditate." | |
Re: I have no idea what type of counting code you need, nor how that would be related to Bootstrap (the CSS framework). Please take more time to help us to help you. | |
Apparently a new feature in Google Chrome is to automatically generate AI content. All I need to do is start typing a sentence or two here in this textbox, right click, select "Help Me Write", choose if I want it to be short-form or long-form text, be formal or casual … | |
Re: I suppose I'm confused why you can't just do a lost password reset? | |
Re: Sorry to hear. Has Microsoft since released a patch to whatever update was causing the BSOD? | |
Re: No, just in Web Development, but you can use the seo tag. | |
We use a lot of AJAX that loads JSON files that return an application/json mime type. In some instances, these JSON files are used to assemble elements on the page, so we don't want to hide them from Google because we want Google to see the page fully rendered. My … | |
Re: No one mentioned this yet, but you can as long as one of the pages is considered the canonical. That is, the original. You can use the rel=canonical meta tag to refer to one of the URLs as the original and the other(s) as duplicate. Googlebot will treat it almost … | |
Re: What we do here at DaniWeb is write to Redis. Redis is a distributed, in-memory key-value pair storage engine and supports different data structures including lists, sets, hashes, streams, etc. It can be configured to be strictly in-memory or to be persistent. | |
Re: It’s been my personal experience that you shouldn’t. Web development houses in India tend to hire self-taught programmers with not a lot of strong experience. That isn’t anything negative about programmers from India. I’d actually recommend Upwork and there are a lot of really strong programmers there from around the … | |
Re: I wish I could help but I do MySQL and PHP. I definitely agree with you that it makes sense to get data into the database and then process it and query it as much as you can from in there. However, it’s been my experience that, just because you … | |
Re: What is jamstack architecture? I'm not familiar with it. As far as tools and frameworks, I've pretty much been using the same ones for the past 20 years. PHP + MySQL + Nginx + Redis + Memcached + SphinxSearch on the backend. Cloudflare as a CDN. On the front end, … | |
Re: Hello! Firstly, thank you for joining DaniWeb :) To answer your question, NO, you definitely did not do anything wrong. DaniWeb is a community of over a million members, and with that, everyone is an individual with their own thoughts and opinions. With that, members can choose to up-vote or … | |
Re: For those unaware, the discussion that Emma is referring to is [this one](https://www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/542056/does-tools-give-100-correct-answers). Thank you for your story. Sorry that happened to you. Did you end up not getting the job because of that? You live and you learn, and always strive to do better next time! | |
This is definitely not a targeted attack at *anyone*. Please take it just as me having a bad day and venting. I'm kinda tired of people constantly telling me that I'm the reason that DaniWeb traffic has tanked over the years. And if only I had done this differently. Or … | |
Re: I don’t think links from guest blogging is really effective anymore. | |
Re: Why are you both saying that he has just duplicated a previous post? I cannot find a previous post that mentions LongPath tool? (Moderator's note: There actually was a post recommending it 13 years ago, but happygeek deleted it back then for being spammy. He probably shouldn't have done so, … | |
Re: I think we need a bit more information about what type of data is on the linux server that you're trying to access. For example, it's definitely possible for a console application to connect to a server to fetch information. That information doesn't need to be locally stored where the … | |
Re: I would absolutely love, of course, if you could write a tutorial, or series of tutorials, on how to use LLM without a ChatGPT API. I did not even realize that there were open source LLMs available these days!! (Perhaps I'm just behind the times?) Yes, just create a tutorial … | |
Re: I know I’ve already welcomed you privately, but I might as well do it in public as well. Sooo, without further ado, welcome! :) | |
![]() | Re: Why is it your job to determine it? The only thing that is against our community rules is to not specifically ask for help to do something illegal. He posed in his own question that he wants to learn *ethical* hacking, which is not illegal. Why should his very first … |
Re: Hi and welcome to DaniWeb! Nice to virtually meet you :) | |
Re: The above non-English post got automatically flagged by our spam bot, but in translating it, I realized it seemed to be a legitimate post. I’ve released it and unbanned the author. Sorry about that. I do realize this is an old discussion. For future notice, we are meant to be … | |
Re: This is going to be a very tongue-in-cheek answer, but Screaming Frog is 100% reliable and accurate ;) | |
Re: To remove all `<br />` tags, you can do something like this: $html = str_replace('<br />', '', $html); Will that suffice, or do you only want to remove tags that are at the very beginning of the paragraph? Currently your existing PHP code uses Regex to remove all <h3> tags … | |
Re: I've posted my story many times before, but here it is again :) I've been programming the majority of my life, first in Apple BASIC, then QBasic, then Visual Basic, then C++. PHP was my first foray into web development, and DaniWeb was my first project. DaniWeb started 22 years … | |
Re: Here at DaniWeb, we make heavy use of redis to manage activity streams, live chat, and sessions. How they are implemented is specific to each individual use case. Can you give an example of one of the places in your application that you would like to use Redis? Typically it’s … | |
As you may recall, I've been working on cleaning up tags for quite some time now. A few years, actually. That project is nearing its end, and so I just want to remind everyone of our [tagging guidelines](https://www.daniweb.com/welcome/tagging) that have been in place for a couple of years now. You … | |
Re: For those unfamiliar, they are using [Halcon](https://www.mvtec.com/products/halcon). Is line 20 of your above code correct? | |
Re: Google Analytics is a Google-owned product, not a Microsoft or Bing-owned product. Bing Webmaster Tools is the Bing equivalent of Google Search Console. When you mention Site Kit, I assume you're referring to [Site Kit by Google](https://wordpress.org/plugins/google-site-kit/) which would not contain anything Bing related, which is why Bing doesn't know … | |
Re: > What exactly is schema markup code? JSON or HTML microdata that gives search engines additional context as to what is on a page. For example, it lets search engine bots know that this is a Q&A page, comprised of a question, multiple answers, how many upvotes or downvotes each … | |
Re: I can write much better than I speak. I tend to get flustered and lose my words easily when speaking, primarily due to increased brain fog. Writing comes much more naturally to me, as I was often sick as a child, and therefore primarily self-taught from textbooks. By my early … | |
Re: May I ask why you had to make the switch? Just curious. This is completely outside my wheelhouse, but a quick Google search of ways to port raspberry pi to orange pi didn’t turn up anything too useful to my naive eyes. Good luck! | |
Re: Start by reading SearchEngineWatch.com and SearchEngineLand.com Join and participate in the forums over at WebmasterWorld.com Those are a great start :) | |
Re: Hello and thank you for joining. What brings you to DaniWeb? :) | |
The End.