Technical Resources: Difference between revisions

From Anarchy In Action
(→‎Fight for the Future: moved to culture page)
m (→‎Web Dev: linking internally)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Tutorials =
= Video Tutorials =
== Website Structure ==
== Website Structure ==
* [https://www.youtube.com/watch?v=7fQWGzMVGug Understanding HTML, CSS, Javascript, PHP, SQL, databases]
* [https://www.youtube.com/watch?v=7fQWGzMVGug Understanding HTML, CSS, Javascript, PHP, SQL, databases]
Line 12: Line 12:
* [https://www.youtube.com/watch?v=7czFOFQD_6A What Is Free Software? with Richard Stallman]
* [https://www.youtube.com/watch?v=7czFOFQD_6A What Is Free Software? with Richard Stallman]


== WordPress ==
== [[WordPress_Basics|WordPress]] ==
* [https://www.youtube.com/watch?v=w9OhG7Wx1CY How to Use WordPress]
* [https://www.youtube.com/watch?v=w9OhG7Wx1CY How to Use WordPress]
* [https://www.youtube.com/watch?v=b8U5SXnTEKE How to Install WordPress Locally on Your Computer]
* [https://www.youtube.com/watch?v=b8U5SXnTEKE How to Install WordPress Locally on Your Computer]
Line 22: Line 22:
== Trisquel GNU/Linux ==
== Trisquel GNU/Linux ==
* [https://www.youtube.com/watch?v=2R8V4IsekNk Installing Trisquel]
* [https://www.youtube.com/watch?v=2R8V4IsekNk Installing Trisquel]
= Written Tutorials and guides =
== Tutorials ==
* For PDF training materials related to HTML, CSS, JavaScript, PHP, and command-line programs, please see [[Dev_Training|Developer Training]].
* See our page on [[WordPress Basics]].
* ''The Official Ubuntu Book'' | [https://getlibre.org/wiki/images/Official_Ubuntu_Book_-_7th_Edition.epub EPUB] | [https://getlibre.org/wiki/images/Official_Ubuntu_Book_-_7th_Edition.pdf PDF] | ''7th Edition (2012), CC-BY-SA by Matthew Helmke and Amber Graner, with Kyle Rankin, Benjamin Mako Hill, and Jono Bacon''.
== Education & Politics ==
* [http://www.gnu.org/philosophy/fsfs/rms-essays.pdf Free Software, Free Society] by [https://en.wikipedia.org/wiki/Richard_Stallman Richard Stallman]
* [http://wendy.seltzer.org/pubs/seltzer-censorship.pdf Infrastructures of Censorship and Lessons from Copyright Resistance] by [https://en.wikipedia.org/wiki/Wendy_Seltzer Wendy Seltzer]
* [http://www.free-culture.cc/freecontent/ Free Culture] by [https://en.wikipedia.org/wiki/Lawrence_Lessig Lawrence Lessig]
* [https://cyber.law.harvard.edu/wealth_of_networks/ Wealth of Networks] by [https://en.wikipedia.org/wiki/Yochai_Benkler Yochai Benkler]
== Misc ==
* [[Hackers_In_Shackles]]
= External Resources =
== General coding ==
* [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://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://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].
== 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://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.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://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 :)
== [[Primer_for_Web_Developers|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/js/default.asp W3Schools] W3C JavaScript Tutorial
* [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

Latest revision as of 17:09, 2 April 2024

Video Tutorials

Website Structure

HTML & CSS

Free Software

WordPress

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

Misc

External Resources

General coding

Resources

Search

News

Organizations

Web Dev