Notes for Nicole Sharp's Website: Difference between revisions
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) |
Nicole Sharp (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
* https://www.keepass.info/features.html | * https://www.keepass.info/features.html | ||
* download | * download | ||
* | ** https://www.keepass.info/download.html | ||
* manual | * manual | ||
* | ** https://www.keepass.info/help/ | ||
* passwords | * passwords | ||
* | ** https://www.keepass.info/help/base/pwgenerator.html | ||
== LibreOffice == | == LibreOffice == | ||
Line 17: | Line 17: | ||
* https://www.libreoffice.org/discover/ | * https://www.libreoffice.org/discover/ | ||
* download | * download | ||
* | ** https://www.libreoffice.org/download/ | ||
* manual | * manual | ||
* | ** https://documentation.libreoffice.org/ | ||
== DreamHost == | == DreamHost == | ||
Line 25: | Line 25: | ||
* https://www.dreamhost.com/ | * https://www.dreamhost.com/ | ||
* manual | * manual | ||
* | ** https://help.dreamhost.com/ | ||
* webdomain | * webdomain | ||
* | ** https://www.dreamhost.com/domains/ | ||
* | ** [https://help.dreamhost.com/hc/articles/215767937/ "Domain Registration Overview"] | ||
* | ** <span class="plainlinks">https://www.nicolesharp.net/</span> | ||
* webhosting | * webhosting | ||
* | ** https://www.dreamhost.com/hosting/shared/ | ||
* | ** [https://help.dreamhost.com/hc/articles/360001371926/ "Adding a Shared Hosting Plan to Your Domain-Only Account"] | ||
== WHOIS == | == WHOIS == | ||
Line 46: | Line 46: | ||
* https://www.filezilla-project.org/client_features.php | * https://www.filezilla-project.org/client_features.php | ||
* download | * download | ||
* | ** https://www.filezilla-project.org/download.php?show_all=1 | ||
* manual | * manual | ||
* | ** https://wiki.filezilla-project.org/ | ||
* | ** https://wiki.filezilla-project.org/documentation | ||
* install | * install | ||
* | ** https://wiki.filezilla-project.org/Client_Installation | ||
* setup | * setup | ||
* | ** https://wiki.filezilla-project.org/FileZilla_Client_Tutorial_(en) | ||
* | ** https://wiki.filezilla-project.org/Using | ||
* | ** https://wiki.filezilla-project.org/Site_Manager | ||
* access | * access | ||
* | ** [https://help.dreamhost.com/hc/articles/115000675027/ "FTP [File Transfer Protocol] Overview and Credentials"] | ||
* | ** [https://help.dreamhost.com/hc/articles/214920778/ "Where Do I Upload My Files Once Connected via FTP?"] | ||
== Notepad Plus Plus == | == Notepad Plus Plus == | ||
Line 64: | Line 64: | ||
* https://www.notepad-plus-plus.org/ | * https://www.notepad-plus-plus.org/ | ||
* download | * download | ||
* | ** https://www.notepad-plus-plus.org/downloads/ | ||
* manual | * manual | ||
* | ** https://www.npp-user-manual.org/ | ||
* install | * install | ||
* | ** https://www.npp-user-manual.org/docs/getting-started/ | ||
== PHP == | |||
* https://www.php.net/ | |||
* [https://help.dreamhost.com/hc/articles/214202188/ "PHP [Personal Homepage Hypertext Preprocessor] Overview"] | |||
=== PHP version === | |||
* PHP 8.4 | |||
** 2025-01-16. Elgg 6.1.2 | |||
** 2024-12-21. MediaWiki 1.43.0 LTS (Long-Term Support Release) | |||
** 2024-12-12. Matomo 5.2.1 | |||
** 2024-11-21. PHP 8.4 | |||
* PHP 8.3 | |||
** 2024-11-20. Elgg 5.1.12 LTS | |||
** 2023-11-23. PHP 8.3 | |||
* https://en.wikipedia.org/wiki/PHP#Release_history | |||
* https://www.php.net/archive/2024.php#2024-11-21-4 | |||
* https://www.php.net/archive/2023.php#2023-11-23-2 | |||
* Matomo | |||
** https://www.matomo.org/changelog/ | |||
** https://www.matomo.org/matomo-long-term-support-lts/ | |||
* MediaWiki | |||
** https://www.mediawiki.org/wiki/Version_lifecycle#Versions_and_their_end-of-life | |||
** https://www.mediawiki.org/wiki/MediaWiki_1.43.0 | |||
* Elgg | |||
** https://www.elgg.org/about/download/ | |||
* [https://help.dreamhost.com/hc/articles/214895317/ "Change the PHP Version of a Site"] | |||
=== PHP manual === | |||
* https://en.wikibooks.org/wiki/PHP | |||
* https://en.wikibooks.org/wiki/PHP_Programming/Print_version | |||
* https://en.wikiversity.org/wiki/PHP/ | |||
* https://en.wikiversity.org/wiki/PHP/Introduction | |||
* https://www.php.net/manual/ | |||
* https://www.php.net/download-docs.php | |||
=== PHP basics === | |||
* https://en.wikibooks.org/wiki/PHP_Programming/Commenting_and_Style | |||
* https://www.php.net/manual/language.basic-syntax.phptags.php | |||
=== PHP encoding === | |||
* https://www.php.net/manual/control-structures.declare.php | |||
<syntaxhighlight lang="php"> | |||
declare(encoding = "UTF-8"); | |||
</syntaxhighlight> | |||
=== PHP comments === | |||
* https://www.php.net/manual/language.basic-syntax.comments.php | |||
[[category:Nicole Sharp's Website]] | [[category:Nicole Sharp's Website]] |
Revision as of 2025-01-20T08:11:13
Notes on the development of Nicole Sharp’s Website.
KeePass
- https://www.keepass.info/
- https://www.keepass.info/features.html
- download
- manual
- passwords
LibreOffice
- https://www.libreoffice.org/
- https://www.libreoffice.org/discover/
- download
- manual
DreamHost
- https://www.dreamhost.com/
- manual
- webdomain
- webhosting
WHOIS
- https://lookup.icann.org/
- "WHOIS Overview"
- "Enabling WHOIS Privacy Settings"
- "How to Run a WHOIS Query"
FileZilla
- https://www.filezilla-project.org/
- https://www.filezilla-project.org/client_features.php
- download
- manual
- install
- setup
- access
Notepad Plus Plus
- https://www.notepad-plus-plus.org/
- download
- manual
- install
PHP
PHP version
- PHP 8.4
- 2025-01-16. Elgg 6.1.2
- 2024-12-21. MediaWiki 1.43.0 LTS (Long-Term Support Release)
- 2024-12-12. Matomo 5.2.1
- 2024-11-21. PHP 8.4
- PHP 8.3
- 2024-11-20. Elgg 5.1.12 LTS
- 2023-11-23. PHP 8.3
- https://en.wikipedia.org/wiki/PHP#Release_history
- https://www.php.net/archive/2024.php#2024-11-21-4
- https://www.php.net/archive/2023.php#2023-11-23-2
- Matomo
- MediaWiki
- Elgg
- "Change the PHP Version of a Site"
PHP manual
- https://en.wikibooks.org/wiki/PHP
- https://en.wikibooks.org/wiki/PHP_Programming/Print_version
- https://en.wikiversity.org/wiki/PHP/
- https://en.wikiversity.org/wiki/PHP/Introduction
- https://www.php.net/manual/
- https://www.php.net/download-docs.php
PHP basics
- https://en.wikibooks.org/wiki/PHP_Programming/Commenting_and_Style
- https://www.php.net/manual/language.basic-syntax.phptags.php
PHP encoding
declare(encoding = "UTF-8");