
Search In
If you would like to get distance between two places with mysql query. You can use below query to find air distance between two places.
Example :: Suppose you want to get air distance between all employee's home and office location.
To run this quer
We have cakephp debug on or off option in core.php file, if debug is on then all errors and query will show at the bottom of the page. we can give it some different style or UI so that it will be more readable. we can apply css like below code
.cake
If you would like to upgrade your PHP version to 5.5 in Ubantu 12.04. Please follow the below commands on your terminal to upgrade this.
1) sudo add-apt-repository ppa:ondrej/php5-oldstable
2) sudo apt-get update
3) sudo apt-get upgrade
4) sudo apt-
Hi all,
Here is an example of awesome navigation. mainly we use css transition to move the element with help of radio button.
css:-
<div class="wrap">
<input id="nav0" name="foo" type="radio" /><label for="nav0"></label&
If you are deploying application on Tomcat, JBOSS, or IBM and following error is displayed when you call the application:
SEVERE: Error deploying web application archive MyApplication.war
java.lang.UnsupportedClassVersionError: (com/siperian/lookup/
What is user acceptance testing:-
It is the final step of testing before hand over of the application to the user. It is done by the end users or customers who will use the application. Its goal is to achieve confidence in the system. Before performi
It is possible to create more than one entry point in spring security by assigning the different roles here the code script configuration of springsecurity-context.xml.
springsecurity-context.xml
<beans:beans xmlns="http://www.springframework.o
Hello,
I want to change the image when entering and leaving mouse to it. But the image should stay there when clicked. I have an image attribute source that is replaced on mouse enter and mouse leave event. But image is also changing after clicki
In laravel 5.0 the way to define constants and use them through out the project. Following are the steps to accomplish it:-
Step 1st :- Creating a separate file under /config folder named as constants.php ( it can be any name) for storing all consta
if you are planing to create an e Commerce application from scratch then there are possibilities that you will create Categories section in your application. Now at the beginning you may be asking yourself what is the best way to create multi-level c
