ZK Blog

Category: ZK Core

< Blog

Myth I – UI Component Control is Cumbersome Due to ID Space Constraints Misconceptions often get in our way of recognizing the true value of things. In the case of building enterprise grade Web applications using ZK, when programmers work around the framework convention instead of working with it, they make applications more complicated than […]

Read More...

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 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...

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...

You can speed up page load times by combining JavaScript files. Today I will describe the process of merging several JavaScript file into one in your ZK application.

Read More...

We are pleased to announce the introduction of two new components, hlayout and vlayout which enable you to layout your page in an easier and more controllable manner.

Read More...

A hbox that spans two rows It is common for an application to provide different themes for different users based on their preferences. However, the difference is limited to the power of CSS. By using the so-called mold and widget classes, ZK allow an application to provide totally different look using totally different DOM structure. The best is that you don’t have modify single line of the application code.

Read More...
Tags:

The server push is a common practice to communicate between two browser windows. With 5.0.4, there is a better approach called the group-scoped event queue.

Read More...