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

Search In

Compile your code even when application is in background

When application enters in background the compiler stop working and it has to wait till application enter foreground. Use following code to compile some of your code even when application is in background bgTask = [application beginBackgroundTaskWi

How to install yii2 via composer on linux

Before installing yii2 we need to install composer for install composer runthese commands curl -s http://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer now for install yii first locate to your web root filder cd /var/www

Password Hashing Method in WordPress

Hello reader's today we will discuss about "Password Hashing Method in WordPress". WordPress doesn't store password in plane text. If you lose your password you need to reset your password via email. WordPress stores its cryptographic salts in the

Route Config in Asp.Net MVC

"Basics of Route Config in Asp.Net MVC"     Routing is one of the primary concern of MVC. In MVC we have to map URL to a particular Action method on a particular Controller, the Action Method is then executed and returns an inst

How to remove index.php file from URL in Joomla

Hello Readers, If you want to remove the index.php from the url (http://host/folder_name/index.php) and show in this form (http://host/folder_name/joomla/). Use the following steps to do so: 1>Log into your Joomla dashboard (administrator). 2&

How to set the useful remarks in Odoo?

In odoo useful remarks have three useful step- 1- Twitter Bootstrap and FontAwesome classes can be used in your report template 2- Local CSS can be put directly in the template 3- Global CSS can be inserted in the main repor

How to install Laravel 5.0

Laravel 5 is the latest version of Laravel. If we want to install Laravel 5 in our system then we have to write simple command to run the project. composer create-project laravel/laravel test-laravel-5-project --prefer-dist Here test-laravel-5-pr

Useful Remarks in Odo

If you want to add some extra features in your report you can like below feature Twitter Bootstrap and FontAwesome classes can be used in your report template Local CSS can be put directly in the template You can insert a Global CSS in the main re

How do you reset a $timeout, and disable a $watch().

To cleanup the timeout, just use ".cancel()": var customTimeout = $timeout(function () { // your code }, 55); $timeout.cancel(customTimeout); The same applies to $interval(). To disable a watch, just call it. // .$watch() returns a deregistra

AppDelegate,UIApplicationDelegate,UIApplication Object,Singleton

UIApplicationDelegate-> UIApplicationDelegate is a protocol which consists some predefine methods. These methods are called by singleton UIApplication object. UIApplication Object-> UiApplication Object is the object of UIApplication Class w

1 12 76
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: