Żródło: http://wersjatestowa.eu/wzory-matematyczne-na-stronie-mathjaxlatex/ Czasem pojawia się potrzeba zastosowania wzorów matematycznych na stronie, i nie chodzi tutaj o trywialne E=mc2. Chodzi o coś bardziej rozbudowanego typu: \[ E = \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}} \]
Tag: wordpress
Bez kategorii
How to Protect WordPress Sites
by root • • 0 Comments
Dec 3, 2013 • General Stuffs → WordPress Advertise Here WordPress is one of the most ubiquitous content management systems in the world. Even better, it’s open source! However, as an open source piece of software, it can be vulnerable to malicious individuals digging through code and finding vulnerabilities in the code, which they attempt…
Bez kategorii
Google Maps API
by root • • 0 Comments
Sign Up for the Google Maps API The Google Maps API lets you embed Google Maps in your own web pages. A single Maps API key is valid for a single „directory” or domain. See this FAQ for more information. You must have a Google Account to get a Maps API key, and your API…
Bez kategorii
WordPress – jak wyłączyć wersje wpisu
by root • • 0 Comments
W większości wypadków jest to taki bajer, który tylko podbija nr id stron i wpisów. Jeśli chcesz to wyłączyć, to polecam do wp-config.php dopisać: define(’WP_POST_REVISIONS’, false); Albo jeszcze poczytaj tutaj o tym: http://wpninja.pl/wordpress-26-jak-wylaczyc-system-rewizji/ http://wpninja.pl/3-wtyczki-do-ujarzmiania-systemu-rewizji/