Click here to Skip to main content
15,888,610 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionCode Modify for JS Pin
Member 1123853816-Nov-14 13:05
Member 1123853816-Nov-14 13:05 
AnswerRe: Code Modify for JS Pin
Richard MacCutchan16-Nov-14 21:39
mveRichard MacCutchan16-Nov-14 21:39 
QuestionRe: Code Modify for JS Pin
ZurdoDev17-Nov-14 5:24
professionalZurdoDev17-Nov-14 5:24 
QuestionHow to Create HTML Code in PDF Article? Pin
hub sarasota11-Nov-14 19:12
hub sarasota11-Nov-14 19:12 
QuestionSetting the content of an HTML span text to the text of an asp textbox text properity Pin
Stephen Holdorf9-Nov-14 10:04
Stephen Holdorf9-Nov-14 10:04 
AnswerRe: Setting the content of an HTML span text to the text of an asp textbox text properity Pin
Richard Deeming10-Nov-14 4:36
mveRichard Deeming10-Nov-14 4:36 
Questionissue with IE11 via Jquery/Ajax Pin
Rajendra Kumar Katabathuni6-Nov-14 21:14
Rajendra Kumar Katabathuni6-Nov-14 21:14 
AnswerRe: issue with IE11 via Jquery/Ajax Pin
Nathan Minier14-Nov-14 2:09
professionalNathan Minier14-Nov-14 2:09 
By and large, you can continue to use the same code that you previously had in place by making sure that your markup targets the appropriate versions of HTML, and that you set a meta http-equiv="X-UA-Compatible" tag for IE-7. This will force compatibility mode where appropriate.

That said, in terms of modernizing your application base you will be pleasantly surprised, I think. HTML5 comes with way fewer hurdles than previous versions, and you'll find native support for things that you previously needed to do all kinds of JavaScript and CSS hacks to achieve. Provided that you maintain production code, you'll find that the focus is moving from a monolithic back-end with a slim client side to treating the browser as a UX/business layer and the servers simply provide the data layer. That's the modern paradigm, and it changes greatly where the focus is in terms of coding.

I would say that your biggest hurdle will be properly implementing and sticking with a security policy. The move of state and processing to the client side has resulted in more frequent dialog between clients and server, and if you don't validate that dialog properly you can expose serious vulnerabilities in your application.

After that, switching focus from your back-end of choice to JavaScript (and the menagerie of frameworks available for it) will be a learning curve, but not a terribly difficult one as long as you can keep a hold of what's happening at each processing stage.

At any rate, best of luck, and I promise you that after a little wadding through the learning curve, you will love the new technologies.
Questioncompare two array object and remove duplicate using underscore.js Pin
sagivasan6-Nov-14 2:09
sagivasan6-Nov-14 2:09 
SuggestionRe: compare two array object and remove duplicate using underscore.js Pin
ZurdoDev13-Nov-14 10:26
professionalZurdoDev13-Nov-14 10:26 
Questionjava Pin
Member 112115035-Nov-14 23:44
Member 112115035-Nov-14 23:44 
QuestionRe: java Pin
Richard MacCutchan6-Nov-14 0:02
mveRichard MacCutchan6-Nov-14 0:02 
QuestionOpening VLC player from browser Pin
Danpeking5-Nov-14 22:30
Danpeking5-Nov-14 22:30 
QuestionWhat's the best programming language to build this? Pin
beMember5-Nov-14 9:26
beMember5-Nov-14 9:26 
GeneralRe: What's the best programming language to build this? Pin
PIEBALDconsult5-Nov-14 9:32
mvePIEBALDconsult5-Nov-14 9:32 
AnswerRe: What's the best programming language to build this? Pin
Garth J Lancaster5-Nov-14 9:33
professionalGarth J Lancaster5-Nov-14 9:33 
AnswerRe: What's the best programming language to build this? Pin
Albert Holguin5-Nov-14 10:49
professionalAlbert Holguin5-Nov-14 10:49 
QuestionAngularJS Unit Test Pin
upkaar4-Nov-14 2:12
upkaar4-Nov-14 2:12 
AnswerRe: AngularJS Unit Test Pin
Richard MacCutchan4-Nov-14 2:19
mveRichard MacCutchan4-Nov-14 2:19 
GeneralRe: AngularJS Unit Test Pin
upkaar30-Jan-15 20:11
upkaar30-Jan-15 20:11 
GeneralRe: AngularJS Unit Test Pin
Richard MacCutchan30-Jan-15 21:46
mveRichard MacCutchan30-Jan-15 21:46 
AnswerRe: AngularJS Unit Test Pin
Simon_Whale4-Nov-14 3:06
Simon_Whale4-Nov-14 3:06 
Question2nd Javascript Assignment Pin
Member 1119456830-Oct-14 18:02
Member 1119456830-Oct-14 18:02 
AnswerRe: 2nd Javascript Assignment Pin
Kornfeld Eliyahu Peter30-Oct-14 20:10
professionalKornfeld Eliyahu Peter30-Oct-14 20:10 
QuestionRe: 2nd Javascript Assignment Pin
ZurdoDev5-Nov-14 8:54
professionalZurdoDev5-Nov-14 8:54 

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.