ajibanda
++
About
Contact
Articles
Programming
Tutorial
Debugging
Tools and Utilities
Blogging
SEO
Author's Note
ajibanda
++
Home
About
Archive
Programming
Tutorial
Debugging
Tools and Utilities
Blogging
SEO
Contact
How to Embed PDF from Google Drive
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...
[Solution] An error occurred while installing eventmachine and mysql gem
This post is for documenting two gem installation issues I got when reinstalling an old project. Running bundle update results to two issue...
An Old Stupid 'Kill the Spider' Game using Phonegap
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'...
Capturing Webcam Image For Uploading with Carrierwave and Cropbox
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...
A Documentation of My Ruby on Rails Installation in Windows 10
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...
Running Multiple Version of Ruby on Windows with Pik
Currently, I have to work on a Windows (specifically, Windows 10) system for two Ruby on Rails projects with different version. Also, the sa...
How to Replace a Broken Image with a Default One
There are cases in web designing wherein the image that you are placing are either unreachable or non-existing. This usually happens when im...
Append Share Links on Blockquote Blocks Using JQuery
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...
Three Ways of Sending Emails with Laravel
This is just to document the methods I tried on sending emails with Laravel. All of the mentioned methods work during the development stag...
Cropping Image in Rails via Carrierwave and Cropbox
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...
Error 404 for PHPMyAdmin Upon Updating PHP in Localhost
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...
Query for Finding Duplicates in an SQL Table
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...
Unable to execute dex: Multiple dex files define Lcom/squareup/okhttp/Address
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...
Protecting Your Website From Sniffers
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...
Defining Scope for Validation in Laravel 4
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...
Laravel Error - SQLSTATE[42S22]: Column not found: 1054 Unknown column 'remember_token' in 'field list'
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...
Creating an Ubuntu 12.04 FTP Server in Microsoft Azure
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...
Top 5 Ravishing Game Websites of 2014
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...
How is the approach to mobile app design going to evolve in 2014?
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, ...
Most Creative and Addictive HTML5 games
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...
Subscribe to:
Posts ( Atom )