
Search In
In the below example function I have created Snackbar in android. When you click on button a message show at the bottom of the device(mobile) screen. Snackbars appear above all other elements on screen and only one can be displayed at a time and mess
If you want to use default_get method in OpenERP use below code -
self.pool.get(’sale.order.line’).default_get(cr, uid, [’product_id’,’product_uom_id’])
Note- If you want to migrating the module from OpenERP-7 to OpenERP-8(Odoo),then we have to us
Hello Reader's! If you are developing the contents with Iframe window and you want make it show the click inside and outside the iframe, Then you can use the code below:-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html
When discussing cybercrime in sports and the defensive measures it is better to start with basic information about cybercrime. What is cybercrime? The increasing numbers of people using devices connected to internet during last few years has inc
The Scrollspy is a plugin which is used to highlight the links in a navigation according to the scroll position automatically. It indicates the location of the visitor/user in the page.
Creating Scrollspy with Bootstrap:-
The Bootstrap Scrollspy wil
Even though larger game developers often dump millions into their top franchises, indie games are becoming increasingly popular. With a little bit of hard work and some dedication, you might be able to create a groundbreaking game that shakes the ind
Welcome to findnerd, today we are going to discuss How the use file_get_contents() in PHP ?
Fistly let know what is use of file_get_contents() ?
The file_get_contents() basically reads a file into a string.
So we can say that file_get_contents — R
The code example of this keyword in Javascript
var fullname = 'David';
var obj = {
fullname: 'john mars',
prop: {
fullname: 'Brett',
getFullname: function() {
return this.fullname;
}
Are you sharing the right content to the right people on social media? Do you get tons of likes, comments, and shares on everything you post? Are your social media fans turning into prospects? Here are the tips to turn fans and followers into custome
Hello Friends,
Today we will discuss how to get a filename without extension in Joomla. In Joomla, stripExt() function is used for this purpose. It will return the name of the file without extension.
Syntax:
$name = JFile::stripExt($filename);
I
