Skip to main content

Home/ Groups/ Web Development Resources (originated at GA WDI)
John Randall

Masonry - 0 views

  •  
    "Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You've probably seen it in use all over the Internet. "
  •  
    "Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You've probably seen it in use all over the Internet. "
John Randall

teach yourself to code - 3 views

  •  
    Nice. I would also add good catalog for Ruby: http://iwanttolearnruby.com/
artem_murga

2 Ways To Implement Session Tracking - 1 views

  •  
    An article from PJ about sessions in Rails
montricher

A Brief Introduction to REST - 0 views

  •  
    REST (REpresentational State Transfer) architecture behind WWW and key principles: Identifiable resources, links and hypermedia, standard methods, multiple representations and stateless communication.
John Randall

Code Conventions for the JavaScript Programming Language - 1 views

  •  
    "Code Conventions for the JavaScript Programming Language"
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.
artem_murga

JavaScript build system for Sublime - 3 views

  •  
    Sometimes it is convenient to execute code in sublime by pushing cmd+b. However, there is no embedded build system for JS. This quick trick helps to make JS build available for your Sublime.
cdbajorin

Autocomplete variables across open sublime files - 1 views

  •  
    Great, thx. BTW you can choose the variant from autocomplete list by pushing ctrl + space.
« First ‹ Previous 121 - 140 Next › Last »
Showing 20 items per page