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

Search In

Upload files to server using Volley Library as a HTTP multipart request

We have to extend Request class of Volley library to upload files to server. The steps to include this class is as follows:   Make changes to build.gradle file (Application level) Add the following codes inside android{.....} area: useLibr

Node.js Creating Server With Routes

Node.js is a javascript based platform built in Chrome's javascript V8 engine. Creating web server in Node is easy. Node.js is light weight and fast performance It handle great number of simultaneous request at a same time. Node come with some fa

How to send data to another server in node.js

I have a situation in which I want to fetch data from another server. In node.js it is possible to send data to another server. For achieving this task we will use http module. To explain this I have written the code below . Example:   var h

Static testing v/s Dynamic testing

Static Testing: Static type of testing can be performed manually or by a set of tools on the code of an application or program which are not to be executed. It checks the code, requirements and design documents and generates reviews, comments on the

Node.js: How to perform endless loop with async module?

 I have a situation where I want to run an endless loop and I have to get data from there. For this, I have to make a Http call and then put the http response in a database, In each iteration, I have to wait for some second. To solve this probl

How to make Custom Error pages in Asp.Net MVC

"Custom Error pages in Asp.Net MVC"     In this article we will learn how to make custom error pages in Asp.Net MVC. Getting Started:     By default if we get any exception while running our code, we are red

How to use a unique cron job for all subscriptions system ?

If you want to use a unique cron job for all subscriptions system then follow the following code in your subscription module in .py file. def set_process(self, cr, uid, ids, context=None): for row in self.read(cr, uid, ids, context=contex

RecordNotFoundException

class ApplicationController < ActionController::Base   protect_from_forgery with: :exception   before_action :configure_permitted_parameters, if: :devise_controller?   protected    def configure_permitted_parameters devise_parameter_sanitizer

How to integrate the magento connector in OpenERP(Odoo)?

Step-1 Install basic module like below: 1-account_payment_extension 2-base_external_mapping 3- magento_connect 4-product_attributes 4-product_images_olbs 6-product_m2mcategories 7-sale_payment Step-2 After that we have to customised magento_co

OpenERP module configuration file

How to Make an OpenERP module configuration file?: It is very simple to Create a module in OpenErp. All you need to know is the basic structure of any module to be used in the system. So if you want to make a simple module in openerp, here below

1 5 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: