• Member Avatar for Dani
    Dani

    Created Do you participate in any other communities?

    I know rproffitt is a moderator on the Tech Republic forums. Does anyone else participate in any other online forums / communities / subreddits / etc? Just curious :)
  • Member Avatar for Dani
    Dani

    Began Watching Do you participate in any other communities?

    I know rproffitt is a moderator on the Tech Republic forums. Does anyone else participate in any other online forums / communities / subreddits / etc? Just curious :)
  • Member Avatar for Dani
    Dani

    Created December 2020 Core Update

    Is there any news yet as to what the December 2020 core update focused on? What types of sites were the biggest winners vs biggest losers?
  • Member Avatar for Dani
    Dani

    Began Watching December 2020 Core Update

    Is there any news yet as to what the December 2020 core update focused on? What types of sites were the biggest winners vs biggest losers?
  • Member Avatar for Dani
    Dani

    Created What is everyone doing this holiday season?

    Any big plans (while keeping safe)? Just staying home? We aren't doing much of anything.
  • Member Avatar for Dani
    Dani

    Began Watching What is everyone doing this holiday season?

    Any big plans (while keeping safe)? Just staying home? We aren't doing much of anything.
  • Member Avatar for Dani
    Dani

    Replied To a Post in What are the latest SEO techniques to push keywords high in the rankings?

    It entirely depends what niche you're in and what type of website you're running. The techiques I would recommend for an ecommerce site are very different than those I would …
  • Member Avatar for Dani
    Dani

    Began Watching What are the latest SEO techniques to push keywords high in the rankings?

    Please tell me about techniques that really help.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Colored text based on days of the week

    In PHP, you can make use of the [date function](https://www.php.net/manual/en/function.date.php) Something like this should work, although this code is completely untested, so I'm not sure if it has any typos …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm smmgoal

    Hi there! Nice to meet you.
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm smmgoal

    Hello i am yigit from turkey.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Data Analytics Company in India

    Hi and welcome to DaniWeb! I’m very interested in data analytics so feel free to reach out to start any discussions, etc.
  • Member Avatar for Dani
    Dani

    Began Watching Data Analytics Company in India

    We are Software Development.
  • Member Avatar for Dani
    Dani

    Replied To a Post in HELP ME PLEASE IN MY BUS RESERVATION PROJECT

    You’re saying you use a combo box for the seat number. So I assume this project has some sort of front end user interface? Can you please provide the code …
  • Member Avatar for Dani
    Dani

    Began Watching HELP ME PLEASE IN MY BUS RESERVATION PROJECT

    HELP ME IN MY BUS RESERVATION PROJECT I NEED TO HAVE A CONDITONAL STATEMENT IN MT SEATING ARRANGEMENT FOR EXAMPLE IF THE SEAT NUMBER IS ALREADY SELECTED IT WILL POP …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hello, new old member.

    Hi there! Welcome to DaniWeb. What was your old username? Do you have any way at all at confirming that it is you?
  • Member Avatar for Dani
    Dani

    Began Watching Hello, new old member.

    Just getting re-acquainted with Daniweb/ProgrammingForums. Hello. The email I signed up with is long gone and I have no way to reclaim unless I can remember my old password.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Colored text based on days of the week

    Hi, What you’re asking for involves logic. If this, then that. If it’s this day of the week, then do that. This means your webpage doesn’t look 100% exactly the …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Need Help for Bsc final year project

    An index page for a website is simply the homepage. It can have anything you want on it. What do you mean by a complaint page? Should it just say: …
  • Member Avatar for Dani
    Dani

    Began Watching Need Help for Bsc final year project

    I am a final year student. Now I need to start work for final project. But I am not familiar how to do it. Can you help me out, How …
  • Member Avatar for Dani
    Dani

    Created can someone help me with this code.

    Write a program simulator that will compute for the average waiting time of each customer in a bank. Also the program will indicate the number of the teller who accomodates …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Colored text based on days of the week

    You need to use a programming language such as javascript. I’m on my phone right now so I can’t really toe out code, but there’s a link to a resource …
  • Member Avatar for Dani
    Dani

    Began Watching Colored text based on days of the week

    I created an html page with days of the week Mon Tue Wed Thu Fri Sat Sun The corresponding page is linked to each day I would need that when …
  • Member Avatar for Dani
    Dani

    Undeleted a Post in Create an update form using modal bootstrap

    Hi, add this <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to display URL as hot link?

    > and don't tell me what I should do -- although I am wide open to suggestions. Sorry if it came across as insulting. I simply mean that, if you're …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to convert Word Doc to HrTML using JavaScript or Using PHP?

    Well Javascript is primarily a front-end language, and it would make it hard to do that type of conversion. PHP is a back-end language, in which that kind of conversion …
  • Member Avatar for Dani
    Dani

    Began Watching How to convert Word Doc to HrTML using JavaScript or Using PHP?

    I want to create a tool for my website that convert word document to html form and vice versa. I don't know the process how it works. I wnat to …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm andrewwwilliam

    Hi there and welcome to DaniWeb!!
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm andrewwwilliam

    Hi there! I am freelance designer, using Fiverr for income
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to display URL as hot link?

    Are your using native PHP or a PHP framework such as Laravel, Codeigniter, etc? Are you using a PHP templating system? (If not, you should be!) Please show your full …
  • Member Avatar for Dani
    Dani

    Began Watching How to display URL as hot link?

    Link in MySQL: https://wahlburgers.com/dorchester Variable loaded: $website = $row["website"]; How can I echo the word "Website" as a hot link to $website ( https://wahlburgers.com/dorchester ) inside an HTML form? This …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Archery game source code

    Do you have a question?
  • Member Avatar for Dani
    Dani

    Began Watching Archery game source code

    Source code archery game
  • Member Avatar for Dani
    Dani

    Created favicon.ico is showing up as a soft 404

    www.domain.com/favicon.ico is showing up as a Soft 404 in my GSC Coverage report. I can't imagine blocking it with robots.txt because it seems as if bots might want to access …
  • Member Avatar for Dani
    Dani

    Began Watching favicon.ico is showing up as a soft 404

    www.domain.com/favicon.ico is showing up as a Soft 404 in my GSC Coverage report. I can't imagine blocking it with robots.txt because it seems as if bots might want to access …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Creating a quiz that shows one after the other from database

    OK, so let's see ... You want to develop a webpage that enables someone to take a practice test. You want it to be done in PHP, but you don't …
  • Member Avatar for Dani
    Dani

    Began Watching Creating a quiz that shows one after the other from database

    Good day, I am actually a young programmer, who wants to develop a webpage that enables someone to take a practice test. It was given to me as an assignment …
  • Member Avatar for Dani
    Dani

    Gave Reputation to BillRodgers in Tool to migrate away from jQuery?

    Hi Dani, I don't know how effective or accurate it is: https://the-code-monkey.github.io/JQuery2JS/ Regards, Bill
  • Member Avatar for Dani
    Dani

    Replied To a Post in Tool to migrate away from jQuery?

    > Why do you suspect that jQuery is slowing your site down? Because tools such as Google PageSpeed Insights alert me that the bottleneck to my page speed is my …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Dropdown fetching database table by ID

    I will repeat what I asked in my first post of the thread: Can you please show the html/javascript code for the dropdowns?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Algorithm to C++ conversion

    This makes absolutely no sense without any context. What pollution? What searching? What exploring? I urge you to begin by commenting what each line is intended to do, and think …
  • Member Avatar for Dani
    Dani

    Began Watching Algorithm to C++ conversion

    while isSearching do ?2????????? ← ????????????????(?2) ∇???? ← ?2????????? − ?1????????? ?1 ← ?2 if ∇???? > 0 then ??? ← 0 ?2 ← Run(?1) ???? ← ?2 else ?2 …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm John20013

    Hi there and welcome to DaniWeb!
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm John20013

    Hi There, I am John, I am a developer and love writing content on PHP & Wordpress. I have joined this community to enhance my knowlege and lead other too. …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Favorite Oculus Quest apps

    Beat Saber is one of my fiancé’s favorite games. We bought this rubber-like covering for the headset that makes it more comfortable when you’re working up a sweat. We also …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Dropdown fetching database table by ID

    > Is what you’re saying that you don’t know how to code how to change the dropdown when a radio button is clicked? Are you using javascript? My question in …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Dropdown fetching database table by ID

    > can i usse isset($_post[id]) $fruitid = $_Post['id'] Yes, you can do something like: if (isset($_POST['id'])) { // We make sure to sanitize the user input by making sure it's …
  • Member Avatar for Dani
    Dani

    Began Watching Hi I am lary from softnwords who works on digital marketing and GIG sharing

    I do diital marketing for any websites and do SEO on demand.I am a writer of unique articles and coder for php websites for lat 10 years.please feel free to …
  • Member Avatar for Dani
    Dani

    Replied To a Post in I want mini project of data structure using c

    Here’s a random link I found on Google that should hopefully help you out: https://www.programiz.com/c-programming/c-structure-examples

The End.