Coding
Animated Fullscreen Hamburger Navigation With jQuery
A cool site navigation system that enables a fixed hamburger button to toggle a fullscreen navigation menu sliding down from the top of your webpage. Demo Download source
A cool site navigation system that enables a fixed hamburger button to toggle a fullscreen navigation menu sliding down from the top of your webpage. Demo Download source
A JavaScript library to render animated, fully configurable progress bars using plain JavaScript. No SVG, Canvas, or Image required. Demo Download source
Hey all, this weekend (since I’m stuck at home anyway) I’d like to give a go to setting up static analysis on a project, but given that this project is quite big (about 10k classes), Read more…
I’m having increasingly serious thoughts about becoming a ‘digital nomad’, i.e. finding a work/life pattern where I do piecework / gig work / contracts etc so that I can stop and start as I please Read more…
Introduction to Digital Electronics If you would like to learn all about digital electronics from 0 (basic) to 1 (expert level), then you are in the right place. In this tutorial of digital electronics, we Read more…
The 6.0.0 release basically brings PHP8 compatibility but also upgrades the underlying graphql-php to 14.0, bringing some breaking changes depending on your usage and thus the major version bump. OTOH for those still on 5.x, Read more…
I want to create an array containing three different colours. Each time the user hits the Arrow Right key, I want the background-colour of div to change to the next colour, eventually getting back to Read more…
PyCharm 2020.2.2 is out now with important fixes to improve your usability and productivity. Update from within PyCharm (Help | Check for Updates), using the JetBrains Toolbox, or by downloading the new version from our website. Read more…
I’m tackling quite a few APIs lately. Everything is REST, and there are various official and unofficial libraries for them. But I usually find the libraries are not as well documented as the service’s own Read more…
Hey, Currently doing a connect four game as a school project and I’m trying to do a function to detect if there is four in a row on the x axis using the following: The Read more…