Click here to Skip to main content
15,910,303 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to create secure login using angular js Pin
Richard MacCutchan21-Sep-15 0:28
mveRichard MacCutchan21-Sep-15 0:28 
SuggestionRe: How to create secure login using angular js Pin
Richard Deeming21-Sep-15 2:41
mveRichard Deeming21-Sep-15 2:41 
AnswerRe: How to create secure login using angular js Pin
Richard Deeming21-Sep-15 2:47
mveRichard Deeming21-Sep-15 2:47 
QuestionHow to create secure login procedure in angular js Pin
Member 1199959720-Sep-15 23:22
Member 1199959720-Sep-15 23:22 
Questionsteps to learning professional front & back -end develpoment Pin
programmerinthemaking16-Sep-15 10:29
programmerinthemaking16-Sep-15 10:29 
AnswerRe: steps to learning professional front & back -end develpoment Pin
Richard MacCutchan16-Sep-15 21:52
mveRichard MacCutchan16-Sep-15 21:52 
AnswerRe: steps to learning professional front & back -end develpoment Pin
Blikkies17-Sep-15 3:02
professionalBlikkies17-Sep-15 3:02 
AnswerRe: steps to learning professional front & back -end develpoment Pin
Nathan Minier30-Sep-15 6:37
professionalNathan Minier30-Sep-15 6:37 
QuestionCrystal report font size decreases in 64 bit OS Pin
sakssp10-Sep-15 20:27
sakssp10-Sep-15 20:27 
AnswerSms Send and Recived Pin
Member 119733819-Sep-15 22:32
Member 119733819-Sep-15 22:32 
QuestionWEB PHONE - How to create a sip web phone that could call a phone number? Pin
Kuiamenh Martin9-Sep-15 16:50
Kuiamenh Martin9-Sep-15 16:50 
QuestionQuestion from a certain level of ignorance regarding modern web development practices Pin
GuyThiebaut5-Sep-15 10:12
professionalGuyThiebaut5-Sep-15 10:12 
AnswerRe: Question from a certain level of ignorance regarding modern web development practices Pin
User 17164925-Sep-15 11:43
professionalUser 17164925-Sep-15 11:43 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
GuyThiebaut5-Sep-15 12:00
professionalGuyThiebaut5-Sep-15 12:00 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
User 17164925-Sep-15 12:22
professionalUser 17164925-Sep-15 12:22 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
GuyThiebaut5-Sep-15 19:51
professionalGuyThiebaut5-Sep-15 19:51 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
User 17164925-Sep-15 23:36
professionalUser 17164925-Sep-15 23:36 
AnswerRe: Question from a certain level of ignorance regarding modern web development practices Pin
Kornfeld Eliyahu Peter5-Sep-15 20:43
professionalKornfeld Eliyahu Peter5-Sep-15 20:43 
JokeRe: Question from a certain level of ignorance regarding modern web development practices Pin
Kornfeld Eliyahu Peter6-Sep-15 3:42
professionalKornfeld Eliyahu Peter6-Sep-15 3:42 
QuestionDOM XSS and createElement() and getElementsByTagName() methods Pin
Supriya Tonape3-Sep-15 4:55
Supriya Tonape3-Sep-15 4:55 
Hello,

I am wondering if following methods in my script are vulnerable for DOM XSS attack? If yes, what is the best practice to write them. Kindly help if you can guide about it.

1. document.createElement()
2. document.getElementsByTagName()


(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

Thank you for your time.

Best Regards,
Supriya
QuestionHow to fake or declare a kendo controls in jasmine test Pin
phetolel23-Aug-15 23:17
phetolel23-Aug-15 23:17 
QuestionMy website is ok? Pin
David m costa23-Aug-15 19:59
David m costa23-Aug-15 19:59 
AnswerRe: My website is ok? Pin
Richard MacCutchan23-Aug-15 21:18
mveRichard MacCutchan23-Aug-15 21:18 
AnswerRe: My website is ok? Pin
ZurdoDev31-Aug-15 5:08
professionalZurdoDev31-Aug-15 5:08 
Questionhow to display image on datalist from sql server in asp.net Pin
SujataJK19-Aug-15 19:53
SujataJK19-Aug-15 19: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.