Introduction to Web Applications

Hi everyone! We will be looking into the basics of web application development as the next learning topic.  This post will focus on an introduction, the required programming languages and suggested text editor to develop a web application. What is a web application? Web is commonly known with a name of World Wide Web (WWW)Continue reading “Introduction to Web Applications”

GUI coding into Desktop Application

Hi everyone! Happy 2022! Creating GUI applications in Java is good if you enjoy coding and you are familiar with how to run java files by using coding software.  If you are writing that application for someone (it could be your customer)  or if you want other people to use your application without any softwareContinue reading “GUI coding into Desktop Application”

GUI Simple Calculator

Hi everyone!  This is GUI coding to create a simple calculator.  It looks like the following! It does simple mathematical calculation for multiplication, division, summation and subtraction.  It works for integers and real numbers.  The coding of this simple calculator is as follows.  Go ahead and try by typing it or copy paste into yourContinue reading “GUI Simple Calculator”