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

Search In

How to Disable Wordpress Updates

If you would like to disable word-press updates please follow the below process: Open your current selected Theme folder. Open under this folder function.php and put the below code at the end of this file //To Disable Theme Updates # WP Version 3.0

How to disable Updates in WordPress ?

The simplest way to disable word-press updates by installing and activating Disable Updates Manager plugin from the given below link. [https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/][1] WordPress updates disable by Manually if

How to compare two variable floats using PHP

While making the calculation with float variable one should really careful since there can be three cases, It can < or > or =. So lets see the example below and learn how to get the comparative. $varOne = round(0.250, 3); varTwo = round(1 - 0

Using context:component-scan to pick up @Configuration Classes

In Spring 3.0 using the tag context:component-scan in xml file, the entry of the class(or bean) defined under the scan tag is automatically created. The example to show use of context:component-scan tag is as below: Example:- JavaConfig.java packa

Joomla 3.0 favicon

You can easily change favicon in Joomla using the following steps. First Create your Favicon with the dimensions 16x16 pixels, once you create it save it by using the name "favicon.ico". We can easily generate favicon using the free online gen

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

Guest Account in Remix OS cannot Get Internet Connection

I use my administrator account, I can access internet both my android applications and web browser (Chrome). But when I change to be a guest account in Remix OS, I cannot get any internet connectivity. I installed Remix OS on VM-ware. I us

Rewrite hit_target() function

  Rewrite hit_target() function Existing hit_target() function uses a primitive algorithm to get the target coordinates. Your task is to rewrite hit_target() function with the most optimal algorithm to make as few shot

Scopes of beans in Spring

Bean Scopes:- Bean have total 5 scopes as follows:- singleton:- It can create the single instance per Spring IoC container (default). This is default natur that single instance is stored in a cache and that instance can be stored in entire applicati

Reading and injecting properties into spring from property file

We can read and inject the property from property file in spring. The below code will show you how you can read the property from property file and inject that properties to the List Object by using spring-config.xml file. Customer.java package com

prev 1 2 26
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: