Re: [ANN] New Book: Development Oriented Development

2021-04-01 Thread Tom Glod via use-livecode
I gotta get on it and read it. Great reviews so far.

On Thu, Apr 1, 2021 at 2:45 PM Mark Smith via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Andre, thanks for this delightful and inspiring little book. Your “Type
> Tool” in particular has spawned a whole range of ideas related to things I
> never thought could be accomplished so easily.
>
> Mark
>
> > On Mar 23, 2021, at 3:04 PM, Andre Garzia via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Hi Martin,
> >
> > Thanks a ton for the kind words and feedback. Your message makes me quite
> > happy because what you're describing is exactly the kind of experience
> that
> > I wanted to encourage when I wrote that book. Let us know how your plugin
> > writing goes :-) oh, I'm also interested in feedback for part 2 of that
> > book which is about project-focused tooling, if you have any thoughts
> about
> > it, I'd be keen to know more.
> >
> > Thanks!
> >
> > --
> > https://www.andregarzia.com  <
> http://www.andregarzia.com >
> > Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia <
> https://ko-fi.com/andregarzia>
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com 
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode <
> http://lists.runrev.com/mailman/listinfo/use-livecode>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
Tom Glod
Founder & Developer
MakeShyft R.D.A (www.makeshyft.com)
Mobile:647.562.9411
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [ANN] New Book: Development Oriented Development

2021-04-01 Thread Mark Smith via use-livecode
Hi Andre, thanks for this delightful and inspiring little book. Your “Type 
Tool” in particular has spawned a whole range of ideas related to things I 
never thought could be accomplished so easily. 

Mark

> On Mar 23, 2021, at 3:04 PM, Andre Garzia via use-livecode 
>  wrote:
> 
> Hi Martin,
> 
> Thanks a ton for the kind words and feedback. Your message makes me quite
> happy because what you're describing is exactly the kind of experience that
> I wanted to encourage when I wrote that book. Let us know how your plugin
> writing goes :-) oh, I'm also interested in feedback for part 2 of that
> book which is about project-focused tooling, if you have any thoughts about
> it, I'd be keen to know more.
> 
> Thanks!
> 
> -- 
> https://www.andregarzia.com  
> >
> Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com 
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode 
> 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [ANN] New Book: Development Oriented Development

2021-03-23 Thread Bob Sneidar via use-livecode
I have a system whereby I have a popup menu when right-clicking a data grid. In 
the menu, I can enter the name of a database table to link the data grid to, 
and another for afterward dropping a label / field combination as a group onto 
the card which itself is then linked to a column in that table. This makes 
creating forms based on database columns MUCH easier. In my data grid library 
selectionChanged goes through each of these linked fields and populates them 
with the selected data. The groups, labels and fields are automatically named 
according to the table column at the time of creation.

So to your point, thoughtful design and preparation on the front end reaps a 
harvest of time on the back end.

Bob S


On Mar 23, 2021, at 8:04 AM, Andre Garzia via use-livecode 
mailto:use-livecode@lists.runrev.com>> wrote:

You advice to look for areas of friction in your workflow really relates
to an experience I had recently.  For a new project I had to make lots of
fields with lots of labels and changing the text of a label takes way
longer than it should.  Finally, after years of grumbling to myself that
this should be easier I created a handler that I added as a behaviour to a
template label field.  Basically it allows you to set the text of a label
by double clicking with the browse tool on a text label field and then
entering the text in an answer dialog. I could then option drag the label
field template and then change its text with a simple double click. As a
bonus I could set it to align left by holding the option + double clicking
the label field.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [ANN] New Book: Development Oriented Development

2021-03-23 Thread Andre Garzia via use-livecode
Hi Martin,

Thanks a ton for the kind words and feedback. Your message makes me quite
happy because what you're describing is exactly the kind of experience that
I wanted to encourage when I wrote that book. Let us know how your plugin
writing goes :-) oh, I'm also interested in feedback for part 2 of that
book which is about project-focused tooling, if you have any thoughts about
it, I'd be keen to know more.

Thanks!
A

On Fri, 19 Mar 2021 at 15:49, Martin Koob  wrote:

> Hi Andre
>
> I am enjoying your new book. It demystifies for me plug-ins and how to
> create them. My mystification creates anxiety around venturing into
> creating a plugin much less adding existing plugins to my IDE and
> configuring them.  After reading the first sections of your book that
> anxiety is dissipating.
>
> You advice to look for areas of friction in your workflow really relates
> to an experience I had recently.  For a new project I had to make lots of
> fields with lots of labels and changing the text of a label takes way
> longer than it should.  Finally, after years of grumbling to myself that
> this should be easier I created a handler that I added as a behaviour to a
> template label field.  Basically it allows you to set the text of a label
> by double clicking with the browse tool on a text label field and then
> entering the text in an answer dialog. I could then option drag the label
> field template and then change its text with a simple double click. As a
> bonus I could set it to align left by holding the option + double clicking
> the label field.
>
> It worked ok speeding up that task but it was a handler incorporated in a
> specific project. I thought this should be incorporated into the IDE to
> really work as I intended but I wasn’t sure how I could do that. I had
> thoughts of frontscripts or backscripts or plugins in mind but I did not
> know how to work with any of these, and, due to the mystification factor
> which leads to anxiety which prevents me from trying new approaches I
> didn’t go any further with that.  Now after reading up to page 43 of your
> book I think that I should be able to create a plugin to add this feature
> to mould the IDE.
>
> Now I am starting the section “What are your needs?” Well I already have
> my need in mind — a quick and easy way to set label field text.  My goal
> now is to create a plugin that will accomplish this.   Looking forward to
> learning how in the rest of your book.
>
> Martin Koob.
>
>
> Sent from my iPhone after much consternation trying to type with one
> finger.
>
> > On Mar 17, 2021, at 6:02 AM, Andre Garzia via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Thanks a ton for the kind words my friends :D
> >
> > In essence, this is a very simple book that is aiming to convey a single
> > idea: "you can and should create  your own tools". I think that is a
> topic
> > that we need to explore more.
> >
> > Cheers
> > A
> >
> > On Wed, 17 Mar 2021 at 01:56, Sean Cole (Pi) via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> Hi Andre
> >>
> >> I had to get this one. The title alone intrigued me. But looking at the
> >> contents I know I need it to grow further. I'm looking forward to
> getting
> >> your insights. I'll start tonight.
> >>
> >> All the very best
> >> Sean
> >> Pi
> >>
> >>
> >>> On Tue, 16 Mar 2021 at 14:11, Andre Garzia via use-livecode <
> >>> use-livecode@lists.runrev.com> wrote:
> >>>
>  Hi Friends,
> 
>  I'm quite happy to announce the initial release of my new LiveCode
> >> eBook.
>  This is a companion book to the previous "LiveCode Advanced
> Application
>  Architecture" eBook that dives further into making LiveCode IDE a
>  comfortable place for your development workflow.
> 
>  "Development Oriented Development" is a novel approach to coding with
>  LiveCode that prioritizes developer comfort and robustness by
> favouring
>  treating LiveCode as a mouldable environment. By the end of this book,
>  you’ll know how and why to build custom plugins to make your
> >> development
>  workflow easier, and how bespoke project-specific tools lead to
> >> software
>  that is easier to maintain.
> 
>  You can get the new book at: https://payhip.com/b/18eH
> 
>  I look forward to feedback, suggestions, and requests for more
> chapters
> 
>  Cheers
>  Andre
> 
>  --
>  https://www.andregarzia.com 
>  Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
>  ___
>  use-livecode mailing list
>  use-livecode@lists.runrev.com
>  Please visit this url to subscribe, unsubscribe and manage your
>  subscription preferences:
>  http://lists.runrev.com/mailman/listinfo/use-livecode
> >>>
> >> --
> >> Pi Digital
> >> ___
> >> use-livecode mailing list
> >> 

Re: [ANN] New Book: Development Oriented Development

2021-03-19 Thread Martin Koob via use-livecode
Hi Andre

I am enjoying your new book. It demystifies for me plug-ins and how to create 
them. My mystification creates anxiety around venturing into creating a plugin 
much less adding existing plugins to my IDE and configuring them.  After 
reading the first sections of your book that anxiety is dissipating.   

You advice to look for areas of friction in your workflow really relates to an 
experience I had recently.  For a new project I had to make lots of fields with 
lots of labels and changing the text of a label takes way longer than it 
should.  Finally, after years of grumbling to myself that this should be easier 
I created a handler that I added as a behaviour to a template label field.  
Basically it allows you to set the text of a label by double clicking with the 
browse tool on a text label field and then entering the text in an answer 
dialog. I could then option drag the label field template and then change its 
text with a simple double click. As a bonus I could set it to align left by 
holding the option + double clicking the label field. 

It worked ok speeding up that task but it was a handler incorporated in a 
specific project. I thought this should be incorporated into the IDE to really 
work as I intended but I wasn’t sure how I could do that. I had thoughts of 
frontscripts or backscripts or plugins in mind but I did not know how to work 
with any of these, and, due to the mystification factor which leads to anxiety 
which prevents me from trying new approaches I didn’t go any further with that. 
 Now after reading up to page 43 of your book I think that I should be able to 
create a plugin to add this feature to mould the IDE.

Now I am starting the section “What are your needs?” Well I already have my 
need in mind — a quick and easy way to set label field text.  My goal now is to 
create a plugin that will accomplish this.   Looking forward to learning how in 
the rest of your book. 

Martin Koob. 
 

Sent from my iPhone after much consternation trying to type with one finger. 

> On Mar 17, 2021, at 6:02 AM, Andre Garzia via use-livecode 
>  wrote:
> 
> Thanks a ton for the kind words my friends :D
> 
> In essence, this is a very simple book that is aiming to convey a single
> idea: "you can and should create  your own tools". I think that is a topic
> that we need to explore more.
> 
> Cheers
> A
> 
> On Wed, 17 Mar 2021 at 01:56, Sean Cole (Pi) via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Hi Andre
>> 
>> I had to get this one. The title alone intrigued me. But looking at the
>> contents I know I need it to grow further. I'm looking forward to getting
>> your insights. I'll start tonight.
>> 
>> All the very best
>> Sean
>> Pi
>> 
>> 
>>> On Tue, 16 Mar 2021 at 14:11, Andre Garzia via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>> 
 Hi Friends,
 
 I'm quite happy to announce the initial release of my new LiveCode
>> eBook.
 This is a companion book to the previous "LiveCode Advanced Application
 Architecture" eBook that dives further into making LiveCode IDE a
 comfortable place for your development workflow.
 
 "Development Oriented Development" is a novel approach to coding with
 LiveCode that prioritizes developer comfort and robustness by favouring
 treating LiveCode as a mouldable environment. By the end of this book,
 you’ll know how and why to build custom plugins to make your
>> development
 workflow easier, and how bespoke project-specific tools lead to
>> software
 that is easier to maintain.
 
 You can get the new book at: https://payhip.com/b/18eH
 
 I look forward to feedback, suggestions, and requests for more chapters
 
 Cheers
 Andre
 
 --
 https://www.andregarzia.com 
 Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>> --
>> Pi Digital
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> 
> 
> -- 
> https://www.andregarzia.com 
> Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com

Re: [ANN] New Book: Development Oriented Development

2021-03-17 Thread matthias rebbe via use-livecode
David,

At the bottom of the page at https://payhip.com/features/sell-digital-downloads
Payhip writes "We can handle the generation, storage and issuing of keys to 
protect your software."

So it seems there are 2 ways to do this with Payhip.

1. sell a license and the customer gets a download link to download the 
software 
or
2. sell a license and the customer gets the license (key) from Payhip, either 
from a list you've submitted to them or generated by Payhip


If you do not need to rely on Payhip you could also use Fastspring for selling 
your software.

I am doing so for years now. 
I am using Jacque's tool Zygodact to add a "registration serial key system" to 
my program.
When a customer purchases a license from Fastspring, Fastspring posts the order 
details after payment to a Livecode Server script on my webserver.
The Livecode Server scripts calls the Zygodact key generator stack using the 
submitted data from Fastspring and returns the registration details back to 
Fastspring.
Fastspring then submits the registration details to the customer. As Fastspring 
is also doing the VAT handling, there is nothing i have to do, except 
maintaining my program and accepting the monthly payout. ;) 

Regards,
Matthias


> Am 17.03.2021 um 12:01 schrieb David V Glasgow via use-livecode 
> :
> 
> Going off at a bit of a tangent, but maybe not entirely OT…
> 
> I see that Payhip state you can sell software through their platform.  
> 
> Andre, do you do that?  or any  Livecoders for that matter?  If so, how is it 
> going?
> 
> Cheers
> 
> David Glasgow
> 
> 
>> On 16 Mar 2021, at 6:26 pm, Andre Garzia via use-livecode 
>>  wrote:
>> 
>> Dear Roland,
>> 
>> I haven't updated that book in a long time. What I did was switch stores to
>> payhip. In that purchase URL, you'll notice that my name as an author is a
>> link. If you click it, you're redirected to my payhip store at:
>> 
>> https://payhip.com/aagarzia
>> 
>> Which has the other book for sale as well.
>> 
>> I'll generate a preview and add it to my site.
>> 
>> Best
>> Andre
>> 
>> On Tue, 16 Mar 2021 at 17:14, R.H. via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>>> Hi Andre
>>> 
>>> I have purchased your new book and downloaded the three versions (very
>>> clever in three formats!).
>>> 
>>> https://payhip.com/b/18eH
>>> 
>>> With me is also your other book published first. Somewhere I read that you
>>> updated that version. Can I download that somewhere as well? Or is there
>>> some update price?
>>> 
>>> This purchasing page looks very professional and nice. But there is no link
>>> to your other products or possibilities to contact you from that page.
>>> Maybe a small preview would also possibly attract more readers? Anyway..
>>> the price is very modest.
>>> 
>>> Regards, Roland
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>> 
>> 
>> -- 
>> https://www.andregarzia.com 
>> Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode






___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [ANN] New Book: Development Oriented Development

2021-03-17 Thread David V Glasgow via use-livecode
Going off at a bit of a tangent, but maybe not entirely OT…

I see that Payhip state you can sell software through their platform.  

Andre, do you do that?  or any  Livecoders for that matter?  If so, how is it 
going?

Cheers

David Glasgow


> On 16 Mar 2021, at 6:26 pm, Andre Garzia via use-livecode 
>  wrote:
> 
> Dear Roland,
> 
> I haven't updated that book in a long time. What I did was switch stores to
> payhip. In that purchase URL, you'll notice that my name as an author is a
> link. If you click it, you're redirected to my payhip store at:
> 
> https://payhip.com/aagarzia
> 
> Which has the other book for sale as well.
> 
> I'll generate a preview and add it to my site.
> 
> Best
> Andre
> 
> On Tue, 16 Mar 2021 at 17:14, R.H. via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Hi Andre
>> 
>> I have purchased your new book and downloaded the three versions (very
>> clever in three formats!).
>> 
>> https://payhip.com/b/18eH
>> 
>> With me is also your other book published first. Somewhere I read that you
>> updated that version. Can I download that somewhere as well? Or is there
>> some update price?
>> 
>> This purchasing page looks very professional and nice. But there is no link
>> to your other products or possibilities to contact you from that page.
>> Maybe a small preview would also possibly attract more readers? Anyway..
>> the price is very modest.
>> 
>> Regards, Roland
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> 
> 
> -- 
> https://www.andregarzia.com 
> Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [ANN] New Book: Development Oriented Development

2021-03-17 Thread Andre Garzia via use-livecode
Thanks a ton for the kind words my friends :D

In essence, this is a very simple book that is aiming to convey a single
idea: "you can and should create  your own tools". I think that is a topic
that we need to explore more.

Cheers
A

On Wed, 17 Mar 2021 at 01:56, Sean Cole (Pi) via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Andre
>
> I had to get this one. The title alone intrigued me. But looking at the
> contents I know I need it to grow further. I'm looking forward to getting
> your insights. I'll start tonight.
>
> All the very best
> Sean
> Pi
>
>
> > On Tue, 16 Mar 2021 at 14:11, Andre Garzia via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> > > Hi Friends,
> > >
> > > I'm quite happy to announce the initial release of my new LiveCode
> eBook.
> > > This is a companion book to the previous "LiveCode Advanced Application
> > > Architecture" eBook that dives further into making LiveCode IDE a
> > > comfortable place for your development workflow.
> > >
> > > "Development Oriented Development" is a novel approach to coding with
> > > LiveCode that prioritizes developer comfort and robustness by favouring
> > > treating LiveCode as a mouldable environment. By the end of this book,
> > > you’ll know how and why to build custom plugins to make your
> development
> > > workflow easier, and how bespoke project-specific tools lead to
> software
> > > that is easier to maintain.
> > >
> > > You can get the new book at: https://payhip.com/b/18eH
> > >
> > > I look forward to feedback, suggestions, and requests for more chapters
> > >
> > > Cheers
> > > Andre
> > >
> > > --
> > > https://www.andregarzia.com 
> > > Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
> > > ___
> > > use-livecode mailing list
> > > use-livecode@lists.runrev.com
> > > Please visit this url to subscribe, unsubscribe and manage your
> > > subscription preferences:
> > > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> --
> Pi Digital
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
https://www.andregarzia.com 
Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [ANN] New Book: Development Oriented Development

2021-03-16 Thread Sean Cole (Pi) via use-livecode
Hi Andre

I had to get this one. The title alone intrigued me. But looking at the
contents I know I need it to grow further. I'm looking forward to getting
your insights. I'll start tonight.

All the very best
Sean
Pi


> On Tue, 16 Mar 2021 at 14:11, Andre Garzia via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Hi Friends,
> >
> > I'm quite happy to announce the initial release of my new LiveCode eBook.
> > This is a companion book to the previous "LiveCode Advanced Application
> > Architecture" eBook that dives further into making LiveCode IDE a
> > comfortable place for your development workflow.
> >
> > "Development Oriented Development" is a novel approach to coding with
> > LiveCode that prioritizes developer comfort and robustness by favouring
> > treating LiveCode as a mouldable environment. By the end of this book,
> > you’ll know how and why to build custom plugins to make your development
> > workflow easier, and how bespoke project-specific tools lead to software
> > that is easier to maintain.
> >
> > You can get the new book at: https://payhip.com/b/18eH
> >
> > I look forward to feedback, suggestions, and requests for more chapters
> >
> > Cheers
> > Andre
> >
> > --
> > https://www.andregarzia.com 
> > Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
-- 
Pi Digital
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [ANN] New Book: Development Oriented Development

2021-03-16 Thread Lagi Pittas via use-livecode
HI Andre,

Didn't even read the whole post just went to the link and bought it - now
for some bedtime reading 

Lagi

On Tue, 16 Mar 2021 at 14:11, Andre Garzia via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Friends,
>
> I'm quite happy to announce the initial release of my new LiveCode eBook.
> This is a companion book to the previous "LiveCode Advanced Application
> Architecture" eBook that dives further into making LiveCode IDE a
> comfortable place for your development workflow.
>
> "Development Oriented Development" is a novel approach to coding with
> LiveCode that prioritizes developer comfort and robustness by favouring
> treating LiveCode as a mouldable environment. By the end of this book,
> you’ll know how and why to build custom plugins to make your development
> workflow easier, and how bespoke project-specific tools lead to software
> that is easier to maintain.
>
> You can get the new book at: https://payhip.com/b/18eH
>
> I look forward to feedback, suggestions, and requests for more chapters
>
> Cheers
> Andre
>
> --
> https://www.andregarzia.com 
> Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
KIndest Regards Lagi
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [ANN] New Book: Development Oriented Development

2021-03-16 Thread Tom Glod via use-livecode
Hi Andre, A good and somewhat unique topic. Might come in handy for me in
the next few months especially.
I look forward to learning from your book.
All the best



On Tue, Mar 16, 2021 at 10:11 AM Andre Garzia via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Friends,
>
> I'm quite happy to announce the initial release of my new LiveCode eBook.
> This is a companion book to the previous "LiveCode Advanced Application
> Architecture" eBook that dives further into making LiveCode IDE a
> comfortable place for your development workflow.
>
> "Development Oriented Development" is a novel approach to coding with
> LiveCode that prioritizes developer comfort and robustness by favouring
> treating LiveCode as a mouldable environment. By the end of this book,
> you’ll know how and why to build custom plugins to make your development
> workflow easier, and how bespoke project-specific tools lead to software
> that is easier to maintain.
>
> You can get the new book at: https://payhip.com/b/18eH
>
> I look forward to feedback, suggestions, and requests for more chapters
>
> Cheers
> Andre
>
> --
> https://www.andregarzia.com 
> Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
Tom Glod
Founder & Developer
MakeShyft R.D.A (www.makeshyft.com)
Mobile:647.562.9411
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [ANN] New Book: Development Oriented Development

2021-03-16 Thread Andre Garzia via use-livecode
Dear Roland,

I haven't updated that book in a long time. What I did was switch stores to
payhip. In that purchase URL, you'll notice that my name as an author is a
link. If you click it, you're redirected to my payhip store at:

https://payhip.com/aagarzia

Which has the other book for sale as well.

I'll generate a preview and add it to my site.

Best
Andre

On Tue, 16 Mar 2021 at 17:14, R.H. via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Andre
>
> I have purchased your new book and downloaded the three versions (very
> clever in three formats!).
>
> https://payhip.com/b/18eH
>
> With me is also your other book published first. Somewhere I read that you
> updated that version. Can I download that somewhere as well? Or is there
> some update price?
>
> This purchasing page looks very professional and nice. But there is no link
> to your other products or possibilities to contact you from that page.
> Maybe a small preview would also possibly attract more readers? Anyway..
> the price is very modest.
>
> Regards, Roland
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
https://www.andregarzia.com 
Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode