Creating component to display video : Part 13

Creating Component To Display Video – So I added further now we wil make a new file in components folder ViewVideo.js Now we will start adding code in that so first import React and Component import React, { Component } from ‘react’; import { View, Text } from ‘react-native’; class ViewVideo extends Component { render() […]

Read more

Passing Navigation props to screen : Part 14

Passing Navigation props to screen – Open View Video.js file and get props video id . so our code should be to get value. this.props.navigation.state.params.vidid; so add const videoId = this.props.navigation.state.params.vidid; Now we can call { vidid } and use to display videoid which is clicked on VideoList page. So to check it  Now in return […]

Read more

Steps to upgrade Online CRM to Dynamics 365

Steps to upgrade Online CRM to Dynamics 365 – Microsoft Dynamics 365 CRM out into the market and to use new features like field services etc, you have to upgrade online CRM to 365. Upgrading online CRM is very confusing as users have not full control over instance and have fear to lose data or customizations. […]

Read more

Adding Content Templates to Editor in Kentico 9

Adding Content Templates to Editor in Kentico 9 – It’s handy to adding site typography as content templates in Kentico CKeditor. Follow steps given below to add and customize CKeditor toolbar and include new content templates. Important : Must check Kentico CKeditor version to download content templates from given link http://ckeditor.com/addon/templates. Step1: Download sample content template from http://ckeditor.com/addon/templates. Extract downloaded […]

Read more

Dynamics CRM 2015 setup a demo Virtual Machine.

Dynamics CRM 2015  setup a demo Virtual Machine. With most MicroSoft  products this is pretty easy to setting up, but Dynamics has a more heavier requirements list. The prerequisites include: Windows Server Active Directory (yep you’ll need to setup a domain controller) SQL Server Server 2012/2014  Reporting Services 2012/2014 let’s get started: Step 1: First Install Windows […]

Read more

How to create theme in Magento 2

How to create theme in Magento 2- 1. Install magento 2.2. Go to admin panel and login.3. Now you may see this window ( links not working ) 4. To solve the issue, open your xampp shell 5. Specify your path 6.  Run following command from Magento root:php bin/magento setup:static-content:deploy 7. Go to admin panel […]

Read more

How to install Magento 2 – beginner’s guide (Windows)

Install Magento 2 – beginner’s guide – Before continuing, make sure you have all the prerequisites, required for running Magento 2, below are system requirements System requirements:1. Apache Version: 2.2 or 2.42. PHP version: 5.5.x, where x is 22 or greater3. MySQL Version : 5.6.x and upper Installation1. First and easiest way is to download […]

Read more

Installation of Magento 2 on Ubuntu 16.04 LTS

Installation of Magento 2 on Ubuntu 16.04 LTS – I am writing this article for absolute beginner with deeper explanation of all steps which are required to install and configure Magento 2.0 on Ubuntu OS.Let’s start:a) Install Apache2, PHP, MySQL Server, composer and required packages for Magento 2.0.       Using command: $ sudo […]

Read more

1 2 3 4 5 6 9
top