
Search In
In magento sometimes we are required to apply our own custom fee charges to reflect them when we generate the PDF from invoice in admin panel.
Lets see how we can do it:
1. Create a module with namespace as Custom and module as Fee.
2. Then C
"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
Today we will explore one of the greatest feature of Joomla! that comes built-in with core Joomla. This in-built ACL feature gives you the ability to control to your application exactly what the user can see and what User can do.
Before dive into th
For this you have to install these modules :-
views
geophp
geocoder
geofield
addressfield
libraries
leaflet
In this tutorial, we will know that how to use page curl effect in android using images. We will discuss complete tutorial step by step .
Step1- Introduction
Page curl effect provides a 2D view while swapping pages using images. In this tutorial, w
Hello Guys,
Today I am going to share a very interesting topic with you. We all use this in our normal daily life, But at that time non of us try to know how we can do this. How I will check this. How I come to know about this.
Yes, I
Sharepoint List in Provider Hosted App
This Blog will provide an insight of how we can use Sharepoint List and its properties in Provider Hosted App. Assuming you already are familiar with Sharepoint and Provider Hosted App.
As we all know Provider
Writing test cases is most important key activity performed by tester in software development life cycle(SDLC). This is the first step, followed by tester to identify, define & analyze the requirement.
Test Cases: A test case is a set of conditi
Most Common Solution for responsive images
We are using this code below :
img {
max-width: 100%;
height: auto; }
A new option (tag) has come
<picture>
<picture> is a new element which is set to become part of HTML5.
What is an Authentication
Authentication define as the process of verifying a person or any entity. The authentication is a process which compared the file in database to authorized the user information from their local OS. Only then User Pass the a
