CodeIgniter is an open source web application framework built for PHP coders who want to develop a full-feature web application. It has libraries which help us to perform many tasks...
The transaction isolation levels in JDBC help us to determine whether the concurrently running transactions in a DB can affect each other or not. If there are 2 or more transactions concurrently accessing the same DataBase, then we need to prevent the actions of the transactions from interfering...
Fighting With PHP operators:
In all programming languages, operators play a key role in performing tasks with variables and values. You might have knowledge about "." or assignment operator"=".
There are many operators in PHP. Here these are categorized as :
Assignment...
Arrays in all languages whether Java, C++, Python, C etc are the same.
Definition, Arrays are complex variables that store a group of values under a single variable name.
Creating...
I will start with the very basic of Algorithms.
Before moving on to the different algorithms, let's first see what does an algorithm actually mean?
Definition :
A process or set of rules to be followed in calculations or other problem-solving operations, esp. by a computer.
Aho,...
This is not a tutorial with codes, its a tutorial to make people aware about Cloud Computing, later posts will have tutorials with examples of App Engine. Before we move into Cloud Computing and its characteristics. Lets take the word cloud.
CLOUD
Cloud is a place or an area where we...