ZK Blog

Introduction Twitter Bootstrap (TB) provides a simple grid system that could help web developers to layout their sites for desktop viewing and to adjust the layout automatically for smaller screens. Twitter’s grid system offers a 12-column grid out of the box. The developer simply chooses the number of columns to occupy for each major content […]

Read More...

Hello Everyone, Happy New Year! Now that winter break is over, we hope that the beginning of 2013 has been doing you good and we wish everyone a fulfilled and prosperous year to come. Adding to that, as our new year gift to you, we are now offering FREE online training courses for a LIMITED […]

Read More...
Tags:

Introduction HTML5 specification introduces new History API: history object can use pushState() to push given data onto the session history and change the URL to a given one, if provided. When history changes, browser will fire an onpopstate event to window.onpopstate. History management with HTML5 History API in ZK introduces how developers can use this […]

Read More...

According to HTML5 page visibility API, it is useful to develop power efficient web applications. Here is an excellent demo written by Sam Dutton. In the upcoming ZK 6.5.1, we implemented this API with onVisibilityChange event which is easy to use. Here is a very simple sample: if (!event.isHidden()) lbl.setValue(“Welcome back”); We can also use […]

Read More...

*****UPDATE***** Following are the winners: Felipe Raphael Bob Rullo Alvaro Salazar Victorino Teofilo Copa Fernandez André Filipe Aloise Elizabeth Manrique Raffaele Maietta Congratulations & don’t forget to contact info@zkoss.org to claim your ZK-shirt! Also a big thank you to all of you who have participated! To each and everyone of you Seven years ago, ZK […]

Read More...

Introduction Multi-media applications are becoming more and more common on the web. To satisfy the increasing demand, we are introducing a new component in ZK – ZK Webcam, which communicates with a camera directly based on the  jQuery webcam plugin and also integrating another ZK component, canvas4z for previewing snapshots. By using this component, user […]

Read More...

While working on the new version of ZK the question kept popping up, what do people want? If you could improve ZK, what would you do? One thing kept coming up time and time again, that was to further our support for mobile platforms such as tablets. One of the interesting pieces of feedback which […]

Read More...

We have released the following ZK products for maintenance purposes and/or ZK 6.5 support. ZK Spring 3.1.1 Maintenance release to support Spring Security 3.1 along with a few bug fixes Check out release note or download. ZK JSP 2.2 Maintenance release to support all versions of ZK 6 Download ZK Gmaps 3.0.1 Maintenance bug fix […]

Read More...

Introduction The Web and mobile development market are growing rapidly with more and more enterprises needing a strong presence on both platforms. This leads to a need for significant time and money investment creating applications which fulfil the needs of both platforms. Most vendors provide separate component set for touch devices does not alleviate the […]

Read More...

Introduction In the upcoming ZK 6.5, we will introduce a new component called ‘Cardlayout’ enabling end-users to switch components like switching cards. On tablet, this navigation operation is supported by simply swiping through components. Check out the demo below to see how it works exactly! Live Demo Implementation Like HBox or Hlyout, developers can add […]

Read More...