Introductory Photoshop Skills For Every Beginner Photographer

Photoshop is a crucial skill for every photographer. It is easy for outsiders to think of photoshopping as cheating since photoshopping has this bad rap in common culture, especially with social media shareable discussing the many instances where edited photographs often make things look unrealistic. But every photographer worth their expensive camera lenses knows that’s […]

Detect Browser in JavaScript

To detect browser in JavaScript, window.navigator object contains information about the user’s browser i.e. Firefox, Internet Explorer, Opera, etc. JavaScript has a standard object called navigator which contains data about user’s browser. It has a lot of properties. JavaScript window.navigator object can be written without window prefix. For example, navigator.appName navigator.appCodeName navigator.platform Browser detection is […]