Categories
Technology

Do people in non-English-speaking countries code in English?

Do you think that how non-English-speaking countries code where any major language like Java, PHP or JavaScript written in English? What the error will be throwing where it is written in English as well? Each and every word actually means something in their mother language. For whom English is not native language, the only thing […]

Categories
Javascript

HTML noscript Tag

For a browser which doesn’t support script or disabled scripts in their browser, the ‘noscript’ tag defines an alternate content for the users. If scripts are not supported or disabled in the user’s browser, then, the content inside the ‘noscript’ tag will be displayed. This can be placed in both <head> and <body>. For inside […]

Categories
Javascript

Advantages and disadvantages of JavaScript

JavaScript client side scripting provides many advantages over server side scripts. For example, using JavaScript, you can check if any user has entered a correct email address in a form field. JavaScript is one of the most simple, lightweight, versatile and interpreted programming language used to extend functionality in websites. It also possesses some negative […]

Categories
Feature Story Technology

10 Effective Qualities of a Team Leader

There are various traits and characteristics of a team leader that encourage them to follow, trust and respect within the workplace. Naturally this possess certain qualities like integrity, learn leadership skills and compassion through experience. You can’t lead well without any standard of excellence and a good as well as strong skill set for work […]

Categories
Javascript

async vs defer attributes in javaScript

In JavaScript scripting language, the async and defer attributes have a great support. So, let’s see how these attributes works. So, first of all we need to know how script works without any attributes. At first, the HTML file is parsed until the script file comes. Then, parsing stops and fetches the file and script […]

Categories
Creative blog

Increase pageviews on your blog

As long as your website becomes older day by day, the vital thing is to have a good page views per visit. Here are few tips to increase your blog pageviews. Visitor comes to your site for their own reason and when they got the result they return back. So, they always leave your site […]

Categories
Social Media & Marketing

Get unlimited Google Plus followers

Google Plus is one of the fastest growing best social networks for content marketers and one should always give the best use of it. With this trick you can get you around 100 to 1000 followers daily and the followers will be 100% real people i.e. no bots. Here I will discuss two tricks that […]

Categories
WordPress

Make a short code in WordPress

Creating a short code in WordPress is not easy to implement and at the same time this is also essential for building a block. But, using WordPress shortcode function, WordPress makes it simple to create. Here, you will know how to create your own shortcode using a simple example. Let’s make a plugin that display […]

Categories
WordPress

Make a simple plugin in WordPress

Plugin is very important role in WordPress and it helps to extend the WordPress functionality and features. Let’s make a simple plugin in WordPress. For Making a plugin in WordPress you have to do following things: Step 1: Create a directory in your plugin folder. Step 2: Then create a PHP file in this folder […]

Categories
Javascript

JavaScript performance boosting tips

Client side java Script can make your application more dynamic and active. Let’s see some performance tips that will make your JavaScript fly. Basically, the browser’s interpretation of a code can itself introduce inefficiencies. So, the performance of different constructs may varies from client to client. Below tips can make a best practices to optimize […]