Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Make an HTTP server work by function passing as an anonymous function in Node

Here we will see an example of how we can make our http server work by writing a re-factored code or by using an anonymous function.First let us see an example of re-factored code. Let us import the “http” module var http = require("http"); // vari

How to run a single mocha test?

When working in mocha, oftenly you don't want to run all the test cases. Mocha provides you the feature to specify which exactly you want to run. Running a single test file Using mocha-cli you can easily run a single. This can be accomplished w

Disable Click effect on web page.

Hello everyone, Today, We will discuss that how to disable click effect on the web page so that we can protect our html. Using javascript we can disable the click effect on the web page. But this is not most difficult way to protect the HTML, we ha

How to check network information in phonegap

If you want to check the network information in your code, here is the plugin that cordova provides to check if the user is online or offline. This plugin gives the information of cellular or wifi connection of the device and it can also check if the

Inline view in SQL

  Inline view in SQL is like a select statement that contains everything in the From clause.   View is temporary table that is created for data manipulation.     In this we don't specify the table name instead of that th

Control Attributes in HTML5

There are certain attributes that add up in HTML5 which makes the form attributes much more interactive and validation free. There are certain example for control attribute: 1. Read only - This will make the input type in read only mode. Ex: <

Javascript Loop Optimization

JavaScript is a client side programming language, and if JavaScript will take a lot of time for computation. It will not only affect the performance of our application but also can hang the browser. So here in this particuler blog we will learn how w

Twig Template Basics Syntax in D8

Hello Readers, This tutorial will guide you about 'How to use twig syntax in Drupal 8'. These basics of twig syntax will help you to understand: 1. How to print value 2. How to use it with control statement like if, else  3. How to co

How to make two divs equal in height lying side by side using html and css?

Hello Readers , this is a small blog on how to make two columns of equal height regardless of content inside the columns. First, we will write the HTML to make two columns lying side by side having same width. The following code is written to make tw

How to serach php.ini location

Hello friends, This is very important to search a file in Ubantu server like my location in the server is "var/www/html/myproject" and I want to make some changes in my php.ini file but I don't know the location of php.ini file. This i

1 252 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: