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'];
?>
If you have a ZK 8.0 (or even older) project, this question must have popped up a few times in your head. If you have never thought about it, it’s time — it’s been 5 YEARS since ZK 8.0 was released. Before answering this question, let’s look at WHAT has been changed in the meantime. […]
Along with ZK 9.5 we have released a preview version of WCAG-support including the za11y module and high-contrast themes. These features enable application developers to create accessible applications that work with keyboards and assistive technologies and are compliant with WCAG standards. In order to know how the new WCAG features work for you and what […]
ZK 9.5 is coming soon with more than 70 enhancements and a WCAG preview (za11y) package. Learn more about the new features and try out the za11y package now! [Highlights] WCAG preview (za11y)We are excited to announce a preview version of the za11y package for web accessibility support. Various enhancements have been made on ZK […]
Overwhelmed by all the documentation and resources? We are sharing you 3 most popular articles in the ZK community here. Check them out today and see if you find them useful as well. ZK Dos and Don’ts Series ZK offers a lot of features and flexibility but it is not always trivial which way to go […]
This year has been in particular challenging for many of us. We at ZK are hoping to bring you positive energy by running a special Back-To-Work Prize Draw, giving out “Free Consulting Vouchers” to our community members. UPDATE! Winner Announcement – September🎉 🎉 🎉The winners for September drawing are:Chajon: –[email protected]: joe.c—g@i–pps.comRusyda: rusyd—[email protected]: jeferso—[email protected]: guillermo.en–que.pi.–te@ev–is.comWinners will […]
Introduction We have talked before about ZK integration with 3rd party themes, and ZK theme customization. These are good choices for large-scale look and feel changes to a ZK application, but they are not the only options available. In addition to these bigger projects, you can give a fresh feeling for your whole application with […]
Are you new to ZK? Did you just take over a ZK project? No worries. We will back you up. ZK Team has scheduled a live session for new users like you to help you easily get started with a new ZK project, or maintain an existing ZK application that has been handed over to […]
Keikai is a ZK-compatible web spreadsheet component that brings in Excel functionalities into your web application. Typical use cases include reporting, data processing, integration with DB and services, converting Excel files into web and online collaboration. In this session we will introduce 3 typical Keikai use cases that can be useful for your ZK application. […]
Introduction Most ZK use cases require a server-side event listener. This said, sometime a client-side listener can be more relevant. In this article, we are going to explain the difference between a server-side and a client-side event listener. We will also see when a client-side listener is a good choice for a workflow. Server-side listener […]
A while ago we conducted a ZK 9 Release & Upgrade Assistance survey. We received various feedback and encouragements from you, thank you! We are glad that a lot of you are excited about the new release and recognize our effort in providing new components and features in new versions for improved usability and performance. […]