Click here to Skip to main content
15,908,175 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: MVC5 - Logoff does not work in Chrome Pin
Richard Deeming7-Nov-17 2:45
mveRichard Deeming7-Nov-17 2:45 
GeneralRe: MVC5 - Logoff does not work in Chrome Pin
#realJSOP7-Nov-17 2:47
professional#realJSOP7-Nov-17 2:47 
GeneralRe: MVC5 - Logoff does not work in Chrome Pin
Richard Deeming7-Nov-17 2:53
mveRichard Deeming7-Nov-17 2:53 
GeneralRe: MVC5 - Logoff does not work in Chrome Pin
#realJSOP7-Nov-17 2:59
professional#realJSOP7-Nov-17 2:59 
GeneralRe: MVC5 - Logoff does not work in Chrome Pin
Richard Deeming7-Nov-17 3:03
mveRichard Deeming7-Nov-17 3:03 
GeneralRe: MVC5 - Logoff does not work in Chrome Pin
#realJSOP7-Nov-17 3:01
professional#realJSOP7-Nov-17 3:01 
AnswerRe: MVC5 - Logoff does not work in Chrome Pin
aijaj hussain18-Nov-17 20:09
aijaj hussain18-Nov-17 20:09 
QuestionMVC5 checkbox size (RESOLVED - kinda) Pin
#realJSOP1-Nov-17 2:37
professional#realJSOP1-Nov-17 2:37 
AnswerRe: MVC5 checkbox size Pin
Richard Deeming2-Nov-17 5:53
mveRichard Deeming2-Nov-17 5:53 
GeneralRe: MVC5 checkbox size Pin
#realJSOP2-Nov-17 8:06
professional#realJSOP2-Nov-17 8:06 
AnswerRe: MVC5 checkbox size Pin
#realJSOP3-Nov-17 3:50
professional#realJSOP3-Nov-17 3:50 
SuggestionRe: MVC5 checkbox size Pin
Richard Deeming3-Nov-17 5:07
mveRichard Deeming3-Nov-17 5:07 
GeneralRe: MVC5 checkbox size Pin
#realJSOP3-Nov-17 6:09
professional#realJSOP3-Nov-17 6:09 
GeneralRe: MVC5 checkbox size Pin
Richard Deeming3-Nov-17 10:02
mveRichard Deeming3-Nov-17 10:02 
GeneralRe: MVC5 checkbox size Pin
#realJSOP3-Nov-17 6:12
professional#realJSOP3-Nov-17 6:12 
JokeRe: MVC5 checkbox size Pin
Richard Deeming3-Nov-17 10:03
mveRichard Deeming3-Nov-17 10:03 
GeneralRe: MVC5 checkbox size Pin
#realJSOP7-Nov-17 4:15
professional#realJSOP7-Nov-17 4:15 
Questionusing javascript in a Firefox browser Pin
classy_dog30-Oct-17 10:49
classy_dog30-Oct-17 10:49 
AnswerRe: using javascript in a Firefox browser Pin
Afzaal Ahmad Zeeshan30-Oct-17 11:14
professionalAfzaal Ahmad Zeeshan30-Oct-17 11:14 
There can be several answers to this question of yours, however you should consider reading the Can I Use website and trying out what API is supported in which of the browsers. Can I use... Support tables for HTML5, CSS3, etc. This website will tell you about all possible APIs, not just for Firefox but for other major browsers as well; so it can be helpful in many cases.

Secondly, you should consider using a framework that supports or at least tends to abstract the underlying browser and supports the features of JavaScript.

Thirdly, avoid supporting IE8 or less. You might want to look into Bootstrap for some UI related tasks, Bootstrap · The most popular HTML, CSS, and JS library in the world.

Lastly, why are you using Web Forms? I would recommend trying to migrate the production website to a modern framework. If not possible, then just try to maintain the websites instead of shipping features on top of the same old framework.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

AnswerRe: using javascript in a Firefox browser Pin
Nathan Minier31-Oct-17 1:23
professionalNathan Minier31-Oct-17 1:23 
QuestionCreate a web page to connect to unix server Pin
LuckySas30-Oct-17 4:19
LuckySas30-Oct-17 4:19 
AnswerRe: Create a web page to connect to unix server Pin
Richard MacCutchan30-Oct-17 5:36
mveRichard MacCutchan30-Oct-17 5:36 
QuestionMVC5 posting data to controller Pin
#realJSOP28-Oct-17 6:12
professional#realJSOP28-Oct-17 6:12 
AnswerRe: MVC5 posting data to controller Pin
Nathan Minier30-Oct-17 1:23
professionalNathan Minier30-Oct-17 1:23 
Questionpassing id using@url.Action Pin
svknair26-Oct-17 23:59
svknair26-Oct-17 23:59 

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.