
Search In
7 Strange Factors That Influence Online Conversions:-
The online client is an unusual creature. They are influenced by factors on your site or in your articles that shouldn't make a difference when they shop online. Some of these factors
Opencart is one of the most popular E-commerce Framework in PHP. Opencart is easy to develop high level E-commerce websites. It's follow nicely defined MVC structure. This tutorial is belong to who are looking for best E-commerce solution.
We ar
For this you have to install these modules :-
views
geophp
geocoder
geofield
addressfield
libraries
leaflet
Importing excel files in Rails
Hi friends,
Importing excel sheets and storing them into db is a very common usecase of applications. So here I am going to guide you to a step-by-step process of how to import records into db from an excel file in Ra
Export Data into Excel in Rails
Hi friends,
In my previous blog Import From Excel in Rails. I showed you how can we read excel records from excel sheet and store it into DB in rails. In this we will see how we can download the list in excel format. F
hii,
We can insert mutliple value in an array using different method as per requirements.
Here is the list of method we can use to insert values in an array.
Array fill() Method :fill() method is used when we want to fills either all the e
A Login Form that uses cakephp auth component to login and logout and access is denied if user is not authorized.
step 1: users database table.
First create users table in your database:
CREATE TABLE users (
`id` INT UNSIGNED AUTO_INCRE
Gherkin is a Business Readable language that Cucumber understands and describes the application flow. In cucumber each line should start with a Gherkin keyword. Gherkin provides the following keywords:
Feature
Scenario
Scenario Outline
Ex

Hello
This blog post gives a brief overview of tasks in PIM. It also illustrates the steps to create, sort and accept tasks.
Tasks
The tasks that are created manually or by a workflow are represented in a tree structure. These are displaye
"Fat models, skinny controllers" has been the design style for Rails app development. However, with time this style has been outdated as with code growth the models become too fat to handle.
Why not use concerns?
ActiveSupport concern ca
