
Search In
Rails 5 is soon going to release. Many New features have been introduced in this major release. We will discuss the improvements and features here.
1. A few improvements have been made in Turbolinks. Tubrolinks allows us to reload required cont
Hello Guys,
Liferay provide default auto log-out functionality when you are inactive 30 minutes on website, it will log-out from website. You can change this functionality according requirement.
Auto log-out functionality depends on session tim
While working with bulk of records in MVC Model View Controller, you need to display it in the grid or repeater.
With binding it with the grid is different thing in MVC for those who have bind it in simple web application before.
&nbs
If you would like to calculate air distance between two location without any API or mysql query. You can use below code to get distance between two location.
$distance_one_latitude = 30.364267;
$distance_two_latitude = 30.324860;
$distance_one_longi
When a sub class inherits the properties of super class , then we can override the method of super class. This will acquire the properties of super class but can define its own behaviour.
In general way, we can say the overriding means to override
Bootstrap typography is that feature with the help of which you can create headings, paragraphs, lists and other inline elements. It uses 14 pixel font-size, line-height 1.4 with default font family Helvetica Neue, Helvetica, Aria
Hi,
Here is an example of a simple animation showing a tree growing on the field and then some rays coming over it.
For this I will be using following images.
bg.jpg
treetrunk.png
branches.png
rays.png
shadow.png
You might be unable
1.Functionality Testing
-Links
-Forms
-HTML Validations
-Web Indexing
-Programming Language
-Unit and Integration Testing
-Regression Testing
-Dynamic Interface Components
-Database
2.Usability
-Navigation
-Graphics
-Contents
-Static Testing Occasio
Hello Reader!
If you want to read a Excel file in PHP then you can learn the library code below
read('excel_file.xls'); // reads and stores the excel file data
// Test to see the excel data stored in $sheets property
var_export($excel->sheets
Here I am writing few differences between UnBound Service, UnBound Service and IntentService.
UnBound Service:
1.Basically used for long repetitive task.
2.startService() is the method use to start unbound service.
3.stopService() is the method
