Monthly Archives: December 2010
My Drupal for Fun: Customize Acquia Marina to Be Similar to Its Screenshot
I consider myself as a newbie on CMSs, particularly Drupal. In other words, I am in a middle of the high slope part of Drupal’s steep-learning curve. Based on my personal experience, the best way of learning a new thing … Continue reading
Intermodule Communications in NetBeans Platform: Open a TopComponent in one module from another TopComponent in another module through the use of Lookup API
In this blog, I’d like to share my experience on an implementation of a NetBeans Platform application. The content below is mostly based on the CRUD tutorial with some of my own modifications. The key idea is on how to … Continue reading
Drupal 7 (RC2): How to create a customized front page.
In this blog, I briefly describe a procedure for creating a customized Drupal front page. It’s just a series of steps of what to do, not a detailed how-to. Get into the theme directory: $Drupal7_Home/sites/all/themes/danland, where “danland” is the theme … Continue reading