Earlier quoted context omitted.
I would suggest you consider drupal as a basis for your fully custom sites. You start out of the box with a well supported, standards based system for the basics: user management/authentication, data modeling/storage/query, routing, path handling, HTML templating etc etc. It has a huge ecosystem of modules, also effectively out of the box, for third party integrations and all sorts of esoteric requirements. So you st…
Great - thanks everyone for your replies! This looks interesting indeed. May I ask what is your preferred way to learn Drupal for a total newcomer, albeit a truly seasoned developer?
Drupal 8.0.0 released
61–70 of 76 posts
Re: Drupal 8.0.0 released
#62There's over 60 videos. It's sponsored by http://Acquia.com (the biggest fish in the Drupal pond) and created by http://OSTraining.com, who are one of the top sources for Drupal videos.
Re: Drupal 8.0.0 released
#63If you're interested in ramping up quickly with Drupal 8, there's a completely free Drupal 8 class available on YouTube: https://www.youtube.com/playlist?list=PLtaXuX0nEZk9MKY_ClWcP... There's over 60 videos. It's sponsored by http://Acquia.com (the biggest fish in the Drupal pond) and created by http://OSTraining.com , who are one of the top sources for Drupal videos.
Re: Drupal 8.0.0 released
#64If you're interested in ramping up quickly with Drupal 8, there's a completely free Drupal 8 class available on YouTube: https://www.youtube.com/playlist?list=PLtaXuX0nEZk9MKY_ClWcP... There's over 60 videos. It's sponsored by http://Acquia.com (the biggest fish in the Drupal pond) and created by http://OSTraining.com , who are one of the top sources for Drupal videos.
From what I can see, very little UI differences between D7 and D8, most D7 and D6 developers should be right at home with D8.
Yes, there's definitely very few UI changes between D7 and D8 ... so sitebuilders should feel right at home.
However, everything has changed in the codebase, so developers have a lot of learning to do.
Re: Drupal 8.0.0 released
#65I have very mixed feelings about Drupal. On one hand, it does have a lot of functionality available in third party modules; but the quality and completeness of them varies wildly , and most require custom code in order to be useful. Another issue is maintenance. I don't think I've ever met a well-maintained contrib module; even ones that seem to be actively maintained aren't what I would call "well" maintained...repo…
Re: Drupal 8.0.0 released
#66I have very mixed feelings about Drupal. On one hand, it does have a lot of functionality available in third party modules; but the quality and completeness of them varies wildly , and most require custom code in order to be useful. Another issue is maintenance. I don't think I've ever met a well-maintained contrib module; even ones that seem to be actively maintained aren't what I would call "well" maintained...repo…
Re: Drupal 8.0.0 released
#67Earlier quoted context omitted.
> This is mainly because a front end developer can vomit into a PHP file and Wordpress will gladly display it. This made me laugh, but it's, alas, very true. In WP's ecosystem, the code you find in plugins, themes and WP itself will just makes your eyes bleed.
While in Drupal, you'll get a white-screen-of-death that can be hard to back out of...
Re: Drupal 8.0.0 released
#68Re: Drupal 8.0.0 released
#69Earlier quoted context omitted.
> This is mainly because a front end developer can vomit into a PHP file and Wordpress will gladly display it. This made me laugh, but it's, alas, very true. In WP's ecosystem, the code you find in plugins, themes and WP itself will just makes your eyes bleed.
While in Drupal, you'll get a white-screen-of-death that can be hard to back out of...
Re: Drupal 8.0.0 released
#70One of the most challenging projects I've worked on was building a Drupal 7 site. I was fresh out of college and had absolutely no Drupal experience. In retrospect, I am confident that there were likely easier ways to do many of the things which I wanted, but at the time everything felt like an uphill battle. The biggest challenge was the UI; I had to build something against mocks from photoshop, meaning it had to be…