Page 1 of 1

1001 things you can do with LiveCode

Posted: Thu Feb 14, 2013 10:43 am
by Peter Wood
I've started a blog, http://livecode1001.blogspot.com , in support of LiveCode Open Source project on Kickstarter.

Have you written something useful in LiveCode? The simpler, the better.

If you can post a short description and a screen shot, I'll add it to the blog.

Re: 1001 things you can do with LiveCode

Posted: Thu Feb 14, 2013 11:59 am
by bangkok
Very good idea

But what is your e-mail address to send you a text and a screen capture ? It's not clear on your blog, or maybe i missed it.

Re: 1001 things you can do with LiveCode

Posted: Thu Feb 14, 2013 1:35 pm
by Klaus
Hi Peter,

maybe it would be a good idea to NUMBER all entries on your blog (conceptional continuity :D )
so we can really "see" the 1001 things.


Best

Klaus

Re: 1001 things you can do with LiveCode

Posted: Thu Feb 14, 2013 2:18 pm
by Peter Wood
Klaus wrote:Hi Peter,

maybe it would be a good idea to NUMBER all entries on your blog (conceptional continuity :D )
so we can really "see" the 1001 things.


Best

Klaus
It's more a marketing 1001 than a mathematical 1001. Though, if I get past 500, I might add the numbers.

Re: 1001 things you can do with LiveCode

Posted: Thu Feb 14, 2013 2:21 pm
by Peter Wood
bangkok wrote:Very good idea

But what is your e-mail address to send you a text and a screen capture ? It's not clear on your blog, or maybe i missed it.
Try this in the message box:

Code: Select all

put base64Decode( "cGV0ZXJ3YXdvb2RAZ21haWwuY29t")
Please don't post it here as I'm very nervous about it appearing in the forum.

Re: 1001 things you can do with LiveCode

Posted: Sat Feb 16, 2013 4:42 am
by Newbie4
I would like to add my app to your list but I do not understand how to send it to you.

Re: 1001 things you can do with LiveCode

Posted: Sat Feb 16, 2013 5:15 am
by sturgis
Open the message box and use the command peter has in his message.

This one

Code: Select all

put base64Decode( "cGV0ZXJ3YXdvb2RAZ21haWwuY29t")
It will decode the string and give you his email address. (this way spam bots can't easily scrape his address)

Re: 1001 things you can do with LiveCode

Posted: Sat Feb 16, 2013 8:40 pm
by Newbie4
Sorry. I was thinking email 'message' not livecode 'message' box. My brain did not make the transition.
Thank you