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

Search In

Valid main methods in java

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

Important checkpoints before uploading the iOS App for Approval

Getting the approval from the Apple store for iOS App sometimes become a very difficult and long task. The reason for that is threefold:

10 Best PHP Frameworks That Will Assist In Coding Effectively

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 and XML

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

How different is creating a simple module in Openerp 7.0?

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

Get Display Banner Advertising Opportunity on FindNerd Platform

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

Call Server Side Methods Using Page Method

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

Name, Email & Url Validation in PHP

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

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 in Odoo-9

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>

1 34 633
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: