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

Search In

5 Essential Tips for Building a Strong eCommerce Brand

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

Localization with Ionic Framework and Angular Translation

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

How to make Python 3 as your default “Python Version” on Windows 10/7

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

NSAppTransportSecurity to run API in iOS 9

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>

How to make Email component in XAMPP

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

Difference between include(), require() and require_once()

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

PermGen limit in JDK 8

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

Best 4 Ways to Make Your Mobile App Hack Proof

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

Analytics for Ruby

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

How to transfer stock in product module in Odoo-9

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()

1 41 160
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: