Click here to Skip to main content
15,885,214 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Best resources to seek information/guidance in selecting UI and backend technologies for a web application. Pin
Member 1231503013-Jun-23 13:07
Member 1231503013-Jun-23 13:07 
AnswerMessage Closed Pin
13-Jun-23 2:14
Taazaa Inc13-Jun-23 2:14 
GeneralRe: Best resources to seek information/guidance in selecting UI and backend technologies for a web application. Pin
Member 1231503013-Jun-23 13:10
Member 1231503013-Jun-23 13:10 
Question(min) / (max) Pin
Member 159961714-May-23 13:35
Member 159961714-May-23 13:35 
AnswerRe: (min) / (max) Pin
Richard MacCutchan4-May-23 22:02
mveRichard MacCutchan4-May-23 22:02 
GeneralRe: (min) / (max) Pin
Member 159961715-May-23 13:12
Member 159961715-May-23 13:12 
GeneralRe: (min) / (max) Pin
Richard MacCutchan5-May-23 22:00
mveRichard MacCutchan5-May-23 22:00 
AnswerRe: (min) / (max) Pin
Jeremy Falcon9-May-23 4:09
professionalJeremy Falcon9-May-23 4:09 
The reason you got downvoted most likely is that you asked for a lot of work in the reply (real world code examples), but you didn't put a great amount of effort into the question yourself. Remember, we're happy to help but nobody here works for free. Our time is also valuable.

That being said, the most common reason people need to deal with a minimum value of anything in web development is with responsiveness and scaling as a result of it. The browser (and thus viewport) can be resized when using a desktop computer. If the user sizes the browser too small, sometimes you need a guarantee an element/container maintains at least a certain size. Or maybe you want to scale down font size with a smaller viewport while ensuring it doesn't get too small, etc. Whatever the case, responsiveness is the usual reason they are used.

The max size is used less in practice. But sometimes it can useful when going in the opposite direction and making sure things don't scale too large, if say the user is on an 8K display, etc.
Jeremy Falcon

GeneralRe: (min) / (max) Pin
Richard MacCutchan9-May-23 4:53
mveRichard MacCutchan9-May-23 4:53 
GeneralRe: (min) / (max) Pin
Jeremy Falcon9-May-23 5:55
professionalJeremy Falcon9-May-23 5:55 
QuestionFacing issues while handling the submit button in a reactjs form Pin
Ankan Chanda 202326-Apr-23 22:23
Ankan Chanda 202326-Apr-23 22:23 
Questionhttps intranet with certificate signed by local CA Pin
Member 159703184-Apr-23 4:20
Member 159703184-Apr-23 4:20 
AnswerRe: https intranet with certificate signed by local CA Pin
Jeremy Falcon11-Apr-23 4:17
professionalJeremy Falcon11-Apr-23 4:17 
GeneralRe: https intranet with certificate signed by local CA Pin
Member 1597031813-Apr-23 0:39
Member 1597031813-Apr-23 0:39 
GeneralRe: https intranet with certificate signed by local CA Pin
Richard MacCutchan13-Apr-23 0:47
mveRichard MacCutchan13-Apr-23 0:47 
QuestionCenter text vertically with relative height Pin
_Flaviu2-Apr-23 21:34
_Flaviu2-Apr-23 21:34 
AnswerRe: Center text vertically with relative height Pin
Richard Deeming2-Apr-23 22:12
mveRichard Deeming2-Apr-23 22:12 
GeneralRe: Center text vertically with relative height Pin
_Flaviu2-Apr-23 22:59
_Flaviu2-Apr-23 22:59 
AnswerRe: Center text vertically with relative height Pin
Graeme_Grant2-Apr-23 22:36
mvaGraeme_Grant2-Apr-23 22:36 
GeneralRe: Center text vertically with relative height Pin
_Flaviu2-Apr-23 23:01
_Flaviu2-Apr-23 23:01 
QuestionFinal Project ideas that integrates ChatGpt Pin
Mohamad Shoumar29-Mar-23 5:16
Mohamad Shoumar29-Mar-23 5:16 
AnswerRe: Final Project ideas that integrates ChatGpt Pin
Gerry Schmitz29-Mar-23 5:50
mveGerry Schmitz29-Mar-23 5:50 
QuestionHow to add horizontal line under DIV Pin
wenwan131424-Mar-23 19:08
wenwan131424-Mar-23 19:08 
AnswerRe: How to add horizontal line under DIV Pin
Richard MacCutchan24-Mar-23 22:37
mveRichard MacCutchan24-Mar-23 22:37 
GeneralRe: How to add horizontal line under DIV Pin
Gerry Schmitz29-Mar-23 5:53
mveGerry Schmitz29-Mar-23 5:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.