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

web
0 votes
1 answer
49 views

Horizontal scrollbar affects layout

When I have a horizontal scrollbar on divs that contain tables of varying lengths it causes a shift in the layout. I'm aware of gutters but they only seem to work on vertical scrollbars? How would I ...
Toby Hogg's user avatar
0 votes
1 answer
54 views

how to deploy app if i dont have nodejs in root folder

Im going to deploy my first project to see how it works, but everywhere and everyone use npm run build from root package.json. I have set backend and frontend separate in root folder. What should i do ...
Tyubit's user avatar
  • 27
0 votes
1 answer
61 views

Tailwindcss classes not working with React(Vite)

So, I use Vite for the CLI and Tailwindcss for the styling. This weird problem, when the tailwind transpiler just stopped transpiling but without the process stopping too. I usually can ignore these ...
Keys's user avatar
  • 13
1 vote
1 answer
175 views

How to make custom menu in website visible only for connected user? Odoo 16

I added a menu to the website and I want only the connected user from the portal to see this menu. I want to work with menus and not pages. <record id="my_menu_website" model="...
K.ju's user avatar
  • 593
0 votes
0 answers
30 views

I need to control in open and close of SliderDrawer [duplicate]

I need to control in open and close of SliderDrawer IN FLUTTER WEB APPLICATION Iam trying to control in open and close of SliderDrawer IN FLUTTER WEB APPLICATION if ypu can help me in this leave your ...
Mohamed Gamal's user avatar
0 votes
2 answers
47 views

Overflow issue in flexbox [duplicate]

Markup & Styling * { box-sizing: border-box; } body { font-family: sans-serif; background: #dedede; padding: 48px; } #app { display: flex; width: 100%; } .box-1 { border: 1px ...
Farheen Shaikh's user avatar
0 votes
3 answers
1k views

Problems with atribute components like ngClass or ngStyle

I'm new to Angular 17 and I've noticed that every time I want to use an ngClass attribute or an ngStyle I get an error like it doesn't recognize them and I get this error NG8002: Can't bind to '...
Dan Lsk's user avatar
0 votes
0 answers
44 views

React Razorpay import gives error how to fix it

i added npm install razorpay `import React from 'react' import Razorpay from 'razorpay' function Home() {return ()} export default Home ` which gives Module not found: Error: Can't resolve 'assert' in ...
Dev Tiwari's user avatar
0 votes
0 answers
38 views

OData - Checking if the result has entries before returning it

how can I check if the result has entries after the filter? I call the link like https://localhost:44323/Test?$filter=Id eq '1234567' and Month eq 2 and Year eq 2024 and I get { "@odata....
Broda's user avatar
  • 3
0 votes
0 answers
9 views

Apache2 Website Encounters js error when port forwarding

I'm running into an error that I am super stuck on. My website on a non secure, http connection at the ip of the server loads find with this apache setup below. I can connect to the ip address ...
Dexter's user avatar
  • 11
0 votes
0 answers
56 views

Problem with *.svg logo showing on my website

Good day to everyone! I'm new here & in web design. Have some problem with my study project. In my study material (website), logo showing well, but once I change image in original *.svg file it ...
nas2toll's user avatar
3 votes
0 answers
214 views

access to camera via USB in web flutter app

I make a web application using flutter and I have external camera connected via USB, any solution for access it I tried USB_device package, but I don't know how can open the external camera and take a ...
Abdallah Reda's user avatar
0 votes
0 answers
83 views

I make simple chat using python flask and html/css/js but after adding new messages to database they don't appear on page

I have attempted different approaches to solve the problem, but new messages still do not appear. I would prefer not to use AJAX or Flask-Socket. I also make the page reload every second with JS, but ...
David's user avatar
  • 1
0 votes
0 answers
108 views

What methods exist to copy a gif to the clipboard and post it into other applications?

I want to (programmatically) copy a gif to the clipboard such that I can paste it into modern chats like those of MS Teams or Discord. There seem to be some "magic" happening in the ...
Zapnuk's user avatar
  • 625
0 votes
1 answer
57 views

ASP.NET Core project works as API but not as website

I'm developing a webapp and I want it to work as navigable website and also as public API as a unique ASP.NET Core app running on a Windows machine. I have some trouble while trying to run the website ...
Windgate's user avatar
  • 399

15 30 50 per page