coding

Recursion in Basic on Commodore 64 – The Tower of Hanoi

Recursion in Basic on Commodore 64 – The Tower of Hanoi

15 Sep , 2024 - coding

But is it possible to write a program in Basic for the Commodore 64 that uses the recursion technique? Today we will talk about Basic programming for the Commodore 64 and recursion and to do so we will borrow the famous game of the Tower of Hanoi. One of the most famous algorithms that is […]

Virtual JavaScript keyboard for HTML pages

Virtual JavaScript keyboard for HTML pages

19 Jul , 2022 - coding

Step by step tutorial, how to add a virtual keyboard to your HTML pages. Excellent free solution to create touchscreen interfaces, but not only.
Download the full package and try it now!

Control an IP camera with Arduino

Control an IP camera with Arduino

31 Dec , 2021 - coding

How to control a motorized IP camera with Arduino to take pictures from different locations and post them online as if they came from different webcams? I’ll explain how to do it. In this article I explain how I made a webcam control system using the famous Arduino microcontroller with ethernet module and Apexis APM-J902-Z-WS […]

View PDF documents with HTML5

View PDF documents with HTML5

30 Dec , 2021 - coding

Have you ever had the need to view PDF documents within web pages? If the answer is yes then don’t miss this article. Anyone who develops internet or intranet portals, especially in the industrial field, sooner or later faced the problem of how to easily view PDF with HTML5 within internet pages. The main problem […]