Click here to Skip to main content
15,883,901 members
Home / Discussions / Web Development
   

Web Development

 
Questionearning money (paypal) from a game ? Pin
Isawyouoo1-Mar-20 6:12
Isawyouoo1-Mar-20 6:12 
AnswerRe: earning money (paypal) from a game ? Pin
dioscarey17-Apr-20 7:39
dioscarey17-Apr-20 7:39 
QuestionHow do I fix the push sidebar menu CSS? Pin
Member 1474620516-Feb-20 8:19
Member 1474620516-Feb-20 8:19 
AnswerRe: How do I fix the push sidebar menu CSS? Pin
Member 1480030412-Apr-20 23:44
Member 1480030412-Apr-20 23:44 
QuestionBest place o learn HTML and CSS for a jack of all trades Pin
enginestar3-Feb-20 20:38
enginestar3-Feb-20 20:38 
AnswerRe: Best place o learn HTML and CSS for a jack of all trades Pin
Eddy Vluggen16-Feb-20 11:24
professionalEddy Vluggen16-Feb-20 11:24 
AnswerRe: Best place o learn HTML and CSS for a jack of all trades Pin
owensdj16-Feb-20 20:22
owensdj16-Feb-20 20:22 
AnswerRe: Best place o learn HTML and CSS for a jack of all trades Pin
Jeff Dabulis22-Feb-20 9:14
professionalJeff Dabulis22-Feb-20 9:14 
Download a static site with all the prebuilt html and css and view it in the browser. Next, think of some major or potentially difficult change you'd like to make to it with regard to layout, size, font, etc. With the help of the browser's developer tools, you'll be able to identify the styles that need to change for the elements involved. You'll learn something from the existing css, and you'll learn a lot by trying to mess with it.

Today, most people use a css framework like Bootstrap or Materialize for accomplishing the flexibility for different displays you're looking for. Read the API documentation for one of these frameworks and look through the examples. Alternatively, there's a nice React ui framework from Microsoft over at https://developer.microsoft.com/en-us/fabric#/styles/web

It uses the same responsive grid layout principles that have become de facto standard.

If you want to get into React, you're going to need to know some Javascript because React uses Typescript which transpiles to JS and you'll need to understand possibly both languages. Additionally, you'll probably see some use of Redux.
AnswerRe: Best place o learn HTML and CSS for a jack of all trades Pin
Jerry 417-Nov-22 0:52
Jerry 417-Nov-22 0:52 
QuestionOnline Offline Mode Program. Getting started, Visual Studio. Where do i begin? Pin
HoneRobotics3-Feb-20 9:39
HoneRobotics3-Feb-20 9:39 
AnswerRe: Online Offline Mode Program. Getting started, Visual Studio. Where do i begin? Pin
Bohdan Stupak21-Mar-20 5:47
professionalBohdan Stupak21-Mar-20 5:47 
QuestionChanging a deployed ASP .NET application URL from .aspx to .com Pin
Stephen Holdorf3-Feb-20 4:08
Stephen Holdorf3-Feb-20 4:08 
AnswerRe: Changing a deployed ASP .NET application URL from .aspx to .com Pin
ZurdoDev3-Feb-20 4:46
professionalZurdoDev3-Feb-20 4:46 
GeneralRe: Changing a deployed ASP .NET application URL from .aspx to .com Pin
Stephen Holdorf3-Feb-20 5:12
Stephen Holdorf3-Feb-20 5:12 
AnswerRe: Changing a deployed ASP .NET application URL from .aspx to .com Pin
ZurdoDev3-Feb-20 5:35
professionalZurdoDev3-Feb-20 5:35 
GeneralRe: Changing a deployed ASP .NET application URL from .aspx to .com Pin
Stephen Holdorf3-Feb-20 5:48
Stephen Holdorf3-Feb-20 5:48 
GeneralRe: Changing a deployed ASP .NET application URL from .aspx to .com Pin
ZurdoDev3-Feb-20 5:56
professionalZurdoDev3-Feb-20 5:56 
GeneralRe: Changing a deployed ASP .NET application URL from .aspx to .com Pin
Stephen Holdorf3-Feb-20 7:09
Stephen Holdorf3-Feb-20 7:09 
GeneralRe: Changing a deployed ASP .NET application URL from .aspx to .com Pin
ZurdoDev3-Feb-20 7:28
professionalZurdoDev3-Feb-20 7:28 
GeneralRe: Changing a deployed ASP .NET application URL from .aspx to .com Pin
Stephen Holdorf3-Feb-20 7:34
Stephen Holdorf3-Feb-20 7:34 
GeneralRe: Changing a deployed ASP .NET application URL from .aspx to .com Pin
ZurdoDev3-Feb-20 7:41
professionalZurdoDev3-Feb-20 7:41 
QuestionF12 console JavaScript browser errors when browsing to a WIndows 2012 website Pin
Stephen Holdorf1-Feb-20 9:52
Stephen Holdorf1-Feb-20 9:52 
QuestionArchitectural Guidance Pin
cjb11019-Jan-20 21:30
cjb11019-Jan-20 21:30 
QuestionCalling Web API From Xamarin Forms Pin
Kevin Marois16-Jan-20 9:50
professionalKevin Marois16-Jan-20 9:50 
AnswerRe: Calling Web API From Xamarin Forms Pin
Richard Deeming17-Jan-20 0:48
mveRichard Deeming17-Jan-20 0:48 

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.