jumpstart on Progress

Karan

New Member
Hi All,
I am new to progress i like to know do we have any tutorial to
Learn progress or what is the best way to learn progress
Any links/doc's appreciated

Thanks in advance
k
 

Casper

ProgressTalk.com Moderator
Staff member
Hi,

You can find any documentation you like at:

http://www.progress.com/products/documentation/index.ssp

If you just start then you're biggest friend is the appbuilder and the on-line help provided there.

And we here at Progresstalk are always willing to answer your questions :) .

Maybe it also helps to look at code examples given here at progresstalk or at www.peg.com

There are also code examples on www.v9stuff.com and www.v10stuff.com and of course api-examples at www.global-shared.com

HTH,

Casper.
 

Karan

New Member
Thank you.. very helpful.. one more Q.
what is the differenc between Form and Frame.. I don't have access to Help...F1
 

joey.jeremiah

ProgressTalk Moderator
Staff member
You're looking for the "Programming Handbook". IMO It's one of the best written and most mature document in the entire 50 somewhat book set. I'd recommend that you generally follow it.

From my experience most people learn better by getting their hands dirty and playing around with the code. Be careful not to make it all theoretical.

Get through the basics and start messing with the code. Use the docs for reference if you're searching for a solution or you've stumbled on anything new.

The forums are a great help to keep up with what's happening. I'd recommend that you also subscribe to the PEG.COM email group, it usually takes some time but almost everybody ends up there.

You can download all the docs off PSDN.COM ( for free ofcourse ). If for some reason you don't have access to the on-line help ( which is pretty strange ) you can use the "Language Reference" doc.

If you're interested you can order hard copies of the books @amazon.com.

You'll also find other useful resources @psdn.com like the Web Events which are audio/video lectures/presentations on a certain subject. There are usually 2-3 new ones a month.

There are also some interesting open source projects, wiki's, instructional videos etc. Gordon Campbell's - PDFInclude, Jurjen Dijkstra - global-shared.com, I also like Scott Auge - amduus.com to name a few. You can find a more complete list of utilities at the PEG utilities page.

Good Luck !
 
Top