
Search In
Helpers that are used in CakePHP are associated with the Presentation layers of application. Helpers basically contain presentational logic that are available to share between many views, elements, or layouts. We have different helpe
Different Classes Of Threats:-
There are so many classes of threats. By this blog i am describing few of them. These threats can be utilized to appropriate the benefit of security vulnerability. These are mentioned as below:-
Privilege El
Here in this blog i have used AJAX to search and provide result on the whenever user enter any character in the textbox. The result is coming from a PHP page. Ajax search is used for making the code easy to understand and for saving the users time, h
Program to check two Linked Lists are Identical or not in C.
#include<stdio.h>
#include<stdlib.h>
/* Structure for a linked list node */
struct node
{
int data;
struct node *next;
};
/* Returns true if linked lists a and b are ident
WHM is used for linux web hosting environment.
Step 1: Setup Virtual Private Cloud (VPC)
Select Services >> Networking >> VPC (VPC Dashboard)
Now click on Start VPC Wizard button.
Select VPC with a Single Public Subnet
Input your C
Myths/Facts of Security Testing
Let's talk on an intriguing points on Myths and facts of security testing:
Myth #1 We needn't need a security approach as we have a little business
Fact : Everyone and each organization requir
IPv6 - Headers
The information that is very crucial for the router is placed inside the fixed header. The optional information is placed inside the extension header that contains the flow and other details.
Fixed Header
 
Internet Protocol being a layer-3 protocol (OSI) takes data Segments from layer-4 (Transport) and divides it into packets. IP packet encapsulates data unit received from above layer and add to its own header information.
Th
If you want to create simple responsive user regestration form using html and css, below example will helps you.
In the below code I have create complete responsive form that includes several different elements and attributes. These elements
Blocks, Procs, and Lambdas
Hi friends,
Today I am going to explain one of the most confusing part in Ruby, that is Block, Procs and Lambdas. It always troubles you during interviews or any other places wherever you deal with Ruby. But actually it s
