How to create custom plugin for Joomla 3.3 - joomla3.3

I have a site on Joomla 2.5 with hikashop 1.5 and for recurring payment from eway payment gateway I have custom code on file /plugins/hikashoppayment/eway/eway.php, and this is working perfectly on my one live site www.clet.edu.au
Now I have another site on joomla 3.3 with hikashop 2.3 and I want to use same previous custom code for same file /plugins/hikashoppayment/eway/eway.php, so how can I integrate existing custom code in current site please help me how to do this for joomla 3.3 plugin.

You can use Custom HTML module application for creating modules or plug in for your website. This is very good application.

Related

How to Create Webview in Laravel or ReactJS (WebApplication)

I want to open another web page in my single page. I try iframe,embed ,httprequest but not safely and not working. How can I create this page ? I develop winform application before and use cefsharp. This very basicly. But web application not supported this operation. I found Laravel Dusk but not this was not what I was looking for. Laravel Dusk run background and automation system. I think, I should use javascript framework but I can't open antoher webpage inside. I tryed use HttpRequest, download web page download and parse html but not work functions.

ExtJS 6 with liferay 6.2

I have created an extjs-6 application using sencha cmd, you can find details here. Now I want to integrate extjs-6 into liferay 6.2. How I can integrate both liferay6.2 and extjs-6?
Notes:
One way I was able to achieve by creating war out of extjs-6 application and put war file in liferay deploy folder, but it was creating portlet with Iframe and I don't want Iframe in portlet.

Add Angular Js in PrimeFaces - JSF

I have already a project of JSF with PrimeFaces but now i need to add angular js in my project.
There are tags of primefaces so I don't know how to use primefaces with angular.
So please provide any demo or documentation to implement the Angular with primefaces.
Primefaces already developed PrimeNG But do not confuse PrimeNG is not the extension of JSF components. PrimeNG used AngularFaces to create PrimeNG components ?
What is PrimeNG ?
PrimeNG is a collection of rich UI components for AngularJS2. PrimeNG is a sibling of the popular PrimeFaces and its free to use under Apache License 2.0, a commercial friendly license. It has the same look and feel as the PrimeFaces components, so integration on that part should be (almost?) seamless.
For Setup
You have to follow the following link PrimeNG Setup
Quickstart
An example starter application based on angular2-quickstart is available at GitHub.
PrimeNG PRO Support
Premium Layouts and Themes for PrimeNG
PrimeNG PRO is a term based commercial support service
Currently PrimeNG 0.9 Released last March 28, 2016
Roadmap
Next version is 1.0.0-beta1 and we’ll do a couple of beta releases to bring the upcoming features including drag drop utils, google maps component, datatable enhancements, requests from PrimeNG users and more. Our aim is to sync the 1.0 release with the 1.0 final release of Angular2.
Add the below lines in angular-cli.json.
"styles": [
"node_modules/primeng/resources/primeng.min.css",
"node_modules/primeng/resources/themes/lightness/theme.css",
"node_modules/font-awesome/css/font-awesome.min.css",
"styles.css"
]
OR
Copy & paste css from the themes file to style.css

AEM6.1 mobile Apps

I needed some inputs on mobile apps.
Query: I have an existing web application on AEM(angularJS is not used). I want to transform the same on Mobile app using AEM6.1
While reading through the documentation section of AEM Apps, I found that the mobile App built on AEM
- works on the terminology and AngularJS framework.
- mobile App has different paths and app structure as compared to AEM web Applications
-since, phonegap has to be used, relative path needs to be different than the same of web application.
I am in a dilemma as If I would be able to convert my existing web app into a mobile App or not. If anyone of you has done some research on this, it would be very helpful.
Thanks in advance!!!
Regards
You can very well convert your AEM desktop application to a mobile app(site should be responsive).
AEM makes use of Cordova (PhoneGap) and ContentSync framework to create apps for both android and iOS. More about how to config ContentSync here. In simple terms, ContentSync packages your application(/content, /apps, /etc,...) based on defined set of configurations and cordova(phonegap) helps you access native phone capabilities and to create the archive file (apk/ipa). There is more than one way to create an app using AEM.
1. Using Cordova CLI :
You setup a cordova project in your filesystem. Then create contentsync configuration for your AEM project. Generate and download the application archive from here. Cordova project you had setup earlier will have the below folder structure.
Place the contents of archive file inside www folder, modify config.xml according your application and initiate build. Using this method, you will require an Apple system to generate .ipa file since it makes use of xcode and windows makes use of npm node js for the initial dev env setup.
2. Using OOTB 'Initiate phonegap build' workflow and AEM cloud config
This is an easy approach and does not require you to setup any cordova project in your system. All you have to do is setup contentsync configuration, add a few properties for the workflow to recognise your project and then trigger the workflow. Follow this.
3. Using Apps console in AEM 6.1
This also makes use of ContentSync underneath. Apps console makes the app very easy to maintain and configure, it also has inbuilt configurations for push notification, deep linking etc. Go through the info here. Refer to the sample geometrixx-outdoors project created in apps console, will help you understand better.
PS: Cordova and phonegap are the same. You can think of Cordova as Linux kernel and PhoneGap as linux distribution.

SimpleMembershipProvider in mobile app ASP.NET MVC 4

I'm trying to use SimpleMembershipProvider to manage the authentication process of my mobile application.
I generated the project using Mobile template, but this doesn't generated the same files of the Internet application template. It doesn't created the folder Filters with InitializeSimpleMembershipAttribute.cs file and the web.config, AccountController and AccountModel are different.
Can I use SimpleMembershipProvider with mobile applications? If yes, how should I do this? If not, what is the alternative?
You can use the SimpleMembershipProvider in your mobile application. This article provides complete instructions on how to do this and provide links to an example VS project that can be downloaded.

Resources