Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [web]

Do not use this tag. For questions related to an aspect of the world wide web, use a more specific tag for it, such as [uri], [html], [http] or [w3c].

0 votes
0 answers
6 views

In my react code , input box is not visible in the website but rest everything is visible like the h1 - texts what can be the possible errors?

import React from 'react'; const BookTicket = () => { return ( <div className='h-[400px] w-[650px] bg-white mt-52 ml-[600px] rounded-lg shadow-lg'> <h1 className='text-2xl ...
-3 votes
1 answer
21 views

What all I need to do to start making a full stack website from scratch by my own? [closed]

I have been doing web development for more than 2 years and I am pretty much confident that I can complete a website without any problem, but when I start I need to take help of AI(so cool these days) ...
-4 votes
0 answers
20 views

Cuanto tiempo tardaria un Ecomerse un dev junior [closed]

I don't know much about development, but I wonder how long it would take a junior dev to create an ecomerse with react and next js, on a small scale, like for a local department store. Thank you very ...
-4 votes
0 answers
21 views

How to be good at css and styling the webpage [closed]

How to be good at css and styling the webpage I am not good in desiging so how can be a good designer in css. and i am not able to do projects by myself i depend on youtube and google so please ...
-4 votes
0 answers
28 views

We don't log in to your account [closed]

There is a problem with logging into your account, two-factor authorization via SMS message, it constantly writes that at the moment we cannot send a message and how then can I log in to my account????...
-7 votes
0 answers
34 views

Creating Framework for using Vanilla Webpack [closed]

Hi I'm jade any suggestion on creating a framework? I am familiar with node but is wepback is the king of framework or just node is best for server...... I'm studying web development for 1.5 years now ...
-3 votes
0 answers
42 views

Venge.io web game [closed]

anyone know how to create a game like venge.io? Because it's more reliable game and I want to build a game like this. It's very funny multiplayer game and if you're not try it yet, I'm sure you will ...
-1 votes
1 answer
41 views

Java-based Web Framework for UI that integrate with Spring Boot [closed]

I'm looking for a modern framework that allow me to build a simple web-based user interface composed out of different HTML 5 elements like input boxes, slider, check boxes, etc. In addition, I want to ...
0 votes
0 answers
34 views

Why are my simple addEventListener functions not working, except one works backwards? [duplicate]

So I'm new to javascript and new to coding. I am building a website or two just to learn while I'm building. I'm doing this locally on my laptop. I'm trying to make a button on my website, that when ...
-2 votes
2 answers
2k views

Add a chat system to Laravel website using livewire

I am working on a project using laravel 8 and livewire , i have come to the part where i have to add a chat system to this project. I was going to use livewire but i have heard that , it's a little ...
1 vote
1 answer
5k views

What is a ghost page?

Can somebody please tell me what exactly a ghost page is? How can we create a ghost page? I have very little information about it, like ghost pages are used by firms for promotional purposes.
-1 votes
4 answers
53 views

How do I update a particular item in useState Array in Reactjs

So, I have a useState that contains data like this: const [orderData, setOrderData] = useState({ demoData1: '', demoData2: '', demoData3: '', demoArrayData: [{itemName: '', itemNumber: '...
8 votes
3 answers
8k views

Dynamodb local web shell does not load

I am running DynamoDB locally using the instructions here. To remove potential docker networking issues I am using the "Download Locally" version of the instructions. Before running dynamo ...
0 votes
2 answers
328 views

How to fix route has error Laravel that showed me when I hovering the Route::has that show me a alert

How can I solve the problem shown in the image above (Route::has) Laravel?
12 votes
0 answers
9k views

Detect any kind of screen sharing with my web-based application

I am currently working on a web-based application where I need to alert the user for any kind of screen sharing currently active on his/her pc. Is it possible to detect any kind of screen sharing ...

15 30 50 per page
1
2 3 4 5
3007