October 2, 2020 / by Ankush R Pillai / Hybrid development, Micrososft, Web development / 0 comments
Post Views: 1,879 Understanding the difference between .NET Core, .NET Framework and Xamarin For quite some time now, coders have been flooded with various unique innovations, making it complicated for them to choose the right platforms for developing projects. Today, their focus is not only on developing IT solutions that achieve the pre-decided functionality, but […]
Read more
Which .NET platform suits your project best?
October 2, 2020 / by Ankush R Pillai / Hybrid development, Micrososft, Web development / 0 comments
Post Views: 1,879 Understanding the difference between .NET Core, .NET Framework and Xamarin For quite some time now, coders have been flooded with various unique innovations, making it complicated for them to choose the right platforms for developing projects. Today, their focus is not only on developing IT solutions that achieve the pre-decided functionality, but […]
Read more
The Latest Addition to the Laravel Eco-system
July 15, 2019 / by stw / CMS, Web development / 0 comments
Post Views: 928 If you’ve been a user of Laravel, you must’ve surely heard about their latest offering. Nova is an administration panel for Laravel. This sleek and beautifully designed single-page application, built on the Vue.js platform and Tailwind, is highly customizable in a true Laravel fashion. Nova is a composer package, which can be […]
Read more
Adding Content Templates to Editor in Kentico 9
September 3, 2018 / by stw / Micrososft, Web development / 0 comments
Post Views: 673 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 […]
Read more
Connection from PHP to Microsoft Dynamics CRM
August 14, 2018 / by stw / Dynamics CRM, Micrososft, Web development / 0 comments
Post Views: 1,068 Connection from PHP to Microsoft Dynamics CRMThis time we will learn how to connect Microsoft dynamics CRM using PHP code. Microsoft dynamics CRM soap service can be a way to make calls from PHP source code. A valid soap header is required to execute soap request. Let’s see how to create a valid header using […]
Read more
How to create theme in Magento 2
August 4, 2018 / by stw / CMS, Magento, Web development / 0 comments
Post Views: 532 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 […]
Read more
How to install Magento 2 – beginner’s guide (Windows)
July 15, 2018 / by stw / CMS, Magento, Web development / 0 comments
Post Views: 573 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 […]
Read more
Installation of Magento 2 on Ubuntu 16.04 LTS
July 14, 2018 / by stw / CMS, Magento, Web development / 0 comments
Post Views: 664 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 […]
Read more
Dynamics CRM 2016 – Custom plugin development using CRM Development Tool Kit
June 15, 2018 / by stw / Dynamics CRM, Micrososft, Web development / 0 comments
Post Views: 779 Dynamics CRM 2016 – Custom plugin development – This time we are going through a process of building a custom plug-in for Microsoft Dynamics CRM and its deployment on development server. I assume that you already downloaded and setup Development Tool Kit. And make sure CRM templates are imported in Visual Studio. […]
Read more
DotNetNuke CSS Precedence
May 16, 2018 / by stw / Micrososft, Web development / 0 comments
Post Views: 600 DotNetNuke CSS Precedence – DotNetNuke skinning isn’t easy exactly how CSS files from the framework get loaded at runtime. You need to spend time for fine tuning the details such as typography, padding, margin, and so on. There is secret of understanding DotNetNuke CSS precedence. There are many CSS files being loaded […]
Read more
What’s the Difference between Zen Cart & Magento?
April 17, 2018 / by stw / CMS, Magento, Web development / 0 comments
Post Views: 617 What’s the Difference between Zen Cart & Magento?- Zen Cart & Magento are both open source products but each comes with features that make it preferable over the other. It is only by looking at the features of each that you can make a decision on the best for your e-commerce platform. Magento […]
Read more