
Search In
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
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
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
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
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
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
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.
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
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'>
<
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>
