Slashdot Mirror


User: blakhol

blakhol's activity in the archive.

Stories
0
Comments
10
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 10

  1. Videola on Google TV Suffers Setback · · Score: 1

    And just today I heard the future of IPTV was Videola.

  2. Weird timing on Drupal Multimedia · · Score: 5, Informative

    This book was great when it came out. Over a year ago. Strange to get such a late review of a book. Fortunately a lot of things are still accurate, and Drupal 6 has been the main release during this entire time, but sheesh. The contributed modules have improved a lot since then.

    As far as Drupal itself goes, it's great. Yesterday my boss asked me to put together a secure site where a select group of people could discuss the upcoming budget cuts. The site needed to be attractive, secure, support single signon (integrating with our existing directory), restricted to one group of users, allow optional anonymity of posters (after authentication), and allow users to subscribe to threads.

    Starting from scratch, I had it all done in an hour an twenty minutes with Drupal (plus the hidden author, subscriptions, pubcookie, pubcookie site access, secure pages, and views modules).

    There seems to be a great deal of frustration and outright ignorance about how Drupal works in the postings above. If you want to be able to wield a complex weapon like Drupal, try the following resources.

    For examples on how to create common types of sites using popular, well-supported modules: Using Drupal, O'Reilly

    If you're a designer working with Drupal and want to understand how to work with it: Front End Drupal, Prentice Hall

    If you're a coder and want to know how Drupal works internally: Pro Drupal Development, Apress

    If you're not a book reader but like watching videos, pretty much anything put out by Lullabot

    If you're not a coder or designer but a power user who has to deal with Drupal's admittedly byzantine administrative interface: Drupal 6 Content Administration

  3. EFF privacy? on EFF Launches "Takedown Hall of Shame" · · Score: -1, Offtopic

    I was very surprised to find that the unique email address that I registered with at the EFF seems to have been sold to another group.

  4. Re:Awesome! on White House Website Switches To Open Source · · Score: 1

    1. Drupal's security team is very active. The vast majority of vulnerabilities are with third-party contributed modules, not with Drupal core. The idea that "security is not Drupal's strong point" is false.

    2. For Drupal's upcoming release (Drupal 7) there is a heavy emphasis on testing. How heavy? You can't get a patch into Drupal 7 without also writing tests. Admittedly, you can't take such a heavy hand with requiring contributed modules to adhere to the same standard. Proper testing of contributed modules is up to that module's maintainer. A user review system like http://drupalmodules.com/ is useful in determining which modules are the best.

  5. Re:High profile target and popular CMS' on White House Website Switches To Open Source · · Score: 5, Informative

    Security is most certainly not an afterthought for Drupal.

    Up though version 6 you needed to turn on a module like Securepages module to enable SSL logins.

    The upcoming Drupal 7 has SSL login support in core.

    See http://crackingdrupal.com/blog/greggles/drupal-and-ssl-multiple-recipes-possible-solutions

  6. Re:High profile target and popular CMS' on White House Website Switches To Open Source · · Score: 2, Informative

    Drupal really has not been known for its security in the past;

    On the contrary. Drupal was one of the big open source projects to have a dedicated security team performing code audits and going through a security release process.

    Drupal automatically checks for security updates (both in the core and in contributed modules) and can notify you immediately of updates. If, you know, you think that kind of thing is important.

  7. Re:Why CMS on White House Website Switches To Open Source · · Score: 1

    Most CMS's have plugins that generate the static content or serve it directly from memory. Drupal has a bunch of such modules. Boost, memcache, cacherouter, etc.

  8. Excellent book on Using Drupal · · Score: 2, Insightful

    This book fills out the lineup of Drupal books rather nicely:

    Building Powerful and Robust Websites With Drupal 6: good intro book for the non-programmer

    Learning Drupal 6 Module Development: the basics of module development

    Pro Drupal Development, 2nd ed: exhaustive documentation/reference of how Drupal works, system by system

    Using Drupal: Now that you understand the above, how you put it all together

    And there are some other ones for specific applications like multimedia and education.

  9. Re:eZ publish ? on Learning Drupal 6 Module Development · · Score: 1

    Or perhaps it is because the thread is not about eZ publish.

  10. Re:Experiences of drupal on Pro Drupal Development · · Score: 1

    Actually most of the Drupal sites I see are complex. Because of Drupal's modularity, you can just plug modules in to add complexity.

    Maybe what you need is a good book on Drupal's architecture and how it works so you can "get it to do something useful." Oh, wait! I hear there's one out now. Where did I read that again? I think it was on Slashdot somewhere.