Re: [Newbies] importing csv files..

2010-02-25 Thread sergio_101
> Parsing CSV files is quite simple in most cases, so many people probably > just write their own parser as needed (I know that I have done this in gotcha.. thanks! this does lead to one more question.. where does the documentation for packages usually live? thanks! -- peace, sergio ph

Re: [Newbies] importing csv files..

2010-02-25 Thread David T. Lewis
On Thu, Feb 25, 2010 at 09:08:02PM -0500, sergio_101 wrote: > > > > The files are at: http://www.squeaksource.com/CSV/ > > > > Ask more questions if the above does not make sense. > > > > found it... > > quick question.. > > do these packages come with documentation or examples? Actually, I do

Re: [Newbies] Re: web api authentication..

2010-02-25 Thread sergio_101
> > http://map.squeak.org/packagebyname/ExternalWebBrowser > okay, i have this loaded up, but i can't seem to find any documentation or examples... what i am expecting to see is a way to start a web session as an object that i can pass restful parameters (including authentication) to.. and retrie

Re: [Newbies] importing csv files..

2010-02-25 Thread sergio_101
> > The files are at: http://www.squeaksource.com/CSV/ > > Ask more questions if the above does not make sense. > found it... quick question.. do these packages come with documentation or examples? thanks! -- peace, sergio photographer, journalist, visionary http://www.coffee-black.co

Re: [Newbies] importing csv files..

2010-02-25 Thread David T. Lewis
On Thu, Feb 25, 2010 at 09:45:28AM -0500, sergio_101 wrote: > i am currently working on importing several csv, all of which refer to > each other via an id.. this doesn't seem too nasty.. but the question > i have is.. > > is there a CSV import package that will just import the csv into a set > of

[Newbies] importing csv files..

2010-02-25 Thread sergio_101
i am currently working on importing several csv, all of which refer to each other via an id.. this doesn't seem too nasty.. but the question i have is.. is there a CSV import package that will just import the csv into a set of arrays that i can just loop through? thanks! -- peace, sergio

Re: [Newbies] Re: web api authentication..

2010-02-25 Thread sergio_101
oh! that makes sense! my bad.. thanks! -- peace, sergio photographer, journalist, visionary http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101 ___ Beginners mailing

[Newbies] Re: web api authentication..

2010-02-25 Thread Andreas Raab
sergio_101 wrote: part of my app requires an authenticated login to last.fm as in: http://www.last.fm/api/webauth my question is: how to i start a browser session in smalltalk to set up the authenticated connection, then run through each of the api calls i will need to make? Just as an FYI,

Re: [Newbies] web api authentication..

2010-02-25 Thread Edgar J. De Cleene
On 2/25/10 3:09 AM, "sergio_101" wrote: > part of my app requires an authenticated login to last.fm as in: > > http://www.last.fm/api/webauth > > my question is: > > how to i start a browser session in smalltalk to set up the > authenticated connection, then run through each of the api call