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...
This article aims to provide a method of cropping images to the desired scale and uploading it via gem in Ruby on Rails Specifications A...
I've just updated my PHP version from 5.4 to 5.5. During the process, Apache and other files were updated too leaving some of my setting...
Most of the time you'll encounter cases wherein you'll need to extract the entries on your database for duplicates. In that case, he...
The error occurs upon building a (on my case, it's PhoneGap) project running on Eclipse. This is caused of having two *.jar files insid...
Securing your site is one of the most important thing to note when creating and managing your own website. What most people do is to use SSL...
Coming from a Rails background for an MVC framework, one of the most common things to look for is a validation method for most of your input...
The way I understand Laravel 4, every time you log out, using the Auth namespace, the function will then update the record of the Users ta...
Azure is a cloud platform provided by Microsoft. With this, you can create a Virtual Machine that can be used as a server for sending and ac...
When a developer works on a soon-to-be blockbuster game, there's more to focus on than just the game itself. While not so long ago a sim...
Mobile apps have exploded on the market over the past two years. Revenues in this sector jumped sky high from $164 million dollars in 2012, ...
HTML 5 is becoming an excellent platform for game development. The recent years have been great for HTML5 from both a customer and a develop...