11,557 Posted Topics
Re: You can never submit to enough ... Keep writing unique content, keep getting the word out any and all ways you can. (That aren't black hat, of course) | |
Re: Google has a deal with Twitter where they can see content that is behind Twitter's login wall. I'm not sure if they have a similar partnership with Facebook. However, walled content within Twitter, at least, can be used by Google's algorithm to see how many people are talking about your … | |
Does anyone have any experience with EBDA? As a publisher, how can I leverage it as an alternative to header bidding? | |
Re: The article that rproffitt linked to on SEMrush seems to indicate that the only use case for nofollow links are paid ads. That's simply not true. Nofollow was Google's recommended method anytime you were linking to content that you could not vouch for. While paid ads definitely fell under that … | |
Living in California, I periodically need to log into my computer that's back in my home in New York. Not that often, typically just a couple times a year. But today, when attempting to connect, I got an error message saying, "The remote TeamViewer is running an old version which … | |
Hi, A notification just started showing up in my AdSense that says: **Earnings at risk - You need to fix some ads.txt file issues to avoid severe impact to your revenue.** It gives me the ability to download an ads.txt file and upload it to my domain root. Here are … | |
Re: I'm not seeing the problem you're experiencing. Each line of text fades out and is replaced with the next. I'm using Chrome 77 on macOS. | |
Re: Try setting data as an array, as so: $.ajax({ type: 'POST', url: 'index.php', data: { lprice: lprice }, dataType: 'text', }); Try using `console.log(lprice)` right efore the ajax request to print out the value of lprice and make sure that lprice is being accurately retrieved. | |
Re: Google Analytics is a Google product that lets you add a snippet of Javascript to every page of your site, and it tracks visitors, and information about those visitors. You can find out lots of interesting insights about your traffic, track conversions, marketing campaigns, etc. Google Search Console, formerly known … | |
Re: You probably have some whitespace somewhere else, that is not a code block. Ensure that the only lines in your message that are indented with spaces or tab are code, and they are preceded and followed by a blank line. | |
Re: rproffitt, I presume that you are trying to shame the poster for what might be a "shill" posting due to their forum signature. However, that's not the way that marketing and SEO works. Forum signatures do not show up when you're not logged in, and therefore they do not show … | |
Re: I had a 17” MSI gaming laptop that I was very happy with for many years. | |
Re: PowerBasic? Visual Basic for Applications? Microsoft Access? I THINK I know what you’re talking about but the name escapes me. It sounded something like PowerBasic but not that? | |
Re: Unfortunately I don't know of any tools that build out meta keywords and descriptions. However, I'm a little confused. Can you give an example of what you'd like to generate based on your keyword files? For example, given a specific page with content on that page, I'm familiar with tools … | |
Re: Try https://www.blackhatworld.com/forums/ They should have what you're looking for. | |
Re: You're pretty much stuck between a rock and a hard place. Google already sees all your content, and it associates a penalty with that content. You could move your content somewhere else, but, as you state, the penalty will most likely come right along with it. Instead of moving your … | |
Re: Based on the code provided, line 31 in the error message corresponds to line 34 in the code snippet posted here. Basically the error message means that it can't process mysqli_fetch_array() because the variable passed in is a boolean instead of a MySQLi result. The reason this would happen would … | |
Re: You can try https://codecanyon.net/ which is an Envato Market (same parent company as Theme Forest) but designed for scripts and plugins instead of templates. Perhaps you were just trying to post within the wrong marketplace type? | |
Re: You can do this with Google's OAuth 2.0 API. Daniel11 seems to be going around linking to tutorials on his own website, but in this case, it's not entirely applicable because you're looking for information on doing it in PHP, and Daniel's tutorial implements C#.NET. Additionally, it talks about the … | |
Re: Hi, Sorry for taking so long to see this thread. > Please supply exactly what is broken. Error messages along with what you expected to happen. They did. > Good luck with getting Google to change this. Knowing what to change to encourage Google's algorithms to change things is the … | |
Re: Here's the steps you might take to implement this: * Create a web page with a `<form>` and two radio buttons, one for male, and one for female * Use jQuery because it's the simplest way to do AJAX * Write a jQuery method such that clicking on a radio … | |
Re: This is an English only forum. However, you are missing a semicolon at the end of the line that begins $usuario = | |
Re: At this time, we only email you about updates to specific articles you've specified you want to watch. However, there are some other tools at your disposal: You can fetch an [RSS feed](https://www.daniweb.com/rss?tag=java) of all new topics tagged with java. You can receive notifications by plugging this RSS feed into … | |
Re: As Hasan has pointed out, you have two options. The first is to pick one of the websites as the one where you want the content picked up by search engines. Whichever one you publish on, you add a `<rel="canonical">` meta tag to the html of both articles to indicate … | |
Hey there forum lurkers - all you people who are browsing the site but still haven't taken a minute to sign up. I just thought it would be a nice idea to welcome you all to the forums. Why not drop us a line and say howdy here? Heck, you … | |
If you need your PHP script to redirect to a different website, you can send an HTTP header to do that. Remember, `header()` must be called before any actual output is sent, which includes not just HTML, but blank lines, etc.. as well. | |
Re: Do you mean **cloaking**? As in when you show one thing to your end users but something else to search bots? | |
Re: You Canadians are weird :-P | |
Re: I don't use Pinterest, so I can't speak for what Pinterest users are looking for or what content they find attractive or unattractive. However, I do use Facebook to promote DaniWeb, so I can give you feedback on that side of it. First thing, I'm incredibly confused what you offer. … | |
Re: For the best strategies, I suggest you subscribe to the email newsletter at Outreach Mama. He gives some good tips. Check out Moz as well As far as actual sites that allow backlinks, we no longer allow this to be posted because it has just gotten soooo soammy. Check out … | |
Re: Hi Mikky ... Google AdWords is where advertiers pay to advertise their products across Google and publications within the AdSense network. Google AdSense is where publishers set up ads on their own site to make money. https://support.google.com/adsense/answer/76231?hl=en | |
Re: > Just stop with md5. It's completely useless. Not that you're doing it, but MD5() with both a salt and a pepper are a *little* better because they make rainbow tables useless, but I would use password_hash() because not only is it more secure, but it isn't any harder to … | |
Re: It is a vBulletin feature to delete user accounts. However, because we are so large, we cannot do so for legal reasons placed upon us by our web hosting company and all of the major ISPs. | |
Re: Sorry, I'm misunderstanding what you're saying. What you described is the expected behavior, no? What appears to be broken? | |
| |
Re: I use CodeIgniter, a loosely MVC-based PHP framework where models are "optional". When I began coding the current iteration of DaniWeb, I began with some of the basics of the infrastructure. I first focused on the model layer and built up the essentials of what a post looks like, what … | |
Sorry for the intermittent downtime over the past few days. We think we were being DDOS'ed, perhaps unclear. However, we've upgraded to new web servers tonight, to bring HTTP/2 support and *finally* move from PHP 5.x to PHP 7. A few years late, I know. Let me know if anything … | |
Re: > How can i get a back link from forbes? Subscribe to HARO. Subscribe to HARO. Subscribe to HARO. https://www.helpareporter.com/sources/?nav_location=footer | |
Re: > Yes you can press esc and that turns into a full window but there you lose all the formatting options (code, quote etc) The editor toolbar will be coming to full-screen mode in the future. > why can't we hav a normal full size window with all the options … | |
Re: Firstly, every page in the Google search results you linked to are from one specific forum. That's kinda weird ever since Google recently announced that, except in very extreme cases, they changed their algorithm to ensure that there's not more than one result per domain in the top 10 results. … | |
Re: > 1) Is it realistic to even consider this as a career for the next 10 years for someone my age? Assuming it is, Programming is a *huge* industry. Everything from writing hardware drivers to designing games for gaming consoles to building a website to on-page search engine optimization to … | |
Re: Correct me if I'm wrong, but isn't Cassandra a NoSQL database? I'm sure it's possible to move all of the data into MySQL, but it wouldn't be as simple as just running a migration script. Since MySQL is a relational database, you'd have to overhaul your entire database schema, and … | |
Re: He’s not asking for an app to be written for him or for us to do all the work. He has an idea and wants some advice on what next steps could be. I’m on my phone so I’ll follow up with you a bit later. In the meantime, letting … | |
Re: I would strongly suggest beginning by using Cafepress or even something like Etsy to sell your custom T-shirt designs. Lots of upside, they take care of getting you up and going quick, and you retain the ownership of your designs. With Etsy you’re creating the complete product by yourself so … | |
Re: Are you using any third party software to manage the bidding process? Are advertiser bidding on CPMs or CPCs? Do you make the process easy for new advertisers to set up a campaign on their own? Or do they have to each contact you and is it a manual process? … | |
Re: Yes, font size is critical in SEO. Google is capable of fully rendering the design of a page, and the page's layout plays a role in ranking. For example, it knows if you make those H1 tags teeny tiny or that regular div tag a huge font. Additionally, if you … | |
Re: rproffitt, The idea of using captcha to classify photos has been around. The twist here is that website owners earn money each time the captcha is used. This benefits the website owner because they need a captcha, so they might as well make money from having one at the same … | |
Re: Hi there! Welcome to DaniWeb. Glad to have been found. | |
Re: This is when multiple sites that you own link to each other. However, they will now quickly get you a Google penalty, ever since G changed their algorithm to focus on PBNs. (Public Blog Networks, or PBNs, are when you have a private network of lots of content sites all … |
The End.