[New Book] LiveCode Advanced Application Architecture

Find out what's going on with LiveCode (the company), product releases, announcements, and events.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

SoapDog
Posts: 84
Joined: Sun Apr 09, 2006 10:03 pm
Location: Niterói, RJ
Contact:

[New Book] LiveCode Advanced Application Architecture

Post by SoapDog » Thu Nov 15, 2018 10:56 pm

Image

Hi Friends,

I've just released a new LiveCode book in the wild. It is called
"LiveCode Advanced Application Architecture" and it deals with Best
Practices from our community and the MVC pattern. You can check the book out at:

https://andregarzia.com/livecode

With the techniques contained in it you will build applications that are
easier to maintain and adapt leading to a more fun and profitable future.

The book is offered here for GBP 15 and is comes in a zip file
containing the book in PDF, Mobi and ePub formats without DRM and the
source code, you can buy it by clicking here: https://sowl.co/cqnKW

BUT WAIIIIITTTT!!!!

I've made a delicious bundle for you! I am offering a bundle of:

* DB Lib: The most user friendly database library for LiveCode.

* The book: The newest LiveCode book.

* Network Tracer: A handy utility to help you debug your standalones.

* AAG | Tools: A collection of little plugins for the IDE

For GBP 100, which is a heavy discount, basically the book is free and
all the rest is 30% discounted. But there is moooooore!

The first 50 people to get this bundle will be able to schedule a
one-on-one call with me to help them out with LiveCode related issues,
which is something I don't usually offer. You can get this bundle at:
https://sowl.co/BAAZl

Don't forget to check all things LiveCode at my home page:
https://andregarzia.com/livecode

I hope you folks like this bundle and book. My plans is to schedule the
one-on-one calls between November 2018 and March 2019, first come, first
served.

Cheers
Andre
http://www.andregarzia.com

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: [New Book] LiveCode Advanced Application Architecture

Post by bogs » Fri Nov 16, 2018 1:40 pm

Sounds good.

For any of my fellow countrymen that didn't take the time to look -
. "GBP 15" is about $19.13 U.S.
. "GBP 100" is about $127.54 U.S.

Nice site Andre :)
Image

SoapDog
Posts: 84
Joined: Sun Apr 09, 2006 10:03 pm
Location: Niterói, RJ
Contact:

Re: [New Book] LiveCode Advanced Application Architecture

Post by SoapDog » Sat Nov 17, 2018 11:23 pm

bogs,

Thanks a lot for the kind words and the currency conversion my friend :-)

I hope people enjoy this book, I am anxious for feedback :D
http://www.andregarzia.com

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: [New Book] LiveCode Advanced Application Architecture

Post by bogs » Sat Nov 17, 2018 11:31 pm

My pleasure, I love to see people get ahead if they can, and this language could use all the literature it can get out there :wink:

Offering a slot of your time to boot is a nice mixer, too.
Image

AndyP
Posts: 614
Joined: Wed Aug 27, 2008 12:57 pm
Location: Seeheim, Germany (ex UK)
Contact:

Re: [New Book] LiveCode Advanced Application Architecture

Post by AndyP » Sun Nov 18, 2018 4:34 pm

Hi Andre,

The book looks great. Can you accept payments via PayPal?

On the conversion front, at the time of this post 15 GBP is 16,86 Euro.

Looking forward to your next blog post on your site.
Andy Piddock
https://livecode1001.blogspot.com Built with LiveCode
https://github.com/AndyPiddock/TinyIDE Mini IDE alternative
https://github.com/AndyPiddock/Seth Editor color theming
http://livecodeshare.runrev.com/stack/897/ LiveCode-Multi-Search

gagsoft
Posts: 168
Joined: Sat Jun 29, 2013 7:56 pm

Re: [New Book] LiveCode Advanced Application Architecture

Post by gagsoft » Sun Nov 18, 2018 9:13 pm

Hi Andre
Does DB lib Support Remote MySQL?

Thanks
Peter G

SoapDog
Posts: 84
Joined: Sun Apr 09, 2006 10:03 pm
Location: Niterói, RJ
Contact:

Re: [New Book] LiveCode Advanced Application Architecture

Post by SoapDog » Mon Nov 19, 2018 3:30 pm

Aloha Friends,

There was a mistake in the final book generation, a chapter was missing. I've issued a two new updates today to fix this. All the readers should have received an email about it. If you purchased and did not receive the email, please, let me know.

Cheers

andre
http://www.andregarzia.com

SoapDog
Posts: 84
Joined: Sun Apr 09, 2006 10:03 pm
Location: Niterói, RJ
Contact:

Re: [New Book] LiveCode Advanced Application Architecture

Post by SoapDog » Mon Nov 19, 2018 3:36 pm

Hi Andy,
AndyP wrote:
Sun Nov 18, 2018 4:34 pm
Hihttp://forums.livecode.com/viewtopic.php?f=4&t=31773 Andre,

The book looks great. Can you accept payments via PayPal?

On the conversion front, at the time of this post 15 GBP is 16,86 Euro.

Looking forward to your next blog post on your site.
Thanks a lot for the kind words, I hope you enjoy the book. I can accept PayPal but it is not automatic, you need to send the equivalent value to 15 GBP or 100 GBP depending on if you want just the book or the bundle and then ping me so that I notice that your payment arrived. My paypal account is "paypal_uk@andregarzia.com", when you send the payment, I will use the admin dashboard to issue you a "free order" so that you receive all future updates automatically.
http://www.andregarzia.com

SoapDog
Posts: 84
Joined: Sun Apr 09, 2006 10:03 pm
Location: Niterói, RJ
Contact:

Re: [New Book] LiveCode Advanced Application Architecture

Post by SoapDog » Mon Nov 19, 2018 3:40 pm

Hi Peter,
gagsoft wrote:
Sun Nov 18, 2018 9:13 pm
Does DB lib Support Remote MySQL?
Yes it does, it is just a wrapper around RevDB, so as long as RevDB can connect, DB Lib can be used.

Be aware though that it is not safe to expose MySQL to the larger Internet like this. It is too large a risk. This is the reason why I created the "Remote DB Lib" which is a library with the same API as my "DB Lib" but that instead of connecting directly to MySQL, it packs the query into an encrypted message, sends that to your server, which is hosting a little PHP that decrypts, run the query, and replies. This way your MySQL is safe behind your server and you can still us the same API.

The "Remote DB Lib" is included with all "DB Lib" purchases. I see them as complementary and they are offered as part of the same product.
http://www.andregarzia.com

cbarbal
Posts: 114
Joined: Fri May 08, 2015 5:04 pm

Re: [New Book] LiveCode Advanced Application Architecture

Post by cbarbal » Mon Nov 19, 2018 7:12 pm

Hello Andre,

I see it interesting, for me I've been with LiveCode for about 4 months, more than 20 years with FileMaker. The update has arrived.

I would have liked some chapter that had talked about the printing. It is very easy to print with Filemaker, at least for me, but very complex with LiveCode.

Thanks for the book,

Carles

gagsoft
Posts: 168
Joined: Sat Jun 29, 2013 7:56 pm

Re: [New Book] LiveCode Advanced Application Architecture

Post by gagsoft » Mon Nov 19, 2018 9:49 pm

hi Andre
This is good news, so will one use the same set of functions with "remote DB lib" as with "DB lib"
Do one put the "idiorm.php" file on the server and is there a specific folder to put it in?
Please excuse my ignorance.
I stumbled apon a very nice video of yours on Vimeo explaining the using the db lib functions.
The thing is cannot find it again and would really appreciate it if you could provice me with the URL.

I am impressed with this library. It makes life much easier.
Started working through your book today.

Many thanks

Peter G

gagsoft
Posts: 168
Joined: Sat Jun 29, 2013 7:56 pm

Re: [New Book] LiveCode Advanced Application Architecture

Post by gagsoft » Mon Nov 19, 2018 9:49 pm

hi Andre
This is good news, so will one use the same set of functions with "remote DB lib" as with "DB lib"
Do one put the "idiorm.php" file along with the DBlibserver.php file on the remote server and is there a specific folder to put it in?
Please excuse my ignorance.
I stumbled apon a very nice video of yours on Vimeo explaining the using the db lib functions.
The thing is cannot find it again and would really appreciate it if you could provice me with the URL.

I am impressed with this library. It makes life much easier.
Started reading your book today.

Many thanks

Peter G

SoapDog
Posts: 84
Joined: Sun Apr 09, 2006 10:03 pm
Location: Niterói, RJ
Contact:

Re: [New Book] LiveCode Advanced Application Architecture

Post by SoapDog » Tue Nov 20, 2018 12:45 pm

cbarbal wrote:
Mon Nov 19, 2018 7:12 pm
I would have liked some chapter that had talked about the printing. It is very easy to print with Filemaker, at least for me, but very complex with LiveCode.
Hi Carles,

Thanks for the kind words. I think that printing is a very good subject but to be honest, I never did it. In about 14 years of LiveCoding, I've never, ever, used the print routines. I will need to consult with others. I am planning to add some little minibooks as extra material for those that purchased the book. I see this book as a book about architecture and not about features, so the little minibooks would cover extra features, maybe I'll start with printing.

Cheers
http://www.andregarzia.com

SoapDog
Posts: 84
Joined: Sun Apr 09, 2006 10:03 pm
Location: Niterói, RJ
Contact:

Re: [New Book] LiveCode Advanced Application Architecture

Post by SoapDog » Tue Nov 20, 2018 1:11 pm

Hi Peter,
gagsoft wrote:
Mon Nov 19, 2018 9:49 pm
Do one put the "idiorm.php" file along with the DBlibserver.php file on the remote server and is there a specific folder to put it in?
Please excuse my ignorance.
I stumbled apon a very nice video of yours on Vimeo explaining the using the db lib functions.
The thing is cannot find it again and would really appreciate it if you could provice me with the URL.

I am impressed with this library. It makes life much easier.
Started reading your book today.
Thanks a lot for the kind words. The vimeo video is at:

* DB Lib video (it is old but it is still true): https://vimeo.com/46918350
* Remote DB Lib video: https://vimeo.com/220531208

The minimal documentation for the Remote DB Lib is at:

http://andregarzia.com/livecode/dblib/remote_dblib.html

I can't help you get PHP to run on your server, this is beyond the scope of the support I offer but if PHP runs on your server and you have a MySQL database configured there, then setting up Remote DB Lib is very easy (as shown on that post).

I'll try to create a video that goes from zero have it running on a shared server. LiveCode own Hosting should work great for this.
http://www.andregarzia.com

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9802
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: [New Book] LiveCode Advanced Application Architecture

Post by FourthWorld » Tue Nov 20, 2018 3:55 pm

I like to encourage use of TaskSel for new sysadmins to set up LAMP. Makes for a much simpler tutorial, since you only need one line to install TaskSel, one word to launch it, then follow the on screen instructions.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply

Return to “Announcements”