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

Search In

Function of login and logout in cakephp

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

Difference between include() and require() in php?

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

GPRS

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.     &

Logging using log4net

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.

Using friendly_id gem or slugged id in rails

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

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 in networking

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

How to Remove leading or trailing spaces in an entire column of data?

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

Differece between ROW_NUMBER(), RANK() and DENSE_RANK() in SQL Server

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

Software Testing Methodologies

  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

1 206 409
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: