Questions tagged [web-frontend]

A refinement of the more generic frontend tag. In a web application this usually means HTML, CSS and JavaScript

Related: frontend, css, html, javascript

1441 questions
0
votes
1 answer

Javascript dynamic list POST/GET interaction design

This is a design question. I have a dynamically changing list that works by creating DOM elements and populating them with the fields and these list elements can be added and removed. However, I'm not sure how to design the interaction with the…
nlsun
  • 381
  • 3
  • 9
0
votes
3 answers

Mobile Design Change Footer

I have a footer that has about 10 links and when the viewport is 320px or less, I'd like to change that footer to only display two links. How can I go about doing that? Does anyone have any good references (I wasn't for sure how/what to Google). Is…
Robert
  • 1,638
  • 7
  • 34
  • 45
0
votes
1 answer

How to change the size of the spin-buttons from an input field of type 'number' in webkit browser?

I need to change the size of the spin-buttons from an input field of type 'number' in a webkit browser. Does anybody know how to achieve this? In my special case I use jquery mobile. maybe this helps... thnx! edit: I think I need to specify my…
headkit
  • 3,307
  • 4
  • 53
  • 99
0
votes
2 answers

A Router like Web Interface for a SBC (TS-7500)

I have a SBC (Small Board Computer) (to be precise it is TS-7500 running Debian linux 2.6.24) and a couple of C programs running inside it. Now I have to provide a web interface to this board, in order to, let's say change some parameters etc (so…
Bhanu Kiran
  • 645
  • 1
  • 8
  • 14
0
votes
2 answers

Can I show numbers in jQuery Cycle

I mostly use jQuery Cycle for banner rotator, but in current work, it is required to show numbers in jQuery cycle. So is it possible to do so? If yes then how? I didn't see any such thing in documentation of jQuery Cycle and also didn't see such…
Hafiz
  • 4,187
  • 12
  • 58
  • 111
0
votes
3 answers

showing 'loading content message'

I'm using this to load events dynamically without a page refresh, but there's a bit too much time on the load so for better UX I thought we should add 'loading events' or similar but my attempts have been in vain so far. function calendarAjax () { …
Steven Grant
  • 1,236
  • 3
  • 15
  • 32
-1
votes
0 answers

What stack to use for teacher's platform?

I am currently learning various languages and frameworks in order to create a webapp or electron/nw/tauri-app. Or at least a proof-of-concept or prototype. Sooner or later it should also be deployed as a MS Teams-tab (I already have a test tenant…
ABär
  • 11
-1
votes
0 answers

Why angular Dialog appear under the header of my web page

I have problem with angular Dialog material and the header of my Web page I create Header component and its position is sticky top and I use angular Dialog material when the dialog box open it is appear under the header and the header cover the…
-1
votes
1 answer

Why these elements do not remove based on index after I click button

your textI try to make todo app but when I click delete button it should delete element based on index but it does not delete the first element if I post once, but if I post multiple time then it deletes couple elements and how can I fix…
Beka
  • 1
  • 3
-1
votes
1 answer

Best practise vue.js frontend and python backend

I want a python script to trigger on-click events of vue.js components. Most ways I've seen, seem to work by a .json for data exchange. Events in the frontend are not directly into script, but update a .json with properties of the used…
GaTe
  • 5
  • 4
-1
votes
1 answer

Problem with text that is bigger than site - problem with scaling

I have problem with scaling. Text is propably too big, everything works well on desktop site. Problems starts when we start phone site version. Now, text is bigger than site, also when I open my navigation bar, text is on the text. This makes that…
mruczuu
  • 1
  • 2
-1
votes
1 answer

Equivalent size html element to normalize title spacing

I have an html element which is present on some elements, but not others. For the ones which it is not present, I need to have a size-equivalent empty space html element. This ensures that the spacing is not off. I have tried adding the same…
Ben
  • 11
  • 2
-1
votes
2 answers

How to make a padding start at a max value when full screen but shrink gradually to minimum value as browser width gets smaller?

I've been using padding-left: clamp( 60px, calc( value - value ), 186px) but can't seem to figure out how to shrink the paddding properly when i shrink the width of my browser
MandoMando
  • 19
  • 1
  • 2
-1
votes
1 answer
-1
votes
1 answer

Css 45 deg repeating lines

Result I wish in css I am working in a project and I need to display exactly like this a 45 deg lines repeating and a background of white, but I can't exactly figure it out