979 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for FarrisFahad

Hello webmasters, I am currently building a template that I am going to sell on different websites like Codester and CodeGrape. I want to build a business directory. Here is what I have come up with ... 1. users can register and add listings. 2. admin can create categories for …

Web Development mysql php
Member Avatar for antwanlee
0
21
Member Avatar for Dani

I think that I understand the difference between: document.addEventListener('DOMContentLoaded', callback_fn); and: window.addEventListener('load', (event) => { ... }); However, as a jQuery user, what is the difference between DOMContentLoaded and the jQuery ready fn?

Web Development dom jquery
Member Avatar for pritaeas
0
79
Member Avatar for Adolfo_1

I have problem with this htaccess in STATIC URL RewriteEngine On RewriteRule ^readlex/(.*)$/?$ readlex.php?slug=$1 [NC,L] **DINAMIC URL** work fine only with defined CONSTANT: Example <a href="<?php echo BASE_URL.READ_LEX ?>Le-mura-di-Lucca">Lucca</a> Result = localhost/mysite/readlex/Le-mura-di-Lucca **STATIC URL** not work (??) <a href="localhost/mysite/readlex.php?slug=Le-mura-di-Lucca">Lucca</a> Result = localhost/mysite/readlex.php?slug=Le-mura-di-Lucca">Lucca ***Unfortunately I can't insert the php CONSTANTS in …

Web Development htaccess php url-rewrite
Member Avatar for Dani
1
84
Member Avatar for david.tigner

About a year ago, I had a similar issue except then system would crash after pressing Submit. The issue was caused because of PHP 8 incompatibility problems. However, got the coding to fix all of that and things worked good again and with PHP 8. But now something new is …

Web Development php
Member Avatar for Dani
0
21
Member Avatar for Dani

What was wrong with good ole using SMTP? Has anyone here successfully used an XOAuth library for PHP? Specifically, I'm looking to connect to my Office 365 mailbox.

Web Development php smtp
Member Avatar for Dani
2
122
Member Avatar for Naija kid_1

Hi, Goodday everyone, I'm new to web development, please if I had questions, could I ask on her for a help reply?

Web Development css images java
Member Avatar for Dani
0
79
Member Avatar for Read a Book

Hello everyone i want to disable the automatic swipe effect on my product page on this site https://kupisi.mk the lib is called lightgallery i am not able to find the line of code to turn it off for 2 days i need fresh pair of eyes !! :S i made …

Web Development css html js
Member Avatar for kimnancy
0
47
Member Avatar for A_957

The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation exception that occurred within my application. This type of error apparently usually points to a problem where the code attempted to write to a protected memory …

Web Development ajax javascript
Member Avatar for Dani
0
36
Member Avatar for FarrisFahad

I am trying to create a meme generator similar to imgflip.com I know javascript but not sure how to implement this. I want users to be able to move text around the canvas using mousemove event listener. But I am not sure if they are moving the text on the …

Web Development canvas javascript
Member Avatar for kimnancy
0
49
Member Avatar for Dani

I, very hackily, create an object of type stdClass as so: $arr = array( 'foo' => 'bar', 'baz' => 'bat' ); $obj = json_decode(json_encode($arr)); How can I now quickly add a third property to $obj without PHP getting angry?

Web Development php
Member Avatar for Dani
1
28
Member Avatar for bijutoha

I'm using Elementor Pro to build my website, including a custom header design. However, when the same header is applied to a page built with the Kadence theme (specifically the blog page), the design breaks down. ![header_issue.gif](https://static.daniweb.com/attachments/4/da38ba905d36bb38af9087b7e3299b95.gif) What settings or configurations within Elementor Pro might be causing the mismatch?

Web Development elementor header wordpress
Member Avatar for Dani
3
39
Member Avatar for FarrisFahad

I have a memes site that users can earn from. I want to make the website easier to use and more fun. What should I do to make the website better? Website: PicturePunches

Web Development css html5 javascript
Member Avatar for jofrachalya142
1
146
Member Avatar for thir

hai. i would like to know is there have any video that can teach how to import image from database image folder to pdf using fpdf php. i already read some post here regarding to that issue by im not very clear and blur. actually i am very new in …

Web Development database images php
Member Avatar for gottaloveit
1
82
Member Avatar for jayashree10

I want to prevent cross-site scripting attacks in web applications I make. If someone could provide me with some suggestions and advice, it would be really helpful.

Web Development css javascript
Member Avatar for webhostingworld
2
60
Member Avatar for premdparmar

I'm facing an SSL-related issue in Firefox with the 'SSL_ERROR_NO_CYPHER_OVERLAP' error. It seems there's a problem with encryption algorithms between the browser and the server, hindering the establishment of a secure connection. Any guidance or solutions would be appreciated.

Web Development ssl-certificate wordpress
Member Avatar for Dani
1
102
Member Avatar for FarrisFahad

For people who used both and build websites with both, which one is better? Why?

Web Development php python
Member Avatar for Dani
2
33
Member Avatar for FarrisFahad

I am trying to create my first successful API request. I want to post on my twitter account. I have created the developer account and generated consumer key and secret as well as access token and secret. I have also obtained the bearer token. I want to post on Twitter …

Web Development api php twitter
Member Avatar for Dani
0
37
Member Avatar for allan1234567890
Member Avatar for daspi

What we are going to be covering in this tutorial This tutorial will show you how you can set up a PHP contact form on your web site which will send an SMS message, in this case we will make the contact form send you the information passed by the …

Web Development php
Member Avatar for pritaeas
1
6K
Member Avatar for Dani

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 'DOMNodeRemoved' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. …

Web Development javascript jquery
Member Avatar for Dani
0
2K
Member Avatar for Paulmescal

Today, blockchain has become an essential part of multiple industries, including real estate, media, manufacturing, tourism, healthcare, and Cyber security. There is no such fixed price for blockchain app development, but on average, the cost to hire a blockchain developer will be around **$5000** to **$30,000**, depending on the project …

Web Development javascript php seo
Member Avatar for aliceblack78
2
133
Member Avatar for Smbom

Hi everyone, I'm kind of a newbie and I manage my site, but my site seems to have some issues, and it has so few pages indexed that lots of them are unindexed by Google. After searching for some similar experiences, I'm going to do on-page or technical SEO first. …

Web Development javascript seo wordpress
Member Avatar for sankut
1
302
Member Avatar for seotheo

Hi, I am trying to migrate products from Magento 1 to Magento 2. I have installed the data migration tool and created the config file as per the Magento guidelines however I get an error when trying to execute the migration command. This is the error: [Magento\Framework\Config\Dom\ValidationException] Extra content at …

Web Development magento migration
Member Avatar for anastefanyuk
0
262
Member Avatar for techtheclone

Trying to call imagemagick using this code. The errors are with the appcontroller, myadoptscontroller, and index. I have been talking to someone who also uses the Mysidia Adoptables code and they provided me their code to edit, I edited their code but it is throwing these errors and I’m not …

Web Development php
Member Avatar for jkon
0
50
Member Avatar for Adolfo_1

Hi, it is possible change this URL with .htaccess? **From** https://www.example.it/news.php?slug=aaaa-bbb-ccccc **To** ( seo-friendly without ‘news’ ): https://www.example.it/ aaaa-bbb-ccccc

Web Development htaccess php
Member Avatar for jkon
0
155
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
36
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
247
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
65
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
54
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

The End.