Skip to main content

Questions tagged [web-deployment-project]

Web Deployment Projects provides developers with advanced compilation options for ASP.NET projects. A Web Deployment Project is an extensible MSBuild script, enabling web developers to create pre-build and post-build actions.

web-deployment-project
-1 votes
2 answers
48 views

localhost refused to connect. While working with nextjs

npm run dev > [email protected] dev > next dev ▲ Next.js 14.2.3 - Local: http://localhost:3000 - Environments: .env.local ✓ Starting... [Error: ...
Harsheeta Kapoor's user avatar
0 votes
1 answer
191 views

How do I remove hover animation from menu in WordPress website? [Bricksy Theme]

I am trying my hardest to find the option to remove the following hovering animation\effect from my WordPress website but it seems like its some sort of global variable or configuration - since I cant ...
xxredxoctoberxx's user avatar
-1 votes
1 answer
168 views

Does razorpay charge additional fees for sms and email notification service through upi payment link integration

In my app, I integrated the rzorpay upi payment link generating api. The payment link is sent to the consumer by email and SMS since it is functioning properly.I'm curious as to whether there are any ...
HRIDHIN K's user avatar
0 votes
1 answer
71 views

Currently I am learning react, trying to create react app, when I try to run "npx parcel index.html" I am getting following error [closed]

enter image description here I am getting this error please tell me where I goes wrong when I try to run command: npx parcel index.html it says are you meant to say App.js if I put it like App.js it ...
Suraksha More's user avatar
1 vote
0 answers
310 views

Is Plotly Dash Enterprise a viable alternative to React for a non-data visualization web app? What are its drawbacks?

What are the cons of using Plotly Dash Enterprise for building general purpose web applications? Is it better than React? I guess the development time will be less when using Plotly Dash, but it may ...
Anonymous Hero's user avatar
1 vote
1 answer
2k views

Elementor loop grid

I am building a website using wordpress, elementor pro and woocommerce. I wanted to use the loop grid because I wanted a customised product items. So heres my problem, the pagination is not working ...
yjlr's user avatar
  • 33
0 votes
1 answer
54 views

How to remove the following PHP errors from the website?

<?php $weather = ""; $error = ""; // if($_GET["city"]){ // better way --> if(array_key_exists('city',$_GET)) { $city = str_replace(' ','',$_GET['...
Saransh Singh's user avatar
1 vote
0 answers
71 views

Why my PHP code is not showing on the screen?

<?php // print_r($_POST); $error = ""; $successMessage = ""; if($_POST){ if(!$_POST["email"]){ $error .= "An email address is ...
Saransh Singh's user avatar
0 votes
1 answer
84 views

How i can hide my src file on inspect because it shows the whole file structure of my app

when I click on the inspect button and go to source option then it shows my whole folder structure how can I hide it ?. please help . if any one of you knows the solution please help because its a ...
Vishal Rajput's user avatar
1 vote
1 answer
29 views

Cannot acess nav to make changes after checked checkbox in css

I tried to change the nav element left property to zero when I checked the check box using CSS. #check:checked ~ header nav{ left:0; } But any changes don't happen when I click the checkbox. Is ...
Galaxylokka's user avatar
0 votes
1 answer
20 views

List item links not showing( contact, pricing and download)

` Tindog <div class="collapse navbar-collapse" id="navbarTogglerDemo02"> <ul class="navbar-nav ms-auto"> <li class="nav-item"> &...
Rahul Kundu's user avatar
-2 votes
1 answer
70 views

Fullstack web-hosting services

I am totally new to web development, and I am trying to create a website. From what I understand, if you create websites on Wix, Squarespace or GoDaddy, then there is a lot of security protection ...
graphtheory123's user avatar
-2 votes
1 answer
252 views

This is a error about function not defined

In my html file, I have defined onclick event for forgot password() function which is defined in another js file sigin.js but on live server it is giving error: VM19 signin.html:20 Uncaught ...
Arpan Tripathi's user avatar
0 votes
1 answer
445 views

How do I set a fixed audio volume upon loading React.js page, using useSound?

My code: import React from 'react'; import useSound from 'use-sound'; import music from '../audio/cny music.mp3'; const Audio = () => { const [play] = useSound(music,{ volume:0.2 }); return ...
Stephanie Ling's user avatar
-3 votes
1 answer
380 views

What is the difference between div and span? [duplicate]

there are two tags in html , one is div and another one is span.. now I wish to know the difference between these two tags according to their functions and roles... I tried both the tag but I didn't ...
VIPUL SINGH's user avatar

15 30 50 per page
1
2 3 4 5
25