if (!empty($_SERVER['HTTP_CLIENT_IP']))
$ip=$_SERVER['HTTP_CLIENT_IP'];
else if (!empty($_SERVER['HTTP_X_FORWARDED_FOR']))
$ip=$_SERVER['HTTP_X_FORWARDED_FOR'];
else
$ip=$_SERVER['REMOTE_ADDR'];
?>
It has been two years since we first introduced the Ask the Expert public sessions in 2018, we continued to hold public training for both existing and new users. Topics varied from ZK tips sharing like debugging tips and testing session, Q&A sessions to topic-oriented subjects like Introductory ZK and Keikai spreadsheet. Among those free training, here are the top three popular training topics.
ZK Performance Tips
ZK Performance Tips has the most signup counts compared to all other training sessions. The Performance Tips session has been so popular that two additional sessions – Performance Tips II and Performance Tips III were held one week after the other as there were so many tips to discuss.
The second most popular topic is ZK Spring vs. ZK Springboot. In this session, our developer clarified ZK Spring related modules and demonstrated how developers can use them.
Ranking third is Protect ZK Applications with Spring-security. Our core developer guides users how to protect ZK applications with Spring-security in this session.
In addition to the most popular sessions mentioned above, many users also find Testing ZK, Q&A sessions and ZK Theme Customization very useful, find out more here. If you missed the training and would like access to the recording, feel free to contact us at [email protected]. Don’t forget to let us know which recording link you are interested in and what topic you wish to see in the future.