Tutorials & How-To
71 sites
https://pine.fm/LearnToProgram/chap_07.html
Chapter 7 of Chris Pine's 'Learn to Program', a beginner-friendly Ruby programming tutorial covering arrays and iterators with clear explanations and hands-on code examples. The guide is available in over ten language translations and walks complete novices through core programming concepts step by step.
https://makemovies.co.uk/
Make Movies is a free educational resource by Stan Hayward that introduces animation and filmmaking to schools, covering lessons on creating characters, writing scripts, and both traditional and computer animation techniques. Sponsored by the Kraszna-Krausz Foundation, the site includes curriculum-aligned materials, an animation database, and links to related resources, making it a comprehensive starting point for young animators.
http://newbie.org/
Newbie.org has been helping internet beginners navigate the online world since 1996, offering guides on HTML coding, email, instant messaging, virus protection, and web browsing basics. A comprehensive reference hub for those new to the internet, it covers everything from setting up a first website to understanding smiley faces and chat slang.
http://finalbossblues.com/pixel-tutorials
Jason Perry, a pixel artist and game developer known as finalbossblues, offers a comprehensive series of pixel art tutorials originally written for RPG Maker users around 2012. Topics range from color theory and form to sprite animation and walk cycles, making this an invaluable archived reference for anyone learning to create game graphics.
https://chemistryinthecity.neocities.org/content/entry2110
Chemistry in the City is a thoughtful personal blog covering science education, digital study skills, and the challenges of GCSE and A-level learning in the UK. The author reflects critically on pedagogy, teacher specialization, and independent study tools, making it a useful resource for students navigating post-secondary science education.
https://ohheybrian.com/blog/2025/01/blog-questions-challenge-2025
Brian Bennett is a teacher from Buchanan, Michigan who has been blogging about education technology, teaching, and classroom innovation since the early 2010s. This particular post is a meta-challenge reflecting on his blogging journey, platforms used over the years, and favorite posts, offering a candid look into the life of an educator-turned-blogger.
https://learnxinyminutes.com/
Learn X in Y Minutes offers quick, community-driven reference tours of dozens of programming languages, from mainstream picks like Python and C++ to esoteric ones like BF and GolfScript. Created by Adam Bard, the site provides annotated code samples that let developers rapidly survey syntax and idioms across an impressive multilingual catalog with translations in over 20 languages.
https://vtaide.com/png/puzzles.htm
A collection of interactive browser-based puzzles and logic games designed for children, covering math triangles, magic squares, matchstick puzzles, sliding tiles, river crossing challenges, and sorting activities. Hosted by Virtual Teacher Aide, the site offers hands-on drag-and-click gameplay that builds skills in visual discrimination, number recognition, and logical thinking across multiple difficulty levels.
https://ldjb.jp/full-resolution-line-sticker-images
Leon Byford, a London-based software developer, shares a concise technical tutorial on how to download full-resolution LINE sticker image files directly from LINE's servers using product IDs. The post covers both static and animated sticker formats, including tips for Mac users and how to convert APNG files to animated GIFs.
https://rgagnon.com/jsdetails/js-0063.html
Real's HowTo, compiled by Réal Gagnon, is a sprawling reference collection of practical code snippets and how-to guides covering Java, JavaScript, PowerBuilder, VBScript, and more. This particular page focuses on using regular expressions in JavaScript to validate and format strings, offering a compact set of patterns for common data types like phone numbers, dollar amounts, and social security numbers.