
Search In
Session Hijacking: Session hijacking is semi- permanent interactive information interchange, also known as a meeting between two or more communicating devices. When you hijack someones session you take their sessionID and pretend its your own, hence
@Repository annotation:- Annotate all your DAO classes with @Repository. All of the database access logic in the DAO classes. this annotation indicate that this class can done the database related operations like insert,delete,update etc. this is s
Hello Readers,
This blog will demonstrate Camera functionality in cordova application.
So lets start
First of all, you need to install following plug-in through CLI (Command Line Interface)
$ cordova plugin add org.apache.cordova.camera
Quick e
Among all the companies which make comfortable running shoes, Nike should be the fist one to be recognized. Because its shoes are high-qualified. Besides they perform very well. All these features make Nike enjoy a great fame. Running shoes can be re
"ASP.net mvc with unit test example"
In this blog we will discuss how to write unit tests for the controllers in our ASP.NET
MVC applications. We will write following three Test cases:
Test for the view returned by a controller action
Test for t
Rails make use of ORM(Object-Relational Mapping) i.e a layer between your actual database and your model logic in the form of Active Record. As rails provide you with ORM in form of Active Record all the code that you need to write to interact with d
How to manage stored routines?
In the second part of the series we will see basic commands used to manage the Stored Routines
As these are also Database objects so the basic DDL commands hold true here also
Create
Alter
Drop
CREATE
The syntax
In magento you can add custom shipping in your website by writing some custom code , lets first go through how shipping work in magento ,
When magento looks for available shipping methods, Magento first collects all available shipping methods. Each
What is Collection ? It's just are enhancement to the arrays. before collection we have array where we perform operation or arranged data in some specified way. Like i want to arrange data for employee salary. So i can create a Floating number array,
I have been using Views Bulk Operations (VBO) module from long time. I always found an option appear in list after enabling the module Enqueue the operation instead of executing it directly , this make me appealing to learn more about Drupal Queue
