11,554 Posted Topics
Re: HI there. Welcome to DaniWeb!! What brings you here today? | |
Re: Please explain what you mean by providing you with advice. Do you have VB.NET installed on your computer? Did you rprofessor show you how to use dialog boxes? Did you learn about opening txt files? What part of the assignment has you stumped? | |
| |
Re: What isn't working as intended? I see that you are using javascript to calculate the sum if you add a new service, or if you click the remove button. Are those not working as expected? The initial sum should just be set via PHP based on what exists in the … | |
Re: All websites are in HTML. Wordpress is a blogging platform that is written in PHP and generates the HTML for you. | |
Re: Hi there and welcome to DaniWeb! Don't worry, no question is stupid as long as you take the time to help us to help you. The only time we get annoyed is when people don't explain what they want and just want us to blatantly do all their programming homework … | |
Re: Hi there and welcome to DaniWeb!! | |
Re: Your payment.php file just includes an HTML form for the user to see. It doesn't actually include any PHP code. You need to write PHP code to connect to the database using MySQLi. | |
Re: Check out the https://www.webhostingtalk.com forums. I used to be an active member there a lifetime ago. | |
Re: It depends on the target audience of the website. Some niches do better in social. Some do better with Google Ads, for example. | |
Re: Do you want us to buy you a phone? I'm incredibly confused. | |
Re: Sorry, I don't. What is your Instagram account about? Is it meant to promote a different business, or is it a bunch of cat photos? Cat instagrams for the win! | |
Re: The guys who invented Youtube. | |
Re: Hi Killian! Thank you for signing up and pleased to meet you. I hope to see you around these parts :) Welcome to our little community. | |
Re: This just seems like a homework assignment posted with no context. Can you show us what you have so far and what you're stuck on, what isn't working, or where you need help? | |
Re: > I have to ask why do this. I've been watching users for years and they don't care what the URL is if they are shopping. This is considered one of the most important things to do for both SEO as well as usability reasons. I could go into a … | |
Re: Sorry, I'm not understanding your question. The SQL you provided is performing a SELECT on the database, retrieving data. But you want to assign data? Does that mean you want to update the database? I don't understand what you mean by autoincrementing the field? Autoincrement is when a field is … | |
Re: What is TLA?? Think about how you would play UNO with friends. You're on the right track in terms of shuffle cards, deal each player 7 cards, ... then where do you go from there? Which player starts? When it's a player's turn, what do they do? They look at … | |
Re: I've moved your question to the Web Development forum. You posted under Digital Media even though this is a programming question, which is why it didn't receive any replies probably. Anyways, the error message "Cannot modify header information ..." is because you are echo'ing something before calling all of your … | |
Re: Don't use Constant Contact. Try Mailchimp, HubSpot, or SendPulse. How big is your list? | |
Re: The checkout page is greyed out if you are on your own Paypal checkout page. I've never seen it in any other scenario. What is the difference between the Paypal URL that regular customers see vs the one new customers see? Can you please provide a link to the Paypal … | |
Re: Hi Chris, Sorry, I'm having a difficult time understanding exactly what you are trying to display. If a url is `example.com/videos/category/1/sub536` then print `sub`? If it's `/videos/category/1/sub__` then ... what?? Does every url include the word sub? I'm confused what heuristic you want to check for and print? | |
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 … |
The End.