- Strength to Increase Rep
- +34
- Strength to Decrease Rep
- -8
- Upvotes Received
- 5K
- Posts with Upvotes
- 4K
- Upvoting Members
- 1K
- Downvotes Received
- 249
- Posts with Downvotes
- 223
- Downvoting Members
- 79
I'm a super-geeky programmer with a passion for Internet marketing. :)
- Interests
- SEO
- PC Specs
- Macbook Pro with two 5K monitors and an Azio Retro Classic mechanical keyboard
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: 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: 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: Starting a digital marketing/SEO agency is really tough these days because there are just sooooo many of them. What about your stands out? Play to your strengths. Choose a niche and focus on that. For example, be the absolute *best* SEO agency for car dealerships. (Just a random industry.) Reach … | |
Re: Any external link that points to your website is technically a backlink by definition. Do you mean they aren’t showing as links in Google Search Console? GSC only shows a subset of backlinks that it knows about. Additionally, quality and relevance of the links matter more than anything else. | |
Re: If that’s your thing, there’s nothing illegal or wrong with porn. Lots of people watch it, right? A porn website is definitely on the seedier side of the web, but there’s a lot of money in it and it’s completely legal income. I know a handful of different people, some … | |
Re: Posting an unsolicited message for everyone to see. | |
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: To clarify what has been posted here, you don’t submit an individual sitemap file for each webpage on your site. You submit a single sitemap file that includes every webpage that you want to be indexed by Google. This means it’s very important to leave out any URLs for pages … | |
Re: Yes, I think AI can do a lot of PPC marketing and SEO grunt work (e.g. keyword research) that would typically be outsourced overseas. | |
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: I think your question is better asked at WebHostingTalk.com We used what is now IBM Cloud for the past 20 years. We now do colocation. | |
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. | |
I know rproffitt is a moderator on the Tech Republic forums. Does anyone else participate in any other online forums / communities / subreddits / etc? Just curious :) | |
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 personally not familiar with Android development, but I'm sure there is app storage. https://developer.android.com/training/data-storage | |
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: 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. |