GLBasic forum

Main forum => GLBasic - en => Topic started by: ampos on 2011-Apr-13

Title: Palm: search by developer
Post by: ampos on 2011-Apr-13
On my iOS I had a netweb for opening the appstore with all my programs listed:

Code (glbasic) Select
NETWEBEND "itms-apps://ax.search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?media=software&term=diniplay"

but the App Catalog of Palm has not this option.

Thanks to the web "webosroundup" we have a solution:

Code (glbasic) Select
NETWEBEND "http://apps.webosroundup.com/Search?term=Diniplay&type=dev"
Title: Re: Palm: search by developer
Post by: Ian Price on 2011-Apr-13
Cheers ampos :)