Andrea Silva Design showcases the work of graphic designer and artist Andrea Silva, including pieces in digital design, fine art, illustration, and more, located in the Rio Grande Valley, Texas.
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 […]
Create iCal ics Files in C# ASP.NET MVC – Several Methods
Creating an iCal (ics file) is really simple. In this post I will show you how to create one using iCal.NET library and one using plain ol StringBuilder.
Man VS Food – Jackfruit Edition – How to Cut a Jackfruit
Ever heard of a strange fruit called Jackfruit? Well, I was brave enough to buy a jackfruit at Walmart and after reading a lot about it I decided to take the necessary precautions, hence the gloves and goggles. Take a look at my first reactions below…
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 […]
Simple Wedding RSVP Ruby on Rails App
Well, I’m getting married in a exactly three weeks from today (June 4, 2016) and for my wedding RSVP I decided to create a RSVP wedding app in Ruby on Rails. App is freely available in GitHub. Link to repo at the end…
Leaning On The Everlasting Arms – Echoes Of Joy – Lyrics
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 […]