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

Search In

Binary Search Tree in PHP?

Binary Search Tree is also known as a ordered or sorted binary tree which is a node-based binary data structure . Binary Search Tree has the following properties. The left side subtree of a node should always contains only the nodes with the keys

CSRF with Spring and AngularJS

In this blog, We will see how to configure CSRF protection and how to make AngularJS allowed to send information with a CSRF token to the server. In AngularJS, $http service reads a token from a cookie which is named by default XSRF-TOKEN and sets it

Encryption functions in PHP

If you are developing a website then you must have a login sign-up page that stores the users information in the database then it is responsibility of the person to make the database more secure i.e. the password must be secured so that nobody can ha

Filters in MVC

Filters in MVC are used to perform some action or task before the program gets executed.     Types of filters in MVC Authentication filters (New in ASP.NET MVC5) Authorization filters Action filters Result filters

PHPExcel

Hello Readers! In this blog we are going to export data from database using PHPExcel. PHPExcel supports reading and writing of many formats in one API. PHPExcel is a library that provides a set of classes for the PHP programming language, which allow

ASP.NET: How to use SelectedIndexChanged with DropDownList ?

ASP.NET: How to use SelectedIndexChanged with DropDownList? SelectedIndexChanged is an event which is fired whenever selected item changes in web server controls like DropDownList, Combobox etc. To handle SelectedIndexChanged event a corresponding e

Access levels in Swift

Access control is used to define accessibility of a class or data members and functions of a class. We can set scope of a member so that it is visible only in the class in which it is defined or in subclasses or in the module or everywhere.  

5 Key Factors to Consider when Outsourcing your IT Support

If you are heading up your own business, you will have a need for IT services, and unless you happen to be a web designer, or similar, you will have little choice but to outsource this section of the business. There are many specialist companies that

Json textview to Json viewlist

public class ExistingCSheet extends AppCompatActivity { private TextView listing; String[] items; ListView lv; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

Three Security Risks to Business Startups Using Cloud Storage

Cloud computing is helping startups equalize the playing field with larger corporations, because they have the same resources available. Cloud computing also gives startups the ability to have flexible storage to scale up or down depending on their n

1 13 106
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: