All Blogs

Blogs

Browser Object Model (BOM) in JavaScript

In this blog I am going to explain what you mean by Browser Object Model and various methods to access and manipulate the Browser objects. BOM (Browser Object Model) Modern browsers have implemented some methods and properties for JavaScript interactivity, it is often referred to, as methods and properties of the BOM. It is nothing but a pack of objects that allow to control the browser, e.g access browsing history,...

JavaScript and DOM Concept

The main purpose of writing this blog to give an introduction about DOM, how can we manipulate HTML and how the interaction with HTML happens using JavaScript. What is DOM ? DOM(Document Object Model) is a programming interface for HTML documents. When a browser loads a webpage, the browser creates a Document Object Model of that page. “The DOM is a platform and an interface that allows programs and scripts...

JavaScript Tutorial for Every Beginners

JavaScript is a client side scripting language, when we linked JavaScript with HTML then it makes our web pages interactive. It’s called client side scripting language because it’s run at the client side in a browser. We cannot create dynamic web pages without JavaScript. It adds behavior to the web pages. Most of the validations are done with the help of it. JavaScript code is written within the <script></script> tags....

Adobe Illustrator Interview Questions and Answers

Q.1: Please explain what is Adobe Illustrator? Ans: Adobe Illustrator is an advanced vector-based graphic design software which is generally used for making vector based designs like logos, illustrations, infographics, stationery, cartoons, and all type of typesetting work. It was first developed by Apple Macintosh in January 1987. This program is used by both artists and graphic designers to create vector illustrations and designs. Illustrator can support SVG (Scalable Vector Graphics),...

Operators in JavaScript

Operators help in conducting some operations and adding logics in JavaScript. Operators are the foundation to prepare any expression in JavaScript. According to MDN there are 10 categories of operators but I will talk about only essential and very useful operators. JavaScript has unary, binary and ternary operators and it depends on the number of operands they have. Unary Operator An unary operator will have single operand.Example: x++ or ++x Note: when...

Understanding jQuery in Just Few Minutes

jQuery is the most popular JavaScript’s library in the world. It has tremendously simplified the way of coding in JavaScript for developers. In this post you will be reading about jQuery’s selectors, filters, effects, css, and event APIs. API stands for Application Programming Interface means we have to use very simple methods which are called API while they might contain very complex code structure in background. I have put some...
1 47 48 49 50 51 65
Call Now