11,557 Posted Topics
Re: Put Twitter and Facebook widgets on your pages the same we have here at DaniWeb. You can also use scripts such as AddThis.com to instantly offer buttons encouraging users to syndicate your content on social media websites. I'm not sure what you mean by what the benefit is if you … | |
Re: Hello and welcome back!! You can post random code snippets by clicking on the [Contribute](https://www.daniweb.com/community/contribute/4) link in the top navigation menu and then under Topic Type, change it to "Reusable Code Snippet". You can also contribute new topics by using the sidebar hamburger menu, selecting a forum category from the … | |
Re: You're getting downvoted because AI-generated content is against our rules, and your post just comes across as if you copy/pasted some ChatGPT tips for good SEO. | |
| |
Re: Glad you figured it out, and sorry I wasn't around earlier in the week to help out. DaniWeb has used jQuery for a very, very long time now, so I'm pretty good at it (or so I think). | |
| |
Re: A spammer recently bumped this thread and I started typing out a reply before I realized that it was someone who just copied/pasted an earlier post (which I'm going to delete just as soon as I finish typing this). I already had stuff typed out, so for anyone who still … | |
Re: > Is there a grand attack to make DaniWeb posts garbage ? I would not say that there is a grand attack to make DaniWeb posts garbage, but I *would* have to say that there is a grand attack to make all content across the entire world wide web garbage. … | |
Re: Why are you wanting to manually enter an IP address instead of allowing your router to use DHCP to assign one to you? When manually entering an IP address, you also need to manually enter the default gateway and a DNS server, if memory serves correctly. Otherwise, it will know … | |
Re: Hi and welcome!! :) What sparked your interest in web development? | |
Re: Would you please be able to give a little bit more background into what this code is supposed to do, and exactly what fails? For example, you wrote it doesn't save the input and file extension to the same document. What does that mean? On line 72 of your code, … | |
Re: Unfortunately I don’t know VB.net. However, the way I would do it in my language of choice is to split the search string by spaces into an array of words. According to a Google search, [this](https://learn.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.strings.split?view=net-9.0) should accomplish that for you. Then, I would loop through the array of individual … | |
Re: There are no SEO tools that I know of that can be used to gauge content quality, which corresponds to Google's Core Algorithm updates. In terms of SEO tools that are used to rank backlink strength, the most popular metrics are [Ahrefs](https://ahrefs.com/site-audit) DR (Domain Rank) and UR (URL Rank), or … | |
Re: Posting an unsolicited message for everyone to see. | |
Re: Digital marketing encompasses SEO, SEM, online advertising (including PPC), and digital PR. That's a whole lotta acronyms! Perhaps we should begin with exactly what you're trying to accomplish. Do you have an online business? | |
Re: Most blog articles and social media posts are now AI-generated, for starters. | |
Re: I don’t use any of them. Our backend is PHP. Specifically, an old version of the CodeIgniter framework. For the front end, we use the Bootstrap CSS framework with Sass. I’m also old school and use jQuery, and I build a custom version of that as well with node. So … | |
Re: Any qualified front-end web developer should be skilled enough in HTML and CSS in order to make a webpage responsive. (Responsive web design means that the design changes based on the form factor or dimensions of the web browser window). However, what's more important here are UI/UX experts. These are … | |
Re: Hi Basil and welcome to DaniWeb!! I'd love to discuss SEO with you if you have any advanced questions. I've been in the industry for over 20 years. | |
Re: Can you please show us your code and explain what the expected behavior is and what is not working? `$_SERVER['DOCUMENT_ROOT'];` reflects the path on the server that serves as the root path `/` for the website. When you set `$path = $_SERVER['DOCUMENT_ROOT'];` you are setting a PHP variable named $path … | |
Re: Looking at the bullet points on the page you've linked to, it looks as if the HTML code is correct for listing list items. However, normal paragraphs have the CSS code (among other CSS rules): .article-page .article-content p { margin-left: auto; margin-right: auto; max-width: 820px; } On the other hand, … | |
Re: Here it is: https://www.daniweb.com/tags/artificial-intelligence-llm | |
Re: Are you connecting to MySQL with persistent connections? What happens if you don't use persistent connections? Also, I'm confused what you mean about it complaining about too many connections simply by you changing how many records a single connection works with? | |
Re: People say SEO is dead because it’s a cat and mouse game between black hat SEOs trying to game the system and Google constantly trying to make it impossible, which results in people saying it’s a futile effort. This is far from the truth, and you only need to start … | |
Re: I don't think that ChatGPT is good enough yet at answering programming questions correctly. It can take code written elsewhere on the web and regurgitate it, but it isn't capable of accurately debugging logic errors in code, or that sort of thing. | |
Re: Google's Geospatial API works in any region where Google Street view exists. If Google Street view doesn't exist for a given area, the API won't be able to generate data for that area. Sorry. | |
Re: I’m locking this topic because, unfortunately, instead of leading to interesting discussion, it turned into AI-generated post after AI-generated post repeating what AI is. (They’ve since been deleted.) | |
Re: Hello and welcome to DaniWeb! I can't say I have any interest in fashion or style, I'd love to talk shop with you about content creation and SEO. | |
Re: Hi and welcome! I haven’t looked at Python since college, but I can help with any and all php questions you might have, should you decide to venture down that road. | |
Re: Daniweb’s forums are not a marketplace and we don’t allow solicitations. However, may I recommend Upwork or (for higher budgets) Toptal? I have had a really good experience hiring from Upwork. | |
| |
Re: Hi and welcome to DaniWeb!! You'll find that, while we haven't had a lot of user activity as of late (I have been very sick for the last few years which has made it hard to put my energy into DaniWeb), we used to be the most popular C/C++ community … | |
Re: Why does it sound like your introduction was written by ChatGPT? | |
Re: I don’t see them mention anyone. *You’re* the one who mentioned that company and, in doing so, gave a vote up for that company’s SEO in Google’s eyes. Google doesn’t just care about links. They also care A LOT about brand mentions. Similarly, the OP doesn’t care that you have … | |
Re: What happens when you just go to the URL https://api.snoopi.io/check?apikey=MY API KEY ? Does the API correctly provide your location in JSON format? | |
Re: You need to include **all** of the code in order to put everything together to get a working timer. The code `<span id="demo" class="demo"></span>` is HTML which we're using as a placeholder for where the timer should be. Then, the javascript actually is what makes the timer function, with code … | |
Re: The code `$_SESSION["cart_item"][$k]["quantity"] += $_POST["quantity"];` means that, whatever the value within `$_POST['quantity']`, you want to add that value to `$_SESSION["cart_item"][$k]["quantity"]`. The error of unsupported operand types means that you're trying to add values that can't be added. For example, The value of `$_POST["quantity"]` might be the string "abc" and you … | |
Re: Would love to hear your experience :) (Just please don’t promote or link to products or services you’re affiliated with. That’s a violation of our policies.) | |
Re: That other thread has been deleted for being entirely AI-generated content. To answer your question, you WANT me to say that the answer is B, but the truth is that none of the four techniques you mentioned work anymore. Google caught onto guest blogging a couple of years ago, and … | |
Re: I would focus on Google Local, Yelp, Houzz, Angies, Handy, etc. There are also local referral organizations where you can pay for membership. They typically include services like one handyman service, one house painter, one landscaper/gardener, one cleaning service, etc. Members of the group meet once a month or so … | |
| |
Re: Not required, but useful depending on what you want to use GTM for beyond Google Analytics. That being said, what are your goals for GTM? What are you trying to achieve with it? | |
Re: I am of the opinion that meta tags are next to useless for SEO nowadays. Google officially stopped using meta keywords back in 2009 according to https://developers.google.com/search/blog/2009/09/google-does-not-use-keywords-meta-tag and I’m pretty sure they give very little weight to meta descriptions for at least the past decade. |
The End.