11,557 Posted Topics

Member Avatar for Dani

In an email conversation I was having with Jim last week, I wrote: > It’s a lot easier to google something than it is to find DaniWeb, sign up, create a username, activate your email address, navigate to the contribute page, come up with a topic title, figure out what …

Member Avatar for Reverend Jim
1
84
Member Avatar for Stefce

The code that you copied/pasted here doesn't use websockets. Why do you think it does? Websockets (which I personally don't have any experience with) let you keep a connection open between the browser and the web server so that the counter is always updated in realtime when the visitor is …

Member Avatar for Dani
0
896
Member Avatar for mmarkgilbert142

What do you mean if you don’t know ChatGPT you won’t get the job? Its first demo wasn’t released until a few months ago and its API didn’t launch until yesterday. Other than reading news articles about it and playing around with a demo, a developer hasn’t been able to …

Member Avatar for compshooter
0
174
Member Avatar for QMLab

Hi there and welcome to DaniWeb! Thanks so much for joining. Please let me know if you're having a hard time navigating around the site. Most functionality can be accessed via the little hamburger menu to the left of the logo.

Member Avatar for Dani
0
19
Member Avatar for rproffitt

I have always been of the opinion that no modern PC operating system that has Internet access is impenetrable. Years ago, nearly all of the talk of virus protection and that sort revolved around Microsoft Windows because Windows users represented the majority of computer users (and therefore more viruses were …

Member Avatar for Dani
0
160
Member Avatar for iyiolamicheal46

Hello, An application like this requires variables to store the name and birthday. It requires you to use the `writeln()` function to output text to prompt the user to enter their name and birthday, and it requires you to use the `readln()` function to accept the name and birthday from …

Member Avatar for Dani
0
105
Member Avatar for kshahzad

Google has been discounting footer / sidebar links for quite a long time now, so most of the industry switched to editorial links within articles and blogs. However, that's been majorly discounted now as well, especially for blogs that have demonstrated spun content or lots of third-party links that look …

Member Avatar for KillerFrost
2
490
Member Avatar for borobhaisab

> Why my code looks messed-up above ? Sorry about that. I've gone ahead and fixed it. In the future, please add a blank line above and a blank line below the lines with the starting and ending ticks.

Member Avatar for Dani
0
75
Member Avatar for borobhaisab
Member Avatar for Joy joyce

Where did you attempt to put the code that didn’t work? I’m not seeing it in your full code. Also, the code you are saying isn’t working is just a conditional that checks the size/placements of picturebox1 and pixturebox2 with respect to each other. It doesn’t actually move either of …

Member Avatar for Joy joyce
0
183
Member Avatar for shmoop

Instead of having the image on a third-party site, I'm including it here for easier readability. ![FS9kco2.jpeg](https://static.daniweb.com/attachments/0/a257aa0c67fe3043c0145b60613a7c10.jpeg)

Member Avatar for rproffitt
0
195
Member Avatar for farman786

rproffitt, what is WiPro? farman, I would answer this question by saying experience with both front end and back end development nowadays. I don't mean the developer needs to also be the designer / UI/UX person, but AJAX, websockets, etc. have made it necessary for backend devs to also have …

Member Avatar for Dani
0
56
Member Avatar for Filiphos Eyoel

It sounds to me like you are in a class learning to convert pseudocode to C++. Can you please show us the pseudocode you're working with?

Member Avatar for Dani
-1
93
Member Avatar for Hafiz Haxxan

SEO is a long game. You *might* start seeing some movement in 3-6 months, but, depending on what it is you're doing, most of the SEO work you do won't really start making an impact for a year or more.

Member Avatar for jacksonshirley
3
147
Member Avatar for gr8fuldaniel

I've never heard of Webs.com and, to be honest, this is a big ask because I actually haven't heard of any free web hosting companies in the past decade. Many, many, many years ago I started with Xoom, which was essentially a competitor to Geocities (and was also free). Of …

Member Avatar for john_111
1
81
Member Avatar for rproffitt

> I f***ing hate Google anymore. 5 years ago you would have searched that and found a definite answer and guide on how to find your password. I'm gonna guess you got a bunch of poorly written articles from strange websites that weren't actually helpful? Those strange websites containing poorly …

Member Avatar for rproffitt
1
132
Member Avatar for jmconsultants

Sorry, I don't understand what i-net clear reports have to do with PHP? How are you wanting it to be integrated? Can you please explain in a little bit more detail?

Member Avatar for rproffitt
0
59
Member Avatar for Dani

When is it appropriate to use which social network to promote your business in your feed? I am active on Facebook, Twitter, and LinkedIn. If I have something to share about my business, do I cross-post on all three? Is it common for social networking content managers to use the …

Member Avatar for rproffitt
2
150
Member Avatar for Steve_63

Hello! What does your Content Security Policy currently look like, and what type of PayPal integration do you have set up? Your CSP might be blocking PayPal's scripts from running or forms from executing. Here at DaniWeb, we have some pages such as [our DaniWeb Premium donation page](https://www.daniweb.com/donate/index) where we …

Member Avatar for Steve_63
0
365
Member Avatar for increase

Can you please clarify exactly what the values of the variables $name, $namehref, and $click are?

Member Avatar for Dani
0
262
Member Avatar for Maycon_1

Are you looking for someone else to do a project with you, and to partner with them by exchanging ideas and sharing knowledge to accomplish the project? Or are you looking for someone else to do a project with you of building an app or tool designed to exchange ideas …

Member Avatar for john_111
0
93
Member Avatar for Stelian_1

Are you referring to a constructor function that is used when creating new objects of a class? For example: class User { private $first_name; private $last_name; private $email; public function login() { ... } public function logout() { ... } public function __construct($data) { $this->first_name = $data['first_name']; $this->last_name = $data['last_name']; …

Member Avatar for Dani
0
69
Member Avatar for Rita_13

This topic is tagged c++, java, and images. Are you wanting to write it in C++ or java? Also, what does it have to do with images? Moving forward, please be sure to follow our [tagging guidelines](https://www.daniweb.com/welcome/tagging) but, in the meantime, so that we can assist you, what language were …

Member Avatar for Dani
-1
56
Member Avatar for Layla_4

It just seems as if you have copied and pasted a homework assignment. We will definitely go out of our way to help you here at DaniWeb, but please help us to help you. What do you have so far? Where are you stuck? What is confusing you? What can …

Member Avatar for Dani
0
169
Member Avatar for borobhaisab
Member Avatar for Dani
0
26
Member Avatar for davit_91

> if your page is hosted on https then use <script src="https//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> else us <script src="http//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> I think you meant https:// vs http:// (you forgot the colon) Alternatively, you can just use <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> (which is correct without the colon) and it will use whichever scheme the URL containing that …

Member Avatar for Dani
0
3K
Member Avatar for jklove

Yeah, I have to agree that you connected to the Internet to post this question.

Member Avatar for lucyoscar
0
62
Member Avatar for tiffani

I’m sorry you’re still having issues with CSP (I can see if I can help you more in the other thread) but the OP here is referring to something different (and not web related) entirely.

Member Avatar for Dani
0
117
Member Avatar for rproffitt

> What about a video such as https://www.youtube.com/watch?v=pspsSn_nGzo where we see about turbocharging our programming with AI. You linked to a 17 minute video of a guy named Dave explaining the pros and cons of ChatGPT, as well as an in-depth explanation of how to use it as an effective …

Member Avatar for Tanvirdms
0
81
Member Avatar for Stefce

On line 145, you have `<a href="complete.php?id=<?=$offerid?>">` I'm not seeing how `$name` is built into the URL (e.g. there's no reference to `$adLink`) but I am also not seeing in this code what you mean about how `$name` is being passed via Javascript. Please show us the buggy code that …

Member Avatar for Stefce
0
126
Member Avatar for borobhaisab

According to [PHP documentation](https://www.php.net/manual/en/mysqli-stmt.execute.php) the `mysqli_stmt_execute()` function returns false on failure. Personally, I would just do something such as: if (mysqli_stmt_execute($stmt) !== false) { // Success ... } else { // Failure ... }

Member Avatar for borobhaisab
0
110
Member Avatar for mattyd

Wow, that one was so tough that, after 3300+ responses, no one found a way to follow it up in 14 years. Crazy. I'll say relief Not quite only changing two letters but close. Removing an 'a', removing a 'z', but also ... dare I ... adding an 'f'.

Member Avatar for Reverend Jim
0
10K
Member Avatar for Fecoms

rproffitt, they aren't wanting to list their agency services in Amazon, obviously. They are looking for a discussion with other digital marketers as to best serve their clients.

Member Avatar for becketharper585
0
149
Member Avatar for Stefce

I'm not spotting the difference between the two code blocks you have here other than, in the first one, you echo $country and in the second one you don't. Also, in both of them you seem to have the line `$user_r_ip = $_SERVER['REMOTE_ADDR'];` but you are not using that variable …

Member Avatar for Dani
0
59
Member Avatar for Dani

Are URLs submitted to Google in a disavow file excluded from the list of external links in Google Search Console?

Member Avatar for Dani
0
55
Member Avatar for faithecommerce

Do you have a WordPress site that perhaps someone else has gotten the admin password to? It sure sounds like your website has been hacked.

Member Avatar for john_111
1
106
Member Avatar for sam023

Sorry for the belated response here, but is there a reason that the native JS `trim()` function couldn't be used on the string, after the regex already does its job of adding spaces in the middle?

Member Avatar for Dani
1
33K
Member Avatar for Dani

Google Analytics initially evolved from Google's purchase of Urchin Analytics, an Apache log analyzer. That's why legacy Google Analytics property IDs all begin with UA-. The familiar ?utm_ keywords that can be tacked onto URLs to track referrer statistics in Google Analytics are remnants of Urchin Tracking Modules. All these …

Member Avatar for Dani
1
77
Member Avatar for Hafiz Haxxan

I would only half agree, rproffitt. I think there’s been a definite industry shift over the past 2 years from guest blogging, instead towards creating on-site content to serve as link bait, and I think 2023 is going to be all about social media. I also think Google is going …

Member Avatar for redplanetpk
0
123
Member Avatar for twinmark01
Member Avatar for Dani
0
22
Member Avatar for sunshineboy1996

Server response time is limited by the speed of your web servers (and has nothing to do with front-end javascript execution, etc.). You might also be able to use a CDN such as Cloudflare to improve page speeds if you cache HTML pages, although this isn't possible with their free …

Member Avatar for twinmark01
0
82
Member Avatar for vegaseat

Philip, Thank you for your contribution. I know it can be difficult coming into a new community and wanting to participate, especially as a beginner programmer. I apologize that your first impressions here have been people bashing your code. I do agree that the code you contributed is inefficient, but …

Member Avatar for Dani
2
75K
Member Avatar for oceane.boca1

> But what is THE HACK that allowed you to win the most positions? ;) Go viral in social media for an article that is listed in Google News. Also, the first page for *what*? Your company name? I rank #1 for "DaniWeb". Does that count?

Member Avatar for john_111
0
62
Member Avatar for Fecoms

We don’t allow these kinds of topics because they turn into massive spam fests with everyone just posting a link to their blog. I would check out the marketplace at BlackHatWorld. You could also do a Google search for “submit guest post”. But keep in mind that Google is seriously …

Member Avatar for redplanetpk
0
157
Member Avatar for Reverend Jim

Hi, I need to work on making it a better user experience. My first guess is what is happening is that you received a new message belonging to a conversation that you have previously archived, so the conversation isn't showing up for you. Try this: 1. Click on the speech …

Member Avatar for Dani
0
54
Member Avatar for oceane.boca1

Yeah, I think that's true with all social media nowadays. You really have to bring something eye-catching to the table to distract people away from a billion people and companies all trying to get their attention at once.

Member Avatar for Dani
0
12
Member Avatar for oceane.boca1

It depends what your marketing goals are. Sometimes it makes sense to fake it til ya make it. Psychologically, people may be more likely to follow you if there’s a big number of people already seemingly following you. Or perhaps being able to say you have a big number of …

Member Avatar for Dani
0
21
Member Avatar for Naor

Similarweb is only able to estimate the amount of traffic you have by collecting data on a small sample of user browsing habits (that they have access to) and then extrapolating that. Here is an article about the different ways they collect data: https://support.similarweb.com/hc/en-us/articles/4912885128337-How-does-Similarweb-get-data- The only way they would know …

Member Avatar for becketharper585
0
162
Member Avatar for JKAH55

If you’re talking about your DaniWeb password, you can do it [from here](https://www.daniweb.com/connect/profile).

Member Avatar for Dani
0
27
Member Avatar for mFilterIt

In the world of digital advertising, PPC (pay-per-click) is when advertisers pay each time someone clicks on their ad and lands on their website. Ad networks such as Google AdSense allow publishers to host PPC ads on their website, and get paid a portion of the profits. Click fraud is …

Member Avatar for rproffitt
2
125

The End.