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

Search In

How to change background color by click using Javascript

Hello Reader's if you want to change css of any div or section or iframe with just a single click then javascript offers you to do this in real time. Lets see how to change background color of an ifram using just a single click <iframe src="JavaS

Research in odoo9

Research used to Searches for records based on the args search domain. args -- A search domain. Use an empty list to match all records. offset (int) -- number of results to ignore (default: none) limit (int) -- maximum

How to Disconnect the users having a too old last_poll in openerp

In openerp to disconnect user and show the massage that user is disconnected and users having to old last_pool and search the limit date and write the status presences when presences is offline. use this function .py file show in given below, @api.

Try Catch in SQL

SQL Server has an exception model to handle exceptions and errors that occurs in SQL statements. To handle exception in Sql Server we have TRY..CATCH blocks. In Sql Server, against a Try block we can have only one CATCH block. Ex; BEGIN TR

How to call featured image in WordPress

If we are making a custom wordpress theme , we can call any feature image attached with any post or any custom post. Wordpress have by default option for feature image. We can upload the feature image to any post or any custom posts. We can call the

Display Splash Screen for longer Time in iOS

Splash Screen is the first screen which appear when we launch an application and disappear when the main screen get loaded. It appear for a few second to show that our app is fast and responsive . In order to display your splash screen more than it

Type of Response while making API

While making API you can have different kind of response and you have to handle that for displaying data public IHttpActionResult GetDetails(string Id) { logger.Info("GetDetailsById method called"); // BadRequest det

  • 205
How to get currency in param in Odoo?

If you want to get currency in param in Odoo then follow the following code in your .py file. incl_tax = prod_taxes.filtered(lambda tax: tax not in line_taxes and tax.price_include) if incl_tax: return incl_tax.compute_all(price

Converting all underscore connected letters to uppercase in php

In PHP if we want to replace all underscore connected letters to upper case then we can use the php function called "preg_replace_callback" . For example if we have string "kp_o_zmq_k" then the output becomes "kpOZmqK".

How to compress video before uploading it to server ?

We know uploading a video on server is a time consuming task but by using third party libraries we can compress video file faster. There are many libraries available but this one is good, you don't have to add any ndk with this lib : FFmpeg4And

1 538 596
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: