• Member Avatar for Dani
    Dani

    Began Watching App development - Lobby functionality optimisation

    I'm currently working on enhancing the user experience for the <snipped> app, and I've run into a bit of a roadblock. I'm trying to optimize the game lobby to ensure …
  • Member Avatar for Dani
    Dani

    Edited App development - Lobby functionality optimisation

    I'm currently working on enhancing the user experience for the <snipped> app, and I've run into a bit of a roadblock. I'm trying to optimize the game lobby to ensure …
  • Member Avatar for Dani
    Dani

    Created Do email clients respect CSP?

    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 …
  • Member Avatar for Dani
    Dani

    Began Watching Do email clients respect CSP?

    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 …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Online subission forms not sending emails of submitted info

    You only need to use htmlspecialchars() if the text appears on a website or an HTML email. I’m not sure if you need it if you’re sending plaintext emails.
  • Member Avatar for Dani
    Dani

    Moderated a Post in Extract Tabular Data from PDF Images using Hugging Face Table Transformer

    Hi, Thank you so much for the above code. Its giving better results compared to other libraries. I have few questions. In some tables, I have common column name for …
  • Member Avatar for Dani
    Dani

    Liked / Shared Which is the best SEO tool used to track exact ranking?

    Hi all I have encountered some difficulty while checking seo report of a site. Which is the best tool for exact tracking?
  • Member Avatar for Dani
    Dani

    Replied To a Post in APIs and SDKs in a PHP project

    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, …
  • Member Avatar for Dani
    Dani

    Began Watching APIs and SDKs in a PHP project

    I want to understand how I can add an SDK to my PHP projects to make APIs calls. I noticed that every software company have an SDK. I also noticed …
  • Member Avatar for Dani
    Dani

    Gave Reputation to rproffitt in APIs and SDKs in a PHP project

    > A software development kit is a collection of software development tools in one installable package. As such your last question doesn't make sense. The SDK installs your software development …
  • Member Avatar for Dani
    Dani

    Replied To a Post in The Application of Greedy Algorithm in Computer Monitoring Software

    > 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 …
  • Member Avatar for Dani
    Dani

    Began Watching The Application of Greedy Algorithm in Computer Monitoring Software

    Greedy algorithm is an algorithm based on the greedy approach, which is commonly used to find the globally optimal solution by selecting the locally optimal solution at each step, considering …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Do backlinks to disallowed URLs help the domain overall?

    > but what meta name="robots" do the have in their html head It doesn't matter. If a URL is disallowed via robots.txt, then Googlebot never crawls the page to discover …
  • Member Avatar for Dani
    Dani

    Gave Reputation to jkon in Calling an object from another in PHP using construct

    In every OOP language that I know you can create infinite recursive loops in a construction method . Lets play a bit with it in PHP: class A { private …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Calling an object from another in PHP using construct

    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 Dani
    Dani

    Began Watching Calling an object from another in PHP using construct

    How can I include objects in each other using PHP OOP? I have 3 classes all classes make use of one another. I am trying to call them on `__construct` …
  • Member Avatar for Dani
    Dani

    Created Do backlinks to disallowed URLs help the domain overall?

    I do realize that backlinks to URLs disallowed via robots.txt do still have whatever Google's modern version of pagerank is. Depending upon how many incoming backlinks there are, even if …
  • Member Avatar for Dani
    Dani

    Began Watching Do backlinks to disallowed URLs help the domain overall?

    I do realize that backlinks to URLs disallowed via robots.txt do still have whatever Google's modern version of pagerank is. Depending upon how many incoming backlinks there are, even if …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Do you participate in any other communities?

    Super familiar with Sitepoint :) Their forums used to be a big competitor to DaniWeb back in the day. Why did you inject a random spammy link into the middle …
  • Member Avatar for Dani
    Dani

    Gave Reputation to Chris_103 in What's the most unexpected hobby or interest you have outside of coding?

    Doggy Adventures: Share a recent memorable experience you had with your dog on a nature trail or a dog-friendly hiking spot. Talk about the sights, sounds, and smells that made …
  • Member Avatar for Dani
    Dani

    Replied To a Post in 'AI Is Expected to Transform the Role of Controllers & Analysts '

    I think it’s much more authentic and useful to have direct quotes. Paraphrasing loses a lot in translation IMHO.
  • Member Avatar for Dani
    Dani

    Gave Reputation to Johannes C. in Chrome generates AI content

    For users who are tired of seeing AI-generated content on Google, a simple fix is to **write "before:2023" in front of search queries**. Gets rid of all the "let's-delve-into-the-rich-tapestry..." BS.
  • Member Avatar for Dani
    Dani

    Replied To a Post in What's the most unexpected hobby or interest you have outside of coding?

    Did you make any money with crypto?
  • Member Avatar for Dani
    Dani

    Gave Reputation to midnightbastet in What's your favorite productivity hack outside of coding?

    Having an 1 hour nap
  • Member Avatar for Dani
    Dani

    Replied To a Post in Slaying Unicorns: How Europe Sabotages Its Own Economic Future

    I'm happy to live in Silicon Valley :)
  • Member Avatar for Dani
    Dani

    Began Watching Slaying Unicorns: How Europe Sabotages Its Own Economic Future

    **With the decline of industry and post-colonial exploitation, Europe should aim to become a global leader in the tech and service industry. But as the EU increasingly complicates the process …
  • Member Avatar for Dani
    Dani

    Edited How Build Html form ?

    <!DOCTYPE html> <html style="font-size: 16px;" lang="en"><head> <title>Comment</title> <script src="js/jquery.js"></script> <link rel="stylesheet" href="sign.css"> </head> <body class="u-body u-overlap u-xl-mode" style="background: url(img/arcane.png);" data-lang="en"> <div class="container" style="text-align:left;margin-top: 10px;margin-bottom:30px; margin-left: auto; margin-right: auto;background: #fff;" > …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How Build Html form ?

    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="#" …
  • Member Avatar for Dani
    Dani

    Began Watching How Build Html form ?

    <!DOCTYPE html> <html style="font-size: 16px;" lang="en"><head> <title>Comment</title> <script src="js/jquery.js"></script> <link rel="stylesheet" href="sign.css"> </head> <body class="u-body u-overlap u-xl-mode" style="background: url(img/arcane.png);" data-lang="en"> <div class="container" style="text-align:left;margin-top: 10px;margin-bottom:30px; margin-left: auto; margin-right: auto;background: #fff;" > …
  • Member Avatar for Dani
    Dani

    Replied To a Post in 'AI Is Expected to Transform the Role of Controllers & Analysts '

    Which of the two actually answered the questions?
  • Member Avatar for Dani
    Dani

    Began Watching 'AI Is Expected to Transform the Role of Controllers & Analysts '

    **AI will automize many routine tasks in accounting and the role of financial controllers and analysts will change, but not be replaced – say Manoj Kumar Vandanapu and Sandeep Kumar.** …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Chrome generates AI content

    Meanwhile, in other news, Google's huge March algorithm update, that is *still* going out, is focused hard and heavy on cutting out all AI-generated content from the search results. So, …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hello guys. Nice to meet u all!

    Hello and welcome!!
  • Member Avatar for Dani
    Dani

    Began Watching Hello guys. Nice to meet u all!

    My name is Anna and I am happy to be a part of such community!
  • Member Avatar for Dani
    Dani

    Replied To a Post in What's the most unexpected hobby or interest you have outside of coding?

    > Dani I believe that the LLM that you asked to give you ideas about a topic , was correct about the engagement such a topic would have , but …
  • Member Avatar for Dani
    Dani

    Gave Reputation to Read a Book in Video is not the main content of the page

    But i am generating the JSON code dynamically. If there is no video than i hide the VideoObject tag with if statement. Should i just remove the `itemscope itemtype="http://schema.org/VideoObject"`
  • Member Avatar for Dani
    Dani

    Replied To a Post in Video is not the main content of the page

    Yes, if the page does not contain video content, then remove `itemscope itemtype="http://schema.org/VideoObject"` I'm so sorry for not responding sooner. I just saw your post now.
  • Member Avatar for Dani
    Dani

    Edited Chrome generates AI content

    Apparently a new feature in Google Chrome is to automatically generate AI content. All I need to do is start typing a sentence or two here in this textbox, right …
  • Member Avatar for Dani
    Dani

    Tweeted Chrome generates AI content

    Apparently a new feature in Google Chrome is to automatically generate AI content. All I need to do is start typing a sentence or two here in this textbox, right …
  • Member Avatar for Dani
    Dani

    Created Chrome generates AI content

    Apparently a new feature in Google Chrome is to automatically generate AI content. All I need to do is start typing a sentence or two here in this textbox, right …
  • Member Avatar for Dani
    Dani

    Began Watching Chrome generates AI content

    Apparently a new feature in Google Chrome is to automatically generate AI content. All I need to do is start typing a sentence or two here in this textbox, right …
  • Member Avatar for Dani
    Dani

    Endorsed rproffitt

  • Member Avatar for Dani
    Dani

    Endorsed usmanmalik57

  • Member Avatar for Dani
    Dani

    Replied To a Post in Online subission forms not sending emails of submitted info

    > If this does in fact solve the problem, it would make replying back to the submitter a little bit more complicated In your mail headers, you can specify both …
  • Member Avatar for Dani
    Dani

    Moderated a Post in HTML Image Embedding Issue

    It seems like the issue might be with the path to the image. Here are a few things to check: 1. **Relative Path**: Ensure that the path to your image …
  • Member Avatar for Dani
    Dani

    Marked Solved Status for Thread's colliding?

    Hi. I am trying to figure out this code I found on the net that allows users to chat with each other. It gives a thread error that I just …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Is graphic design useful for UI UX?

    I would argue that data analytics is more important.
  • Member Avatar for Dani
    Dani

    Began Watching Is graphic design useful for UI UX?

    Having a degree in graphic design can be beneficial when pursuing a career in UX/UI design since the two fields have many overlapping skills.
  • Member Avatar for Dani
    Dani

    Gave Reputation to Chris_103 in Online subission forms not sending emails of submitted info

    It seems like you're experiencing issues with PHP-based email functionality, where submissions are not triggering emails to be sent. Let's dive into the code snippet you provided and see if …
  • Member Avatar for Dani
    Dani

    Edited HTML Navigation Menu Alignment Issue

    "I'm working on a navigation menu for my HTML page, but it's not behaving as expected. The links aren't aligning properly, and the styling seems a bit wonky. I've included …

The End.