Author tapanacharjee

How to resolve permalink issue in ec2 aws

Permalink Issue scenario for wordpress site in EC2 AWS Server  .htaccess  mod_rewrite The .htaccess is a distributed configuration file, and is how Apache handles configuration changes on a per-directory basis. WordPress uses this file to manipulate how Apache serves files… Continue Reading →

Add new plugin in cordova

This plugin’s goal is to integrate livereload and gestures synchronization across devices into the Cordova development workflow. It is based on BrowserSync. What it does : Watch files in your www folder and automatically reload HTML and CSS in all… Continue Reading →

Mobile App Development in Cordova

PhoneGap is the original and most popular distribution of Apache Cordova. Turn your HTML, CSS and JavaScript into an app on your device in minutes using our simple desktop and developer apps. Ionic is a front-end SDK for building cross-platform… Continue Reading →

How to take backup from git hub using command line

Set Up Git $ git config –global user.name “Your User Name” $ git config –global user.email”Your register email” $ git clone git-path Create a local clone of your fork Step 2: Create a local clone of your fork Right now,… Continue Reading →

How to Install Latest Nodejs & Npm on Ubuntu 16.04 & 14.04

Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Latest version node.js ppa is maintaining by its official website. We can add this PPA to Ubuntu 16.04 LTS (Trusty Tahr) and 14.04 LTS… Continue Reading →

Calling the Web API with Angular and expressjs

We’ll add an HTML page that uses AJAX to call the web API. We’ll use AngularJS to make the AJAX calls using $http module and also to update the page with the results. But in order to be able to… Continue Reading →

Build Your Own Web API With Express Js and Angular JS

In this post we will use Expressjs framework to create Web API that return list of student, and we’ll consume it using AngularJs. In order to install Nodejs you can see Install & run your first application Nodejs. In order… Continue Reading →

Magento

BENEFITS OF USING MAGENTO Easy to install and add additional layouts and plug-ins Open source technology that offers flexible, scalable ecommerce solutions Effective and cost sensitive program Allows for various discounts and promotions during check-out Provides more than 50 payment… Continue Reading →

Magento

What is magento ? Magento is an ecommerce platform built on open source technology which provides online merchants with a flexible shopping cart system, as well as control over the look, content and functionality of their online store. Magento offers powerful marketing, search engine… Continue Reading →

WordPress Features

List of Features:- Customizable Designs SEO Friendly Responsive Mobile Sites High Performance Manage on the Go High Security Powerful Media Management Easy and Accessible

What is AngularJS ? Why AngularJS?

What is AngularJS AngualrJS is an open JavaScript framework developed and maintained by Google. It implements the MVC (Model View Controller) pattern to separate data, presentation and logical components. It is like enhanced HTML for web applications as it extends… Continue Reading →

How to fix Cross-domain requests issue

The simplest is just to hook to ‘allowed_http_origin’ and call __return_true(), e.g.: <?php add_filter( ‘allowed_http_origin’, ‘__return_true’ ); ?> Or if you want to limit your application to requests from specific domains (a very good idea), hook to ‘allowed_http_origins’ (note the… Continue Reading →

« Older posts Newer posts »

© 2025 TapanAcharjee

Up ↑