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
Σάββατο 24 Νοεμβρίου 2018
Τρίτη 20 Νοεμβρίου 2018
Κυριακή 18 Νοεμβρίου 2018
Αναβάθμιση-Επαναφορά mediawiki
Wiki Algebra Teacher Lab 2018
http://alglab18.allmath.gr/labwk18/mw-config/index.php
Αναβάθμιση-Επαναφορά mediawiki
Αφού δώσουμε δικαιώματα εγγραφής στο παραπάνω αρχείο το τρέχουμε στον φυλλομετρητή.
http://alglab18.allmath.gr/labwk18/mw-config/index.php
Αναβάθμιση-Επαναφορά mediawiki
Αφού δώσουμε δικαιώματα εγγραφής στο παραπάνω αρχείο το τρέχουμε στον φυλλομετρητή.
Παρασκευή 28 Σεπτεμβρίου 2018
Τετάρτη 12 Σεπτεμβρίου 2018
Πώς να εγκαταστήσετε Android σε PC ή λάπτοπ παράλληλα με τα Windows | lovefortechnology.net
Τα καλύτερα δωρεάν προγράμματα: Πώς να εγκαταστήσετε Android σε PC ή λάπτοπ παράλληλα με τα Windows | lovefortechnology.net: Το Android είναι λειτουργικό σύστημα για συσκευές κινητής τηλεφωνίας το οποίο τρέχει τον πυρήνα του λειτουργικού Linux. Αρχικά ...
Πέμπτη 23 Αυγούστου 2018
Maxima -- GPL CAS based on DOE-MACSYMA - Windows/5.41.0-Windows at SourceForge.net
Maxima -- GPL CAS based on DOE-MACSYMA - Browse /Maxima-Windows/5.41.0-Windows at SourceForge.net: Computer Algebra System written in Common Lisp
Δευτέρα 20 Αυγούστου 2018
Τρίτη 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.
Κυριακή 29 Ιουλίου 2018
Σάββατο 24 Μαρτίου 2018
Free Online Barcode Generator
Free Online Barcode Generator: Online Barcode Generator for almost all 1D and 2D barcode, UPC, EAN-13, Code128, Code39, QR Code, DataMatrix, etc.
Τετάρτη 7 Φεβρουαρίου 2018
Κυριακή 4 Φεβρουαρίου 2018
Τετάρτη 10 Ιανουαρίου 2018
Library of Congress Online Catalog Marc data search
Library of Congress Online Catalog: Find material the Library's collections of books, periodicals, manuscripts, maps, music, recordings, images, and electronic resources. Search by keyword or browse for authors/creators, subjects, names/titles, uniform titles, and call numbers.
GitHub - xymaxim/marc2bib: WIP Converts MARC data to BibTeX
GitHub - xymaxim/marc2bib: WIP Converts MARC data to BibTeX: marc2bib - WIP Converts MARC data to BibTeX
Κυριακή 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 καταφέραμε να λειτουργήσουμε εύκολα χρησιμοποιώντας το σχετικό 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: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
},
"HTML-CSS": { availableFonts: ["TeX"] }
});
</script>
4) Στη συνέχεια στη νέα δημοσίευση γράφουμε τον κώδικα Latex μεταξύ $, $ και θα εμφανιστεί το Latex, όχι στην προεπισκόπηση.
Σύντομα κάνουμε τα εξής:
1) Ιδιότητες -> ΘΕΜΑ
2) Επεξεργασία HTML
3)Εύρεση κειμένου </head> και επικόλληση ακριβώς πριν αυτού:
<script src='http://cdn.mathjax.org/mathjax/latest/MathJax.js' type='text/javascript'>
MathJax.Hub.Config({
extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
},
"HTML-CSS": { availableFonts: ["TeX"] }
});
</script>
4) Στη συνέχεια στη νέα δημοσίευση γράφουμε τον κώδικα Latex μεταξύ $, $ και θα εμφανιστεί το Latex, όχι στην προεπισκόπηση.
Εγγραφή σε:
Αναρτήσεις (Atom)