
Search In
After set up and integrate parse.com on your project the important thing is to sign up or can say
create users.
Parse provides facility to their users to access their information in a secure manner.
ParseUser is the class that handles much of the
If you are developing a website then you must have a login sign-up page that stores the users information in the database then it is responsibility of the person to make the database more secure i.e. the password must be secured so that nobody can ha
In the world of web design, we can look around and see so many shining examples of what makes this industry great. Though we are certainly not an industry without our faults and flaws. In fact, with that same discerning eye one can look around and se
Hello guys,
As we know OpenERP(v7) / ODOO(v8) is an open source suit of ERP business applications.
There are several ways to install OpenERP(v7) and odoo(v8).
We will guide you how you can easily install OpenERP(v7) from Launchpad and v8(odoo) fro
I am trying to perform an insert query, use the insertid of the row and then perform another insert query using the inert id. the first query is executing but the second query is not. please help. Below is my code:
$("#addopdfrm").submit(fu
In this blog, we illustrate how to create a login page with some validation using angular js.
To validate a login form data we can use the following to trace the error:
1. $dirty:- It is used to check whether the value has been changed or
Adding a website url within a text message is a smarter way to let your customers interact directly with your product. A website url helps customers to directly navigate to your website and use the services. But the main issue is that most website ur
Signup tutorials for the beginners. In this tutorial you can see different types of signup pages in which date of birth is included , Signup using Facebook and other options as well for android. You can add this code in you application to get the sig
strict mode:
It is used to catch or throw errors when some unsafe actions are taken and use strict directive is used to execute javascript code in strict mode. For example: we cannot use undeclared variable in strict mode.
use strict can be u
.Net :Lambda expression
Lambda expression was introduced in C# 3.0 and .Net framework 3.5. The Lambda expressions are the easiest and shortest way of writing anonymous methods.
Lambda Expression have some special syntax represented by follo
