Technical Resources: Difference between revisions
From Anarchy In Action
D A Earwig (talk | contribs) m (→Readings: link to Free_Skool:Readings doesn't need to be here) |
D A Earwig (talk | contribs) m (→External Resources: re-order) |
||
Line 39: | Line 39: | ||
= External Resources = | = External Resources = | ||
== General coding == | |||
* [https://www.codecademy.com/ Codecademy]: Resource for programming in general, including the Web. In-browser command line. | * [https://www.codecademy.com/ Codecademy]: Resource for programming in general, including the Web. In-browser command line. | ||
* [https://github.com/phanan/htaccess Very useful .htaccess snippets] | |||
* [https://go.dev/ Go Language]: The new, simple Go programming language. In-browser command line. | |||
== Resources == | |||
* [https://commons.wikimedia.org WikiMedia Commons] is a great place to get [https://commons.wikimedia.org/wiki/Commons:Picture_of_the_day high-quality images] and [https://commons.wikimedia.org/wiki/Tango_icons icons] for your site. | * [https://commons.wikimedia.org WikiMedia Commons] is a great place to get [https://commons.wikimedia.org/wiki/Commons:Picture_of_the_day high-quality images] and [https://commons.wikimedia.org/wiki/Tango_icons icons] for your site. | ||
* [https://opensource.creativecommons.org/contributing-code/projects/ Creative Commons projects]: list of all active open source software projects that Creative Commons maintains. | * [https://opensource.creativecommons.org/contributing-code/projects/ Creative Commons projects]: list of all active open source software projects that Creative Commons maintains. | ||
* [https://github.com/ GitHub] and [https://sourceforge.net/ SourceForge]: The two biggest hosts of [[Wikipedia:Repository_(version_control)|source code repositories]] on the Web. | * [https://github.com/ GitHub] and [https://sourceforge.net/ SourceForge]: The two biggest hosts of [[Wikipedia:Repository_(version_control)|source code repositories]] on the Web. | ||
* [https://h-node.org/ H-Node hardware database]: Recommended hardware for totally free computing. | * [https://h-node.org/ H-Node hardware database]: Recommended hardware for totally free computing. | ||
* [https://libreplanet.org/ LibrePlanet]: Wiki for everything software libre, organized around a yearly [https://libreplanet.org/wiki/LibrePlanet:Conference conference]. | * [https://libreplanet.org/ LibrePlanet]: Wiki for everything software libre, organized around a yearly [https://libreplanet.org/wiki/LibrePlanet:Conference conference]. | ||
* [https:// | == Search == | ||
* [https://duckduckgo.com/ DuckDuckGo] is the safest way to search. | |||
== News == | |||
* [https://slashdot.org/ Slashdot]: One of the first news aggregators for geeks, with a strong FOSS community. | * [https://slashdot.org/ Slashdot]: One of the first news aggregators for geeks, with a strong FOSS community. | ||
* [https://www.theregister.com/ The Register] & [https://www.theregister.com/off_prem/channel/ The Channel Register]: IT and tech business news, with humor and sarcasm. | |||
== Organizations == | |||
* [https://www.eff.org/ Electronic Frontier Foundation]: Protecting our rights online. | * [https://www.eff.org/ Electronic Frontier Foundation]: Protecting our rights online. | ||
* [https://www.fsf.org/ Free Software Foundation]: Where free software and the [[Wikipedia:GNU_General_Public_License|GNU General Public License]] originated, still fighting hard for software freedom. | * [https://www.fsf.org/ Free Software Foundation]: Where free software and the [[Wikipedia:GNU_General_Public_License|GNU General Public License]] originated, still fighting hard for software freedom. | ||
* [https://www.gnu.org/licenses/gpl.html GNU General Public License]: The most-used [[Wikipedia:Copyleft|copyleft]] software license. We recommend GPLv3 for software source code. | * [https://www.gnu.org/licenses/gpl.html GNU General Public License]: The most-used [[Wikipedia:Copyleft|copyleft]] software license. We recommend GPLv3 for software source code. | ||
* [https://creativecommons.org/ Creative Commons]: Resource for [[Wikipedia:Free-culture_movement|free culture]] works and the originator of free culture licenses such as [https://creativecommons.org/licenses/by-sa/4.0/ CC-BY-SA]. We recommend CC-BY-SA for art and other cultural works, and use it for this wiki. | |||
* [https://libreplanet.org/wiki/Group:Women%27s_Caucus FSF Women's Caucus]: Advocacy for women in free software. | |||
* [https://www.makehaven.org/ MakeHaven]: Makers and tinkerers in New Haven :) | * [https://www.makehaven.org/ MakeHaven]: Makers and tinkerers in New Haven :) | ||
* [https:// | == Web Dev == | ||
* [https://bootstrapformbuilder.com/ Bootstrap Form builder]: quickly make responsive Web forms using [https://getbootstrap.com/2.3.2/ Bootstrap]. | |||
* [https://csszengarden.com/ CSS Zen Garden]: A great resource for CSS inspiration, with CC-licensed themes for a single HTML file. | |||
* [https://www.w3schools.com/html W3Schools]: Interactive HTML, CSS, and JavaScript tutorials. | * [https://www.w3schools.com/html W3Schools]: Interactive HTML, CSS, and JavaScript tutorials. | ||
* [https://www.w3schools.com/js/default.asp W3Schools] W3C JavaScript Tutorial | * [https://www.w3schools.com/js/default.asp W3Schools] W3C JavaScript Tutorial | ||
* [https://www.wpbeginner.com/ wpbeginner.com] WordPress tutorials - Beginner’s Guide to WordPress | * [https://www.wpbeginner.com/ wpbeginner.com] WordPress tutorials - Beginner’s Guide to WordPress | ||
* [https://codex.wordpress.org/ codex.wordpress.org]: the home of WordPress, documentation, themes, plugins | * [https://codex.wordpress.org/ codex.wordpress.org]: the home of WordPress, documentation, themes, plugins |
Revision as of 15:22, 2 April 2024
Video Tutorials
Website Structure
HTML & CSS
Free Software
WordPress
- How to Use WordPress
- How to Install WordPress Locally on Your Computer
- WordPress Themes/Templates Overview
MediaWiki
Trisquel GNU/Linux
Written Tutorials and guides
Tutorials
- For PDF training materials related to HTML, CSS, JavaScript, PHP, and command-line programs, please see Developer Training.
- See our page on WordPress Basics.
- The Official Ubuntu Book | EPUB | PDF | 7th Edition (2012), CC-BY-SA by Matthew Helmke and Amber Graner, with Kyle Rankin, Benjamin Mako Hill, and Jono Bacon.
Education & Politics
- Free Software, Free Society by Richard Stallman
- Infrastructures of Censorship and Lessons from Copyright Resistance by Wendy Seltzer
- Free Culture by Lawrence Lessig
- Wealth of Networks by Yochai Benkler
Misc
External Resources
General coding
- Codecademy: Resource for programming in general, including the Web. In-browser command line.
- Very useful .htaccess snippets
- Go Language: The new, simple Go programming language. In-browser command line.
Resources
- WikiMedia Commons is a great place to get high-quality images and icons for your site.
- Creative Commons projects: list of all active open source software projects that Creative Commons maintains.
- GitHub and SourceForge: The two biggest hosts of source code repositories on the Web.
- H-Node hardware database: Recommended hardware for totally free computing.
- LibrePlanet: Wiki for everything software libre, organized around a yearly conference.
Search
- DuckDuckGo is the safest way to search.
News
- Slashdot: One of the first news aggregators for geeks, with a strong FOSS community.
- The Register & The Channel Register: IT and tech business news, with humor and sarcasm.
Organizations
- Electronic Frontier Foundation: Protecting our rights online.
- Free Software Foundation: Where free software and the GNU General Public License originated, still fighting hard for software freedom.
- GNU General Public License: The most-used copyleft software license. We recommend GPLv3 for software source code.
- Creative Commons: Resource for free culture works and the originator of free culture licenses such as CC-BY-SA. We recommend CC-BY-SA for art and other cultural works, and use it for this wiki.
- FSF Women's Caucus: Advocacy for women in free software.
- MakeHaven: Makers and tinkerers in New Haven :)
Web Dev
- Bootstrap Form builder: quickly make responsive Web forms using Bootstrap.
- CSS Zen Garden: A great resource for CSS inspiration, with CC-licensed themes for a single HTML file.
- W3Schools: Interactive HTML, CSS, and JavaScript tutorials.
- W3Schools W3C JavaScript Tutorial
- wpbeginner.com WordPress tutorials - Beginner’s Guide to WordPress
- codex.wordpress.org: the home of WordPress, documentation, themes, plugins