nodenerd.com
Using Foundation's Block Grid Mixin within the Bootstrap CSS Framework (Updated) | NodeNerd
http://www.nodenerd.com/using-foundations-block-grid-mixin-within-bootstrap-css-framework-updated
Skip to main content. Notes about Webdesign and Development by Daniel Wentsch. Using Foundation's Block Grid Mixin within the Bootstrap CSS Framework (Updated). Here's an adaption of Zurb Foundation's. Handy Block Grid Mixin adapted to the LESS preprocessor in order to use it within Bootstrap. I've added a mixin that supports a shorthand syntax that enables you to simply create a block grid writing something like. Make-block-grid(1,2,4,8);. Need a great new website or a helping hand with Drupal?
nodenerd.com
Imprint | NodeNerd
http://www.nodenerd.com/imprint
Skip to main content. Notes about Webdesign and Development by Daniel Wentsch. If you're looking for some help with your web project, feel free to contact me via Email. I focus on Webdesign, Front End Development and Drupal as a CMS, but I'm open to all sorts of interesting stuff. I also like to work on remote projects, so don't hesitate because we're on opposite ends of the world! Have a look at my business website over at www.klickreflex.de. Although it's German feel free to contact me in English).
nodenerd.com
htaccess performance boost | NodeNerd
http://www.nodenerd.com/htaccess-performance-boost
Skip to main content. Notes about Webdesign and Development by Daniel Wentsch. KILL THEM ETAGS # http:/ www.askapache.com/htaccess/apache-speed-etags.html FileETag none # add entity tag FileETag MTime Size # set expires header FilesMatch " .(ico jpg jpeg png gif js css swf woff eot svg ttf)$" Header set Expires "access plus 1 year" /FilesMatch ifModule mod headers.c Header set Connection keep-alive /ifModule. Need a great new website or a helping hand with Drupal? Head over to www.klickreflex.de.
nodenerd.com
Let Drupal Editors Pick a Color and use it in Template | NodeNerd
http://www.nodenerd.com/let-drupal-editors-pick-color-and-use-it-template
Skip to main content. Notes about Webdesign and Development by Daniel Wentsch. Let Drupal Editors Pick a Color and use it in Template. I'm currently working on an image slider where each slide needs to have its own background color. Letting editors choose a color is easy with the Color Field Module. Just install it, throw the Spectrum Color Picker. Convert Hexadecimal Color Values to RGBa. To convert hex values to RGB(a), so thanks a lot to mekshq for sharing. Just put it into your. Anywhere in your theme.
nodenerd.com
Shopware 5 Theming 101 | NodeNerd
http://www.nodenerd.com/shopware-5-theming-101
Skip to main content. Notes about Webdesign and Development by Daniel Wentsch. Shopware 5 Theming 101. In the Theme Manager in the backend add a new theme that inherits from Responsive. It will be saved to themes/Frontend/Mytheme. To add your own stylesheets to your theme put a file called all.less here:. It will automatically be compiled by Shopware’s own LESS processor. To add your own scripts to your theme put them in. And them to the. Adding a JavaScript file to your Shopware 5 Theme:.
nodenerd.com
Run Drupal Cronjobs on Strato Hosting | NodeNerd
http://www.nodenerd.com/run-drupal-cronjobs-strato-hosting
Skip to main content. Notes about Webdesign and Development by Daniel Wentsch. Run Drupal Cronjobs on Strato Hosting. If you're unlucky and have to run a Drupal site on one of the crappiest hosting companies available (Strato.de) you might have troubles getting cronjobs working properly. My workaround is calling wget silently and trash the ouput (find your secret key on your status report page):. Curl -silent http:/ www.YOUR-SITE.com/cron.php? Cron key=YOUR SECRET KEY.
nodenerd.com
Deleting Drupal Fields programmatically implementing hook_update_N() | NodeNerd
http://www.nodenerd.com/deleting-drupal-fields-programmatically-implementing-hookupdaten
Skip to main content. Notes about Webdesign and Development by Daniel Wentsch. Deleting Drupal Fields programmatically implementing hook update N(). Say we'd like to get rid of a Drupal Field that has the machine name. And our module that's supposed to manage this is called. Needs to look like:. Source: http:/ data.agaric.com/deleting-drupal-fields-programmatically-so-change. Need a great new website or a helping hand with Drupal? Head over to www.klickreflex.de.
nodenerd.com
Get Youtube ID from URL using PHP | NodeNerd
http://www.nodenerd.com/get-youtube-id-url-using-php
Skip to main content. Notes about Webdesign and Development by Daniel Wentsch. Get Youtube ID from URL using PHP. Php /* Get Youtube ID @param $url string returns the ID of a Youtube Video URL */ function get youtube id($url) { parse str( parse url( $url, PHP URL QUERY ), $query string ); return($query string['v']); }. Get youtube id('https:/ www.youtube.com/watch? Need a great new website or a helping hand with Drupal? Head over to www.klickreflex.de. Directly to see if we can work something out.
nodenerd.com
Block Grids for Bootstrap | NodeNerd
http://www.nodenerd.com/block-grids-bootstrap
Skip to main content. Notes about Webdesign and Development by Daniel Wentsch. Block Grids for Bootstrap. We can have Foundation's Block Grids in Bootstrap:. For a more semantic and general approach consider using this nifty mixin to create block grids. On any desired list element. Source: https:/ gist.github.com/ChrisTM/8346916#file-block-grid-less. Need a great new website or a helping hand with Drupal? Head over to www.klickreflex.de. Directly to see if we can work something out.
nodenerd.com
Bootstrap Dropdown on Hover | NodeNerd
http://www.nodenerd.com/bootstrap-dropdown-hover
Skip to main content. Notes about Webdesign and Development by Daniel Wentsch. Bootstrap Dropdown on Hover. An unofficial Bootstrap plugin to enable Bootstrap dropdowns to activate on hover and provide a nice user experience. http:/ cameronspear.com/demos/bootstrap-hover-dropdown/. Need a great new website or a helping hand with Drupal? Head over to www.klickreflex.de. Directly to see if we can work something out.
SOCIAL ENGAGEMENT