933 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for calby

In the digital era, where technology forms the backbone of organizations, managing IT assets efficiently is crucial. Enter IT Asset Management (ITAM) software—a robust solution designed to track, organize, and optimize an organization's IT assets throughout their lifecycle. From hardware to software, this software is the linchpin that ensures optimal …

Web Development seo
0
40
Member Avatar for Dani

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: https://www.daniweb.com/sitemap.xml The error is: *Invalid sitemap URL detected; syntax not understood* Any idea what could be wrong here?

Web Development robots.txt
Member Avatar for Dani
1
294
Member Avatar for jayashree10

I am practicing to make GSAP animated websites but i am facing this problem of slow loading of my website for example slow loading images and fonts. It will be really helpful if somebody can help

Web Development css images javascript
Member Avatar for Biiim
0
71
Member Avatar for jayashree10

I am facing a lot of issues in the performance optimization of my web application. Can anybody help? I have heard about reducing page load time, minimizing render-blocking resources, and optimizing images. But I don't know how to do it. Can anyone please share some techniques or tools you would …

Web Development css javascript
Member Avatar for Biiim
0
55
Member Avatar for infoitmanoj

hai i need php code for simply drop and drop to create website coding ...pls help me ...

Web Development javascript php
Member Avatar for amystivens
0
3K
Member Avatar for facarroll

I have a script that delivers an empty gif file when an attempt is made to download an image ("Save image as..."). Here is a link to my page. Try to save either of the first two images from the screen (not screenshots). I have been told that this is …

Web Development images php piracy
Member Avatar for Dani
1
259
Member Avatar for bxdobs

Warning ... I am not a JAVA programmer so please be kind ... thanks for any help you can provide. Retired bit basher looking for a bit of help with a non-profit project. The code listed below was based on an online example that I found on js fiddle dot …

Web Development jquery wordpress
Member Avatar for john_111
1
81
Member Avatar for narayanabhilash

Dear All, In my Application i am downloading a file. on button click using servlet. after clicking the button servlet called and download dialog box opens with open / save and cancel button. i want to trace these button events. on open or save i want to update status 'true' …

Web Development jsp
Member Avatar for Aliyan_1
0
995
Member Avatar for Dani

The Google Analytics javascript tag we use in our HTML <head> is: <script async src="https://www.googletagmanager.com/gtag/js?id=G-3BQYMGHE7E"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-3BQYMGHE7E'); </script> Then, there are a handful of `gtag()` calls elsewhere on the page. I'm confused by how async works in this context. …

Web Development javascript
Member Avatar for Dani
1
127
Member Avatar for mexabet

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 to enter username and password. In the second step, I have …

Web Development javascript
Member Avatar for Dani
0
58
Member Avatar for Cameron_12

Hey guys, so I've been trying to create a website that allows users to update and delete records through the database I've set up in SQLyog. In my update confirmation file I've added location theme description to be updated and changed for all users. but for some reason its unable …

Web Development mysql php
Member Avatar for AndreRet
3
137
Member Avatar for Ethanbrody

I want to know about what is the importance of user experience (UX) and user interface (UI) design in web development.

Web Development seo
Member Avatar for myresellerhome
0
195
Member Avatar for Olive34

I have been tasked at work, well actually I volunteered to create an MVC site (as a demo) that will eventually be the base for moving my employer's legacy C#/asp.net code to MVC. It's a large site, used globally, and we are a small team of 5 devs. Right now …

Web Development asp.net
Member Avatar for jkon
0
87
Member Avatar for Robinz
Member Avatar for borobhaisab

Hello, I do not understand why the simplehtmldom is failing. This is the code: <?php ini_set('display_errors',1); ini_set('display_startup_errors',1); error_reporting(E_ALL); //--- include_once('simplehtmldom_1_9_1/simple_html_dom.php'); //--- $url = "https://victoriousseo.com/sitemap_index.xml"; $html = new simple_html_dom(); $html->load_file($url); //-- foreach($html->find("a") as $link) { echo $link->href."< br />"; } ?> I got the simplehtmldom.php on the same directory as the …

Web Development php xml
Member Avatar for Dani
1
1K
Member Avatar for anass_3

i'm intrested in vue.js react.js meta frameworks and web design

Web Development css javascript
Member Avatar for Ethanbrody
0
58
Member Avatar for Coderunner

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> .error { font-family: Tahoma; font-size: 8pt; color: #FFFFFF; padding: 2px 172px 2px 172px; background-color: #FF0000; display:none; …

Web Development form
Member Avatar for Coderunner
0
69
Member Avatar for bijutoha

I am currently studying React JS, and my eventual goal is to create a website using React JS that is optimized for SEO. Someone told me using React JS to construct a website will make it less search engine friendly. I'm curious; what are your thoughts? And how will things …

Member Avatar for bijutoha
0
51
Member Avatar for Vishurey

I am driving an html site from my network drive in my office that can be viewd on LAN. I need to put a blog kind of section on my site so people who visite this site can leave there comments on it and all can see thses comments. Can …

Web Development javascript
Member Avatar for Mark_140
1
771
Member Avatar for hrushi9

I need help to convert my javascript animation to css3 Currently there are two sections. while going to second section from first section, it shrinks, folds height & width of first section and unfold , enlarge height & width of second section. **Check Demo** [ **jsfiddle**](https://jsfiddle.net/cq67m33a/) **Need Help for ** …

Web Development javascript
Member Avatar for alishakihn1
0
612
Member Avatar for FitIsHit

Hay, Everyone I am doing seo of my site but I notic that after submmiting url through Google Search Console 2 or 3 page are repeating with same Meta Title and URLs. I don't know how to remove these duplcate URLs from the SERP? Can anyone guide me in this …

Web Development
Member Avatar for Gulshan_6
0
455
Member Avatar for shikshashivhare

**Here are Benefits of Custom Web Development Services** Tailored Solutions: Custom web development provides personalized solutions that cater to specific business needs and goals. Enhanced User Experience: Custom-built websites are designed with user experience in mind, leading to higher engagement and satisfaction. Integration and Efficiency: Tailoring the website to align …

Web Development seo wordpress
Member Avatar for Emily_Taylor
0
202
Member Avatar for baig772

I am trying to implement multi authentication in `laravel5.2`. I am following [this article](http://saravanan.tomrain.com/multiauth-in-laravel-5-0/) My **Auth.php** <?php return [ 'multi' => array( 'user' => array( 'driver' => 'eloquent', 'model' => 'App\User', 'table' => 'users', ), 'admin' => array( 'driver' => 'database', 'model' => 'App\Admin', 'table' => 'tbl_admin_user', ) ), 'password' …

Web Development login php
Member Avatar for tracyberge
0
613
Member Avatar for 12a7_02_Nguyễ
Member Avatar for Gulshan_6
1
186
Member Avatar for FarrisFahad

Hi, I am using JS in my website to load more content. I have buttons or input type button as my load more content. I am worried that Google won't index the content behind the load more button because it's a button and not an anchor tag. Here is what …

Web Development html javascript seo
Member Avatar for Dani
1
124
Member Avatar for hgsinfotech

A syntax error is occurring again and again. How can I easily fix the syntax error.

Web Development javascript wordpress
Member Avatar for wwwalker
0
109
Member Avatar for Dani

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 way. I did notice, however, that when switching MySQL persistent connections from on to off, the …

Web Development mysql persistent transaction
Member Avatar for Dani
4
330
Member Avatar for abu taher

In HTMl from I have a Input field type month. When I select a month and click on search button then total days of selected month show in HTMl table with backend data. This table contain salary. I want the salary is calculate with Total days. I write a script. …

Web Development javascript php
Member Avatar for Jane_11
2
207
Member Avatar for lenalauren22

Hi all, I am new to coding and I've been receiving the error message for Unexpected Token '<'. The problem seems to be located in the very first line in my <!DOCTYPE html>. I am not sure what I am doing incorrectly. I've checked settings, rewritten the code, etc. Help …

Web Development html javascript
Member Avatar for AndreRet
0
133
Member Avatar for developer707

Hi, After searching for many days I was not able to find any good PHP JSON Schema Generator, most of them seems to have only the ability to validate schema with a JSON payload. I just found this [php-json-schema-generator](https://github.com/evaisse/php-json-schema-generator) today but it seems to be not maintained often, it does …

Web Development json php schema
Member Avatar for AndreRet
0
123

The End.