- 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: 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 hamburer menu, selecting a forum category from the … | |
Re: Don't forget that if you are not going with an out-of-the-box solution, such as Mailchimp, Sendgrid, etc., that you will need to clean the list on your own! That means purging bounced addresses, purging addresses that don't interact with your emails, etc. | |
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: It's incredibly hard to read your code because it is not properly indented. That aside, a quick glance lets me see you are using PHP's deprecated mysql library instead of its replacement, the mysqli library. Additionally, you have a serious MySQL injection bug on line 16. You absolutely want to … | |
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: 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: > 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: 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: 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: 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: 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: Posting an unsolicited message for everyone to see. | |
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: 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 … |