Σάββατο 24 Νοεμβρίου 2018

Managing Plugins « WordPress Codex

Managing Plugins « WordPress Codex: Manual Plugin Installation by FTP

There are a few cases when manually installing a WordPress Plugin is appropriate.

If you wish to control the placement and the process of installing a WordPress Plugin.
If your server does not permit automatic installation of a WordPress Plugin.
The WordPress Plugin is not in the WordPress Plugins Directory.

Installation of a WordPress Plugin manually requires FTP familiarity and the awareness that you may put your site at risk if you install a WordPress Plugin incompatible with the current version or from an unreliable source.

Backup your site completely before proceeding.

To install a WordPress Plugin manually:

Download your WordPress Plugin to your desktop.
If downloaded as a zip archive, extract the Plugin folder to your desktop.
Read through the "readme" file thoroughly to ensure you follow the installation instructions.
With your FTP program, upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online.
Go to Plugins screen and find the newly uploaded Plugin in the list.
Click Activate to activate it.

Check the Details readme file for customization and further instruc

Κυριακή 18 Νοεμβρίου 2018

Αναβάθμιση-Επαναφορά mediawiki

Wiki Algebra Teacher Lab 2018



http://alglab18.allmath.gr/labwk18/mw-config/index.php



Αναβάθμιση-Επαναφορά mediawiki

Αφού δώσουμε δικαιώματα εγγραφής στο παραπάνω αρχείο το τρέχουμε στον φυλλομετρητή.

Τρίτη 14 Αυγούστου 2018

How Do You Change Windows’ Default Download Path?

How Do You Change Windows’ Default Download Path?: The default download location on our Windows systems works well enough most of the time without a problem, but what if you want or need to change the location at the system level? With that in mind, today’s SuperUser Q&A post has some helpful advice for a frustrated reader.

Κυριακή 7 Ιανουαρίου 2018

Comparison of math Web publishing options

Comparison of math Web publishing options: Publishing math on the Web can be a challenge. Here's a comparison of MathJax, ASCIIMathML, KaTeX and other math publishing solutions.



Μόνο το Mathjax καταφέραμε να λειτουργήσουμε εύκολα χρησιμοποιώντας το σχετικό script στην κεφαλίδα του template.

MathJax on Blogger Προσθήκη MathJax Latex στο Blogspot - Blogger

Πλήρεις οδηγίες εδώ: MathJax on Blogger - Web Applications Stack Exchange



Σύντομα κάνουμε τα εξής:

1) Ιδιότητες -> ΘΕΜΑ















2) Επεξεργασία HTML







3)Εύρεση κειμένου </head> και επικόλληση ακριβώς πριν αυτού:

<script src='http://cdn.mathjax.org/mathjax/latest/MathJax.js' type='text/javascript'>
MathJax.Hub.Config({
 extensions: [&quot;tex2jax.js&quot;,&quot;TeX/AMSmath.js&quot;,&quot;TeX/AMSsymbols.js&quot;],
 jax: [&quot;input/TeX&quot;, &quot;output/HTML-CSS&quot;],
 tex2jax: {
     inlineMath: [ [&#39;$&#39;,&#39;$&#39;], [&quot;\\(&quot;,&quot;\\)&quot;] ],
     displayMath: [ [&#39;$$&#39;,&#39;$$&#39;], [&quot;\\[&quot;,&quot;\\]&quot;] ],
 },
 &quot;HTML-CSS&quot;: { availableFonts: [&quot;TeX&quot;] }
});
</script>




4) Στη συνέχεια στη νέα δημοσίευση γράφουμε τον κώδικα Latex μεταξύ $, $ και θα εμφανιστεί το Latex, όχι στην προεπισκόπηση.