Update of Create Browser using JavaFX Java by Rajesh Kumar Sahanee - May 11, 2020September 15, 20220 Hello Friends, today I am going share an update of create Browser using JavaFX. Actually I was working on a JavaFX application which was making use of WebView but while testing I just browsed flipkart.com and suddenly it started showing "Something's not right!" error then figured out and found that
JavaFX HelloWorld with NetBeans and Gradle Java by Rajesh Kumar Sahanee - April 30, 20200 Hello Friends, Today we are going to see how to create and run JavaFX HelloWorld with NetBeans and Gradle. Actually I had developed ZatackCrawler a data scrapper tool few years ago when I was learning JavaFX. I had also shared this tool in 2017 that you can check here. But
Pagination Example using Ajax and PHP Javascript Php by Rajesh Kumar Sahanee - April 26, 2020April 27, 20200 Hello Friends, Hope you are doing well, today we are going to see a pagination example using Ajax and PHP. The same concept I had used in one of my project few months ago and again yesterday, actually I can say many of the times but every time I don't
Send Push Notification to Our App Using FCM in PHP Android Php by Rajesh Kumar Sahanee - April 24, 2020April 24, 20200 Hello Friends, today we'll see how to send push notification to our app using FCM in PHP. Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost. Notification can be sent from Firebase Console also see screenshot below but if we want
Download & Upload File to Firebase Storage using Javascript API Javascript by Rajesh Kumar Sahanee - April 15, 2020April 27, 20200 Hello Friends, today we are going to learn how to download & upload file to firebase storage using Javascript API. Cloud Storage is built for app developers who need to store and serve user-generated content, such as photos or videos. To use firebase cloud storage in our project we first
Custom Toolbar with SearchView in Android Android by Rajesh Kumar Sahanee - April 4, 2020April 13, 20200 Hello Friends, Today we are going to see another example of SearchView which is Custom Toolbar with SearchView in Android. SearchView in Toolbar was the first example of SearchView. The same type of toolbar I had developed in one of my project and It took more than enough time to
Connect Google App Engine with Google Cloud SQL Php by Rajesh Kumar Sahanee - April 3, 2020April 13, 20200 Hello Friends, Today we are going to learn how to connect Google App Engine with Google Cloud SQL. App Engine is a fully managed, serverless platform for developing and hosting web applications at scale while Cloud SQL is a fully-managed database service that makes it easy to set up, maintain,
Currency Convertor as Per Geo Location in PHP Php by Rajesh Kumar Sahanee - April 1, 2020April 13, 20201 Hello Friends, today we are going to see a script for currency convertor as per geo location in php. We are going to use Free plan of currencylayer api for currency rates and geoplugin api for geo location. currencylayer's free version api only does not support currency conversion and we
Web Application Installation Detector in PHP Php Tricks by Rajesh Kumar Sahanee - March 29, 2020April 14, 20200 Hello Friends, Today we are going to learn how to make web application installation detector in PHP. I came up with this idea because many of the times we develop for client but even after delivery we don't get payment. Or sometime we develop for free or in partnership then
Short Link Generator in PHP Php by Rajesh Kumar Sahanee - March 28, 2020March 28, 20200 Hello friends, today we are going to see a code for short link generator in php. I am sharing this code specially on the suggestion of one of my friend. You may have already know bitly and tinyurl most popular for url shortening service. The same concept is behind this