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

Search In

Arrow functions

Arrow functions are the functions that have a shorter syntax compared to function expressions and arrow function lexically bind the this value. Arrow functions effectively turn function (arguments) { expression } into arguments => expression and a

Expression

An Expression is a combination of operators, constants and variables arranged as per rules of language. It may also include function calls which return values. An expression may consist of one or more operators and zero or more operator to produce va

__autoload function in php

A function in PHP which starts with a double underscore”__” are called magic functions in PHP. __autoload functions is used to add very large number of include statements automatically without the programmer. For instance: include “cla

Cake 2.0 vs Cake 3.0 - Declare Model & Controller Class

CakePHP 2.x supports PHP Version 5.2.8 and above while CakePHP 3.x supports PHP Version 5.4.16 & above. There are some changes from CakePHP 2.x to 3.0 like syntax declaration , array declaration & model defination etc. The config key www_root

IPv4 Addressing

IPv4 supports three different types of addressing modes.:   Unicast Addressing Mode:   In this mode, data is sent only to one destined host. The Destination Address field contains 32- bit IP address of the destination host. Here the cli

  • 270
Random movement of a sprite in 2D

When we develop a game sometimes we need gameobject move randomly without any user input. In this script a sprite randomly move in 2D and also rotate in moving direction. using UnityEngine; using System.Collections; public class move : MonoBehavio

Display data from MySQL using PHP and angular JS

Hello friends, Today we will learn how to fetch data from MySQL and display it using angular JS. First we will make a PHP  file for retrieving data. dbresult.php <?php // set up the connection variables $dbname = 'dbname

Introduction to Favicon

FAVICON Favicons are small icons usually of 16x16 pixels. These icons are used to represent the website we are visiting. This square icon is displayed at the left side of the browser's address bar. It is also known as shortcut icon, website ico

An overview of Favicon

Hey Readers! A favicon (acronym for favorite icon), is a file that is associated with a particular website and contains many icons. Browsers supporting favicons display the page's favicon in the address bar of the webpage or in a list of bookmar

WPF : Binding when DataContext not inherited

Introduction : The DataContext property in WPF is extremely useful because it is inherited by all children. However there are situations where  the DataContext is not accessible as the elements are not part of the visual/logical tree. In such s

1 60 217
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: