Categories
Javascript

JavaScript Arrays

The JavaScript Arrays object is a global object that is used to store multiple values in a single variable. The JavaScript Arrays object is a global object that is used to store multiple values in a single variable i.e. collection of elements. Syntax: var cars = [ “Fiat”, “BMW”, “Nissan” ]; Note: Never put a […]

Categories
jQuery

5 Free jQuery Scroll to top Plugins

There are free jQuery Scroll to Top plugin which is a small piece of code that lets you add a scroll to top button at the bottom right of your web page. This will enable your website visitors to scroll easily back to the top of the page while they are browsing. The “scroll to […]

Categories
Javascript

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 […]

Categories
Careers Feature Story Interview questions

A Guide To Crack HR Interview Easily

In any type of interview Process, HR Interview is last round for Hiring a Candidate. This article will help them to crack HR Interview in their final round. In every organization and companies, HR Interview is the final round. Most of the people are getting tensed while they are facing the HR Interviews and answering […]

Categories
Javascript

JavaScript Objects Overview

JavaScript is an Object Oriented Programming i.e. OOP language. It provides four basic capabilities i.e. Encapsulation, Aggregation, Inheritance and Polymorphism. For example as a car. It has properties like weight and color and and methods like start and stop. So, all cars have same properties, but the values differ from one car to another. Object […]

Categories
Careers Feature Story Interview questions

Top 10 HR Round Questions And Answers

In this article, you can get help of how to crack the interview process by most frequently asked behavioral interview questions and answers. For both freshers and experienced people, this article would help in cracking the interview process very well. You need to get more attention when answering non technical Interview Questions round. You can […]

Categories
Technology

Online diff tool to compare text

There are so many online diff tool that can compare text to find the difference between two text files and synchronize them. Just paste and compare. Some merge changes, synchronize files, and generate reports. This is an everyday task to compare two files and it saves a lot of time from switching to other software. […]

Categories
Html

Embedding PDFs without JavaScript

Without JavaScript, a PDF can be embedded into HTML pages. Embedding PDFs without JavaScript is a major part in HTML. In below there are 4 examples that describes how to use this common techniques. For embedding a PDF file into a HTML document, this is an open-source standards-friendly JavaScript utility. We need to know that […]

Categories
Php

Read Gmail Emails using PHP & IMAP

It is very easier to retrieve emails from Gmail account with the help of PHP and its IMAP extension. Read Gmail is now very easier than we can think with the help of PHP and its IMAP extension that matches the given search criteria.You need to meet the minimum requirements for this: PHP version >= […]

Categories
Careers Feature Story Interview questions

Experienced HR Interview Questions

Best way to answer frequently asked HR Interview Questions for fresher graduates and experienced people and how to handle this challenging situation. In our previous article, we have already discussed how to crack you job interview in 10 tips. In addition to the general questions for fresher graduates, let’s discuss some typical questions for experienced […]