Can Livecode be used to do this...?

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Roderic
Posts: 21
Joined: Thu Jan 08, 2015 3:10 pm

Can Livecode be used to do this...?

Post by Roderic » Thu Jan 22, 2015 4:29 pm

I'm looking at different possible projects and was wondering if LC could do this...

Can LC be used to create graphics programs? i.e. logo creators, or icon creating software. Two come to mind, Icon Studio and the Logo Creator from the Mac App Store. Is it possible to create something like what those programs do?

Thanks,
Roderic

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Can Livecode be used to do this...?

Post by Klaus » Thu Jan 22, 2015 4:35 pm

Hi Roderic,

as much as I love LC, but I don't think LC (alone, without any external!) is well suited for these tasks! 8)


Best

Klaus

Roderic
Posts: 21
Joined: Thu Jan 08, 2015 3:10 pm

Re: Can Livecode be used to do this...?

Post by Roderic » Thu Jan 22, 2015 4:48 pm

Klaus, Thanks for the quick reply.

Can LC be used to create Zillow type programs? Basically scraping publicly available data and reformatting it for an app?

Thanks,
Roderic

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Can Livecode be used to do this...?

Post by Klaus » Thu Jan 22, 2015 5:13 pm

Hi Roderic,
Roderic wrote:Can LC be used to create Zillow type programs? Basically scraping publicly available data and reformatting it for an app?
no idea what Zillow might be, but defintively YES to the second sentence :D


Best

Klaus

Roderic
Posts: 21
Joined: Thu Jan 08, 2015 3:10 pm

Re: Can Livecode be used to do this...?

Post by Roderic » Thu Jan 22, 2015 5:28 pm

Hi Klaus,

Can you guide me where to find any tutorials that would show how to retrieve info from public data sites.
I found examples using xml feeds but that is just for news type sites. Extracting info from a site that displays data from a database, that is what I'd like to learn.

Thanks again, I appreciate it.

Roderic

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Can Livecode be used to do this...?

Post by Klaus » Thu Jan 22, 2015 5:42 pm

HI Roderic,
Roderic wrote:Can you guide me where to find any tutorials that would show how to retrieve info from public data sites.
I found examples using xml feeds but that is just for news type sites. Extracting info from a site that displays data from a database, that is what I'd like to learn.
sorry, I have no idea what "public data sites" you are talking about!?
Please provide some links and we will help you to extract whatever data you are looking for :D

In the meantime you might want to take a look at these stacks:
http://www.hyperactivesw.com/revscriptc ... ences.html


Best

Klaus

Newbie4
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 327
Joined: Sun Apr 15, 2012 1:17 am
Location: USA
Contact:

Re: Can Livecode be used to do this...?

Post by Newbie4 » Fri Jan 23, 2015 5:13 pm

Aside from databases, you can obtain information publicly using APIs then combining the data into a mashup (a web page or application created by combining data or functionality from different sources).

I have briefly started documenting the process with a few good links and small, simple lessons. Look at Section 3 on this page: https://sites.google.com/a/pgcps.org/li ... rogramming

I will be adding some more student examples very shortly now. This may not be what you are looking for, but it is a start
Cyril Pruszko
https://sites.google.com/a/pgcps.org/livecode/
https://sites.google.com/a/setonhs.org/app-and-game-workshop/home
https://learntolivecode.com/

Post Reply

Return to “Off-Topic”