11,555 Posted Topics
Re: Glad you got it fixed. I was going to say, the problem is that you are echo'ing out the "unable to connect" string *before* calling header(). You can't echo anything to the screen before any header calls. | |
Re: Hi and welcome to DaniWeb. However, I have to ask. Why a Photoshop clone in Java? | |
Re: I have no experience with Java, but a quick Google search turned up https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpRequest.html | |
Re: Can you please show us what you have tried so far to do this homework problem and exactly where you are stuck or confused? | |
Re: Welcome to DaniWeb! Good luck in your studies. Do you know yet exactly what field interests you after graduation? What are you getting your bachelors in? | |
Re: HI and welcome to DaniWeb!! Feel free to ask any questions you want and we'll do our best to answer. Most of us have many decades of experience in those fields. | |
Re: What “seo stats” are you referring to? There are already sites such as Ahrefs that measure backlinks and sites like that are not simple scripts. | |
Re: Hi David, welcome to DaniWeb! I've been doing SEO for over 25 years and I'm truly passionate about it. Feel free to start any discussions about the topic and I'll be sure to chime in. | |
Re: Are you referring to an Uber or Lyft clone that only dispatches from your local cab company? If so, what would the benefits of someone using the app over Uber, for example? It’s not always the case that “if you build it, they will come.” Sometimes, it makes more sense … | |
Re: If the items appear in the DOM but are simply not clickable, this is most likely a CSS issue. It’s hard to diagnose without seeing the full working page. It’s possible it’s a z-index issue. For example, there might be a transparent div on top of the clickable elements. | |
Re: I guess I’m confused by what you’re referring to. Programming code is a sequence of steps that are executed by the script … there are functions, loops, conditionals, classes, etc. that each add a level of complexity by allowing code to branch off, be modular, remove duplication of code, etc. … | |
Re: There are many free or low cost Wordpress themes available, but it's going to be difficult to find an existing theme that is already laid out exactly like your wireframe design. You can get themes at: * https://wordpress.org/themes/ * https://themeforest.net/ * https://www.templatemonster.com/wordpress-themes.php ... and so many other places, but those … | |
Re: Are both versions using the same CSS file? Is it possible that there is a second CSS file that is accessible in the remote version but not available locally? Are there any JS files that may be altering the DOM that may be working in one version but not the … | |
Re: I don't believe you can. I don't see any contact information on that site to contact anyone, and there is no delete membership functionality. You can contact them here: https://www.whois.com/whois/finebookmarks.com | |
| |
Re: Hi, I wasn't able to properly reproduce the image above because the HTML on the page at squarespace does not ask me for a Zip code, and the HTML is not set up conducive to what you're trying to accomplish. However, you'd want to do something like this: <div style="display: … | |
Re: This is low on my priority list to fix. Basically what happens is the tutorial author creates a draft in the editorial workshop. Then I approve and publish the article. Our activity stream works off of a denormalized database table of events. In this case, I was the one who … | |
Re: Click the purple banner at the bottom of the page that says "Reply to this Topic". To insert code in your post, click the third button from the left in the editor toolbar. | |
Re: Hiiiii! Welcome to DaniWeb! Thanks for signing up. What brought you to DaniWeb? I'm always looking to make this place better by learning what brought people here and what they'd ultimately like to get out of the site. | |
Re: Unfortunately I don’t have any experience with this, but it looks to be Chrome specific? Can you explain what you’re trying to accomplish and perhaps there is a different/better way of accomplishing it. | |
Re: I removed the link to your Google Drive because it requires permission to access it, and we require content to be here on DaniWeb. Please post your code here in the forums for everyone to see so we can help you. | |
Re: Yes, I believe you should, and I can’t think of a reason why this could hurt you. However, with mobile-first indexing, having Schema markup on desktop only could, I’m assuming, be hurtful, as it will rarely be crawled. However, I would take extra special care that the schema matches exactly. … | |
Re: Hi there and welcome to DaniWeb!!!! Thanks so much for joining and hope to see you around. | |
Re: Hi Ivan. Welcome to DaniWeb! What brings you here? | |
Re: Welcome to DaniWeb! I hope to see you around in our SEO forums. Our main rule is no backlinks in your post and you’ll be fine :) | |
Re: I don’t believe so, but I’m not entirely sure if there are any other tools that can be used to track traffic. Pinterest has its own built-in stats, no? | |
Re: Hi there and welcome to DaniWeb!! :) Hope to see you around. What field, specifically, are you referring to? Web dev, SEO, app development, IT, etc? | |
Re: Hi there!! Welcome to DaniWeb!! | |
![]() | Re: Depending on the complexity of your code, this can be a one week project or a six month project. I recommend hiring on a site such as Upwork. I've had really good experiences with Upwork in the past, including a recent project I hired someone from there for. |
Re: Start a LinkedIn group. | |
Re: Hi there and welcome to DaniWeb! I'm really awesome at SEO, so if you have any specific questions, be sure to post in our SEO forums and I'll do my best to answer. | |
Re: This used to happen to me and then I contacted our sysadmin, James, and he fixed the issue. No idea what he did. All I can say is that it’s most likely a networking config setting as opposed to programming error. However, I do vaguely recall another incident where I … | |
Re: Hi there and welcome to DaniWeb!! | |
Re: Hi there!! Nice to meet you :) welcome to DaniWeb. | |
Re: Do you mean change the contents of the div? Or add or remove classes from thr div? DOM manipulation is expensive from a performance standpoint, so you want to change as little as possible. | |
Late last night, I launched a rewrite of our front end HTML and CSS that is designed to look nearly identical, but is much faster and designed to be more easily updatable and manageable moving forward. Let me know if you spot any bugs or inconsistencies. | |
Re: Hi there and welcome to DaniWeb!! | |
Re: Hi and welcome to DaniWeb! I've moved this question to our user experience forum since that's the more appropriate place for it than web development, where it was. I guess the recommendation I would make would be to think what type of visitor goes to your landing page, how they … | |
| |
Re: Hi Fay, Google has been releasing more algorithm updates than normal the past couple of months. There was a big core update that went out in December. There are websites (don’t have the URL handy right now because I’m typing this from my phone) where you can see all of … | |
Re: Hi there and welcoem to DaniWeb!! > There are already too many SEO threads on this forum. We don't need another. You realize there's an entire SEO *forum*, right? That being said, I'm confused by your question. Is SEO positioning still adequate? Can you please explain? I guess it was … | |
Re: If the current month is 01, then isn’t the previous month always 12? | |
Re: You have this SQL query that retrieves rows from a table. Then, you have this code: ``` while($row = $resultpropertyunpaid1->fetch_assoc()){ $PropertyUnpaid1 = $row['unpaid']; } ``` There, you’re saying for each row retrieved from the database, do the things in this loop. Assign the value of the unpaid column in the … | |
Re: It depends what the ecommerce site is selling. If it's consumables or impulse buys, then absolutely I agree. I always do my weekly supermarket shopping in bed with Instacart or Amazon apps. If they didn't have apps, I would not find navigating their websites to be nearly as frustrating-free. I … | |
DaniWeb Premium is currently $5 per month. You can find details about everything it gives you [here](https://www.daniweb.com/donate/index) Do you think this is too high a price point? At what price point would you be willing to pay? What if it were $1.99? What if it were $3? | |
Re: Top 10 lists of best jackets for 2021. ... or ... Holiday gift guide: buying jackets for loved ones this holiday season. | |
Re: Hi Kapil! Sorry to hear about that. The pandemic has been so hard on so many different people. You might wish to check out our [People Match](https://www.daniweb.com/connect/matches) which can match people looking for a job with those who are hiring. I also recommend you sign up with Upwork, if you … | |
Re: Do you mean with page navigation? Or do you want to retrieve specific rows from a table of 5 million? Is your concern that your database query is too slow? |
The End.