Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to make Snackbar in android

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

How to use default_get method in OpenERP/Odoo ?

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

How to detect if user click inside and outside of an Iframe

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

Cybercrime in Sports and How to Defend Yourself

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

How to use Bootstrap scrollspy

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

Be Your Own Boss: How to Create and Sell Your Own Videogames at Home

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

How to the use file_get_contents() in PHP ?

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

How "this" keyword works in Javascript

The code example of this keyword in Javascript var fullname = 'David'; var obj = { fullname: 'john mars', prop: { fullname: 'Brett', getFullname: function() { return this.fullname; }

Convert Social Media Likes into Sales – The 6 Strategies to Follow

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

How to return filename without extension in Joomla?

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

1 47 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: