Uncategorized

mautic webhook thumbnail

How to use Mautic Webhooks [All you need to know]

In tutorial you will learn how you can create webhooks in Mautic and send data to other platforms. This is used for integration with platforms like Hubspot, Pipedrive, SugarCRM and many more. I’ll be covering following points in this Tutorial:1. What is Webhook ?2. What are use cases of webhooks in Mautic ?3. How to …

How to use Mautic Webhooks [All you need to know] Read More »

How to combine Angular4 and Slim Framework applications into one application for production

This tutorial helps to get any anular4 application into the production with the PHP or any other kind of server side technology, in this one we use the slimframework but the concept remains the same with other server side technologies. Assumptions: This tutorial assumes that you are already familiar with Angular2 or Angular4 and also …

How to combine Angular4 and Slim Framework applications into one application for production Read More »

How to change default value printing symbols in Angular JS ?

This tutorial is brief and easy way to change the default Angular JS value printing symbols ‘{{‘ and ‘}}’ into something else. This tutorial is very short one, recently while working on a Symfony project along with Angular JS we had a small little problem, as the twig in symfony uses ‘{{‘, ‘}}’ and so …

How to change default value printing symbols in Angular JS ? Read More »

Using HTML5 web storage features(localStorage and sessionStorage)

Cookies are the old friends of web developer as they allow a lot of flexiblity due to the local storage of data, but with HTML5 we get two new client side storage features. localStorage and sessionStorage are two new HTML5 features, these allow the storage of data on the client end with allowing flexiblity of …

Using HTML5 web storage features(localStorage and sessionStorage) Read More »

Enable Resource Loader Module to work with Mobile Frontend Extension

This tutorial is a solution of a basic problem which you may face when you want to go with MobileFrontend Extension for the first time. Mobile Frontend Extension is a good option to give your MediaWiki users a deal of data saving by providing lightweight interface on Mobile and tablets. This tutorial tells you how …

Enable Resource Loader Module to work with Mobile Frontend Extension Read More »

Enabling Ajax and using Ajax for Extension Development

The Ajax is very popular technology among web developers since it reduces the data usage the http cycle and improves the usablity of an application, the purpose is same in the extension development too, Where the actual operation remains the same but the implementation is tricky, So this tutorial is created to help nubes to …

Enabling Ajax and using Ajax for Extension Development Read More »

Using Resource Loader to add JavaScript and CSS modules in Extension

The Mediawiki extensions are also a part of web development so they need JavaScript and CSS support too, for the same you can and you should use Resource Loader module. This tutorial demonstrate the use of ResourceLoader module and how to use that in extension development. We have already seen the basics of MediaWiki extensions …

Using Resource Loader to add JavaScript and CSS modules in Extension Read More »

MediaWiki Extension Localisation – use of i18n and language json files

This article is all about MediaWiki extension localisation, that means to display message in different languages according to the different wiki languages. The process is really easy and supported as a core feature of wiki so we aren’t required to do lot of customization. just little tweaks and we are good to go. In the …

MediaWiki Extension Localisation – use of i18n and language json files Read More »