6200 comments
2357 subscribers
Follow me on Twitter (@sachac)
Subscribe! Feed reader E-mail

Drupal makes me feel like Bruce Lee + Jackie Chan

Fast. Powerful. And having a heck of a lot of fun.

Short URL: http://sachachua.com/blog/p/4912
  • http://walkah.net/ James Walker

    HA! Lovin’ it, Sacha!!

    Keep the Drupal tips & love coming :-) Oh, and can we get a little Sacha super energy at http://groups.drupal.org/node/11942 ? Please? :)

  • http://randell.ph/geeky/ randell

    Hi Sacha! Where specifically do you get your Drupal resources aside from those available from their site? Thanks!

  • http://www.radford.edu/~comm bobstep

    Ah! Role models! Will Drupal make two guys working on a new site feel like Michelle Yeoh and Zhang Ziyi?

    ;-)

    Thanks for the very helpful Drupal (and emacs) posts…

  • http://cmsreport.com Bryan Ruby

    Thanks to Seth Gottlieb, I came across your blog for the very first time. I have a feeling this won’t be my only visit.

    In my own experience with Drupal, Drupal grows on you. Drupal is so addicting that it is best you turn away now before a new obsession starts!

    Randell and others…if you prefer hardcopy “how-to” books, a listing can be found at Drupal.org: http://drupal.org/books . My personal favorite is Pro Drupal Development (I have the first edition and waiting on the second edition). Online and a little dated is a very good start to finish “how-to” from IBM developerWorks that focuses on Drupal: Using open source software to design, develop, and deploy a collaborative Web site. This developerWorks article has been the cornerstone for starting some Drupal projects at my own workplace.

    Bryan

  • http://www.wazzupmanila.com/ philippines language

    Haha thats very funny! is there a website where there are more?

  • http://cmsreport.com Bryan Ruby

    I’m not sure if I just didn’t “Add comment” or if my comment is in moderation, but I’ll try this again. Sorry if this is redundant…

    Sacha, I’m a first time visitor, but I have a feeling this won’t be my only visit. You do good work! In my own experience with Drupal, Drupal grows on you. Drupal is so addicting that it is best you turn away now before a new obsession starts!

    Randell and others…if you prefer hard copy “how-to” books, a listing can be found at Drupal.org: drupal.org/books . My personal favorite is Pro Drupal Development (I have the first edition and waiting on the second edition). Online and a little dated is a very good start to finish “how-to” from IBM developerWorks that focuses on Drupal: Using open source software to design, develop, and deploy a collaborative Web site. This developerWorks article has been the cornerstone for starting some Drupal projects at my own workplace.

  • http://www.jackbook.com Jacky Supit

    and what WordPress makes you feel like? :)

  • http://randell.ph/geeky randell

    Thanks Bryan!

  • http://www.jorap.com JoRap

    Your Drupal tips are great! It goes to show how much you really love it. Keep it up!

    Hope to see your own masterpiece in Drupal so you can show the whole world how great it is, while having a great time!

    Very happy that a known figure in the Philippine ComSci scene loves Drupal! :D

    Really proud to be a Pinoy!!!

On This Day...

  • 2013: Good influences in partnerships — I used to worry that relationships would distract me from what I want or need to do, but it turns [...]
  • 2012: Weekly review: Week ending June 1, 2012 — Many small improvements this week! I installed a drip irrigation system in the garden to help with watering. I think [...]
  • 2011: It’s Bike Month in Toronto! — While we don’t have anything like the awesome biking infrastructure of the Netherlands (oh, and all that flat land – [...]
  • 2010: Monthly review: May 2010 — May was quite a learning experience. From an oh-no moment when I accidentally mail-flooded around 70 people to a new [...]
  • 2009: Photos from High Park — High Park
  • 2009: Weekly review: Week ending May 31, 2009 — From last week’s plans: More Transition2 work – finish event-related bugs Another day, another build… Things are progressing nicely! More LinkedIn and [...]
  • 2008: Drupal: Storing data in the user profile — If you want to store data in the user profile, here’s an example of a quick and dirty way to [...]
  • 2008: Drupal: Adding lines to settings.php in an installation profile — Installation profiles can make it easier for you to test and reproduce your configuration. But what if you need to [...]
  • 2006: Life on the A-list — Somewhere along the way, I managed to end up as the hottest blogger within IBM, with over a thousand hits. I [...]
  • 2006: On the way home after a late night — I’m starving and my hands are a little bit weak. I’ve had nothing but hot chocolate since lunch, too pressed for [...]
  • 2006: RIP, PDA — I discovered to my chagrin this morning that the Compaq iPaq no longer retains a charge, perhaps because its internal battery [...]
  • 2006: Social Tech Brewing — Last night’s Social Tech Brewing social was lots of fun. (Notice how lazy I getabout linking? ;) ) Phillip Smith arrived [...]
  • 2006: It’s alive! Reviving my iPaq — I’ve decided to experiment with carrying an electronic device around again. Several people have reported seeing Moleskines coexist with PDAs, so I [...]
  • 2006: Tagging blog posts — At some point I really should write my own tag indexing thing. =) That way, it’ll be easy to find out, [...]
  • 2006: Blackberry goodness — Sandy read my post on networking and saw my note about Blackberry, that addictive little e-mail-anywhere device. I keep itching [...]
  • 2005: On teaching programming — why do I have to write all this syntactic sugar to just do the canonical “Hello, world”? I firmly believe [...]
  • 2005: Productive day! — I had so much fun writing today. 500 words for my m-ph entry, 1000 for the Linux Journal article on taming [...]
  • 2005: xtla and Gnus — There is a feature in xtla.el to send/review patches via gnus. To set it up, you need the following lines for [...]
  • 2005: Introducing the Hipster PDA — by Sacha Chua (Sneak preview of m-ph entry for tomorrow) “I’ve found the perfect PDA,” I gushed. My friends perked up. Knowing how [...]
  • 2005: Flash fiction: GLUTTONY – 55 words — GLUTTONY (55 words) Flash fiction by Sacha Chua “Gluttony is indecent and a catalyst for sin,” said his devoted mother, measuring rice grains [...]
  • 2004: Imagine Cup — Fanny Sy wrote: I’m so proud to announce that our team representative for the Imagine Cup competition has won the Imagine Cup [...]
  • 2004: Much productive hacking last night — - Dusted off CoursesSubmission and started hacking on it again: minor template tweaks (tables instead of lists, for example) and some [...]
  • 2003: [menu-bar] and mouse bindings — The mouse binding is throwing my memq all off!
  • 2003: proper-listp — (defun proper-listp (l) (or (null l) (and (consp l) (proper-listp (cdr l)))))
  • 2003: Student-centered learning — Brilliant idea! I can make a lot of things learn-by-example, and have them work in pairs almost all the time. For example, [...]
  • 2003: TFI — Dr. Augustin Martin Rodriguez, Gus – program director. Supposed to orient us all on how to be good Ateneo teachers. Useful because [...]
  • 2003: TFI — Introductions roland, math jenny, math andre, DISCS stan, DISCS rico, college 85, pulseasia, strategy and marketing crista, german malou, ecce rex briones, math ramir, math jun, history, institute of philippine [...]