Convert IP Address to Location in PHP Php Tricks by Rajesh Kumar Sahanee - April 30, 2017September 11, 20170 Hello Friends, Today I am going to share how to Convert IP Address to Location in PHP. Actually recently I required to find Country Code from an IP Address in one of my project, and I found the solution on Internet and I thought to share with you. This code basically
Creating Text Editor in Java Java Java Projects Tools by Rajesh Kumar Sahanee - April 27, 2017September 11, 20170 Hello Friends, Today I am going to share Java Project (MyEditor) which I Developed long time ago. This Java project is nothing but a Text Editor, In this editor you can create and modify text file. Using this editor you can manipulate multiple files at once. There is some special
Creating Calculator in JavaFX Java Java Projects by Rajesh Kumar Sahanee - April 5, 2017April 25, 20200 Hello Friends Today I am going to share, how to create Calculator using JavaFX. This is a simple calculator with simple UI where you can Add, Substract, Mutiply, Divide, and calculate Percentage. So here is the code CalculatorUI.fxml [crayon-694124f2b125d458054215/] (adsbygoogle = window.adsbygoogle || []).push({}); CalculatorUIController.java [crayon-694124f2b1268497487094/] Main.java [crayon-694124f2b126b140977712/] Output/Screen Shot Download NetBeans Project Thank you Please share
Distance Calculator in Android Android by Rajesh Kumar Sahanee - March 24, 2017September 11, 20171 Hello Friends, Today I am going to share distance calculator code in android which is basically based on GPS. In this code we are going to use GPS location so we need to take below permissions. [crayon-694124f2b2e00863993343/] We need to use below module dependency also [crayon-694124f2b2e0d125309436/] So, Here is the code activity_main.xml [crayon-694124f2b2e10565400389/] MainActivity.java [crayon-694124f2b2e12402729436/] AndroidManifest.xml [crayon-694124f2b2e14157267894/] build.gradle [crayon-694124f2b2e16255506382/] Screen Shot Download Android Studio
Create Browser Using JavaFX Java Java Projects Tools by Rajesh Kumar Sahanee - February 21, 2017April 25, 20200 Hello Friends Today I am going to show you how to create Browser using JavaFX. This browser does not stores your browsing history. It is just a basic feature browser in which you can browse, go back, go forward, reload, you can open multiple tabs so that you can browse
File Browser Updated in PHP Php PHP Projects Tools by Rajesh Kumar Sahanee - February 8, 2017September 11, 20170 Hello Friends, today I am going to share updated php code for File Browser in which I've added rename option to rename file and folder. So, Here is the code [crayon-694124f2b3aa7389476400/] [crayon-694124f2b3ab1140729592/] Output Download Thanks Please share if you like
File Browser in PHP Php PHP Projects Tools by Rajesh Kumar Sahanee - February 7, 2017September 11, 20170 Hello Friends, It's being long time I've not shared anything with you but today I am going to share a php code which is nothing but a file browser code in which you can create folder, upload files, delete files and folders also you can move files and folder to
Data to Tag Converter Javascript Tools Tricks by Rajesh Kumar Sahanee - January 3, 2017July 8, 20200 Hello Friends, Today I am going to share first article of this year which is a Javascript utility tool code Data to Tag Converter. Using this you can speedup your work speed and save some time. Using this tool you can create option tag for cities, countries, weekdays, etc. or