11,557 Posted Topics
Re: Hi and welcome to DaniWeb! I’m very interested in data analytics so feel free to reach out to start any discussions, etc. | |
Re: Hi there! Welcome to DaniWeb. What was your old username? Do you have any way at all at confirming that it is you? | |
Re: 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: “Welcome to my complaint site”?? If so, you can simply have: <html> <head><title>Complaints</title></head> <body><h1>Welcome to my complaint site.</h1></body> </html> Save … | |
Re: 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 is possible. Codemirror is a Javascript-based front-end library used to build a code editor. DaniWeb uses it for our own … | |
Re: I haven't looked at C++ in soooooooo many years, so I don't really remember it. However, you mentioned the second snippet you posted didn't compile, and I don't remember `int mark[5][5] = {{0}};` being valid syntax. | |
Re: 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 really know PHP. You think you might need MySQL, but you don't know MySQL at all. And this is for … | |
Does anyone know of an automated tool that will convert a lot of jQuery code to native javascript? I think the bulky jQuery library is really slowing down my site but manually converting all my code seems very daunting. Ideally there would be something that was so flawless I could … | |
Re: I’m on my phone and it’s late so maybe I’m not understanding you correctly. Can you please show the code you have for the radio/drop down buttons? 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 … | |
Re: 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 about why it was written that way. That will make it easy to do a line by line conversion. Remember, … | |
| |
Re: Hi and welcome. | |
Re: Here’s a random link I found on Google that should hopefully help you out: https://www.programiz.com/c-programming/c-structure-examples | |
Re: Hey there! Welcome to DaniWeb. Two decades experience as a web developer who sells ads for a living right here :) | |
Re: I would have strongly recommended TinyMCE if you hadn't already linked to it. | |
Re: It should be anser = instead of double equals the way you did for the plus sign, for the other operations, when making assignments. | |
Re: Umm .... Hi?? Welcome. Was there a reason for listing a bunch of topics? | |
I'm struggling to upgrade from [CodeMirror 5.5](https://codemirror.net/) to [CodeMirror 6](https://codemirror.net/6/). Previous versions of CM have always been a drop-in Javascript library. Upload the JS files, upload the CSS file, include a `<script>` tag referencing the JS file, and then use the API to make a bunch of calls to incorporate … | |
Re: I don’t have much experience with Deepfake technology, but I would just start with an avatar virtual assistant for your website. Are you currently using virtual assistant and just want to make it more realistic? What would you want to take advantage of in terms of deepfake tech? Would the … | |
Re: What do you mean that you want to save the variables on the same page? If you’re referring to having a form where you’re enter data and then hit submit and that data shows up on the page, then yes, there’s no need for a database. But if you want … | |
Re: Welcome to DaniWeb!! I wish I could help you but unfortunately I don't have any Java experience. Hopefully someone will be around shortly and see this and be able to help you. Good luck. | |
Re: I am not sure what tutorial web app you’re using, but based on the SQL you provided, it’s absolutely positively wrong that it’s showing a code column instead of local_name column. Perhaps you didn’t hit the Run Code button and what it’s showing is leftover from the last query you … | |
Re: So sorry for the delay in responding. With native PHP, you can always redirect to a different page by setting an HTTP 301 redirect header as so: <?php header('Location: http://www.example.com/', true, 301); exit; ?> Note you **cannot** echo any HTML to the web browser before the header call. A 301 … | |
Re: I just came across this thread now but I’m on my phone while laying in bed so it’s pretty hard to read the code. However, just from reading your question, the first thing I would check would be the error log for any PHP notices, warnings, or errors. Are you … | |
In terms of performance, which is the best jQuery CDN to use? The one at cdnjs.cloudflare.com, googleapis.com, jsDelivr, code.jquery.com, etc? | |
The new Crawl Stats in Google Search Console shows a breakdown of how much googlebot recrawls existing content for refreshing its index, and how much is discovery of new content. Has anyone been working on increasing the rate of new content and seeing that correlate to a linear increase in … | |
Just a heads up that Google announced they’re running a core algorithm update starting today. There hasn’t been one since May 2020, which is longer than they usually go. The SEO community was expecting one back in September. I’m anxiously staring at Google Analytics to see if we come up … | |
Re: Placement base questions? I don't understand what you're asking. Sorry. | |
Re: Articles in their entirety are marked as solved by the OP. Recommended answers are not. They are recommended by our platform. There can be more than one per article. Basically they’re just replies that have been voted up, posted by members known to be knowledgeable in the subject area, etc. … | |
Re: There are lots of forums. V7N was mentioned, and then of course there's SitePoint, WebmasterWorld, Digital Point, etc. The list goes on and on. Each one has its own unique rules and regulations. Some are nofollow, some aren't. Some have amazing content but don't allow you to mention your site … | |
Re: So I see this is a homework question, but how can we help you with it? What code do you have so far? Where are your stuck? How can we help you understand how to complete this better? | |
Re: Hi there! Welcome to DaniWeb. I have noticed you have posted similar versions of this tutorial on other sites. Just a heads up, we typically frown upon any plagiarized content / content that exists elsewhere. For example, you've posted nearly the identical tutorial [here](https://community.shopify.com/c/Ecommerce-Marketing/How-to-Utilize-Powerful-Q-amp-A-Link-Building-for-DA-amp/m-p/923939) I'll let this slide because it's … | |
Re: Let's work through this if statement ... Let's assume that the parking_hours is 15. On line 13, we say if parking_hours is more than or equal to 1, do this ... Well, 15 is definitely more than or equal to 1. So we set charge = 1 and then we … | |
Re: This seems like a homework question for you. What code do you have so far? Where are you stuck? How can we help with it? | |
Re: Hi there and welcome to DaniWeb!! Hoe you had a great Thanksgiving staying safe and healthy. | |
Re: This is by design. We single out the most popular tag out of the topic’s list of tags. Then, we preface the topic title with the tag, UNLESS the tag already appears in the topic title. For example, we will do “c++ - string help” to give clarification to the … | |
Re: Seems like a homework question for you. What code do you have so far and where are your stuck? We’ll try to help. | |
Re: I’m not sure what data set sever you’re using, but you may need to add indexes to the appropriate lookup columns for decent performance. | |
Re: In the context of web development, how did you come across it? What are you trying to do that makes you think you need to work with it? | |
![]() | Re: Welcome to DaniWeb, Hiiiii!! Please post your question as a new thread instead of hijacking this seven year old discussion. It seems you missed where it said "This question has already been answered. Start a new discussion instead." ... Also, please be sure to show what you've done so far … |
Re: Delete the garbage pages so that all of the URLs result in HTTP 404 or HTTP 410 pages. Make sure the pages are crawlable by Googlebot, and are not restricted via a robots.txt. From within Google Search Console, go to https://search.google.com/search-console/removals and submit a new request to urgently remove the … | |
Re: That doesn’t make any sense. I know I’m a horrible designer, but I have no idea what needs to happen for it to look better. That’s what makes me a poor designer in the first place. That being said, UI/UX is all about creating a user interface that’s designed to … | |
Re: This seems like a homework assignment for a computational modeling class. Can you give us some more background as to the scope of the assignment? Are you meant to feed in how long each customer waits and then compute the average? How many tellers are there? Please show us what … | |
Re: I will preface this message with I don't know Angular *at all*. However, it looks like person1 is an object that contains one property: a value. When you're trying to print out person1, it's telling you it's an object, like an entity with many properties, and you need to tell … |
The End.