• Member Avatar for Dani
    Dani

    Replied To a Post in Want to conditionally load CSS for responsive layout

    Sorry for taking so long to see this and respond to it. You say I don't know anything about web development. Aside from not detecting the user-agent and serving content …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Referenced AMP URL is not an AMP

    So I checked the HTML code of your website and I see the line: <link rel="amphtml" href="https://adventurejourney.vn"/> Basically this is saying that an AMP alternate mobile version of the page …
  • Member Avatar for Dani
    Dani

    Began Watching Referenced AMP URL is not an AMP

    Hi. Google Search Console inform us like this: Referenced AMP URL is not an AMP We do not know what that information is. Can please anyone help? My website is …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi, I'm Anwal_1

    Hi there Anwal. Nice to meet you. How is your schooling going?
  • Member Avatar for Dani
    Dani

    Began Watching Hi, I'm Anwal_1

    Hi, I'm Anwal from Pakistan. I'm student of Bechular of Computer Science.
  • Member Avatar for Dani
    Dani

    Edited Procedural programming C#

    Hi, everyone i have a question to ask yous all, i have created a text story game on visual studio in the language c# but how to i identify the …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Word Association Game

    snooty --> snobby
  • Member Avatar for Dani
    Dani

    Edited Hello Everyone ....!!

    My name is Chirag, I have joined the DaniWeb community recently. Its my first introductory post to this world. Looking forward to explore new things here. Thanks!
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hello Everyone ....!!

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

    Began Watching Hello Everyone ....!!

    My name is Chirag, I have joined the DaniWeb community recently. Its my first introductory post to this world. Looking forward to explore new things here. Thanks!
  • Member Avatar for Dani
    Dani

    Undeleted a Post in A countdown timer in c++

    > This is a much better program than the one above. Although an old post, your code is missing a last "}"
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to convert a PDF document to Excel

    Does the PDF have data in tabular format? You might have better luck opening it in Microsoft Word.
  • Member Avatar for Dani
    Dani

    Began Watching How to convert a PDF document to Excel

    I am trying to convert an 11 page Pdf document to excel and have the formatting work correctly. If anyone knows of an easy way to do this I would …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Can we please ease up on the email notifications?

    Arrived. Thanks!
  • Member Avatar for Dani
    Dani

    Replied To a Post in Can we please ease up on the email notifications?

    So we were having mail issues and the mail queue got backed up. However, are you getting multiple emails about the same thread? Can you please forward them to me …
  • Member Avatar for Dani
    Dani

    Began Watching Can we please ease up on the email notifications?

    I am being over-notified. I started a new thread to tell the community that "Active State Komodo IDE Now Free". I got four emails telling me I had started a …
  • Member Avatar for Dani
    Dani

    Endorsed tinstaafl

  • Member Avatar for Dani
    Dani

    Replied To a Post in How to block content on hotel network

    Looks like Meraki now has a whole section of their site specifically catering to hotels: https://meraki.cisco.com/solutions/hospitality
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to block content on hotel network

    I use Cisco Meraki for the coworking space that I own and it's super simple to set up and perfect for this use. Primary use cases are coworking spaces, hotels, …
  • Member Avatar for Dani
    Dani

    Began Watching How to block content on hotel network

    Looking for an efficient way to block p2p content on a hotel network.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Thoughts about current Social Media and SEO landscape. Ruins everything.

    Mastodon does what a lot of other platforms, including DaniWeb, are now doing. They're basically saying, "OK, you don't want to be the product? We will let you be the …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Thoughts about current Social Media and SEO landscape. Ruins everything.

    You're not going to like my answer here ... I am not the one to weigh in on this topic because I do not have a problem with social networks …
  • Member Avatar for Dani
    Dani

    Began Watching Thoughts about current Social Media and SEO landscape. Ruins everything.

    The current system of say Facebook, Google (YouTube, Search Engine Optimization) and just about no one else has lead to what I see as a possilbe break from these masters …
  • Member Avatar for Dani
    Dani

    Replied To a Post in A script to allow users to change their password

    He has a lot of echo statements in there already. Which ones are printed out?
  • Member Avatar for Dani
    Dani

    Began Watching A script to allow users to change their password

    I used similar process for users to update username and email, but password is giving me a headache <?php if(isset($_SESSION['id'])){ if(isset($_POST['change_password_submit'])){ $usersId = $_SESSION['id']; include 'includes/dbh.inc.php';//connection to database $currentpassword = …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Multibar chart with Google chart or something similiar

    In what appendix? I don’t see any pictures attached. Please try attaching again.
  • Member Avatar for Dani
    Dani

    Began Watching Multibar chart with Google chart or something similiar

    Hey i am student and quite inexperienced in coding. Therefore i hope somebody can help me how I can create a Multibar chart. in the appendix I have attached a …
  • Member Avatar for Dani
    Dani

    Replied To a Post in What is your favourite SEO website/blog, and why?

    Of course all the ones already mentioned. I read Barry daily. And also frequent WebmasterWorld. I also am a member of a bunch of forums for forum owners.
  • Member Avatar for Dani
    Dani

    Began Watching What is your favourite SEO website/blog, and why?

    I am regularly seen Search Engine land websites. What is your favourite SEO website/blog, and why?
  • Member Avatar for Dani
    Dani

    Created Learn Python

    Good Day i'm not new to this community but i haven't been in participation of anything relating to programming for year but now i'm interested in learning Python Programming language …
  • Member Avatar for Dani
    Dani

    Created The image is not showing up in the terminal window. How can I fix this? Any helpful advice?

    # Class 1 # import java.awt.Canvas; import java.awt.Color; import java.awt.image.BufferStrategy; import java.awt.Graphics; import java.lang.Runnable; import java.lang.Thread; import javax.swing.JFrame; import java.awt.image.BufferedImage; import javax.imageio.ImageIO; import java.io.IOException; public class Game extends JFrame implements …
  • Member Avatar for Dani
    Dani

    Created The image is not rendering or not showing up

    import java.awt.Canvas; import java.awt.Color; import java.awt.image.BufferStrategy; import java.awt.Graphics; import java.lang.Runnable; import java.lang.Thread; import javax.swing.JFrame; import java.awt.image.BufferedImage; import javax.imageio.ImageIO; import java.io.IOException; public class Game extends JFrame implements Runnable{ private Canvas canvas …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Anyone use Reddit?

    aarticod, what are your thoughts of it? Do you find it more useful than sites like WebmasterWorld, for example?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Control panel changes

    Soooo it seems you have uncovered a problem with our mail server! We restarted the service and it should be working now, so please try again.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Control panel changes

    Sorry about that ... it seems our system hates you, because it flagged your message "ok" as spam :( I've fixed that.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Control panel changes

    ok
  • Member Avatar for Dani
    Dani

    Undeleted a Post in Output incomplete, Text file.

    Hi guys, so my task is as follows. A. Develop an application that reads your listings.txt file, analyzes the property listed per agent, and outputs a report to an agentreport.txt …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Control panel changes

    Also, you should be able to work around the problem by adding @daniwebmail.com to your whitelist.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Control panel changes

    Oh, I see what the problem is. My apologies for this issue, but unfortunately we have a known issue with the ISP you are using where they delay email that …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Control panel changes

    Does the new email address correctly update? And you haven’t gotten email to either the old or the new address?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Control panel changes

    And the email address on file is correct? What error message do you get when you try to change your email address?
  • Member Avatar for Dani
    Dani

    Replied To a Post in How can I resset my wifi password

    If you have a Linksys router, the default address to load the config settings is http://192.168.1.1 With default username being admin. You may have changed these settings. Also, other routers …
  • Member Avatar for Dani
    Dani

    Began Watching How can I resset my wifi password

    How can I resset my wifi password
  • Member Avatar for Dani
    Dani

    Replied To a Post in Control panel changes

    Hi, I’m really sorry that you’re struggling. Can you please tell me what happens when you go to: https://www.daniweb.com/connect/profile ... and then change the email address and, for security purposes, …
  • Member Avatar for Dani
    Dani

    Gave Reputation to nanakumi75 in Insert into not working in my php code

    mysqli_real_escape_string needs two paramters
  • Member Avatar for Dani
    Dani

    Gave Reputation to ayoub_8 in close button on popover

    hello gays
  • Member Avatar for Dani
    Dani

    Replied To a Post in Increase Google site performance

    I just tried that tool and got over 25 seconds for the homepage of Reddit. You can see from the screenshot that the page is done loading in < 4 …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Periodic Table in Turbo CPP

    Oh never mind. Just discovered this thread is 5 months old. I guess you already found the bug.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Periodic Table in Turbo CPP

    Also, post your code here so we can try to find the bug.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Periodic Table in Turbo CPP

    I forgot to mention that LOGO was somewhere there in the elementary school years as well.

The End.