Plug-in Courses Online

Live Instructor Led Online Training Plug-in courses is delivered using an interactive remote desktop! .

During the course each participant will be able to perform Plug-in exercises on their remote desktop provided by Qwikcourse.


How do I start learning Plug-in?


Select among the courses listed in the category that really interests you.

If you are interested in learning the course under this category, click the "Book" button and purchase the course. Select your preferred schedule at least 5 days ahead. You will receive an email confirmation and we will communicate with trainer of your selected course.

Plug-in Training


Discover Plug-in Development for Google Desktop

About

You need to create a COM object GD uses COM objects as plugins. Actually these are like ActiveX components. They are meant to be reusable. In Visual Studio, create a C# Class Library. You should implement two (2) methods: This function is called whenever you register your COM object to the system. You can put initialization code here, like code that will register our plugin to GD (Details later). This function is called whenever you unregister your COM object. You should have the following statement: After building your Class Library project, Visual Studio will generate the following file types in your output folder: .dll and .tlb The .dll file generated is actually a COM object that we need to register to the system.

7 hours

₱46,873

Know EasyRider

About

EasyRider

A Bukkit plugin that improves horses MMO-style by increasing their levels through training. Features

  • The plugin manages two categories of animals:

    • Trackable Animals: llamas.

    • Trainable Animals: Horses, donkeys, mules, skeletal horses and zombie horses.

  • The following capabilities are supported for Trackable Animals:

    • they can be locked,

    • they have an access control list that defines who (besides the owner) can ride them or access their inventory,

    • they can be listed, showing their name, type of animal, equipment, appearance, location, and performance attributes,

    • they can be found, showing their coordinates and the direction to go to reach them.

  • Trainable Animals support all of the capabilities provided for Trackable Animals and can also be trained to improve their performance.

  • Trainable Animals can be trained in three abilities: speed, jump strength and health.

    • Speed: A horses speed increases according to the total horizontal distance travelled on the ground by the horse while carrying a rider.

    • Jump Strength: A horses jump strength increases according to the total horizontal distance travelled in the air by the horse while carrying a rider. Fall distance does not count. You can make the horse jump, ride it off a cliff, or just ride it up and down slopes to improve jump strength.

    • Health: A horses health increases according to the total mass of gold consumed in the form of golden carrots, regular golden apples and Notch apples. The more gold it takes to craft a food item, the more it improves the horses health. Horses eat one food item at a time. You may need to hurt them in order for them to eat golden apples. What does not kill them makes them stronger!

  • Trainable Animals start out at level 1 in each of these three abilities.

  • Trainable Animal attributes (health, jump and speed) improve in discrete


7 hours

₱46,873

Know Adb Idea

About

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development. The following commands are provided:

  • Uninstall App
  • Kill App
  • Start App
  • Restart App
  • Clear App Data
  • Clear App Data and Restart

7 hours

₱46,873

Explore JsonToKotlinClass

About

This is a plugin to generate Kotlin data class from JSON string, in another word, a plugin that converts JSON string to Kotlin data class (Json to Kotlin). We also have a Java/Kotlin library. With this you can generate Kotlin data class from JSON string programmatically.

Overview

This is a very cool tool for Kotlin developers, it can convert a JSON string to Kotlin data class. The tool could not only recognize the primitive types but also auto create complex types. It's easily accessible, we provide shortcut keymap ALT + K for Windows and Option + K for Mac, have a try and you'll fall in love with it! JsonToKotlinClass just makes programming more enjoyable, enjoy coding!

Easy Use

Want to generate classes code in inner class model? Do like this.

Want to generate Kotlin data class file directory? Do like this.

Want to generate Kotlin data classes in single file directory? Do like this.


7 hours

₱46,873

Learn Jsx Control Statements

About

JSX-Control-Statements is a Babel plugin that extends JSX to add basic control statements: conditionals and loops. It does so by transforming component-like control statements to their JavaScript counterparts - e.g. Hello World! becomes condition() ? 'Hello World!' : null. Developers coming to React from using JavaScript templating libraries like Handlebars are often surprised that there's no built-in looping or conditional syntax. This is by design - JSX by is not a templating library, it's declarative syntactic sugar over functional JavaScript expressions. JSX Control Statements follows the same principle - it provides a component-like syntax that keeps your render functions neat and readable, but desugars into clean, readable JavaScript. The only dependency JSX-Control-Statements relies upon is Babel. It is compatible with React and React Native. :skull_and_crossbones: Beware: This is a Babel plugin. It changes your code to other code - this means that some tooling that looks at your code (e.g. static analysis, typescript) is likely to not work. This plugin dates back to when JSX was daring and Javascript was more like playdough than meccano - if you want to stay on the well-trodden path stick with writing && and map.

Table of Contents

  • A Note on Transformation and Alternative Solutions
  • Installation
  • Syntax
    • If Tag
      • <If>
      • <Else ></Else> (deprecated)
      • Transformation
    • Choose Tag
      • <Choose>
      • <When>
      • <Otherwise>
      • Transformation
    • For Tag
      • Transformation
    • With Tag
      • Transformation
  • Linting
    • ESLint
    • FlowType
  • Alternative Solutions
    • Pure JavaScript
      • Conditionals
      • Loops
      • Comparison
    • React Components
  • What about Typescript
  • Major Versions

7 hours

₱46,873

Learn Svgeezy

About

SVGeezy

A JavaScript plugin to handle your images in browsers that don't support SVGs

SVGeezy is in essence, a fallback plugin. It allows you to use SVGs for all your assets, giving you complete resolution independence. It checks if the browser supports SVGs, if not, changes the src of the image to a .png instead (or whatever you pass in).


7 hours

₱46,873

Work around with Filterrific

About

Filterrific

Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists:

Features

  • Makes heavy use of ActiveRecord Scopes
  • ActionController helpers to shuttle filter params from ActionView forms to ActiveRecord based models, and to return matching records back from ActiveRecord to ActionView.
  • Form helpers to build powerful search and filter forms with ease.
  • Javascript assets to auto-submit filter form on change via AJAX.
  • Image asset to show a spinner in the Filterrific form when new records are being loaded via AJAX.
  • API option to use Filterrific with Rails API mode. Just use gem 'filterrific', require: 'filterrific_api' in your Gemfile.


7 hours

₱46,873

Fundamentals of Omnisharp Sublime

About

OmnisharpSublime is a plugin for ST3 to provide a C# development environment. It communicates with omnisharp-roslyn by nosami for IDE functions. It works on:

  1. Mac OSX
  2. Linux
  3. Windows

Features

  1. Auto OmniSharpServer running
  2. Asynchronous communication with OmniSharpServer (Never freeze!)
  3. Auto Completion
  4. Goto definition
  5. Rename
  6. Goto implementation
  7. Syntax/Semantic error highlighting
  8. Displays possible override methods
  9. Find Usages
  10. Format Document
  11. Displays code issues such as assigment is redundant
  12. Fix code issues - put cursor on highlighted issue and select Fix Code Issue
  13. Remove Unused, Add Missing and Sort Using Statements
  14. Code Actions eg. Convert LINQ query to Fluent Syntax
  15. Add File To Project
  16. Remove File from Project (via sidebar and context menu)
  17. Add New C# Class & Interface (via sidebar and context menu) via File Templates which also adds to csproj
  18. Type Lookup with Documentation
  19. Hide/Show Info Panel
  20. Reload Solution

    Linux Requirements

    • mono
    • msbuild-stable

Windows Requirements

  • Microsoft Build Tools 2015 (must be added to PATH)

7 hours

₱46,873

Know Outlook CalDav Synchronizer

About

Sync Outlook with Google, SOGo, or any other CalDAV / CardDAV server

Free Outlook Plugin, which synchronizes events, tasks, and contacts between Outlook and Google, SOGo, Nextcloud, Horde, or any other CalDAV or CardDAV server. Supported Outlook versions are 2019, 2016, 2013, 2010 and 2007.


7 hours

₱46,873

Discover iXhash

About

iXhash is a plugin for the popular spam filter SpamAssassin. It computes MD5 checksums of fragments of the body of an e-mail and compares them to those of know spam using DNS queries to a RBL-like name server. In effect this gives SpamAssassin access


7 hours

₱46,873

Fundamentals of Roundcube Special Folders Plugin

About

Special Folders Plugin is a plugin for the popular webmail Roundcube. This plugin lets the admin define new special folders, which will be displayed at top of folders lists. Admin can directly choose the real mail folder, a name for it and the icon.


7 hours

₱46,873

Discover SIMDisplay

About

SIMDisplay is a today screen plugin for Windows Mobile 5 based PDA phones (e.g. HTC Wizard). It displays the currently active/installed SIM card. Useful when dealing with Dual SIM adapters or other forms of multi SIM adapters or use.


7 hours

₱46,873

Work around with mysql auth ldap

About

Add LDAP user authentication in MySQL

mysql auth_ldap is an authentication plugin for the MySQL server. It allows you to create SQL users that are going to be authenticated using a LDAP server. This allows to minimize administrative duties, since your users will be able to reuse their existing account to access the database. The plugin requires MySQL 5.5.7 and up. It is compiled as an add on and does not require you to alter MySQL source code, or recompile the entire server. The plugin add support for LDAP using the openLDAP library.


7 hours

₱46,873

Work around with DCTM DQL API

About

Eclipse Documentum DQL/API plug-in with the main functionality of content proposals and colour coding. As a secondary result testing things the plug-in is starting to resemble a fast hard client. A feature we lost when a certain hard client was replaced.


7 hours

₱46,873

Know AMX Mod X

About

AMX Mod X is a Metamod plugin which allows you to write modifications for Half-Life with Small scripting language. It provides in-game administration tools, game statistics, server management and gameplay modificators. It is based on the original AMX Mod


7 hours

₱46,873

Learn AONow

About

AOnow winamp plugin for Anarchy Online and Age of Conan

AONow is a Winamp plugin. The plugin is used to generate a script called np inside Anarchy Online or Age of Conan script folder. From inside the game you can activate the script by typing /np and it will display in game chat what song you are currently playing, as well as a short play history.


7 hours

₱46,873

Learn FTPExplorerPlugin for Notepad

About

FTPExplorerPlugin is a plugin developed for the Notepad++ Text editor. Its primary aim is to enable remote access to files and folders through the FTP protocol. It's like the Explorer plugin available for Notepad++, but with FTP support.


7 hours

₱46,873

Explore VLC HSBS to interlaced 3D plugin

About

A direct3d VLC plugin for interlaced 3D technology.

This is a video output plugin for VLC and Windows which uses your graphic system direct3D, to produce an interlaced output starting from an HSBS image. Note : this work is independent from the original VLC project. Part of VLC code is reused in compliance with the GPL2 license.


7 hours

₱46,873

Explore GEntrans

About

GEntrans is a collection of plug-ins and tools for the GStreamer multimedia framework. It provides a set of GStreamer elements useful in transcoding pipelines and an application to aid in running such pipelines. It also provides a plain and simple though capable and configurable GStreamer based multimedia player.


7 hours

₱46,873

Fundamentals of OpenI OLAP Data Visualization Plugin

About

OpenI plugin for Pentaho CE provides a simple and clean user interface to visualize data in OLAP cubes. It supports both direct Mondrian and xmla based connections like Microsoft SQL Server Analysis Services (SSAS), plus provides add-on features like Explore Cube Data, custom SQL for drillthrough data, publishing drillthrough data to external web services etc.


7 hours

₱46,873

Learn Coco R Plugin for NetBeans

About

This NetBeans plugin adds support for Coco/R to the NetBeans IDE. Coco/R is a compiler generator that takes an attributed grammar and delivers scanner and parser for the language, described by the grammar.


7 hours

₱46,873

Basics of OllyDbg plugin advanced labels

About

OllyDbg plugin: advanced labels

OllyDbg plugin: advanced labels with user datatypes support. Pointers and arrays are supported too. Datatypes support embedding. Compiled in RAD XE2 w/o addons. In folder of repository there are also right header and lib-generator for msvs-based plugins available. Everyone is free to upgrade project right there.


7 hours

₱46,873

Discover ISYS Integrated System

About

ISYS (Integrated SYStem) is a Java-based plugin framework for loosely-coupled integration of independently developed components. It provides both service-oriented and event-based communication whose semantics may be contributed by component developers.


7 hours

₱46,873

Know uml2symfony

About

 

Uml2symfony is a symfony plugin that can translates a argoUML uml(XMI + pgml) file into symfony elements. It generates schema files and plugins accordingly. A component in the UML diagram is translated into a Symfony plugin, and the classes inside.


7 hours

₱46,873

Fundamentals of NppCalc

About

plugin for evaluates the expressions in the Notepad++

NppCalc - plugin for evaluates the expressions in the Notepad++ NppCalc used to work with math, trigonometry, statistics, combinatorics, arrays, sets, bits, strings, dates, color, image, measurement, file and folder, RS-232, TCP/IP, encoding, encryption, hashing, compression, etc, Over 400 functions. 


7 hours

₱46,873

Explore QuickOpen Plugin for notepad

About

plugin for notepad++

This plugin mimics the "open selected file" in PSPad. I am a PHP developer and i often see an In pspad you can select the whole path (../this/is/some/file.php) and open it from the menu. Now you can do the same in notepad++. Just select the whole path and press alt+o, or use the button in the toolbar on top. It will open the file automatically. The plugin understands the relative path. The code is also available on


7 hours

₱46,873

Fundamentals of Tree Shade

About

Bridge and InDesign plugin for fixing links, versioning and clouding.

Send from your Dropbox email a request for the plugin to Javascript plug-in for Bridge and InDesign CS6 and CC. Run on Mac OS. The InDesign startup script is open source. This plug-in plays more than one task, but the primary one is to manage and distribute giant and complex tree of files among many computers and syncing them from one to the others depending on requesting. Another task is managing InDesign links and fix missed ones automatically by tracing any changes of renaming and moving on files, also it enabling the user to reach all the pages in the whole tree which a specific link file placed in them and in a clear visualising way. Finally the plugin has a versioning system and auto exporting of InDesign documents to Jpegs and PDFs files. This plugin has been invited and developed entirely and from scratch by Abdulaziz A. Junaid, it takes more than a year and consumed plenty of his free hours out of his job time.


7 hours

₱46,873

Basics of FlowDoh

About

Dashboard of network top-talkers using netflow sources

FlowDoh is an NFSEN  plugin that can... Provide a real-time dashboard of the top-talkers on your network. Send email alerts based on network activity thresholds. Allow quick drill-down into detailed flow information. Record historical values so you can know if the network traffic is normal (Planned feature) FlowDoh can be used for multiple purposes: Find hacked servers on your network. Identify users who are hogging bandwidth (such as peer-to-peer file-sharing). Create a baseline of network statistics about your servers (planned feature)

FAQ: Q: Why is it called FlowDoh? A: Because "'Doh!" is what you will say after installing FlowDoh and finding that some of your servers are already hacked. Another possible answer is this acronym: Flow-Dashboard-Of-Hogs.


7 hours

₱46,873

Know HostStats

About

NfSen plugin to generate and analyze per-IP statistics

HostStats allows you to look on your NetFlow data from a different point of view - it calculates statistics about network traffic of each individual host (IP address) in the network. It's not a typical NfSen plugin - besides usual frontend and backend plugins it also runs a daemon (it performs all the data processing). 


7 hours

₱46,873

Explore CactiPhone

About

A simple cacti viewer for smartphones

CactiPhone is a little (server side) plugin for cacti () that allows you to view the cacti graphs on your smartphone. It is written in php and supports all types of smartphones browser (Safari, Dolphin, Android's default browser and so on). Enjoy!


7 hours

₱46,873

Explore Registry Editor PE

About

Registry Editor PE is a plugin for Bart's PE Builder which allows for easy editing of remote registry hives and user profiles. A user booting from a Bart's PE CD can easily make changes to the Windows registry without having to boot into Windows.


7 hours

₱46,873


Is learning Plug-in hard?


In the field of Plug-in learning from a live instructor-led and hand-on training courses would make a big difference as compared with watching a video learning materials. Participants must maintain focus and interact with the trainer for questions and concerns. In Qwikcourse, trainers and participants uses DaDesktop , a cloud desktop environment designed for instructors and students who wish to carry out interactive, hands-on training from distant physical locations.


Is Plug-in a good field?


For now, there are tremendous work opportunities for various IT fields. Most of the courses in Plug-in is a great source of IT learning with hands-on training and experience which could be a great contribution to your portfolio.



Plug-in Online Courses, Plug-in Training, Plug-in Instructor-led, Plug-in Live Trainer, Plug-in Trainer, Plug-in Online Lesson, Plug-in Education