toying to get some fun lecture

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

toying to get some fun lecture

Stéphane Ducasse
Hi all

I was toying with

'http://www.squeak.org' asUrl retrieveContent
and

HtmlParser parse:
('http://www.squeak.org' asUrl retrieveContent) content

but apparently it is not in 3.9 and it was in 3.6 so was it in Scamper?

Stef

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: toying to get some fun lecture

Smalltalkman

Stéphane Ducasse-2 wrote
Hi all

I was toying with

'http://www.squeak.org' asUrl retrieveContent
and

HtmlParser parse:
('http://www.squeak.org' asUrl retrieveContent) content

but apparently it is not in 3.9 and it was in 3.6 so was it in Scamper?

Stef

_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: toying to get some fun lecture

Smalltalkman
I am not able to get scamper to work in the latest Seaside image.  I loaded HTML and Scamper through Monticello.  I get many errors.

Reply | Threaded
Open this post in threaded view
|

Re: toying to get some fun lecture

Stéphane Ducasse
In reply to this post by Smalltalkman
Scamper this is clear to me.
With HTML I could do the following examples

On Jul 20, 2009, at 5:49 PM, BMason wrote:

>
>
>
> Stéphane Ducasse-2 wrote:
>>
>> Hi all
>>
>> I was toying with
>>
>> 'http://www.squeak.org' asUrl retrieveContent
>> and
>>
>> HtmlParser parse:
>> ('http://www.squeak.org' asUrl retrieveContent) content
>>
>> but apparently it is not in 3.9 and it was in 3.6 so was it in  
>> Scamper?
>>
>> Stef
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>
> --
> View this message in context: http://n2.nabble.com/toying-to-get-some-fun-lecture-tp2956371p3289659.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: toying to get some fun lecture

Smalltalkman
Yes,  your example works fine.  I appreciate your work.

I am not familiar with scamper and just want to try it as easily as I can.


Stéphane Ducasse-2 wrote
Scamper this is clear to me.
With HTML I could do the following examples

On Jul 20, 2009, at 5:49 PM, BMason wrote: