
Search In
main() method in Java
the main method in java is the first entry point of the program and the most familiar structures in the Java language. Following are some valid main() signatures in java:
//Most common form of main method
public static v
Getting the approval from the Apple store for iOS App sometimes become a very difficult and long task. The reason for that is threefold:


Originally standing for Personal Home Page tools, PHP has come a long way. It is now used to refer to Hypertext Preprocessor. The language is very valuable in creating dynamic websites and interacting with other coding languages. Some people create t
JSON VS XML (RUBY)
JSON stands for JavaScript Object Notation. XML stands for EXtensible Markup Language. Both Json and Xml are used for exchanging data.
JSON is a light-weight text-based open standard design for human-readable data. It is mostly
Creating a module in OpenErp 7.0 is quite different from how it has been in 6.1. Already discussed earlier to create a module in version 6.1, its time to throw some light on a basic module created in OpenErp 7.0.
To start with the basic structure it
If yes, then we are right here to help you with our web display advertising banner opportunity on FindNerd. The web display advertising opportunity is very beneficial for your product or services because FindNerd community is one of the world’s
We all know about the jquery Ajax which is a most popular and widely used methods to make server side calls from client side. ASP.NET provides an easier approach to make server side calls from client side using Page Methods.
Below is the demonstra
User Name Validation Code: Use below code, to check if the name field only contains alphabet and white space.
$name = test_input($_POST["name"]);
if (!preg_match("/^[a-zA-Z ]*$/",$name)) {
$nameErr = "Only alphabet and white space allowed";
}
E-


Creating Charts and Graphs in Rails
Few days back I was working on a project, in which a dashboard was needed with stats showing in different kinds of charts. i.e: pie chart, barchart etc. So I looked for a gem that can include all of them a
Demonstration data is the most important data in odoo-9 so it's possible to test it easily. This is done by adding a demodata file, which must be linked from the manifest. For example you can see below code .
<openerp>
<data>
