11,530 Posted Topics
Re: I definitely like the name Office Surgery Centers with the domain officesurgery.com Good luck! | |
Re: What exactly does upload.php look like? It looks like there is an error on line 22 of upload.php. It looks as if the path is invalid in your ftp_put() function. Check your values for $remote_file_path and $remote_file_path2. Also, this is a very, very insecure way of doing file uploads. Why … | |
Re: I would stick to PHP and MySQL as they are free and there are a *lot* of online tutorials and resources catering to newbies. There is also phpMyAdmin which is a web-based GUI to visualize your MySQL databases and tables. I use the PHPStorm IDE and it, also, has a … | |
Re: php.ini has a maximum file size limit, maximum execution time, maximum memory, etc. You most likely are hitting one of these limits. | |
Re: Please post the code you have so far that works with passing a file_id into mydloader() instead of a filename. Do you already have the MySQL query written to do the lookup and convert the file_id to filename? The reason SQL code before the headers introduces problems has to do … | |
Suppose you have a php script where a user is prompted to enter a number. You then do something with that number ... you increment it, perform some other math calculation on it, search the database for records with the ID # the user passed in as a query string, … | |
Re: I use DropzoneJS and I’m quite happy with it. It’s quite popular as well. | |
Re: Hi Kenny and welcome to DaniWeb!! What brought you here? Are you interested in tech? I started DaniWeb back when I was 19. I'm currently just about to turn 40! | |
Re: Can you please describe what you mean by search box? Usually a search box is just an empty text field where a user types in what they want to search for and then clicks a search button. Are you thinking of an autocomplete? Or a dropdown? | |
Re: So I see you currently have code in place to create a big tree with all your categories. Do you want to be able to click on them and have them expand/collapse without refreshing the entire page? If so, this can only be accomplished with Javascript. | |
Re: Hi, so sorry for taking so long to reply to this topic. I saw it the other day but I was on my phone and couldn't provide a proper reply. I suspect you want to do this with HTML. You would do something like: <a href="http://www.website.com/page.html"> <img src="http://www.website.com/image.gif"> </a> Good … | |
Re: DaniWeb is a free community ... it doesn't cost you anything to view or participate in any of our topics. We do offer a DaniWeb Premium membership, which costs money, and gives you some additional benefits and functionality, such as no ads. | |
Re: You need to [create an XML sitemap](https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap#createsitemap), link to it from your robots.txt file, and then submit it to Google Search Console. You can also submit it to Bing Webmaster Tools. | |
Re: > but i think that you have posted it in wrong forum. He posted in the Search Engine Strategies forum? | |
Re: pritaeas, price is less of an obstacle if it's a B2B SaaS app. It's a lot tougher to convince consumers to open their personal wallets than it is to convince businesses to invest in increasing their bottom line. Why don't you start by advertising it as a $100 product, but … | |
Re: Please show us the code you have so far and where you're stuck, what isn't working, or what is specifically confusing you about this homework assignment. Also, you tagged your question c, c++, and java ... what language are you currently studying? | |
Re: I think this is a limitation of Edge, not of your web application. They have a hard limit on the number of concurrent connections per hostname that are allowed, at least with HTTP/1.1. I'm not sure if the same limitation exists with HTTP/2. Does your web app use HTTP/2? I'm … | |
Re: Can you please show us your code? I found some ideas here: https://stackoverflow.com/questions/64610742/error-databasebridge-is-null-using-watermelondb-in-react-native Not sure if the replies in that thread fix your problem. | |
Re: I'm not sure what you mean by groups? I've never grouped my robots.txt?? | |
Re: They track different things. Google Analytics is javascript that you place on your webpages to track how many visitors you have, and demographics about each of your visitors. It can also track conversions and a whole slew of things. Ahrefs is an SEO tool that is typically used to track … | |
Re: HTML is a markup language while PHP and ASP.NET are development languages that are used to generate HTML. Whichever backend language you use, they all have the capacity of being equally SEO friendly. However, they also all have the capacity of being not SEO friendly at all. Always follow SEO … | |
Re: A few things. Firstly, I’m unsure why you think this is an MD5 issue because I’m not seeing anything in your code that MD5 encodes anything? Secondly, you never stated specifically what error message you’re getting or what isn’t working. If you are getting a blank page, it’s probably because … | |
Re: Rproffitt, CPA is cost per acquisition, not action, and actually has nothing at all to do with SEO. In fact, quite the opposite. SEO is about what you can do to help Google to help you rank in the organic search results and get Google to send traffic your way … | |
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. |
The End.