Search:

Found 2522 videos

12 - How to enrich your phpList subscriber database with attributes? by phpList
06:32

12 - How to enrich your phpList subscriber database with attributes?

phpList   |   7 views   |   2019-07-02

In this video, we are showing how you can enrich a subscriber database in phpList with attributes. This example shows how you can do it with Matomo Analytics thanks to the user ID and custom dimensions. Note that you would need for that to have th...

How to install Piwigo on your local server from scratch? by Piwigo
18:08

How to install Piwigo on your local server from scratch?

Piwigo   |   40 views   |   2019-06-30

In this video, we are showing how you can install Piwigo from scratch on a local server. This video does not show how to put it on a real server, which would have required a longer tutorial with SSL certificate. Though it shows the installation of...

How to measure interactions within Piwigo thanks to Matomo Analytics? by Piwigo
05:37

How to measure interactions within Piwigo thanks to Matomo Analytics?

Piwigo   |   9 views   |   2019-06-30

In this video we are simply showing how you can easily integrate Matomo Analytics within Piwigo in order to measure easily everything that you want. You just need for that a Matomo instance and the plugin named statistics within Piwigo.

Tracking Fancybox interactions with Matomo Analytics by Matomo
05:19

Tracking Fancybox interactions with Matomo Analytics

Matomo   |   17 views   |   2019-06-30

In this video, we are showing one way to measure picture interactions in Fancybox thanks to Matomo Analytics. This method is using events but you can give it a try with content tracking too.

Making a leaf future for tokio by Dodgy Coding
14:55

Making a leaf future for tokio

Dodgy Coding   |   16 views   |   2019-06-30

I play around with a standalone future to see how the tokio executor’s polling works in practice. I then adapt a callback-based API to work with futures, including a full implementation of a leaf future that transitions from NotReady to Ready.

How to play with the mysql database by Matomo
14:14

How to play with the mysql database

Matomo   |   8 views   |   2019-06-23

This video has a bad sound we are sorry for that. It will be re-recorded back. In this video we are showing how you can play with the Matomo MySQL database in order to create processed reports.

Rust Autocomplete and Debugging in VS Code by Dodgy Coding
07:28

Rust Autocomplete and Debugging in VS Code

Dodgy Coding   |   113 views   |   2019-06-23

Visual Studio Code is a convenient cross-platform environment for writing Rust code. By installing and configuring a few extra plugins—Better TOML, RLS and CodeLLDB—it can quickly become a full-fledged IDE. Nightly components status Mac: https...

SQL from HP95lx by Main dheadshot channel
00:09

SQL from HP95lx

Main dheadshot channel   |   17 views   |   2019-06-22

I connected my HP95lx to WiFi using a Retro WiFi RS232 adaptor, then telneted into an SQL server I had written for my Raspberry Pi and was successfully able to exchange data.

How to collect hostnames in Matomo Analytics? by Matomo
05:10

How to collect hostnames in Matomo Analytics?

Matomo   |   22 views   |   2019-06-22

In this video, we are explaining how you can collect hostnames in Matomo Analytics in order to analyze data at the website level. We are using Matomo Tag Manager with a custom dimension for that.

URL shortener explained for Matomo Analytics by Matomo
07:11

URL shortener explained for Matomo Analytics

Matomo   |   25 views   |   2019-06-19

In this video, we are explaining how you can use Matomo Analytics in order to short and track internal and external url thanks to a community plugin named Shortcode Tracker https://plugins.matomo.org/ShortcodeTracker. You will then be able to meas...

std threads vs tokio Runtime by Dodgy Coding
05:33

std threads vs tokio Runtime

Dodgy Coding   |   27 views   |   2019-06-17

In Rust code, two ways to run concurrent tasks are spawning threads using the standard library, and using the tokio crate for async I/O. In this video I make a test program with 100 tasks that take different amounts of time and compare how threads...

An example of how your Matomo data will look like in Collabora / Nextcloud by Matomo
05:41

An example of how your Matomo data will look like in Collabora / Nextcloud

Matomo   |   22 views   |   2019-06-16

If you would like to not send any data to GAFAM by still using the possibilities offered by Open Source technologies, then you are at the right place. In this video we are showing how data exported from Matomo will look like in Collabora + Nextclo...

How to easily deploy Matomo on a Moodle platform by Main ronan channel
05:06

How to easily deploy Matomo on a Moodle platform

Main ronan channel   |   13 views   |   2019-06-16

In this video we are showing how you can easily transform your data collection of Matomo with Matomo Tag Manager and start to measure every interaction you want on Moodle. This technique is really helpful if you would like to understand if your le...

Matrix cross-signing additional treats by Main uhoreg channel
05:31

Matrix cross-signing additional treats

Main uhoreg channel   |   166 views   |   2019-06-13

A couple new cross-signing features to demonstrate, as a follow-up to https://scitech.video/videos/watch/1c8a0262-dee9-4927-b9e9-9856a7f4d8bf

Matrix cross-signing demo by Main uhoreg channel
10:58

Matrix cross-signing demo

Main uhoreg channel   |   392 views   |   2019-06-13

A demonstration of cross-signing in Matrix, as of June 12, 2019. The client code is available at https://gitlab.com/uhoreg/matrix-device-trust. The spec proposal is at https://github.com/matrix-org/matrix-doc/pull/1756.

How to identify page urls carrying the same title in Matomo by Main ronan channel
02:44

How to identify page urls carrying the same title in Matomo

Main ronan channel   |   16 views   |   2019-06-11

Sometimes, when you investigate the number of page titles in Matomo for a given page, it does not match the same pageview number for the given url. In this video, we are explaining where this difference come from and how you can identify those url...

How to insert the user id within emails and track them with Matomo by Matomo
06:20

How to insert the user id within emails and track them with Matomo

Matomo   |   68 views   |   2019-06-08

In this video we are explaining how you can insert the user ID within your email in order for your subscribers to be tracked when they are visiting your website which is using Matomo. This technique used Matomo Tag Manager and the attributes of ph...

PHP Matomo DataLayer and ecommerce explained by Matomo
07:31

PHP Matomo DataLayer and ecommerce explained

Matomo   |   16 views   |   2019-06-05

In this video we are explaining how developers are filling the dataLayer in order to make ecommerce possible in Matomo Analytics. Not a perfect example, but if it can help.