
Search In
DataTables is a jQuery plug-in designed for creating flexible HTML tables.
It has following features:
* It provides Instant search, Pagination and multi-column ordering
* It has Supports for any data source like DOM, Javascript, Ajax and server-sid
AngularJS expressions are used to bind application data with HTML element. This expressions works in same way as we write in write in ng-bind directives. Expressions are written inside two curly braces as {{expression}}. This expressions are included
In this blog we will learn to create a simple shopping cart application using cakephp. This application is very basic and simple you can download the zip file attached at the end of the blog and customize it as per your requirements. In this example
To make the layout interactive and to look good, we need to modify the default of certain widgets. Here is the simple customisation of the progress bar:-
Step 1:- Create a drawable xml say customised_progress.xml
<?xml version="1.0" encoding="
1.Modify the web.xml to turn off the three test filter filters and turn on the LogResponsesCookiesFilter filter.
2.Note how the filter works with the cookies.
3.Modify the LogResponsesCookiesFilter. The filter you implemented needs to add an additi
In certain cases, according to the application we need to change the mark or the drawable of the checkbox.
Step 1:- Create selector in the drawable, say checkbox_selector.xml :-
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns
A modern responsive UI component library made with CSS, JavaScript, and HTML is known as Materialize UI. This reusable UI component helps in developing attractive, predictable, and functional site pages and web applications while clinging to pr
In this Android Video Tutorial I have explained the major differences between RecyclerView and the ListView and also covered the part how to make RecyclerView in three steps.
you’re going to experience the power of RecyclerView in
This Video Tutorial is on Android AsyncTask. AsyncTask is an abstract class in which implementation is hidden and only functioning is visible to user. This class allows us to perform long/background operations and generates its result on the main UI
The sentence case is one in english language in which the first character of the sentence is in capitals
and the rest ones are in lower case.
Lets see how can we convert the given string in sentence case in php.
$string = 'let say
