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

Search In

AngularJS $apply

AngularJS $apply comes into play when it invokes digest cycle to watch the scope model changes. Angular wraps the function call within the $scope.$apply. It means it executes a complete new life cycle. If the execution of the function is normal, the

Difference between $document.ready() and $window.load() in jQuery

Hello Readers, Usually, we use the jQuery in our web project as per the requirement. We start the jQuery syntax as $(document).ready() OR $(window).load() function. Here I will describe the difference between $(document).ready() and $(window).lo

class_eval and instance_eval

What is the use of class_eval and instance_eval? class_eval and instance_eval allows us to define a method of a class from outside of its original definition and without reopening the class with the standard syntax. This could be useful when you w

Storage Classes

Storage classes are used to check the visibility and scope of the variables. There are 5 types of storage classes. auto storage class->   the auto storage class is a default storage class and it  is for all local variables. Its sc

Cyclomatic Complexity

Cyclomatic complexity metric was firstly introduced by Thomas J. McCabe in 1976,  based on control flow representation of the program.   It is used to refer the complexity of the program(source code). It is a measure of  the numbe

Different states of activity in xamarin.android

Hello All, In this blog we will discuss about the different states of the Activity of your application running on any device or the emulator.So the first one of the highest priority one is going to be the Active state or the running state which basi

Guide to Starting a Startup Business Without Making Your Finances Go Awry!

If you see the world's economic system, you would realize that the world has run with the business process. Business means a transaction of money. It means you are investing your money in buying any product and you are going to sell it with a hig

Drupal Theme, Regions, Block

What is a theme In the relation of Drupal, the term "theme" means a collection of inter-related files that are responsible for the look and feel of a Drupal website One of the key advantages of Drupal's architecture is the ability to obstruct and o

Same Origin Policy

The “Same Origin Policy” is an essential theory in web application and introduced for security reason, It ensures that  scripts contained in a first web page to access data in a second web page, but only if both web pages have the sa

Static variable scope in PHP vs static variable scope in Java

Hello reader's today we will discuss about "static variable scope in PHP vs static variable scope in Java". PHP is actually increasing to become a Object Orient Programing. Being a java coder in addition to PHP coder, php in addition to java while t

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