11,557 Posted Topics

Member Avatar for Codetru

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
0
12
Member Avatar for andrewwwilliam
Member Avatar for James_139

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
0
12
Member Avatar for Alamgir_3

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 …

Member Avatar for Dani
0
50
Member Avatar for Kuldeepbsht3103

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 …

Member Avatar for Dani
0
101
Member Avatar for Saniya_1
Member Avatar for Rayhana

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.

Member Avatar for mcriscolo
0
158
Member Avatar for messiahjoseph39

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 …

Member Avatar for NeighborDave228
0
181
Member Avatar for Dani

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 …

Member Avatar for Dani
0
323
Member Avatar for AlinaSpin
Member Avatar for Deve381

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 …

Member Avatar for Dani
0
170
Member Avatar for nelvinsavio2

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, …

Member Avatar for Dani
0
50
Member Avatar for John20013
Member Avatar for lary.softnwords
Member Avatar for Yasin_Shaikh

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

Member Avatar for Dani
0
55
Member Avatar for masonjones26

Hey there! Welcome to DaniWeb. Two decades experience as a web developer who sells ads for a living right here :)

Member Avatar for Dani
0
15
Member Avatar for pauldore
Member Avatar for 613.sari.m.art

It should be anser = instead of double equals the way you did for the plus sign, for the other operations, when making assignments.

Member Avatar for Dani
0
78
Member Avatar for 21savage
Member Avatar for Dani
0
20
Member Avatar for Dani

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 …

Member Avatar for Dani
0
422
Member Avatar for Xozz

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 …

Member Avatar for rproffitt
0
64
Member Avatar for SteveRocknrolla
Member Avatar for Adolfo_1

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 …

Member Avatar for Adolfo_1
0
212
Member Avatar for amendable
Member Avatar for TwinPlayz

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.

Member Avatar for JamesCherrill
1
102
Member Avatar for squigworm

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 …

Member Avatar for Dani
1
65
Member Avatar for jesielkalim
Member Avatar for jeffersonalomia

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 …

Member Avatar for Dani
0
77
Member Avatar for Jesse_21

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 …

Member Avatar for Dani
0
94
Member Avatar for Dani

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?

Member Avatar for Dani
0
1K
Member Avatar for Dani

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 …

1
205
Member Avatar for Dani

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 …

Member Avatar for Dani
0
123
Member Avatar for MD Nawab
Member Avatar for Dani
0
108
Member Avatar for John_165

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. …

Member Avatar for John_165
0
89
Member Avatar for wade32

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 …

Member Avatar for Dani
0
318
Member Avatar for Pavan_23

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?

Member Avatar for Dani
0
88
Member Avatar for Joozed

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 …

Member Avatar for Dani
0
104
Member Avatar for syamim_1

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 …

Member Avatar for Dani
0
156
Member Avatar for Saurabh_8

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?

Member Avatar for Dani
0
53
Member Avatar for Joozed

Hi there and welcome to DaniWeb!! Hoe you had a great Thanksgiving staying safe and healthy.

Member Avatar for Dani
0
40
Member Avatar for rproffitt

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 …

Member Avatar for Dani
0
94
Member Avatar for Xoxo_2

Seems like a homework question for you. What code do you have so far and where are your stuck? We’ll try to help.

Member Avatar for rproffitt
0
83
Member Avatar for Violet_82

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.

Member Avatar for Smartfitness33
0
407
Member Avatar for surveypacific

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?

Member Avatar for JeanMilburn
-1
312
Member Avatar for macfan
Member Avatar for sravan953

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 …

Member Avatar for Smartfitness33
1
14K
Member Avatar for Alexander_26

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 …

Member Avatar for Dani
0
89
Member Avatar for adamjackson9877

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 …

Member Avatar for Dani
1
97
Member Avatar for Jericho_2

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 …

Member Avatar for Dani
0
135
Member Avatar for SimonIoa

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 …

Member Avatar for Dani
0
27

The End.