11,557 Posted Topics

Member Avatar for Admin907

It depends how technical you are. Instead of using a plugin, you can code everything manually that a plugin would do. Also, I recommend Cloudflare. Even the free version offers a bunch of speed improvements. But, yeah, it all comes down to how technical you are, I suppose.

Member Avatar for Dani
0
12
Member Avatar for pritaeas

I'm so sorry about that!! Last night I was working on some stuff until rather late, and my husband stopped me and told me to come to bed. I did a cursory check that everything was looking good, checked in my work, and went to bed. Apparently I broke something …

Member Avatar for Dani
0
47
Member Avatar for jkon

For sure. Years ago, Google *hated* forums. We lost all of our traffic and membership and post activity quickly followed. Nowadays, Google *loves* forums. However, our traffic has yet to return, although I've been hearing through SEO communities that some other forums have regained their traffic. Here's an article on …

Member Avatar for jkon
0
125
Member Avatar for Dani

Just as the title states, do non-web based email clients (e.g. Microsoft Outlook) respect CSP HTTP headers? Specifically, I want to prevent hotlinking of images hosted on my domain within HTML emails with these HTTP headers: Cross-Origin-Resource-Policy: same-origin Vary: Origin

Member Avatar for Ethanbrody
0
149
Member Avatar for FarrisFahad

I'm not understanding your question. You can definitely create objects within the methods of other classes. As pritaeas says, please post some code so we can understand better.

Member Avatar for aishamushtaq
1
186
Member Avatar for Dani

If you love DaniWeb, or even if you don't, it would be much appreciated if you could [review us on Google](https://g.page/r/CSyiHReUFoTLEAI/review). Much thanks!!

4
45
Member Avatar for alexanderrm2024

Have you learned how to graph things? Did your professor teach you about using Canvas yet? Here is a tutorial for getting started: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial

Member Avatar for Dani
0
84
Member Avatar for ianhaneybs

Glad you got it figured out. Here is a cleaner way of presenting the above code so it doesn't look so messy: <?php // Retrieve the current page $currentpage = $_SERVER['REQUEST_URI']; // Most pages have this CSS class $class = 'testimonial-two'; // Array of pages $array = array( '/', '/index.php', …

Member Avatar for ianhaneybs
0
84
Member Avatar for Johannes C.
Member Avatar for david.tigner

The first thing I will say is never output `$_POST[]` content directly into the HTML without escaping it first. You are leaving yourself wide open to an HTML injection attack. Not only that, but you're also leaving yourself open to invalid HTML. All it takes is to wrap your user-sent …

Member Avatar for Dani
0
397
Member Avatar for FarrisFahad

In the context of PHP, an API's SDK is a PHP-based library that is used to access what is typically a JSON-based API. Composer is a dependency manager for PHP, but you typically don't *need* to use it. What API are you trying to connect to?

Member Avatar for pritaeas
0
95
Member Avatar for Yao889956

> Maybe the tag system changed but in the past I could create a new tag if there wasn't one. Only non-newbie members can do that. Please visit our [tagging guidelines](https://www.daniweb.com/welcome/tagging).

Member Avatar for Dani
0
132
Member Avatar for renita_1

IMHO all businesses in this day and age should be using some form of digital marketing, even if it's just being on Yelp or having a website. Are you posing this question to the community, or just sharing what digital marketing is? I'm confused by the point of your post.

Member Avatar for Bunker
0
77
Member Avatar for Dani

I asked ChatGPT for some interesting conversation starters and it suggested this. However, the more I think about it, the less I can come up with something! I enjoy walks on nature trails, but hiking is *huge* amongst techies in the Bay Area. My husband plays DDR regularly for exercise, …

Member Avatar for Chris_103
1
136
Member Avatar for Johannes C.
Member Avatar for Kirubel_2

I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form.

Member Avatar for Dani
0
46
Member Avatar for midnightbastet
Member Avatar for Dani

Just a random question to try to get some good discussion going. For me, at least the last handful of years, it's been taking a nice stroll around town. When I first moved to California from NY, I was living in an apartment in the middle of downtown Palo Alto. …

Member Avatar for midnightbastet
0
70
Member Avatar for Read a Book
Member Avatar for Ali_96
Member Avatar for jacobss
Member Avatar for Puterwiz82

There is no way of determining the owner of an email address, especially from a free service such as GMail. Anyone can sign up for a free gmail account and purport to be anyone. However, if you're getting emails from a scammer, forward them to abuse@gmail.com so that GMail can …

Member Avatar for KomalBhatt
0
118
Member Avatar for jprog1000
Member Avatar for ndonetimok

You can use a website like [Built With](https://builtwith.com/daniweb.com) if you want to quickly see what frameworks a website that is already in their system is using. However, to figure it out for yourself, it's just a matter of looking at the HTML source code for a webpage and seeing if …

Member Avatar for Dani
0
85
Member Avatar for Dani

Does anyone have anecdotal evidence for or against Google following internal nofollow links? (Irrespective of what they claim)

Member Avatar for KomalBhatt
2
141
Member Avatar for BigPaw

Perhaps a career as a [software QA engineer](https://in.indeed.com/career-advice/finding-a-job/what-is-qa-engineer) will be interesting to you?

Member Avatar for Dani
4
42
Member Avatar for samaru
Member Avatar for toneewa

Currently, when you ask a question on DaniWeb, as you type in the title and message, we perform a search against all of our existing content to see if a similar question has already been asked. However, I do admit that I don't have any experience with ChatGPT nor do …

Member Avatar for toneewa
1
79
Member Avatar for Dani

What are some ways to improve MySQL performance on queries against large tables that include the HAVING BY clause. It's my understanding that anything in there doesn't benefit from table indexes.

Member Avatar for toneewa
0
799
Member Avatar for sarahneilson

It entirely depends on the audience and the campaign goals. In certain situations, Facebook is better. In others, Pinterest is better. If you're a fashion designer trying to promote your latest line, you're probably going to be more successful on Pinterest than Twitter, for example. If you're trying to promote …

Member Avatar for aishamushtaq
6
566
Member Avatar for cartonspoultry

I have been in the industry for a very long time, and have never heard of it. There’s white hat, of course. Black hat. And then there’s grey hat, where you’re being creative with white hat techniques designed specifically to focus on short term gains.

Member Avatar for Reverend Jim
0
66
Member Avatar for AndyBeohar
Member Avatar for Read a Book

As someone who has been in the SEO industry for over two decades, it doesn't really matter if you use www or non-www. All that is important is that, whichever you choose, you stick to it. That means that all links on the web (social media, etc.) point to the …

Member Avatar for jofrachalya142
3
234
Member Avatar for FarrisFahad

I can see that the URL that you linked me to has 4 steps to create a purchase. The first one is to create a Purchase via an HTTP POST request. That can be done with a cURL request. cURL requests require some backend programming such as via PHP or …

Member Avatar for pritaeas
0
82
Member Avatar for Reverend Jim

Not that it is an excuse, but I would like to offer up an explanation, if I may. You can [see here](https://www.daniweb.com/programming/web-development/threads/541688/airtm-api-how-to-build-a-form) that only 4 days ago, FarrisFahad had a button to pay by Paypal on his website, and wants to convert it into utilizing a payment API (e.g. something …

Member Avatar for Reverend Jim
1
40
Member Avatar for michael3212

Is your name Tanzeel or Michael? Are you in Florida or Pakistan? It seems you need to get your story straight. In other words, just be honest with us :)

Member Avatar for Dani
0
19
Member Avatar for borobhaisab

More of what Google does (and is doing more and more of) in terms of answering questions directly without having to visit any links.

Member Avatar for Dani
0
346
Member Avatar for The Dude
Member Avatar for Dani
3
11K
Member Avatar for pty

I just stumbled upon this and had no idea that Mastodon was even a thing 6 years ago, pty! I first became aware of them back when Elon bought Twitter (ahem, X) and everyone fled ship trying to find an alternative. Sorry no one replied to this thread until now. …

Member Avatar for Dani
3
297
Member Avatar for diggdirectory

I’ll second the recommendation for Ahrefs if you want to keep track of your backlinks. My biggest complaint with it was it often found realllllllly old links for the first time, so I wasn’t easily able to track how many new links I had per day, per week, etc.

Member Avatar for ani03
0
3K
Member Avatar for johnson644

Hello and welcome to our little community. Sorry for my tardiness in welcoming you. Have you spent any time on DaniWeb since posting here? What are your initial thoughts?

Member Avatar for Dani
1
17
Member Avatar for Alamir Rangel

In the editor toolbar, click the third button from the left. As Jim points out, it looks like `</>`. If you hover over it, it should say 'Code Block' in a tooltip.

Member Avatar for Dani
0
110
Member Avatar for vesto

Travel without technology is just like travel with technology. I hate traveling either way! :-p Airplane travel without technology is just like sitting on the couch during a blackout, I guess???

Member Avatar for Dani
0
85
Member Avatar for moderate_rock48
Member Avatar for borobhaisab
Member Avatar for Dani
1
219
Member Avatar for AndreRet
Member Avatar for Dani

I just recently finished the first season of The Winchesters, and was unfortunately a bit disappointed by how it ended. It felt incredibly predictable. Currently my husband and I are watching Orphan Black (We are on season 2). May I recommend Severance on Apple TV+. I really loved the season …

Member Avatar for Reverend Jim
0
123
Member Avatar for Virat_4

The problem you're encountering is that a website today requires a backend as well as a frontend. You'll often find backend programmers who code the web app's functionality, and then team up with front-end designers who design the user interface. Or you'll find frontend programmers, like yourself, who typically also …

Member Avatar for Dani
2
38
Member Avatar for rproffitt

> In other words, if it ain't broke, don't fix it. Who said it wasn't broke? Elon acquired a failing company. Twitter might have been making gross ad revenue, but it was never profitable, and it was bleeding a *LOT* of money every month. If I suddenly acquired a company …

Member Avatar for Dani
0
182
Member Avatar for AndreRet

Stack Overflow has always had that arrogance behind it. It’s from the very nature of how you gain moderation power in the platform based on your activity, regardless of if you are even-tempered or have a personality suited to being objective, as opposed to being voted into the position. It’s …

Member Avatar for Dani
1
82

The End.