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

Search In

Flaws of "and" and "or" operators in PHP

Today, When I was doing some programming stuffs and I found out that there is serious flaw in the “and” , “or” logical operator of PHP. I’m not talking about the symbol “||” and “&&” logical operator. I’m talking about the “and” and “or” lo

Calculate the distance between two locations through HQL in Java

Sometimes we need to calculate the distance between two locations. And to save the time of iteration we can get filtered results through query by apply functionality of calculating distance in the query. Suppose we have two tables Events and User,

Getting location from latitude and longitude

If we have latitude and longitude with us and we need to get location name out of that from google api then we need to do the following code; public function findlocation($lat,$long){ $url_data = 'http://maps.googleapis.com/maps/api/geoc

SQL Queries Used in DATA VALIDATION

Some of the basic SQL queries used in data validation Table Name – employee for selecting all the data from the table - select * from tablename Find the total number of records in a table- Select count (*) from emp where age >40 How

SEO Spider

What is SEO Spider SEO Spider is a software that track links throughout the Websites, acquire content from sites and add it to search engine databases for indexing hence, it is also known as site indexing by search engine. Spider follows and crawl

Selenium components suitable for your projects need

this tutorial will guide you to understand which component is best suitable for our projects need. Selenium IDE - when you don't have any programming knowledge and you want simple test cases and test suits to be imported in Selenium RC or grid, to

Self Or Super Keywords in iPhone

The Self and Super Keyword in IOS are important and one should know why and how they are used in objective c. One should always access the instance variables directly from or within an initialization method. Because at the time when property is set o

Self Or Super Keywords in iPhone

The Self and Super Keyword in IOS are important and one should know why and how they are used in objective c. One should always access the instance variables directly from or within an initialization method. Because at the time when property is set o

Public Non-Action Methods

In Asp.Net applications with no MVC framework, user interacts with pages along with events of the page and the controls. In contrast with ASP.NET MVC applications, user interacts with controllers and action methods. In Asp.Net MVC framework, w

Triggering @Controller Input Validation in Spring

Triggering @Controller Input Validation:- In Spring we can enable the JSR 303 Bean Validation to put the validation on bean and validate the form value in spring MVC . StudentController.java package com.manish.controller; import javax.validation.

1 97 282
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: