Skip to main content

Home/ Web Development Resources (originated at GA WDI)/ Group items tagged scripting'

Rss Feed Group items tagged

lizciragoldstein

Writing your first script and getting it to work - 0 views

  •  
    To successfully write a shell script, you have to do three things: Write a script Give the shell permission to execute it Put it somewhere the shell can find it A shell script is a file that contains ASCII text. To create a shell script, you use a text editor.
John Randall

Organizing your application using Modules (require.js) - Backbone.js Tutorials - 0 views

  •  
    "Require.js has a great community and it is growing rapidly. James Burke the author is married to Require.js and always responds to user feedback. He is a leading expert in script loading and a contributer to the AMD specification. "
John Randall

XSS game - 0 views

  •  
    Cross-site scripting (XSS) bugs are one of the most common and dangerous types of vulnerabilities in Web applications. They can allow your enemies to steal or modify user data in your apps. In this game, you will learn to find and exploit XSS bugs. You can then use this knowledge to prevent such bugs from happening in your applications.
1 - 4 of 4
Showing 20 items per page