Természetjáró – kirándulós telefonos program

A Természetjáró appba olyan praktikus funkciókat építettek be, mint az összes jelzett utat (a hálózatnak a rétegválasztóban való bekapcsolása után) megjelenítő turistatérkép, a túratervező, az útvonalrögzítő, az offline letöltés és navigáció lehetősége, az iránytű, a QR-kód-olvasó vagy a csúcskereső. A térkép ráadásul, mivel a folyamatosan fejlesztett közösségi rendszerre, az OpenStreetMap-re épül, nemcsak Magyarországot, hanem az egész világot lefedi, tehát szinte bárhol – akár a Magas-Tátrában, vagy mondjuk Kenyában is – túrázhatunk vele.

https://www.turistamagazin.hu/hir/tarolt-a-termeszetjaro-applikacio

Jelenleg irodán kívül vagyok, e-mail hozzáférésem ezen időszak alatt korlátozott / Currently I am out of the office with limited e-mail access

angolul /English

Jelenleg irodán kívül vagyok, e-mail hozzáférésem ezen időszak alatt korlátozott.
2015. december 1-i visszaérkezésemet követően válaszolni fogok az üzenetére.
Sürgős esetben kérlek írj SMS-t, vagy hívj mobilon. /

Currently I am out of the office with limited e-mail access.
I will reply to your message when I return to the office on December 1, 2015.
In case of urgent matters, please send an SMS or call me at my mobile.

Web Development in 2020: What You Should Learn

A lot of people give crap to PHP and it’s unfortunate because PHP can be a great language. It’s practical and it’s simple to deploy just about anywhere. PHP is great for freelancers that need to get stuff out quickly. If you’re planning on working for a large company, PHP may not be the best choice, but if you’re freelancing and building personal projects, PHP can be great choice.

https://www.freecodecamp.org/news/web-development-2020/

Zend Framework 1 on PHP 7.3

PHP 7.3 compatible version of ZF1 from version 15234, release-1.12 branches and 1.12 tags onwards.

https://github.com/Shardj/zf1-future

Is Zend Framework 1 compatible with PHP 7.2? https://stackoverflow.com/questions/49072332/is-zend-framework-1-compatible-with-php-7-2

https://framework.zend.com/downloads/archives

How to fix Warning: is_readable(): open_basedir restriction in effect in Zend Framework => 1.10 http://www.zeronex.me/2010/09/how-to-fix-warning-is_readable-open_basedir-restriction-in-effect-in-zend-framework-1-10/

If you are getting load of this error after upgrading to Zend framework 1.10 and greater, you can fix it by changing Zend/Loader.php file

Change method isReadable() to following
Also make sure anything in your include path should be in your basedir option too.
Waring!!! use the code at your own risk as I have not done extensive tests.

https://github.com/minorharpman/zendframework1fix/blob/master/isreadable.php