11,530 Posted Topics
Re: > Wait a second, isn't such work what you do professionally? Why do you say that? Also, just because you are an employee of a social media company doesn't mean that you know everything there is to know about everything that the company offers. nextsmm, can you please clarify your … | |
Re: This file is not standalone. It's not like we can just try executing it on our end and seeing if it does what you want it to do. It's a single file as part of a much larger library / framework, and therefore we can't just look at this file … | |
Re: I'm so sorry for not seeing this post until now. Unfortunately, I'm 3 months too late. Were you able to get this question answered? I struggled with the same thing last year and you can see my code at https://www.daniweb.com/digital-media/digital-marketing/threads/522735/lazy-loading-gam | |
Re: What related threads? | |
Re: What you're referring to is the thread listing page, where it shows the avatar of who wrote the first post in the thread and who wrote the last post in the thread. The language is not meant to indicate that it's Omar's first post. It's meant to indicate that the … | |
Re: Looks like the vast majority of it was caught by the spam filter. | |
Re: It entirely depends what niche you're in and what type of website you're running. The techiques I would recommend for an ecommerce site are very different than those I would recommend to a news site. Can you tell a little bit about your website and what your marketing goals are? … | |
Re: Thereās thousands of them. Focus first on EAT. Everything else will follow. https://www.searchenginejournal.com/improve-google-eat-score/270711/ | |
Re: Without taking too close a look, are you using AMP? If not, as a publisher, you should be. Are you using Google Search Console? Do you track your Core Web Vitals score? I would start there. Let me know, and then I can help you dig deeper. | |
Re: Iām a little confused by your question. Is what youāre showing me JSON or the contents of a PHP array? What are you trying to accomplish? | |
| |
Starting September 1st, about 25% of crawl requests started returning 304 Not Modified instead of 200 OK. Prior to that, there were just a small handful of such requests per day. I did not make any code changes that would introduce returning this header. Once I noticed, however, I tried … | |
Re: Like this? <div class="container section" id="afterHeader"> <div class="row"> <div class="tabs movies"> <a class="style1">1^ WEEK</a> <ul> <?php function myTab() { echo str_repeat(' ', 3); } function templateDay($start, $end) { $dayOfWeek = ['LUN', 'MAR', 'MER', 'GIO', 'VEN', 'SAB', 'DOM']; $toDay = date('N') - 1; for ($i = $start; $i < $end; $i++) { … | |
Re: Hi and welcome to DaniWeb! We donāt allow you to solicit your products or services within our forum posts or editorial content. (Although you can within your bio, pitch, and forum signature, all editable from your profile). You cannot publish your editorial because only one of our editorās can review … | |
Re: I was able to successfully reproduce your issue, and I did see that the HTML code when the page works is identical to the HTML code when the page does not work. However, I'm not sure what ad server you're using to generate the ad, itself. At first I wondered … | |
Re: What arte the methods `Side()` and `Border()`? I assume you're looking at something like https://openpyxl.readthedocs.io/en/stable/_modules/openpyxl/styles/borders.html but unfortunately I don't know python at all. I wish I could provide more assistance! | |
Re: What changes did you make to the wp-config file. Also, why did you delete .htaccess? Do both the old host as well as new host use Apache? It looks liek the easy-accordion-free plugin was successfully updated? Why do you think it failed? It's probably because permissions are wrong for the … | |
Re: The Javascript code executes sequentially. On line 7 you set the constant days. A constant is meant to never change. However, you set it again on line 28? I'm not sure why. Same problem with the const DEADLINE. It's a constant, and yet you're trying to set it to two … | |
Re: Why don't you show us what you have so far and we can critique it / make suggestions? | |
| |
Re: I just woke up and Iām still groggy in bed. In a few minutes, Iām going to migrate to the computer desk to see whatās going on and give my take. However, I did delete a post rproffitt made calling out two users for having the same IP. It is … | |
Re: This is not a technical "problem" that has a solution. By the sound of it, Google released an algorithm update aimed at doing a better job at ranking websites. One of the things that algorithm determined is that the description from your About Us page instead of your homepage, either … | |
I am trying to remove an entire folder of thin content from Google to help me recover from a Panda/EAT-related penalty. I want to keep the content on the site for the benefit of users, but not waste crawl budget or have Google think that we have so many pages … | |
Re: I don't know VB.NET, but what is the specific error message? | |
Re: Currently I store IP addresses as Varchar. Binary is meant for binary data such as images, executables, etc. Not text. | |
Re: A string encased in single quotes means a literal string, meaning donāt evaluate any variables. A string encased in double quotes means evaluate variables inside it. Your entire thing is encased in single quotes. Instead, encase it in double quotes and then escape the double quotes inside (so they will … | |
Re: Is it possible youāre trying to use a DVD-R that has already been written to? Does your drive support DVD-RW as well as DVD-R? When all else fails, use a USB stick instead :) You can turn a USB stick into Bootable Windows installation media. | |
Re: Responsive apps are done using CSS and, specifically, CSS media queries, which engage different stylesheets rules based on the device form factor. To get started, chick out a CSS framework such as Bootstrap, which does a lot of the heavy lifting for you. There are some more popular ones, but … | |
Re: Hey there, and welcome to DaniWeb! There are a handful of old timers around here. Feel free to browse around and hope to see you around. | |
Re: Sorry, I have absolutely no idea what you are trying to say. Are you referring to Google's latest change last week of replacing title tags with H1 tags in the search results? | |
Re: Hi there and welcoem to DaniWeb!! I've found that low quality blog articles can actually *hurt* SEO because Google can tell when it's fluff pieces designed just to build content and help SEO. I think it can be tricky. I don't personally have any experience doing SEO for small brick-and-mortar … | |
Re: Identifying fake Twitter followers is definitely a real and potentially important thing. There are quite a handful of companies that do it. FollowerAudit, Twitter Audit, etc. | |
Re: Sorry, unfortunately I don't know python so I can't help you. I'm going to upvote your post so hopefully someone comes along who can help. | |
Re: Hi jsrankin, Welcome to DaniWeb! Itās always great to have people who are truly passionate about programming wiring their life to it, regardless of their age. We have far too many beginner computer science class students popping up around here, who are just trying to get through a required college … | |
Re: What video club are you referring to? Help us to help you. We can't do your homework for you without you explaining what the assignment is all about. | |
Re: It depends what the functionality of your social network is. If it's just a blog, it's free to use Wordpress. If it's a forum, like DaniWeb, it's free to use a free forum system such as phpBB. There are also many Facebook clones available for free to download. | |
Re: I will preface this by saying I don't know .NET at all. However, the error message, I'm assuming, is basically saying that the `box` object has been destroyed. What code is there between those two lines? | |
Re: Can you please explain what you're trying to do that isn't working? You're saying data is not coming out? Coming out of what? You are trying to insert a row into the table, correct? Are you sure that the connection is able to successfully be established? Also, *always* escape your … | |
Re: Hi and welcome to DaniWeb! We are certainly not as active as we used to be, but DaniWeb is still well maintained by me and Iām working hard on revitalizing it. | |
Re: Is the developer confused as to why it's working for him but not you? It could nto be working for you for a whole bunch of reasons, including the developer's code is referencing files on his local file system. Or, as other people have pointed out, the DNS hasn't propagated … | |
Re: What about your local library's ebooks app? | |
Re: I don't have any experience with Windows development, but I would suspect you would need to use a .NET programming language (such as VB.NET??) to connect to the database, loop through each word, and access the third party API. | |
| |
Re: > No Apple Company folk here. My fiance is one of those folk. |
The End.