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”

GUI Word and Character Counter

We can create many different GUI through coding that can help us in many different ways.  This is an interface to count the number of words and characters of any write-up.  It has an area to type the text or copy-paste the test with two buttons to run either word or character counting functions.  WhenContinue reading “GUI Word and Character Counter”

Java GUI (Graphical User Interface)

So far, we have learned about writing input and getting output via the command lines.  Next,  we can start looking at the Graphical User Interface (GUI), graphical components (e.g. buttons, list, windows),  to interact with easy to use visual presentations for the websites or applications.  Java made advancements in 1995 by introducing GUI libraries.  InContinue reading “Java GUI (Graphical User Interface)”

Geometrical animation with HTML &CSS

I love to learn new things about coding! This is a geometrical animation project that I worked on grade 12 while I was exploring more about HTML & CSS programming. The following coding is for the animation that you see in the video, multiple squares spinning with different time delays and colors. Copy it intoContinue reading “Geometrical animation with HTML &CSS”