Categories
Javascript

Placement of JavaScript in HTML

For including JavaScript code in a HTML document, there is always a flexibility to put in head or body section. A JavaScript function is nothing but a block of JavaScript code which can be executed when required. In HTML, we need to insert JavaScript code between the <script>…</script> tags. Most of the time we include […]

Categories
Social Media & Marketing Technology

5 Ways to Increase Watch Time of Business Videos on YouTube

So you want to increase your business videos views? We all do. And while there is no precise formula to make something really go viral, there are a few ways you could build momentum behind a video in order to propel it into the various depths of internet. However there are a few things you […]

Categories
Javascript

Prevent tinymce from stripping empty tags from input

Using a empty tag in tinymce removes the tag until they have a content in between and switching in HTML mode, all your tags are gone? When you try to insert the following using the HTML button (or code plugin) and verify it afterwards using the HTML button (trying to submit the editor content) – […]

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
Creative blog Google Adsense

10 tools to check a website is banned by Google Adsense

One of the most popular monetization and advertising technique which is used by bloggers around the world is Google AdSense. Here we will list some Websites to check AdSense penalty for a website or domain. The best thing about AdSense are: Quality ads Timely payout Definitely a well-known brand name So, let’s see some online […]

Categories
jQuery

jQuery data attributes

jQuery data attributes allows us to store extra information or return the value at the named data which will be associated with a particular element. Syntax of data attributes: This is very simple. On any elements the attribute name starts with a data-* where you can store extra information which does not represent visually. <div […]

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
Html

Redirect from an HTML page

Redirect HTML page is done using the meta refresh for fallback purposes in the head section of a HTML i.e. replace old page with the URL of the page you need to redirect to. This is  the simplest way to Redirect HTML page i.e. one URL to another URL with the Meta Refresh tag. We […]

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