Jekyll Gulp Boilerplate – Including SASS, PostCSS, BrowserSync, Autoprefixer

A boilerplate project including full setup for Jekyll, GulpJS, SASS, PostCSS, BrowserSync, Autoprefixer and deploy to GitHub Pages using Gulp. The boilerplate is loaded with Bootstrap and jQuery (via CDN) to get you started with your projects. I have also included some SEO optimizations and Open Graph tags / Twitter Cards tags to tell Facebook […]

How to Connect Kodi to Your Synology NAS DSM (DiskStation Manager)

Having a NAS to store files is great, but having a NAS as a media server is awesome. If one of your purposes to have bought a Synology NAS was to have it as a media server, then having Kodi in your PC/Mac/Fire TV is a must. By now you probably know that your Synology […]

How To Fix “dlopen(/Users/esilva/.rvm/rubies/ruby-2.2.4/lib/ruby/2.2.0/x86_64-darwin15/openssl.bundle, 9): Library not loaded: /usr/local/lib/libssl.1.0.0.dylib” And “dlopen(/Users/esilva/.rvm/rubies/ruby-2.2.4/lib/ruby/2.2.0/x86_64-darwin15/openssl.bundle, 9): Library not loaded: /usr/local/lib/libcrypto.1.0.0.dylib”

I was tinkering with my Mac computer and did several administrative tasks that ended up messing up my rails and gem install processes. I would run rails or gem install and terminal would spew a bunch of error messages stating libcrypto.1.0.0.dylib and libssl.1.0.0.dylib could not be loaded.

jQuery.SelectListActions.js Plugin To Move Items Between Two Select Lists, Remove Select List Items and Move Up and Down Select List Items

jQuery.SelectListActions is a jQuery plugin that gives you several actions to perform with Select lists. With this plugin you can: Move selected item(s) from a source list to a destination list Move all items from a source list to a destination list Move selected item(s) from a source list to a destination list and deleting […]