ZK Blog

The recorded video of the first ever ZK Webinar which was held last Thursday 2nd June with great response from the ZK community is now available for those who were unable to attend at: [youtube]4oKHSG5ro84[/youtube] Here are the webinar slides: Best Practice of using ZK with JSP And here is the sample code: messageboard I have […]

Read More...

The ZK team is proud to announce that the first ever ZK Webinar will be conducted through Adobe Connect on Thursday 2nd June from 10am-11am London time. This webinar is completely free and is a great way to meet someone from the ZK team. The topic of the first webinar will be on “ZK & […]

Read More...

The ZUL Testing Language(ZTL) has been available for one year and during this time we have looked into improving the verification of layout placement, which is hard to verify its correctness. This led to the idea of a visual test is come up to solve the problem…

Read More...

Most Ajax pages are not SEO friendly, so the natural question is how to implement this in ZK. The question is also applies if your ZK application works using a Bookmark mechanism. You can implement SEO in an easy manner following these two steps…

Read More...

Simple demonstration of how events are processed at client-side in ZK5

Read More...

A couple weeks ago, I was working on a customer’s support about how to reduce memory footprint of a ZUL page. At the time, I found it odd that the ZUL page was pretty simple but it retains plenty of ZK components on the server. After some research, we found the issue was caused by […]

Read More...

The time for the user group is drawing near and I have been overwhelmed by the positive responses I have received from all of you. I am looking forward to seeing everyone at the event. Recently I have been busy arranging the event and decided to bring you all news of what is going to be presented.

Read More...

The time has come for me to head back to England for a few weeks holiday to see my friends and family . This will be my first time back in the UK for a couple of years and I am really looking forward to it. Whilst I am in the UK I decided to host a user group for ZK uses and those who are interested in ZK. With the help of two key contributors, David Hamilton and Simon Massey, the meet is becoming a reality!

It is with great pleasure that I announce that the first ever UK ZK User Group will be held in London on Wednesday 15th December from 4pm until 6pm. THIS IS A FREE EVENT.

Read More...
Tags:

ZK composite is a concept in which we design a customized component based on a template zul file we composed (like a ZK Macro component); however, unlike a Macro component, developers could include other children components within a ZK composite.

Read More...