
Search In
Hey Readers!
We must have all used the display property. One of the values for the property is inline-block. There is a certain problem with these. Inline Blocks have this weird space in-between them. The actual space is in the HTML.
I am presentin
Openerp contain different types of fields and these Fields are divided into three different categories, they are simple fields, relation fields and functional fields.
So lets discuss this one by one-
1. Simple Fields- The simple types are integers, f
Hello readers if you using a long Angular JS app and want to make it's performance better you can see here how to make your app efficient
There are two ways of achieving this for a developer namely 1. disabling debug data and 2. enabling strict DI
all_of function is used to test condition on all the elements in a range[first,last),
it will return true if the test condition is true for each and every element in the range or if the range is empty, else it will return false.
Function Prototype
As I mentioned in my previous blog that Drupal 7 is shipped with four default themes, listed below
Bartik
Garland
Seven
Stark
I would like to share some useful features of default themes
Bartik
Broadcast Receivers are used to respond to the broadcast messages that are generated from application or from system.
The messages/ broadcasts that are caught or responded by our Broadcast receivers are sometimes called intents or events.
&nb
Callback hell is the nesting of callbacks that is one callback inside another. Callback hell is very bad thing in nodejs, you should always avoid it.
To avoid callback hell you can:
1) Break callback into individual function
2) User promis
You want to build Multilingual website in wordpress but wordpress does not support that functionality. Don't worry...
Wordpress provides different plugins to convert your website in Multilingual. Basically you can make your website Multilingual in t
Arrays are the sequential memory storage which holds the different elements of same type under a common name.
The arrays have key/value pair in which the key points to the value.
There are two types of arrays:
Indexed array and
Associative arra
any_of function is used to test condition on the elements in a range[first,last), it will return true if the test condition is true for any of the element in the range, else it will return false or if the range is empty. To use this function we have
