Quantcast
Channel: DaniWeb Solved Topics
Browsing all 564 articles
Browse latest View live
↧

what is meant by google search console and webmaster tool?

what is meant by search console and webmaster tools? and then how to create URL site?

View Article


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

View Article


I want to make an OS from scratch

Why I want this, is because this is my passion project that I have been want to do this from a long time and I want to get my hands dirty with using the lowest programming language level. Like machine...

View Article

DomNodeInserted and DomNodeRemoved now deprecated

Ashamedly, I'm a jQuery user with very weak Javascript skills. However, I noticed that Google Chrome DevTools console is giving me the following warning: Listener added for a synchronous...

View Article

MySQL Packets out of order

I was consistently receiving MySQL "Packets out of order" error messages when attempting to connect to MySQL, mostly on my AJAX pages, but I couldn't attribute it to anything or reproduce it in any...

View Article


vb.net with database

solving this question

View Article

Form validation not working correctly ...

Hello What is wrong in the form validation. It always give me -> not OK -> red color I hope someone can help me with this. Thanks in advance. Best regard. <html> <head> <style>...

View Article

create a database-specific table in postgres?

How do I create a table in postgres that's associated with a specific database? Obviously from the command line one can do Create table tablename (); But how do I make sure that the table is...

View Article


Assigning "Usage" DB Permissions, Postgres

More programming fun! OK this time around I'm trying to create a table with the statement, CREATE TABLE tablename ( recnumber SERIAL PRIMARY KEY, recordvalues VARCHAR ( 500 ) NOT NULL, datecreated...

View Article


mysql base64 decoding?

Hey! I've been asked to store some data from a client in mysql in an encoded format using python. Nothing could be easier, right? I will later need to decode the same data using mysql exclusively....

View Article

Libcurl C++ CURLE_FAILED_INIT. SSH Error -43.

Hello all. I'm relatively new to libcurl C++, and I have been hopelessly stuck. Bit of a background for this app. It is very legacy, having been made in the early 2000s. LPSTRs abound. It looks in...

View Article

How Can I Use JavaScript to Output Value of Input A into Input B?

I have a two-step login form. In the first step, I have "username" as "id" and "name" of the text input. I also have "password" as id and "name" of the second input field, where the user is prompted...

View Article

AdSense says I'm not using a Google-certified GDPR message but I am

For some context, I use Google Ad Manager for all display ads on my site. Within the Privacy & Messaging section of Ad Manager, I have GDPR messages enabled for my entire domain. The message is...

View Article


protocol vs interface

can you please explain what's difference

View Article

Image may be NSFW.
Clik here to view.

The Battle of Recommender System Paradigms: LLM vs. ID

TitleThe Battle of Recommender System Paradigms: LLM vs. ID The paper has been accepted by SIGIR 2023. Title: Where to Go Next for Recommender Systems? ID- vs. Modality-based Recommender Models...

View Article


Invalid robots.txt but don't understand why

The new robots.txt tester that is now built into Google Search Console is finding errors with the last two rows of my robots.txt file: Sitemap: https://www.daniweb.com/latest-sitemap.xml Sitemap:...

View Article

I want to know what is web hoisting is it same as hosting ? Can anyone help

I have heard a lot of interviews ask this question on Hoisting in JavaScript. What is this hoisting in JavaScript? Is it the same as hosting? It would be kind if someone could help me with their...

View Article


NullPointerExcepter, why did my code suddenly stopped working?

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null. The error is from this line of code: home.addItem(new...

View Article

VB6: how combine ARGB color elements?

i have tried several ways, but i always get an overflow error :( how can i combine the ARGB color elements? Public Function ARGB(ByVal alpha As Byte, ByVal red As Byte, ByVal green As Byte, ByVal blue...

View Article

Problem Returning MySQL Stored Procedure results using Python

Hey Gang! OK today I am having trouble with my transaction processing application implemented in python/MySQL. Here is some "working" testing code. import psycopg2 from psycopg2 import Error import...

View Article
Browsing all 564 articles
Browse latest View live