
Search In
Regardless of the size of a business, not taking it seriously is the worst thing you can do. A lot of people starting a home-base, small-scale, business are tempted to put its finances to the side. They are more focused on what they earn an
In this post, I am gonna give an example to upload Images and store its file path in the database with the help of custom component.
Example:
Add this UploadComponent class in app/controller/component folder.
<?php
class UploadComponent e
This particular post will give you a overview of Single Table Inheritance And where to use it in Rails.
Single Table Inheritance is, as the name suggested, it is a way to add inheritance to your models. STI lets you to save different models inherit
In this blog, I am going to Guide you about tonal range. Let’s first start by understand what is tonal range and how to use it? It is the range of tones between the lightest and darkest areas of an image. The tonal range of an image represents the am
These days businesses are making the use of online platforms in order to represent their company brand, products, and services to a huge number of online users There are several web hosting companies out there that are providing different t
In example I am going to demonstrate how to load a file from Hadoop Distributed Cache.
Here I am writing Mapper and Driver class, inside of Mapper class we have define input type key vale pairs and output type key value pairs.
Inside driver class we
"How to show multiple items in a textbox, using auto completion in Javascript"
In this article we will make a project that will select multiple items from the autocomplete list and display them in the textbox as tags using Javascript.
For acheivin
Hello Readers,
In this post we will learn how to download a file and stored it locally with Cordova Android/iOS apps.
First, we need to install cordova file transfer plugin via CLI :
$ cordova plugin add cordova-plugin-file-transfer
&nbs
1-An Enterprise Resource Planning Software-As we don't need to describe the benefits of implementing an ERP solution for organization, with OpenERP/Odoo solution, you get a consummate ERP solution where you can manage Warehouse Management, Sales, Cus
Following example illustrate filling state (province) drop-down on basis of country.
Drop-down HTML
<select id="countryDropBox">
<option value="">--Select Country--</option>
<option value="1">India</option>
&l
