Here's a guide on how to display a PDF uploaded from Google Drive to a HTML page using iframe Steps: Make sure that your PDF is uploa...
This post is for documenting two gem installation issues I got when reinstalling an old project. Running bundle update results to two issue...
I was digging my old codes when I found this APK I did in 2014. It was a my first trial for a mobile game using Phonegap. Basically, it'...
The goal of this tutorial is to capture the image from the web cam and be able to upload it as if you are uploading an image in your Ruby on...
This is just a documentation of how I did a fresh install of Ruby on Rails on a Windows 10 (64-bit) system. If there is a faster way of doin...
Currently, I have to work on a Windows (specifically, Windows 10) system for two Ruby on Rails projects with different version. Also, the sa...
There are cases in web designing wherein the image that you are placing are either unreachable or non-existing. This usually happens when im...
This snippet is used to append a share link, specifically Twitter and Facebook links, on a blockquote to share the text inside it. See liv...
This is just to document the methods I tried on sending emails with Laravel. All of the mentioned methods work during the development stag...