Archive for 2011
ExtJS 4 First Look: Sample Chapter Available
Hi everyone, I finally finished writing my ExtJS 4 book a couple of months ago and now the book was already uploaded to the printers. Just waiting to be published! Meanwhile, you can check out a sample chapter. It is chapter 04, and it is about charts. You can buy the book at the publisher’s [...]
How to Load or Save Image using Hibernate – MySQL
This tutorial will walk you throughout how to save and load an image from database (MySQL) using Hibernate. Requirements For this sampel project, we are going to use: Eclipse IDE (you can use your favorite IDE); MySQL (you can use any other database, make sure to change the column type if required); Hibernate jars and dependencies [...]
[Screencast] Spket: Setting up Eclipse IDE for Ext JS 4 development
This screencast will walk you through how to set up Eclipse IDE for Ext JS 4 development with Spekt Eclipse plugin. It demonstrates how to enable the autocomplete feature on Eclipse or Aptana I wrote a tutorial about it a while ago, but it demonstrates how to configure Spket with Ext JS 3. This is an updated tutorial [...]
ExtJS 4: How to add Tooltip to Grid Header
This tutorial will walk through out how to add a tooltip to a Grid Header. This feature is not natively supported by Ext JS 4 API. Fortunately, there is a third-party plugin we can use to do it. To get started, I created a JavaScript project on Eclipse IDE and it looks like this: Plugin Code The first [...]

