
Search In
Implementing code of login and logout in cakephp by using auth component in this process appController needs to be modified so that it uses Cake’s Auth component will work at the time of login and logout. This is where we tell the Auth componen
In order to include the content of another PHP page in the current PHP page we can use two methods provided by PHP which are:
include()
require()
With the above two methods we can make HEADER, FOOTER, FUNCTIONS when user is working on another p
General Packet Radio Service is based on packet transmission of data to the users.
GPRS works with the existing GSM architectures for the switching nodes.
The GPRS uses the same radio channel as defined for GSM.
&
Log4net is an open source library that allows .NET applications to log information in many ways. Here we are going to see an example for logging in a file.
Few steps to follow to log in a file:
1) Add log4Net dll in the application.
What friendly gem can do?
Friendly_Id is the "Swiss Army bulldozer" of slugging and permalink plugins for Active Record. It lets you create pretty URLs and work with human-friendly strings as if they were numeric ids.
Rails Quicks
The OSI Model
Open System Interconnection (OSI) reference model has become an International standard and serves as a guide for networking.
This model is the best known and most widely used guide to describe networking envi
TCP Transmission Control Protocol is the main protocol that is been used in the networking.
It is mainly being used for the data transmission in the communication network.
TCP is reliable protocol. This means if data gets lost in any ca
Hello everyone,
Some times we need to remove the leading, trailing spaces or space in between the text in an entire column of data, one can might think to go manually but what if you have large set of data, the manual process will be
ROW_NUMBER()
RANK()
DENSE_RANK()
All of these three functions are used to calculate the Id of row but in different way.
I am using the below script for examples
​
CREATE TABLE Marks
(
SubjectId INT,
Marks INT
)
INSERT INTO Marks VAL
Which Software Methodology to pick/choose ?
There are huge amounts of methodologies available for software development and its corresponding testing. Every technique is intended for a particular reason and has its relative benefits
