Click here to Skip to main content
15,902,275 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: trying to calculate a retirement date by adding 66 years on to a Date of birth value Pin
bVagadishnu1-Feb-17 6:42
bVagadishnu1-Feb-17 6:42 
GeneralRe: trying to calculate a retirement date by adding 66 years on to a Date of birth value Pin
Barnsley72-Feb-17 0:05
Barnsley72-Feb-17 0:05 
Questionsubmit button Enable Disable Function Using Javascript and Ajax with Html and CSS Pin
Member 1297691031-Jan-17 20:17
Member 1297691031-Jan-17 20:17 
QuestionRe: submit button Enable Disable Function Using Javascript and Ajax with Html and CSS Pin
ZurdoDev1-Feb-17 1:57
professionalZurdoDev1-Feb-17 1:57 
Questionangular translate problem Pin
Member 1103130431-Jan-17 20:13
Member 1103130431-Jan-17 20:13 
AnswerRe: angular translate problem Pin
Nathan Minier1-Feb-17 1:24
professionalNathan Minier1-Feb-17 1:24 
GeneralRe: angular translate problem Pin
Member 110313041-Feb-17 2:08
Member 110313041-Feb-17 2:08 
AnswerRe: angular translate problem Pin
Nathan Minier1-Feb-17 2:17
professionalNathan Minier1-Feb-17 2:17 
Okay, well the first is a very common problem if you're working with heavy JS front ends, and that's the browser cache. The best way to handle this (IMO) is to open your browser dev tools (normally F12), disable the browser cache, and refresh. This also has the benefit of showing the console and allowing you to inspect HTTP traffic, which is crucial in debugging JS applications.

Most browsers also support Ctl-F5, which will force a refresh from server.

Your second question is a little more free-form, since we need to define where the logs are. If they're system logs (internal to the computer that the browser is running on) then the answer is a flat no. If they're accessible from the server that your application is running on, you can just create a model for a log entry and load that model in your controller, just like you do any other sort of data.
"There are three kinds of lies: lies, damned lies and statistics."
- Benjamin Disraeli

QuestionAJAX javascript Query Not executing properly Pin
Jason Nielsen24-Jan-17 14:18
Jason Nielsen24-Jan-17 14:18 
AnswerRe: AJAX javascript Query Not executing properly Pin
F-ES Sitecore24-Jan-17 23:04
professionalF-ES Sitecore24-Jan-17 23:04 
PraiseRe: AJAX javascript Query Not executing properly Pin
Jason Nielsen25-Jan-17 6:45
Jason Nielsen25-Jan-17 6:45 
AnswerRe: AJAX javascript Query Not executing properly Pin
F-ES Sitecore25-Jan-17 3:48
professionalF-ES Sitecore25-Jan-17 3:48 
GeneralRe: AJAX javascript Query Not executing properly Pin
Jason Nielsen28-Jan-17 17:06
Jason Nielsen28-Jan-17 17:06 
GeneralRe: AJAX javascript Query Not executing properly Pin
F-ES Sitecore29-Jan-17 22:00
professionalF-ES Sitecore29-Jan-17 22:00 
GeneralRe: AJAX javascript Query Not executing properly Pin
F-ES Sitecore30-Jan-17 23:01
professionalF-ES Sitecore30-Jan-17 23:01 
Questiondwg to jpg using javascript Pin
solynaseng19-Jan-17 4:50
solynaseng19-Jan-17 4:50 
AnswerRe: dwg to jpg using javascript Pin
Eddy Vluggen19-Jan-17 4:56
professionalEddy Vluggen19-Jan-17 4:56 
GeneralRe: dwg to jpg using javascript Pin
solynaseng19-Jan-17 5:32
solynaseng19-Jan-17 5:32 
AnswerRe: dwg to jpg using javascript Pin
Richard MacCutchan19-Jan-17 5:29
mveRichard MacCutchan19-Jan-17 5:29 
GeneralRe: dwg to jpg using javascript Pin
solynaseng19-Jan-17 5:34
solynaseng19-Jan-17 5:34 
GeneralRe: dwg to jpg using javascript Pin
Richard MacCutchan19-Jan-17 5:42
mveRichard MacCutchan19-Jan-17 5:42 
GeneralRe: dwg to jpg using javascript Pin
solynaseng19-Jan-17 6:00
solynaseng19-Jan-17 6:00 
GeneralRe: dwg to jpg using javascript Pin
dandy7219-Jan-17 6:40
dandy7219-Jan-17 6:40 
GeneralRe: dwg to jpg using javascript Pin
Rajesh R Subramanian19-Jan-17 12:38
professionalRajesh R Subramanian19-Jan-17 12:38 
GeneralRe: dwg to jpg using javascript Pin
dandy7219-Jan-17 13:42
dandy7219-Jan-17 13:42 

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.