
Search In
While sending a photograph/audio/video/contact through WhatsApp in Android, we have to use a attach button at the top right corner, clicking on that button makes a circular reveal effect. To show or hide a group of UI elements we called it a Reveal A
Please follow below code to create modules or popup with bootstrap help.
<!DOCTYPE html>
<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<s
Hello Readers,
Usually, we need to add css property in HTML tag using Javascript.
Here I am describing different kinds of examples to adding style property using Javascript
1.) If you want to add single css property using Javascript, then yo
In openerp register the given presence of the current user, and trigger a im_status change if necessary. The status will not be written or sent if not necessary and param user_presence : True, if the user (self._uid) is still detected using its brows
A Transaction groups a set of tasks into a single execution unit. Each transaction begins with a specific task and ends when all the tasks in the group successfully finish.If all of these tasks execute successfully, then a transaction is committed an
Rush to judge but slow to act. Might that be an awesome logic for effective businesses? Ask yourself, does something should be changed? Rush to judge that changes should be made. On the other hand, be slow to act until you get adequate information to
Step 1- Defined here some necessary variable
boolean isLoading=false; -> this variable will use to show progressbar below to recyclerview in your xml file when you scroll your recyclerview list .
int mPageSize=10; -
This blog will help you to understand how to install node.js
Install Node.js
First update the apt-get package lists with this command:
$ sudo apt-get update
Now install the git package using apt-get
$ sudo apt-get install git
Hello Reader's if you are working on single project and want to rename localhost to any other word then this blog is very helful to you.
So let's start with the following steps
Step 1 : Open httpd.conf file you can fine it i
In Magento sometimes we are required to apply our own custom price on the products while adding to the cart.
To do so we can work upon the event checkout_cart_product_add_after.
Lets see how we can do it:
1. Create a module with names
