Entries Published On June, 2017
How to install Mysql 5.0 in Windows
Please see the video. I have shown the step by step process how to install MySql in Windows. Then Create a database and table. Download the installation file here. Mysql5.0.rar
Get IP address Location of Client/User JAVA web project
This project shows how to take IP address of user in your Web Project. And you can use the IP address to predict the location where they are using. Update the Key after registering in the website https://ipinfodb.com/ Get_Location_From_IP.java package Modal; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.URL; public class Get_Location_From_IP { public Location_Use_Bean get_ip_Details(String ip) …
Integrate login with Social Network using JAVA
All the popular Social Media login integration is shown in the pages below. It includes Facebook, Reddit, Google, Instagram and LinkedIn. Go through the below pages. All the source code is shared in corresponding pages. Login with Facebook. https://chillyfacts.com/integrate-login-with-facebook-using-java/ Login with Google. https://chillyfacts.com/integrate-login-with-google-in-websites-with-java/ Login with Reddit. https://chillyfacts.com/integrate-login-with-reddit-in-website-using-java/ Login with Instagram. https://chillyfacts.com/integrate-login-with-instagram-in-website-using-java/ Login with LinkedIn. https://chillyfacts.com/integrate-login-with-linkedin-in-website-using-java/
Integrate Login with Reddit in Website using JAVA
Download the Source code here reddit_login_project.rar
Integrate Login with LinkedIn in Website using JAVA
Download the project Here. linkedin