An example on how to use the filemtime() function to retrieve the last update date and time of a file.
Array of Street Types and their Abbreviations
A PHP array containing the street types / designations and their canonical form / abbreviation, following the USPS standard.
Basic HTTP Server In Java
Create a basic HTTP server in Java that answers browser requests and serves the requested page to the client, using the ServerSocket object.
Writing a file using I/O in Java
This piece of code writes a string of characters to a new text file in order to demonstrate how the Java IO operations work.
An Introduction to Linked Lists
A brief introduction to the concept of a linked list through an example.
Array of States and their Territory Code
A PHP array of US state abbreviations and their corresponding territory code, including the leading zero.
How to bat and jar
Turning your program into an executable double-click program without the DOS command line.
Java as a useful Platform
A brief introduction of Java for getting ready to start programming with Java.
UK’s Elite Developer Roles: Stack Overflow Sheds Light on Where the Money Is
The digital age has ushered in an era where tech-savviness equals financial success, and Stack Overflow’s latest report is the key to unlocking this potential. It meticulously outlines the top 10 best-paid developer roles in the UK, shedding light on the lucrative positions that tech enthusiasts dream of. This revelation is pivotal, serving as a […]
Programming a mouse tracker in Java
This tutorial will introduce you to mouse events in Java. You will learn how to program a cursor tracker, which triggers on events such as mouse button pressed, released, clicked, dragged, moved, etc.