#1 2013-09-01 19:02:15

warleyalex
Member
From: Sete Lagoas-MG, Brasil
Registered: 2013-01-20
Posts: 250

My mORMot Videos

27.Delphi mORMot Lab 02 - Limit Login Attempts
https://youtu.be/OxClXYsLzQY

26.Delphi mORMot Lab 01 - Access Rights
https://youtu.be/vuQxQ9bSRNI

25.Delphi mORMot Course - INTRO
https://youtu.be/miqb4uvxozY

24.Multi Browser Video Sync with mORMot and Websocket
https://youtu.be/CB1LFDvwn7o#t=3m37s

23.Delphi mORMot + Websockets = DO MACARENA
http://youtu.be/Oe4WVcBgAek

22.Playing Cards with Delphi mORMot
http://youtu.be/Jn6ODHkg6js

21.Delphi mORMot for LINUX - Demoniac version
http://youtu.be/qj2LjIxPm9Q

20.WackyRaces with mORMot
http://youtu.be/jbp5Jaop0bA

19.Delphi mORMot with MongoDB - Cellar Wine app
http://youtu.be/qiFq7-Kp6X8

18.Delphi mORMot - shopping cart with mustache template
http://youtu.be/vamHlGQoqWc

17.Delphi mORMot - web service with MS Excel
http://youtu.be/ZcXc3qIN7Z0

16.Delphi mORMot - mapping database table to class
http://youtu.be/q0aIUoWyNy4

15.Delphi mORMot - you have been hacked!
http://youtu.be/tA6ocJJpSOY

14.Delphi mORMot - Obscenities with mORMot and Smart Mobile Studio
http://youtu.be/D5kAah0uC2g

13.Delphi mORMot - Redirect to custom 404 error Page
http://youtu.be/zFdpAfDxuCw

12.Android Client with Delphi mORMot Authentication
http://youtu.be/F4V5Mae9lRw

11.Android Client with Delphi mORMot
https://www.youtube.com/watch?v=32_i3y7luis

10.Delphi mORMot with jQuery UI Multiselect List
https://www.youtube.com/watch?v=79cTUDuUTzU

09.Delphi mORMot - Store UI User settings JSON in DB
https://www.youtube.com/watch?v=xfv2_omnIxs

08.Delphi mORMot with smartphone
https://www.youtube.com/watch?v=V9HaSZMUpJ0

07.uniGUI with SQLite & mORMot
https://www.youtube.com/watch?v=LCLiorJYgZw

06.FishFacts + Delphi mORMot
https://www.youtube.com/watch?v=eqzJQftv89s

05.jqGrid with Delphi mORMot Part 2
https://www.youtube.com/watch?v=CB8p8eW4pvM

04.jqGrid with Delphi mORMot
https://www.youtube.com/watch?v=Z6-fWPdW9WM

03.Remote Filtering with ExtJS + Delphi mORMot
https://www.youtube.com/watch?v=fh1Iqt6-_uk

02.Remote Paging + Sorting + CRUD with Delphi mORMot
https://www.youtube.com/watch?v=e4vcglINrko

01.DataSnap REST Authentication X mORMot
https://www.youtube.com/watch?v=LIl1HbjxnIA
_________
凸(^_^)凸
__________________________________________________

About 11: Android Client with mORMot
========================
I've been studying Android for past 2 days, it would be nice to have a java-android class to perform mORMot authentication scheme to use in Eclipse.

Last edited by warleyalex (2017-03-17 03:41:04)

Offline

#2 2013-09-02 05:46:47

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: My mORMot Videos

Thanks a lot for sharing your experiment!

warleyalex wrote:

I've been studying Android for past 2 days, it would be nice to have a java-android class to perform mORMot authentication scheme to use in Eclipse.

I'm not good enough in Java to supply the corresponding code.
Perhaps some users may share their knowledge here?
smile

Offline

#3 2013-09-06 08:55:13

wai-kit
Member
From: Amsterdam, the Netherlands
Registered: 2012-11-27
Posts: 90

Re: My mORMot Videos

Great videos, if only they played a littel bit slower ...


fpcdeluxe, FPC 3.2 / Lazarus 2.0, mORMot on Windows 10 ...

Offline

#4 2013-09-06 09:01:04

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: My mORMot Videos

Yes, mORMots do run fast in the end of the Summer...
smile

Offline

#5 2013-09-07 14:01:48

wai-kit
Member
From: Amsterdam, the Netherlands
Registered: 2012-11-27
Posts: 90

Re: My mORMot Videos

Where is the like button big_smile ...


fpcdeluxe, FPC 3.2 / Lazarus 2.0, mORMot on Windows 10 ...

Offline

#6 2013-12-13 16:12:35

warleyalex
Member
From: Sete Lagoas-MG, Brasil
Registered: 2013-01-20
Posts: 250

Re: My mORMot Videos

15. mORMot you have been hacked !
     -------------------------------------
mORMot framework is inherently security-minded, so  I have to implement some kinda "voodoo-sabotage-code" that could cause some exploitable security holes on server. big_smile

Offline

#7 2013-12-17 07:44:58

noobies
Member
Registered: 2011-09-13
Posts: 139

Re: My mORMot Videos

may be stick this topic?
maybe other user too post videos in this topic

Offline

#8 2014-01-17 21:31:50

warleyalex
Member
From: Sete Lagoas-MG, Brasil
Registered: 2013-01-20
Posts: 250

Re: My mORMot Videos

Hi there, look at my database reverse engineering 16. SynDBExplorer uses GetTablesNames() to list all tables depending on the database. Maybe it does make sense to display only tables that have at least one record.

Offline

#9 2014-01-17 22:30:21

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: My mORMot Videos

Nice!

Have you some code to share?

Note that such TSqlRecord won't work directly since an ID field is missing...

Offline

#10 2014-01-19 10:57:48

warleyalex
Member
From: Sete Lagoas-MG, Brasil
Registered: 2013-01-20
Posts: 250

Re: My mORMot Videos

16.Source_Code: SynDBExplorer: https://www.dropbox.com/s/n2cjzfgk06st2 … plorer.rar

Last edited by warleyalex (2014-01-21 11:07:26)

Offline

#11 2014-06-14 02:21:58

domore
Member
Registered: 2014-06-14
Posts: 1

Re: My mORMot Videos

Hi there , This is a good textbook, you can share?

Offline

#12 2014-06-14 07:24:49

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: My mORMot Videos

The official source code tree includes a code generator.

But the primary key must be an integer.

Offline

#13 2015-01-08 19:30:11

silos
Member
Registered: 2015-01-08
Posts: 1

Re: My mORMot Videos

Hi

I have question:
Is any way to obtain source sample code (Delphi server and Android client) for build simple REST server using mORMot which is demostrated in video:
11.Android Client with Delphi mORMot ?

M.K.

Offline

#14 2015-06-18 12:50:16

ulutepe
Member
Registered: 2014-05-23
Posts: 6

Re: My mORMot Videos

can i get source code of 23.Delphi mORMot + Websockets = DO MACARENA pls

Offline

#15 2015-09-18 08:40:52

Trains
Member
Registered: 2015-09-18
Posts: 2

Re: My mORMot Videos

Is the source code of 01 DataSnap REST Authentication X mORMot available?

Offline

#16 2016-03-04 09:54:38

cybertrace
Member
Registered: 2016-02-29
Posts: 15

Re: My mORMot Videos

Hello Guys !

I am a new starter with mormot and I would like to have the sourcecode from warleyalex from DO Macarena.

Do anyone from you have this.

It would be nice to forward it to me.

please send it to

cybertrace@liwest.at

Thanks in advance

cybertrace

Offline

#17 2016-11-11 10:25:30

jbroussia
Member
From: France
Registered: 2011-04-09
Posts: 74

Re: My mORMot Videos

Add my voice to the people who want to see the code behind those videos ! Would be greatly appreciated warleyalex !

Offline

#18 2016-11-24 02:14:28

erick
Member
Registered: 2015-09-09
Posts: 155

Re: My mORMot Videos

I wrote a Machine Shop  job management system using mORMot and Elevate Web Builder.

The goal is a simple way for customers to submit jobs, drawings, material safety data sheets, etc.
and for staff to manage the jobs.

Here are the two user interfaces, one is an extension of the other
Customers:  https://www.youtube.com/watch?v=5yNPm25JU00
Staff:          https://youtu.be/SXa6XwMF38w

I have other systems, but will have to blur out confidential information.

Erick

Last edited by erick (2016-11-24 02:51:24)

Offline

#19 2016-11-28 09:57:04

jbroussia
Member
From: France
Registered: 2011-04-09
Posts: 74

Re: My mORMot Videos

Hi erick,

His your mORMot book still on schedule ?

Offline

#20 2016-12-27 09:12:21

xuyb
Member
Registered: 2016-07-13
Posts: 6

Re: My mORMot Videos

Hi,

Is there any link to download these videos?

It is very hard for me to watch or download these videos from youtube even I have used proxy.

Anyone can help me?

Thanks.

Offline

#21 2016-12-27 20:00:44

jbroussia
Member
From: France
Registered: 2011-04-09
Posts: 74

Re: My mORMot Videos

There are extensions for your browser that allow to download Youtube videos for offline viewing.

Offline

#22 2016-12-28 02:59:19

xuyb
Member
Registered: 2016-07-13
Posts: 6

Re: My mORMot Videos

Because of the great firewall for youtube, I have to use the proxy to suffer youtube.

When I watch these videos, I have to wait half an hour or more to buffer and unstable for one video.

I have try to download it, but hours later it can't be down.

Offline

#23 2016-12-29 12:31:11

jbroussia
Member
From: France
Registered: 2011-04-09
Posts: 74

Re: My mORMot Videos

Have you tried with Opera browser, the last versions have an integrated VPN, could help ?

Offline

#24 2016-12-31 14:38:04

xuyb
Member
Registered: 2016-07-13
Posts: 6

Re: My mORMot Videos

I have tried a lot of VPNs, change the hosts, but the same problem.

Offline

#25 2017-03-12 01:00:09

warleyalex
Member
From: Sete Lagoas-MG, Brasil
Registered: 2013-01-20
Posts: 250

Re: My mORMot Videos

...a long time no mORMot video, the goal this weekend is to move... just enough so people don't think I'm dead. Take a look at the mORMot Lab.

Offline

#26 2017-03-12 07:19:25

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: My mORMot Videos

:-)

Offline

#27 2018-12-16 20:04:14

Bsaidus
Member
From: Algeria
Registered: 2018-12-16
Posts: 50

Re: My mORMot Videos

Thanks for the video.
I wonder if you can do a tutorial video for using mORMot in REST/Json scenario, but using a desktop application ( for exemple: form+dbgrid+datasource (CRUD)).

    1. server application connected to Firebird or MariaDB using Zeos.
    2. Desktop application (Form+dbgrid+datasource) managing one table.

Thanks you.

Offline

#28 2021-04-12 16:14:25

zybook
Member
Registered: 2021-04-12
Posts: 3

Re: My mORMot Videos

I can not visit youtube website in china.

how can i view these great videos by other way?

thanks.

Offline

#29 2023-01-25 13:09:28

ortese89
Member
Registered: 2023-01-25
Posts: 1

Re: My mORMot Videos

Hello! In the first video there is the login folder that I can't find. Please, could you pass it on to me somehow?

Offline

Board footer

Powered by FluxBB