What Does The Future Hold For Crypto-Currency ?

The world is moving towards modernization and development at a quick pace. We can see many development works and evolution in every sector of our lives. For example: Monetization has replaced the barter system and landline telephones are replaced by... Read more

Role of Social Media Platforms in Promoting Digital Technology

A business first step to run its service and let the consumers know about their presence is to do marketing and creating websites of their own. However, social media has become one of the basic needs of marketing and digitization.... Read more

Reasons why Cyber Security needs more priority

Reasons why Cyber Security needs more priority
With the increasing dependency and usage of web technologies, the importance of Cyber Security approaches is getting more discussed in recent times. A number of incidents of cyber attacks are recorded daily and its kind of a challenge for business... Read more

How to install Progressive Web App for Desktop ?

When talking of Progressive Web Apps (PWAs), mobile applications are the first thing that comes to mind since it’s always been the case that way. However, as time is changing, major browsers such as Chrome with their PWA initiatives are... Read more

How to Zip/Unzip files using PHP

Compressing files while transferring from one location to other is always a good option. In case of web experience, compressing files means reducing the file size by nice margin resulting in low bandwidth consumption as well as faster download and... Read more

Detect whether Internet speed is Fast or Slow using JavaScript

In this article,  we are providing you with a code snippet which you can include in any webpage where you want to display internet speed whether it is slow or fast. This feature can be useful if you webpage contains... Read more

Design Full Page Overlay Advertisement using HTML, CSS and JavaScript

Most of the websites nowadays are attracted to full page overlay ads for promoting third party as well as their own content in the websites. In this article,  we have a code snippet which you can include in any webpage... Read more

Remove index.php from Codeigniter using htaccess

In CodeIgniter project the index.php file will be included in your URLs by default. However, we would want to remove index.php from our URL to make it look clean as well as make it SEO friendly. We can achieve this... Read more

Create Page Scroll Indicator in 2 simple steps

Scroll Indicator is basically a line which fills up based on how much the user has scrolled in the page. They are usually positioned at the Top of the page but can differ based on the design and requirement. In... Read more

Implement World Map using jVectorMap

jVectorMap uses only native browser technologies like JavaScript, CSS, HTML, SVG or VML. No Flash or any other proprietary browser plug-in is required. This allows jVectorMap to work in all modern mobile browsers. Many maps of the world, world regions,... Read more

How to create Go To Top button in a Webpage ?

In this article we will be learning to create a Go To Top Button in our webpage. We will show a Go To Top button in our webpage if user is not in the top. On clicking the button, the... Read more

Hangman Game in PHP : Complete Source Code

Hangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other(s) tries to guess it by suggesting letters within a certain number of guesses. Complete Source... Read more

How to run a Linux command in background ?

Running a command in the background can be useful when the command will run for a long time and does not need supervision. It leaves the screen free so you can use it for other work. In addition, it doesn’t... Read more

How to detect AdBlocker using JavaScript ?

Ad blocking or ad filtering is a software capability for removing or altering online advertising in a web browser or an application. An ad blocker is a program that will remove different kinds of advertising from a Web user’s experience... Read more