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

Search In

Understanding Angular $watch

AngularJS has a concept of powerful data binding. It accomplishes this by keeping a watch on its scope variables. When we change the the variable on $scope object, the $scope object gets automatically changed and vice-versa. Most of the time angular

Difference between Readonly and const keyword in C#.

Const keyword Const variable in C# are compile time variable i.e value is known at compile time. The assignment to const variable is only done at the time of declaration and this value of variable remain constant throughout lifetime of the progra

How to disable back button of the browser using javascrpt

There are many cases where we have to disable the back button of the browser. Here, the following code will help you to make your back button disable. HTML: <body onload="disableBackOnLoad(); "> Now the back button is disabled </body>

Amplitude Modulation in Analog to Analog

Amplitude modulation is a modulation conversion technique that is used mainly for the communication of data over the carrier wave. In this type of modulation the amplitude is varied in corresponding to the wave being transmitted into the carrier. &n

  • 981
Frequency Modulation in Analog to Analog

In the telecommunication era of signal processing the Frequency Modulation encoding technique in the conversion of information by altering the frequency of the given wave. It shows a contrast with amplitude modulation, in which the amplitude of the

  • 344
bash: /etc/php5/apache2/php.ini: Permission denied

Hello Friends, If you are looking to update php.ini file in your server and getting permission issue with this like I was getting the issue "bash: /etc/php5/apache2/php.ini: Permission denied......" to resolve this problem, I have done the

What Is State Transition Testing ?

State Transition Testing is a kind of black box testing approach. In this approach the outputs are provoked by the changes to the input circumstances or changes to the situation of the system. In other words we can say that tests are considered for e

Listview items sets to default after scrolling

I have list view which uses base adapter class for each item view, when I make changes in one item of list view and scroll the list view the changed item sets to default value, I need to retain my values even after scrolling. @Override public View

How to ignore specific files in git ?

Git is a version control system which keeps the track of changes made in the source code. There are many times, we do not want to upload the credentials file on git because those will be visible to all the stakeholders. Also, there are many files tha

OpenERP/Odoo Life Cycle

The life cycle of the Information system showcases a number of stages through which the development of project and use of information systems passes. Traditionally, the life cycle of Information system revolves around system study, project definition

1 56 342
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: