11,530 Posted Topics
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. | |
Re: Here at DaniWeb, we use Cloudflare. It's a reverse proxy that sits in between the end-user and your web server(s) and does a whole assortment of things including performance optimizations and caching. There *is* a free version. Another popular alternative is Fastly, but I'm not sure if it has a … | |
Re: Locking this topic because it seems to be just swarmed with AI-generated content. | |
Re: Unfortunately I don't have any experience with either Tailwind nor nextjs. However, I do have experience with .scss, as I personally use it with Twitter Bootstrap for DaniWeb. I did some quick Googling and I'm confused what you mean by helping you to figure out how to use it. My … | |
We host some page resources, such as fonts, on a different subdomain (e.g. webpages are at www.daniweb.com and resources are at cdn.daniweb.com) An HTTP header of `access-control-allow-origin: *` is being sent from all cdn.daniweb.com requests. When inspecting indexed pages from Google Search Console, from the URL Inspection tool I click … | |
Re: As you infer, SEO is changing all the time and the best techniques to use are constantly changing. Here is an article on Google’s latest guidance based on the August core algorithm update that came out last month. Note that the previous Helpful Content Update (referred to as HCU) that … | |
Re: Hi Wendy! Welcome to DaniWeb!! Thank you so much for joining. What is your tech stack of choice? (Just trying to make small talk here.) | |
Re: It’s been 17 years since the OP posted. I think that by this point, either they got it or they didn’t. ;) | |
Re: Hi and welcome, Robert! :) What are your interests? Software development? Web development? SEO? | |
Re: Here at DaniWeb we use Cloudflare, and it does a whole lot more than just be a WAF. We primarily use it for its caching abilities as a CDN. How easy is it to set up and configure your WAF? Some people with shared hosting for their blog or that … | |
Re: Hello, I hate to be the bearer of bad news, but I am of the opinion that you can't really make a decent amount of money as a web developer just with "average" skills. As you point out, "average" freelancers are a dime a dozen on sites such as Upwork … | |
Re: Which date do you want? The one from order_date or target_date? I can help you if you explain what you're trying to achieve, and what each of the 3 tables represents. What date do you want in the final column to represent? Where is the staff name? Is that orders.client_contact? … | |
Re: As a consumer, I've become more and more frustrated with the recent increase in AI-driven customer chat support that seemingly has taken over. They tend to just regurgitate the information that is already contained within the product's FAQs, manuals, and marketing materials, etc., and I tend to end up going … | |
Re: I think astrology is a huge part of Indian culture. | |
Re: https://www.reddit.com/r/muslimtechnet/comments/ufp6s7/anyone_have_experience_with_prayer_time_apis_any/ | |
Re: Thank you for the status update. Let us know how it goes! | |
Re: Hello and welcome to DaniWeb!! To answer your question ... Hmm, let me think about this a moment. I would say that the biggest challenge I've ever faced in digital marketing, hands down, has been with digital PR. It's just not something I have a lot of experience with, and, … | |
Re: I suppose it depends on what most interests you and what you foresee yourself working on in the future. Data science lends itself well to working with big data, whether that’s with AI, social media, data collection and interpretation, etc. | |
| |
Re: I know this is a really old post, but I just came across it recently, and just in case the jsfiddle becomes unavailable at any point in the future, what's written there is: var num = "12345"; alert(num.charAt(num.length - 1)); | |
Re: I'm so confused. Is this a homework question? My answer would be that using those concepts, not in Java development, but OOP in my own language of choice, allows me to organize my code, and roll my own ORM, which maps rows in my database tables with objects. it allows … | |
Re: I can’t tell if every response in this topic is low quality AI generated or not. :( | |
Re: Hi and welcome!! Thank you for joining. I did a BS in computer science about 20 years ago, back when I started DaniWeb. | |
Re: What I do here at DaniWeb is include all pages in the paginated series in our sitemap file. Here is [Google's official documentation](https://developers.google.com/search/docs/specialty/ecommerce/pagination-and-incremental-page-loading) on how to handle pagination. You can use HTML meta tags for first page in a series and next page in a series, which is what we … | |
Re: I would say just a simple understanding of the concept of \[mathematical] variables, and a willingness to learn. Back when I was in school 20 years ago, I recall the business school offering an introduction to Java course as student's first (and often only) foray into programming. | |
The End.