Articles filed under "javascript"

JavaScript Optimization for Page Load Performance

JavaScript is becoming more and more prevalent in today’s web development. Following a set of standards and practice logical development will help with web page optimization and a better overall user experience.


Working With Regular Expressions in JavaScript

The most common way to define a regexp pattern is to define a variable instance with a pattern you want to match, along with any modifiers you wish to use.