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

Search In

How Can I Write a Program About the Maze Game in C++?

Below are the rules involved in the Programming of a Maze Game :   The maze is made out of walls and a path. The starting point of the maze is marked by the coordinates of the player. Similarly, the exit is marked as a dedicated coordinat

Steps to download a file in android using Asynctask

Five Steps for downloading a file using AsyncTask in android Declare the reference of ProgressDialog class in your Activity globally. Ex:- ProgressDialog mProgressDialog; Instantiate the above reference in onCreate() method of activity. Ex:- mP

How to create workflow in openerp

To create workflow in openerp use these below step In academy.py file import academy.py In __openerp__.py file data:["academy.xml", "academy_workflow.xml"], In academy.py file class session(osv.osv): _name="session" _colum

Making NGINX Server HTTPS Certified

Making NGINX Server HTTPS Certified For making a server HTTPS compatible, these steps can be followed if you are purchasing the SSL certificate from Godaddy: Purchase an SSL certificate from Godaddy. Now login to your server using SSH ssh -i pemk

How to show show the text data from a file into website using ajax

Hello Reader's if you are making the website in which you have to fetch and show the content data from an external file then in this blog you can see how to do it. In web technologies different technologies offers you many ways to do this but now

Events to use with InAppBrowser plugin: Phonegap

In this post, you will see the events that can be used in InAppBrowser plugin. There are different methods: addEventListener removeEventListener close show executeScript insertCSS InAppBrowser.addEventListener: It will add a listener for an

How to open a camera in windows 8.1 phone app

In this blog we illustrate the how to open a camera in windows 8.1 phone app. Code for Xaml file: <CaptureElement Height="650" Name="captureElement" /> This CaptureElement control is used to render the capture device like camera or webcam.

How to check partner balance in openerp

To check partner balance in openerp follow these step given below Step1-First Install Account module, to install Account module in openerp Step2- Go to Account -> Reporting -> Generic Report -> Partners -> Partners Balance and save

How to add custom styles to your theme in Odoo ?

If you want to add custom styles to your theme in OpenERP(Odoo) follow the below mentioned code in your .xml file: - <xpath expr="/form/header/button[@name='action_quotation_send']" position='attributes'> <

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>

1 45 130
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: