
Search In
It is the best possible time to start an ecommerce business because shopping online has reached its golden era. Providing your customers a rewarding online experience is absolutely crucial and you need to direct your efforts into making your e-commer
Hi All
Today we will discuss about how to Localize Ionic application.
We have a JavaScript library for AngularJS "Angular Translate".
It allows you to Translate your application depending upon language you desire.
It will provide a great way to loca
Python is known to be a Data Science programming language that effectively and simply solves algorithmic problems or Python is used to develop web applications. Python is a universal programming language. Python eases the execution of code because of
Hello all ,
To run any API in ios 9 ,a key should be added in info.plist in supporting files folder in any project.
First select info.plist and open as source code and add this code starting of ...
<key>NSAppTransportSecurity</key>
Hello Reader!
On using the PHP from your local host on XAMPP you can do several other things also
and we will learn how to configure mail from localhost using its sendmail package ,
The mail function is called sendmail, It's inbuild package of XAMPP
The include() function
The include() function is used to include the whole text of a specific file to another file where we want to include that file. While including the file if there will be any error in loading the file, it will only produce the
In Java 8 The concept of Permanent Generation (PermGen) space is removed and it replaced by a new space called Metaspace. The drawback of PermGen removal is that the PermSize and MaxPermSize JVM arguments are ignored and you will never get a java.lan
The user can lose important and private data like pictures, videos, bank information, healthcare data, and a lot more, which could be very threatening. On the other hand, the app company that gets hacked will lose according to the scale of the attack
To integrate analytics into Rails application analytics-ruby gem can be used. By using this gem we can identify users and track their activity.
To install into gemfile:
gem 'analytics-ruby', :require => "segment"
After that initialize
If you want transfer stock in Product module you have to follow the following code in your .py file.
class stock_immediate_transfer(models.TransientModel):
_inherit = 'stock.immediate.transfer'
@api.multi
def process(self):
self.ensure_one()
