Drupal Mobile First Design Strategy for Websites
Proposed solution https://www.drupal.org/project/boilerplate
Additional information Based on the excellent HTML5 Boilerplate template, this theme was built to be a lean responsive design base theme with heavy SASS support. Inspired by the Basic, Boron, Zen, Panopoly, and Sassy themes.
Features Responsive Panel set based on the great Panopoly distribution. (new in 1.8) Custom SASS mixins for breakpoints and REM sizing. (new in 1.8) Drush integration. As simple as "drush boilerplate new-theme-name". You will also be asked if you are using SASS or not and the links to the compiled css will be automatically changed in the .info file. (new in 1.8) Modernizr.js allows for HTML5 element use in older browsers and browser feature detection classes included in HTML tag. Box-sizing: border-box layout with IE shim - CSS padding and border width no longer included in width calculations. Easily removed if not wanted. SASS and Compass support with SCSS syntax (Compass is required for the default installation but can be removed if not wanted) Three default responsive layouts at <480 (iPhone), 480-800 (netbooks/tablets), and >800 (PCs) jQuery.mobileDropDown to automatically change navigation to drop down menus on mobile devices Zen wireframing Zen Breadcrumb Console.log() protection from IE errors If you don't want the SASS support, you'll need to change your CSS links in the .info file, but the drush command will ask and change it accordingly.
Recent comments
Tried and successfully applied DrAlbany's method with the form https://www.drupal.org/sandbox/grobot/2105379stickman hook. I also encountered the same situation. Thanks DrAlbany
Ubercart - Auto increment SKU
Since before migration you need to prepare the Drupal site - disabling and removing all modules, disabling themes, as part of the preparation you can clear the cache and logs, delete the search...
Trimming the size of my database for D2B_migrate not to error out (Request Entity Too Large / 504 Gateway Time-out)
QuickTabs is now available!!! But does not work as expected, already reported (https://github.com/backdrop-contrib/quicktabs/issues/14). Maybe an alternative solution using Views...
Quick Tabs (or method to simulate)