SQLite Database Handling in Android Android Java by Rajesh Kumar Sahanee - December 18, 2017February 13, 20200 Hello Friends, Recently I was developing an Android application in which I was required to use SQLite Database. So, I developed a separate test application by which you can learn SQLite Database Handling in Android. Beside SQLite you can also learn how to use Spinner Control, TableView and TableRow in
Data Scrapper Tool Developed in Java (ZatackCrawler) Java Tools by Rajesh Kumar Sahanee - December 6, 2017December 6, 20170 Hello Friends, Today I am going to share a Data Scrapper Tool Developed in Java (ZatackCrawler). Actually this tool I had developed long time ago and just few days ago I thought to share it with everyone so the person who requires, can utilise this tool. As you know this
Add Role Chooser in WooCommerce Registration Php by Rajesh Kumar Sahanee - December 2, 20170 Hello Friends, Few days ago I was developing a Wordpress project in which I was required to add role chooser option on WooCommerce registration page, so Now I am sharing this code so that if anyone required this feature on their Wordpress based ecommerce website so they can use this
Basic Programs in Java with Menu System Java by Rajesh Kumar Sahanee - October 23, 2017October 24, 20170 Hello Friends, Today I am going to share some basic programs in Java with menu system which we normally develop while learning java or any programming language and these programs also asked in interview questions. Here I am creating different methods for different programs and that will be called using
File Uploading Using Ajax Javascript Php by Rajesh Kumar Sahanee - October 15, 2017October 16, 20170 Hello Friends, Today I am going to share File Uploading using Ajax code in PHP. There is three methods in the code by which file can be uploaded using Ajax which are : Uploading With Form Tag Uploading Without Form Tag Uploading Without Form Tag Without Submit Button Here is the
Convert Number to Indian Currency in Java Java by Rajesh Kumar Sahanee - October 10, 2017April 14, 20200 Hello Friends, In my previous post, I shared code that was for converting number to Indian currency in PHP and today I am going to share how to convert number to Indian currency in Java. With some little changes same previous code logic can be used to develop code to
Convert Number to Indian Currency in PHP Php by Rajesh Kumar Sahanee - October 8, 2017April 14, 20200 Hello Friends, Today I am going to share how to convert number to Indian currency in PHP. Actually recently I was developing a billing software in which I was required to convert billing amount to words, so I thought to share this code to everyone so that anyone else developing
How to Setup Google App Engine Server in NetBeans IDE Java by Rajesh Kumar Sahanee - September 24, 2017April 30, 20200 Hello Friends Today I am going to explain how to setup Google App Engine Server in Netbeans IDE and deploy your application on Google App Engine. So Before you start you need Java 7 or latest version is Installed and JAVA_HOME environment variable is set Apache Maven is installed and path
File Uploading in Android using Web Service in PHP Android Java Php by Rajesh Kumar Sahanee - September 22, 2017April 25, 20200 Hello Friends, Today I will tell you file uploading in android using web service in PHP. Basically we will call web service developed in PHP using AsyncTask in android to upload file and we will get file name and file type in response. PHP Code for Web Service config.php [crayon-693f77e6763aa286955370/] user.php [crayon-693f77e6763b2897224653/]
How to Create Web Service in PHP Php by Rajesh Kumar Sahanee - September 16, 2017September 16, 20170 Hello Friends, Today I am going to tell you about how to create web service in PHP. A web service is a software or program which makes itself available over Internet to give response according to inputs provided to web service. In a Web service, HTTP protocol is used for