Pharocasts: Build a XML browser

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

Pharocasts: Build a XML browser

laurent laffont
Watch this to learn how to:
- get and parse XML
- use Polymorph to build a GUI with a tree and text editor
- add a button in Pharo IDE to open the XML browser
- control when your breakpoints will trigger



Laurent Laffont - @lolgzs

Pharo Smalltalk Screencasts: http://www.pharocasts.com/
Blog: http://magaloma.blogspot.com/
Reply | Threaded
Open this post in threaded view
|

Re: Pharocasts: Build a XML browser

Tudor Girba
Hi,

Nice.

Just for comparison, I created a counter part demo for the browser building part using Glamour:
http://www.tudorgirba.com/blog/simple-xml-browser-with-glamour

Cheers,
Doru

 
On 6 Mar 2011, at 22:31, laurent laffont wrote:

> Watch this to learn how to:
> - get and parse XML
> - use Polymorph to build a GUI with a tree and text editor
> - add a button in Pharo IDE to open the XML browser
> - control when your breakpoints will trigger
>
> see http://www.pharocasts.com/2011/03/build-xml-browser.html
>
>
> Laurent Laffont - @lolgzs
>
> Pharo Smalltalk Screencasts: http://www.pharocasts.com/
> Blog: http://magaloma.blogspot.com/

--
www.tudorgirba.com

"Beauty is where we see it."




Reply | Threaded
Open this post in threaded view
|

Re: Pharocasts: Build a XML browser

laurent laffont

On Mon, Mar 7, 2011 at 4:47 PM, Tudor Girba <[hidden email]> wrote:
Hi,

Nice.

Just for comparison, I created a counter part demo for the browser building part using Glamour:
http://www.tudorgirba.com/blog/simple-xml-browser-with-glamour


Cool ! I've updated PharoCasts to link on your demo. (oh, and can't wait your screencasts on Moose ;)

Laurent.
 


Cheers,
Doru


On 6 Mar 2011, at 22:31, laurent laffont wrote:

> Watch this to learn how to:
> - get and parse XML
> - use Polymorph to build a GUI with a tree and text editor
> - add a button in Pharo IDE to open the XML browser
> - control when your breakpoints will trigger
>
> see http://www.pharocasts.com/2011/03/build-xml-browser.html
>
>
> Laurent Laffont - @lolgzs
>
> Pharo Smalltalk Screencasts: http://www.pharocasts.com/
> Blog: http://magaloma.blogspot.com/

--
www.tudorgirba.com

"Beauty is where we see it."





Reply | Threaded
Open this post in threaded view
|

Re: Pharocasts: Build a XML browser

Tudor Girba
Thanks :).

I finally settled on a set of tools that kind of work at the moment, so indeed, more screencasts will come.

Cheers,
Doru


On 7 Mar 2011, at 18:01, laurent laffont wrote:

>
> On Mon, Mar 7, 2011 at 4:47 PM, Tudor Girba <[hidden email]> wrote:
> Hi,
>
> Nice.
>
> Just for comparison, I created a counter part demo for the browser building part using Glamour:
> http://www.tudorgirba.com/blog/simple-xml-browser-with-glamour
>
>
> Cool ! I've updated PharoCasts to link on your demo. (oh, and can't wait your screencasts on Moose ;)
>
> Laurent.
>
>
>
> Cheers,
> Doru
>
>
> On 6 Mar 2011, at 22:31, laurent laffont wrote:
>
>> Watch this to learn how to:
>> - get and parse XML
>> - use Polymorph to build a GUI with a tree and text editor
>> - add a button in Pharo IDE to open the XML browser
>> - control when your breakpoints will trigger
>>
>> see http://www.pharocasts.com/2011/03/build-xml-browser.html
>>
>>
>> Laurent Laffont - @lolgzs
>>
>> Pharo Smalltalk Screencasts: http://www.pharocasts.com/
>> Blog: http://magaloma.blogspot.com/
>
> --
> www.tudorgirba.com
>
> "Beauty is where we see it."
>
>
>
>
>

--
www.tudorgirba.com

"From an abstract enough point of view, any two things are similar."




Reply | Threaded
Open this post in threaded view
|

Re: Pharocasts: Build a XML browser

fstephany
Yeah !
Do you plan to have voice for them?


> I finally settled on a set of tools that kind of work at the moment, so indeed, more screencasts will come.
>
> Cheers,
> Doru