Page 4 of 5

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 →

How to Expose REST Api in wordpress

WordPress has grown up from merely a blogging platform to a full fledged content management system. Over these past years, it has matured enough to cater the need of vast majority of online audience and this is the reason it’s… Continue Reading →

Angular 2 Environment

Angular 2 is an open source JavaScript framework to build web applications in HTML and JavaScript and has been conceived as a mobile first approach. Why to use Angular 2? Angular 2 is simpler than Angular 1 and its fewer… Continue Reading →

« Older posts Newer posts »

© 2024 TapanAcharjee

Up ↑