
Search In
Components of Java Programing
The Java programming contains the following components:
Keywords.
Identifiers.
Operators.
Literals.
Keywords
Keywords are the commands used in Java program, these are the reserved words.
In Java all keywords are in
In OpenERP all the content is included in Manifest file __openerp__.py.
This file, which must be a Python dict literal, is responsible to-
1- Determine the XML files that will be parsed during the initialization of the server.
2- Determine the depe
Internet marketing is a very diverse field and promoting your content over the internet is the best way if you want to make your product or service notifi
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
Broadcast Receivers are used to respond to the broadcast messages that are generated from application or from system.
The messages/ broadcasts that are caught or responded by our Broadcast receivers are sometimes called intents or events.
&nb
Xpath functions: Sometimes we need to create generic xpath to locate a web element. We can create generic xpath using the xpath functions. Some of the commonly used xpath functions are as follows:
1. contains()
2. starts-with()
3. last()
4. text()
5
In one of my current project, I had to develop and integrate the IOS notification functionality in my server side C# code. I did some RnD for this and found below mentioned code to serve this purpose.
public void SendNotification(string deviceId, st
Hello Reader's if you need to make validation of credit GivenCard using PHP then is blog will be helpful to you.
This is only making the validation on user side you should better use seconder validation on payment gate way also.
So the code liberay f
Every web browser save the website small information in the form of text files known as cookies. These files are saved in the user’s hard drive by server; these saved cookies are then used later when user reopen that website again. HTTP
Today we are going to discuss the diffence between return false and preventDefault. We mostly use these scripts but don't know their working so let's go we first discuss the preventDefault.
A) PreventDefault: it is helpful to stop the default behavi
