From philippe.marschall at gmail.com Tue Dec 12 18:23:13 2006 From: philippe.marschall at gmail.com (Philippe Marschall) Date: Tue, 12 Dec 2006 18:23:13 +0100 Subject: [ANN] Audioscrobbler Plugin for Pier Message-ID: <66666f210612120923s2ed15f62sd87b628b4d94250b@mail.gmail.com> Hi There is now an audioscrobbler[1] plugin for Pier at [2]. Margitte is used for XML data binding. It makes use of traits so you will need a Squeak 3.9. And the YAXO XML parser. Currently supported are: * Top Artists * Top Albums * Top Tracks * Top Tags * Recent Tracks * Recent Banned Tracks * Recent Loved Tracks * Weekly Artist Chart * Weekly Album Chart * Weekly Track Chart The Audioscrobbler system is a database that tracks listening habits and calculates relationships and recommendations based on the music people listen to. A screenshot can be found at: http://img79.imageshack.us/img79/7537/audioscrobblervp6.png [1] http://www.audioscrobbler.net/ [2] http://mc.lukas-renggli.ch/audioscrobbler/ Cheers Philippe From avanos at xs4all.nl Tue Dec 12 20:26:05 2006 From: avanos at xs4all.nl (Adriaan van Os) Date: Tue, 12 Dec 2006 20:26:05 +0100 (CET) Subject: [ANN] Audioscrobbler Plugin for Pier In-Reply-To: <66666f210612120923s2ed15f62sd87b628b4d94250b@mail.gmail.com> References: <66666f210612120923s2ed15f62sd87b628b4d94250b@mail.gmail.com> Message-ID: <17396.213.84.174.51.1165951565.squirrel@webmail.xs4all.nl> Hi Philippe, I like Bran Van 3000 ;-) Adriaan. > Hi > > There is now an audioscrobbler[1] plugin for Pier at [2]. Margitte is > used for XML data binding. It makes use of traits so you will need a > Squeak 3.9. And the YAXO XML parser. > > Currently supported are: > * Top Artists > * Top Albums > * Top Tracks > * Top Tags > * Recent Tracks > * Recent Banned Tracks > * Recent Loved Tracks > * Weekly Artist Chart > * Weekly Album Chart > * Weekly Track Chart > > The Audioscrobbler system is a database that tracks listening habits > and calculates relationships and recommendations based on the music > people listen to. > > A screenshot can be found at: > http://img79.imageshack.us/img79/7537/audioscrobblervp6.png > > [1] http://www.audioscrobbler.net/ > [2] http://mc.lukas-renggli.ch/audioscrobbler/ > > Cheers > Philippe > > _______________________________________________ > SmallWiki, Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > -- http://vdg38bis.xs4all.nl From philippe.marschall at gmail.com Tue Dec 12 21:36:04 2006 From: philippe.marschall at gmail.com (Philippe Marschall) Date: Tue, 12 Dec 2006 21:36:04 +0100 Subject: [ANN] Audioscrobbler Plugin for Pier In-Reply-To: <17396.213.84.174.51.1165951565.squirrel@webmail.xs4all.nl> References: <66666f210612120923s2ed15f62sd87b628b4d94250b@mail.gmail.com> <17396.213.84.174.51.1165951565.squirrel@webmail.xs4all.nl> Message-ID: <66666f210612121236h5499b9eap32534d11612b6b87@mail.gmail.com> 2006/12/12, Adriaan van Os : > Hi Philippe, > > I like Bran Van 3000 ;-) It's not my profile, I have no idea who Bran Van 3000 is but that can be corrected easily ;-) Philippe > Adriaan. > > > Hi > > > > There is now an audioscrobbler[1] plugin for Pier at [2]. Margitte is > > used for XML data binding. It makes use of traits so you will need a > > Squeak 3.9. And the YAXO XML parser. > > > > Currently supported are: > > * Top Artists > > * Top Albums > > * Top Tracks > > * Top Tags > > * Recent Tracks > > * Recent Banned Tracks > > * Recent Loved Tracks > > * Weekly Artist Chart > > * Weekly Album Chart > > * Weekly Track Chart > > > > The Audioscrobbler system is a database that tracks listening habits > > and calculates relationships and recommendations based on the music > > people listen to. > > > > A screenshot can be found at: > > http://img79.imageshack.us/img79/7537/audioscrobblervp6.png > > > > [1] http://www.audioscrobbler.net/ > > [2] http://mc.lukas-renggli.ch/audioscrobbler/ > > > > Cheers > > Philippe > > > > _______________________________________________ > > SmallWiki, Magritte, Pier and Related Tools ... > > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > > > > > -- > http://vdg38bis.xs4all.nl > > > _______________________________________________ > SmallWiki, Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > From norbert at hartl.name Wed Dec 13 18:05:52 2006 From: norbert at hartl.name (Norbert Hartl) Date: Wed, 13 Dec 2006 18:05:52 +0100 Subject: HTML Attributes with custom renderers Message-ID: <1166029552.9805.33.camel@localhost> Hi, I'm playing with custom views in Magritte. I have a model and overwrote descriptionContainer with my own instance of MAComponentRenderer. What I'm trying to achieve is to display a text input the following: As a quick test I changed the renderLabel: to renderLabel: aDescription aDescription hasLabel ifTrue: [ html label attributeAt: 'for' put: aDescription hash; with: [ html render: aDescription label ] ] I need an id attribute in the tag which has the same content as the for attribute in the