11,557 Posted Topics
Google has always said that all of their bots do not use cookies. I caught a screenshot on Google PageSpeed Insights that displayed a modal that I only have implemented for users with a specific cookie already set. So there you have it, Googlebot uses cookies. | |
Re: Hi there and welcome to DaniWeb! What brings you here? Tell us a little about yourself. | |
Re: Sorry, I'm not understanding your question. A list of leads are potential customers, clients, etc. You want to generate a list of these potential people to reach out to who may be interested in your product or service ... from a single person? Not sure what you mean about the … | |
Re: Hi and welcome to DaniWeb!! PHP gal here :) | |
Re: Hi there and welcome to DaniWeb. Feel free to ask any questions you may have along the way :) What are your interests, specifically? What type of dev work do you do? | |
Re: Unfortunately this is outside of my area of expertise, but I've retagged this topic with javascript and express, so hopefully you'll be able to attract more relevant helpers. | |
Re: At the risk of just parroting what everyone else said, backlinks are a crucial part of SEO, but that doesn't mean you need to pay for them or use shady techniques to acquire them. Anything other than naturally acquiring them by just having quality content that people will naturally want … | |
Re: It depends on what programming language you’re using. What database you’re using. Etc. How much web development experience do you have? | |
Re: Hi and welcome to DaniWeb! I had to snip your Facebook link because it violates our rules having it in your posts, but feel free to go into your control panel and add it as a post signature at the bottom of all your posts. | |
Re: > First, it has been a LONG time since Ive been here. Good memories from when I was young. This question is out of my wheelhouse, but just thought I'd reach out and say welcome back! | |
Re: Why are digital marketing trends country-specific like this? And why did you tag your question with Google AdWords? #SoManyQuestions | |
Re: From the beginning, the way that you learn anything, really. You can begin by downloading something like Wordpress and making small tweaks and customizations to it. That’s a good way of getting tour feet wet while doing something hands on, productive, and, of course, free. | |
Re: There's a lot more to it than that, of course. Otherwise, everyone would be able to easily game SEO! You need a good combination of strong backlinks also talking about those keywords, and in-depth content on your site also talking about those keywords, among other things. | |
Re: Are you sure you are pushing all files to the web server? For example, you have: require '../../php/PDO_Connection_Select.php'; require '../../php/GetUserIpAddr.php'; Are those files in the same relative location on the web server? Does the web server have the files at the locations described in the database? | |
Re: Web designers have a strong eye for design, especially as it relates to digital marketing and advertising. They may also be UI and UX experts, and, if not, work closely with UI/UX (user interface and user experience) people. They have experience doing wireframes and keeping up with the latest design … | |
Re: Don't we all want to know! The easy way is to pick a very non-competitive keyword. If you're the only one with a website about red and blue striped widgets used for cooking, then it should be pretty easy to rank #1 for the keyword *red and blue striped widgets … | |
Re: Done right, you should be able to guest post for free. Just make sure your content is relevant to the blog you’re asking to post on, informative for their readers, and not spammy. Here at DaniWeb, we allow guest posts as long as there is no link in the article … | |
Re: You say java, but you tagged the post c++ and javascript. I'm confused? | |
Re: I'm a user of Ahrefs and I really like them. Obviously they're a leader in the SEO industry. The only competitor I know of is Moz. The thing is, as others have pointed out, they aren't an analytics company. You need both: Google Analytics and Ahrefs. They aren't competitors. | |
Re: We’ve been through ten million versions of the homepage and none of them have ever worked for forum regulars. The current feed is what was in use during our peak, 2008-2011 years. I think the latest topics and latest post feeds are best designed for regulars. Recommended feeds perhaps too. | |
Just thought I would start up a discussion and ask everyone ... what got you into tech? For me, I was 4 years old, my parents got me an Apple IIGS, and, in reading the manual, it came with a cheat cheet for booting into a BASIC interpreter with Ctrl … | |
Re: Have you tried updating your video card drivers? Perhaps check your RAM? Did you confirm the professor you upgraded to is compatible with your existing motherboard? | |
Re: You're missing a closing curly bracket at the bottom of the document. You opened `int main()` but never closed it. > staffTWB is a structure and not an instance of the object. rproffitt is referring to `printEntry(staffTWB);` where you are passing staffTWB into the printEntry() function, which you aren't allowed … | |
Re: I don't understand your question? | |
Re: Hi Jeb! Nice to virtually meet you. What brings you to DaniWeb? | |
Re: What do you need asap? I assume this is a homework assignment? Where are you stuck? What do you have so far? | |
Re: Welcome to DaniWeb. What brought you here? | |
Re: Here is an answer from their official forums: https://forums.mcafee.com/t5/Total-Protection/Something-went-wrong-with-the-Installation/td-p/669152 | |
Re: I haven’t watched your video (yet), but my first instinct is to recall there was the big announcement a couple of years ago that Google was going to go hard against PBNs. I don’t remember if it was just deindexing, or a Penguin penalty. Either way, personally it’s not something … | |
Re: Maybe you can check out tutorials and guides towards getting a Network+ certification? There’s probably a decent amount of overlap, I’m guessing? | |
Re: Those progress bars can easily be created with Twitter Bootstrap. https://getbootstrap.com/docs/5.1/components/progress/ Scroll down on that page to where it says "Striped" and that should be what you're looking for. The simplest way would be to include Bootstrap as so, in the HTML head: <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> and then, … | |
Re: I see you have the code: g2.drawImage(tile[tileNum].image, (int)screenX, (int)screenY, null); However, where do you set the value of `tile[tileNum]`? I see you have int tileNum = mapTileNum[worldCol] [worldRow]; Do you mean to say: g2.drawImage(tileNum.image, (int)screenX, (int)screenY, null); | |
Re: In SQLite, you can run this statement to get information about a specific table: PRAGMA table_info(EMPLOYEES); That will tell you the column type of each column in the table, and we'll be able to see the type of data the HireDate column stores. The thing is, that SQLite does not … | |
Re: I have 20 years of SEO experience and no clue what a multiple accounts backlink building strategy is. What multiple accounts? Do you mean a PBN (private blog network) where sites you own link to each other? | |
Re: What is inside the included/connect.php file? Does the database successfully connect? Do you just need help working out this particular SQL statement? I would also say always, always, always escape anything you use in a database query so you won’t introduce an SQL injection bug. Look into mysql_real_escape(). | |
Re: Across all deleted and non-deleted posts, *this topic* is the only instance of that URL being posted. Am I misunderstanding? | |
Re: I don't know Java, but are you importing java.util.Scanner or java.util.*? | |
Many years ago, DaniWeb offered a pay-to-post system where each post was awarded a monetary value (typically between 5 and 50 cents), depending upon how in-depth it was, upvotes, etc. Members could cash out once a month if they earned $10 or more from their posts. Very few members took … | |
Re: You can ask any question or start any discussion the same way you just did this one :) What's your question? What would you like to discuss? | |
Re: Afsa, this should really be its own question instead of hijacking this old thread. However, you can use Adobe Acrobat. :) | |
Re: Print out flyers that say you can make extra spending cash quick. Hang them in the dorms of local community colleges. Go to Fiverr and pay University students a few bucks to hang flyers at various fraternity and sorority houses across the country. | |
Re: > See the below image for what I'm trying to achieve. Sorry, not seeing the below image? You can drag it into the text box or click the little paperclip in the editor toolbar. | |
|
The End.