From jfitzell at gmail.com Tue Nov 3 07:56:58 2009 From: jfitzell at gmail.com (Julian Fitzell) Date: Mon, 2 Nov 2009 22:56:58 -0800 Subject: Pier for VASt Message-ID: <4a5dbd430911022256y3db4c444ke1416cf724e0fcf@mail.gmail.com> I just announced a first (alpha-ish) release of Pier for VA Smalltalk: http://blog.fitzell.ca/2009/11/pier-for-vast.html It uses Grease, the same portability layer as Seaside 3.0a5 so may prove fairly straightforward to move onto other platforms that already support Seaside. There's still plenty of cleanup required though, probably. Julian From chaetal at gmail.com Tue Nov 3 08:40:46 2009 From: chaetal at gmail.com (Dennis Schetinin) Date: Tue, 3 Nov 2009 10:40:46 +0300 Subject: Pier for VASt In-Reply-To: <4a5dbd430911022256y3db4c444ke1416cf724e0fcf@mail.gmail.com> References: <4a5dbd430911022256y3db4c444ke1416cf724e0fcf@mail.gmail.com> Message-ID: <84f77e270911022340w2e17e4ado5550ebbb83753398@mail.gmail.com> 2009/11/3 Julian Fitzell > I just announced a first (alpha-ish) release of Pier for VA Smalltalk: > http://blog.fitzell.ca/2009/11/pier-for-vast.html > > It uses Grease, the same portability layer as Seaside 3.0a5 so may > prove fairly straightforward to move onto other platforms that already > support Seaside. There's still plenty of cleanup required though, > probably. > > Julian > So, this is Pier based on Seaside 3.0, right? -- Dennis Schetinin -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfitzell at gmail.com Tue Nov 3 09:32:16 2009 From: jfitzell at gmail.com (Julian Fitzell) Date: Tue, 3 Nov 2009 00:32:16 -0800 Subject: Pier for VASt In-Reply-To: <84f77e270911022340w2e17e4ado5550ebbb83753398@mail.gmail.com> References: <4a5dbd430911022256y3db4c444ke1416cf724e0fcf@mail.gmail.com> <84f77e270911022340w2e17e4ado5550ebbb83753398@mail.gmail.com> Message-ID: <4a5dbd430911030032s1d89f36u7a284c285ed71a39@mail.gmail.com> On Mon, Nov 2, 2009 at 11:40 PM, Dennis Schetinin wrote: > > > 2009/11/3 Julian Fitzell >> >> I just announced a first (alpha-ish) release of Pier for VA Smalltalk: >> http://blog.fitzell.ca/2009/11/pier-for-vast.html >> >> It uses Grease, the same portability layer as Seaside 3.0a5 so may >> prove fairly straightforward to move onto other platforms that already >> support Seaside. There's still plenty of cleanup required though, >> probably. >> >> Julian > > So, this is Pier based on Seaside 3.0, right? Yes, 3.0a5. Julian From matthias.berth at googlemail.com Wed Nov 4 19:17:31 2009 From: matthias.berth at googlemail.com (Matthias Berth) Date: Wed, 4 Nov 2009 19:17:31 +0100 Subject: Pier-Book: MessageNotUnderstood printLatexOn: In-Reply-To: <67628d690910270027p640015ei81f5b83f9ba4239a@mail.gmail.com> References: <9aa6ae270910261409l137c8026ta5ceaafc21aade18@mail.gmail.com> <4a5dbd430910261456w5648e41dn97734b4cb7b32d58@mail.gmail.com> <9aa6ae270910261545s5b2324f1u61f4d2ee8fdd06a5@mail.gmail.com> <67628d690910270027p640015ei81f5b83f9ba4239a@mail.gmail.com> Message-ID: <9aa6ae270911041017k2dd544b6u98ec1994d9c227c3@mail.gmail.com> Thanks Lukas, that works. Matthias On Tue, Oct 27, 2009 at 8:27 AM, Lukas Renggli wrote: > Pier-Book depends on Pier-Documentation. I removed that dependency and > duplicated the code into Pier-Book, as most people won't use > Pier-Docuemntation anyway. The following version should solve the > problem: > > ?Name: Pier-Book-lr.101 > ?Author: lr > ?Time: 27 October 2009, 8:26:28 am > ?UUID: d107adbd-2a9f-405c-b433-4c39cf3c3a96 > ?Ancestors: Pier-Book-lr.100 > > ?- got rid of dependency to Pier-Documentation > > 2009/10/26 Matthias Berth : >> Hi Julian, >> >> thanks, but that isn't the problem, I find no implementer of >> printLatexOn: anywhere in that image. >> >> Matthias >> >> On Mon, Oct 26, 2009 at 10:56 PM, Julian Fitzell wrote: >>> Sounds like maybe that package hasn't been modified to work with >>> closure-aware Squeak images. Probably you can just copy the equivalent >>> method from BlockContext... >>> >>> Julian >>> >>> On Mon, Oct 26, 2009 at 2:09 PM, Matthias Berth >>> wrote: >>>> Hi, >>>> >>>> I like the seaside book at http://book.seaside.st. Now I am trying to >>>> find out how to use Pier for doing something similar myself (i.e. >>>> going from a wiki to a book). >>>> >>>> I saw the Pier-Book addon and loaded it from the repository: >>>> http://source.lukas-renggli.ch/pieraddons. Now I can add a Book (and >>>> chapters etc) to my Pier site, fine. When I click on the LaTeX link, I >>>> get >>>> >>>> ?MessageNotUnderstood: BlockClosure>>printLatexOn: >>>> >>>> I saw no implementer, found nothing on google, either. I am using the >>>> current Pharo image with pier already installed. >>>> >>>> Where do I get that method? >>>> >>>> Thanks >>>> >>>> >>>> Matthias >>>> _______________________________________________ >>>> Magritte, Pier and Related Tools ... >>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >>>> >>> >>> _______________________________________________ >>> Magritte, Pier and Related Tools ... >>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >>> >> >> _______________________________________________ >> Magritte, Pier and Related Tools ... >> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >> > > > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > From jvdsandt at gmail.com Fri Nov 6 15:25:30 2009 From: jvdsandt at gmail.com (Jan van de Sandt) Date: Fri, 6 Nov 2009 15:25:30 +0100 Subject: MAExternalFileModel should override the equals method Message-ID: <50d1d2c90911060625he777f76w6775a09ac23501eb@mail.gmail.com> Hello, I had a problem with updates of css files in Pier (using the pharo-1.0-10491-rc1web09.10.5 image). My updates were ignored. After some debugging I found out that the the cause of the problem was that two different MAExternalFileModel instances compared equal. They were both called 'style.css' but they had a different location. The location was not checked in the equals method. After adding the following equals method to MAExternalFileMethod everything worked fine: = anObject ^super = anObject and: [ self location = anObject location ] Greetings, Jan. -------------- next part -------------- An HTML attachment was scrubbed... URL: From renggli at gmail.com Fri Nov 6 15:39:21 2009 From: renggli at gmail.com (Lukas Renggli) Date: Fri, 6 Nov 2009 15:39:21 +0100 Subject: MAExternalFileModel should override the equals method In-Reply-To: <50d1d2c90911060625he777f76w6775a09ac23501eb@mail.gmail.com> References: <50d1d2c90911060625he777f76w6775a09ac23501eb@mail.gmail.com> Message-ID: <67628d690911060639ia6877e6q21146d5ad35ffd3b@mail.gmail.com> Thank you, I integrated your change. Lukas 2009/11/6 Jan van de Sandt : > Hello, > > I had a problem with updates of css files in Pier (using the > pharo-1.0-10491-rc1web09.10.5 image). My updates were ignored. > > After some debugging I found out that the the cause of the problem was that > two different MAExternalFileModel instances compared equal. They were both > called 'style.css' but they had a different location. The location was not > checked in the equals method. After adding the following equals method to > MAExternalFileMethod everything worked fine: > > = anObject > ??? ^super = anObject and: [ self location = anObject location ] > > Greetings, > Jan. > > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > -- Lukas Renggli http://www.lukas-renggli.ch From chaetal at gmail.com Thu Nov 19 10:35:41 2009 From: chaetal at gmail.com (Dennis Schetinin) Date: Thu, 19 Nov 2009 12:35:41 +0300 Subject: Pier and problems with files (again) Message-ID: <84f77e270911190135s104121d4x9881289858618b62@mail.gmail.com> 2009/7/31 Mariano Martinez Peck > > On Thu, Jul 30, 2009 at 11:35 PM, John McKeon wrote: > >> Hi Mariano! >> Try using the Browse command. > > > As always, John giving me the light ;) > > Yeah!!! That did the trick. As I cannot go to that file, I went to the > parent and used the browse command and all the childs were also listed. Then > I selected the child (the file I wanted to remove) and I removed!!! > > Yes, that works. But the problem is still there: unable to manage files (pictures for example) like other ('usual') components. The picture is just rendered as is, without any Pier tools around. How can I fix this? -- Dennis Schetinin -------------- next part -------------- An HTML attachment was scrubbed... URL: From renggli at gmail.com Thu Nov 19 10:58:09 2009 From: renggli at gmail.com (Lukas Renggli) Date: Thu, 19 Nov 2009 10:58:09 +0100 Subject: Pier and problems with files (again) In-Reply-To: <84f77e270911190135s104121d4x9881289858618b62@mail.gmail.com> References: <84f77e270911190135s104121d4x9881289858618b62@mail.gmail.com> Message-ID: <67628d690911190158h67bac25br47f13103d676c824@mail.gmail.com> When you link *picture.png* a file it is linked and directly downloaded. When you embed a file +picture.png+ it is embedded into the page. To navigate to the file structure you have to through the browse view or directly type the edit URL. I know that this is not that convenient, but I haven't found a different solution yet to accommodate these 3 use-cases. Lukas 2009/11/19 Dennis Schetinin : > > > 2009/7/31 Mariano Martinez Peck >> >> On Thu, Jul 30, 2009 at 11:35 PM, John McKeon wrote: >>> >>> Hi Mariano! >>> Try using the Browse command. >> >> As always, John giving me the light ;) >> >> Yeah!!! That did the trick. As I cannot go to that file, I went to the >> parent and used the browse command and all the childs were also listed. Then >> I selected the child (the file I wanted to remove) and I removed!!! >> > > Yes, that works. But the problem is still there: unable to manage files > (pictures for example) like other ('usual') components. The picture is just > rendered as is, without any Pier tools around. How can I fix this? > > -- > Dennis Schetinin > > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > -- Lukas Renggli http://www.lukas-renggli.ch From chaetal at gmail.com Thu Nov 19 11:12:41 2009 From: chaetal at gmail.com (Dennis Schetinin) Date: Thu, 19 Nov 2009 13:12:41 +0300 Subject: Pier and problems with files (again) In-Reply-To: <67628d690911190158h67bac25br47f13103d676c824@mail.gmail.com> References: <84f77e270911190135s104121d4x9881289858618b62@mail.gmail.com> <67628d690911190158h67bac25br47f13103d676c824@mail.gmail.com> Message-ID: <84f77e270911190212q773b7e3au8c520da4a2cd7229@mail.gmail.com> 2009/11/19 Lukas Renggli > When you link *picture.png* a file it is linked and directly downloaded. > > When you embed a file +picture.png+ it is embedded into the page. > > To navigate to the file structure you have to through the browse view > or directly type the edit URL. I know that this is not that > convenient, but I haven't found a different solution yet to > accommodate these 3 use-cases. > > Lukas > Yes, this works, thank you very much! :) -- Dennis Schetinin -------------- next part -------------- An HTML attachment was scrubbed... URL: From chaetal at gmail.com Thu Nov 19 16:24:28 2009 From: chaetal at gmail.com (Dennis Schetinin) Date: Thu, 19 Nov 2009 18:24:28 +0300 Subject: No numbers in tags cloud? Message-ID: <84f77e270911190724r8531426he35647d932c50505@mail.gmail.com> Having a blog entry tagged by "st2009", I see the corresponding key in the tags cloud as "st". Is it a bug? How to fix it? TIA -- Dennis Schetinin -------------- next part -------------- An HTML attachment was scrubbed... URL: From niko.schwarz at googlemail.com Thu Nov 19 16:32:33 2009 From: niko.schwarz at googlemail.com (Niko Schwarz) Date: Thu, 19 Nov 2009 16:32:33 +0100 Subject: Specify the attributes of the img tag in Pier Message-ID: Hi there, when I include an image into my pier page, I don't find the point in time where I may set the size of the image in the browser. I'm looking for something like the Wikipedia [[Image:wiki.png|30 px|Wikipedia Encyclopedia]], which woul dinclude the image wiki.png in 30 px size. Cheers, Niko -- http://scg.unibe.ch/staff/Schwarz twitter.com/nes1983 Tel: +41 076 235 8683 From tudor.girba at gmail.com Thu Nov 19 16:39:14 2009 From: tudor.girba at gmail.com (Tudor Girba) Date: Thu, 19 Nov 2009 16:39:14 +0100 Subject: Specify the attributes of the img tag in Pier In-Reply-To: References: Message-ID: Hi, This should work: +image|width=30|height=30+ Cheers, Doru On 19 Nov 2009, at 16:32, Niko Schwarz wrote: > Hi there, > > when I include an image into my pier page, I don't find the point in > time where I may set the size of the image in the browser. I'm looking > for something like the Wikipedia [[Image:wiki.png|30 px|Wikipedia > Encyclopedia]], which woul dinclude the image wiki.png in 30 px size. > > Cheers, > > Niko > > -- > http://scg.unibe.ch/staff/Schwarz > twitter.com/nes1983 > Tel: +41 076 235 8683 > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki -- www.tudorgirba.com "Every now and then stop and ask yourself if the war you're fighting is the right one." From renggli at gmail.com Thu Nov 19 18:08:18 2009 From: renggli at gmail.com (Lukas Renggli) Date: Thu, 19 Nov 2009 18:08:18 +0100 Subject: No numbers in tags cloud? In-Reply-To: <84f77e270911190724r8531426he35647d932c50505@mail.gmail.com> References: <84f77e270911190724r8531426he35647d932c50505@mail.gmail.com> Message-ID: <67628d690911190908x1b46dd3fkb85b0801e3aabf26@mail.gmail.com> That's intentional, the tokenizer and stemmer in #tokenize:using: is implemented like that. If you wanted a different strategy you could either directly patch the code or create a subclass and override this method. Cheers, Lukas 2009/11/19 Dennis Schetinin : > Having a blog entry tagged by "st2009", I see the corresponding key in the > tags cloud as "st". Is it a bug? How to fix it? TIA > > -- > Dennis Schetinin > > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > -- Lukas Renggli http://www.lukas-renggli.ch From niko.schwarz at googlemail.com Thu Nov 19 22:10:46 2009 From: niko.schwarz at googlemail.com (Niko Schwarz) Date: Thu, 19 Nov 2009 22:10:46 +0100 Subject: Specify the attributes of the img tag in Pier In-Reply-To: References: Message-ID: Thanks! Is this documented anywhere? Otherwise, my next question would be how to let the pic float on the right rather than on the left. On Thu, Nov 19, 2009 at 4:39 PM, Tudor Girba wrote: > Hi, > > This should work: > +image|width=30|height=30+ > > Cheers, > Doru > > > On 19 Nov 2009, at 16:32, Niko Schwarz wrote: > >> Hi there, >> >> when I include an image into my pier page, I don't find the point in >> time where I may set the size of the image in the browser. I'm looking >> for something like the Wikipedia [[Image:wiki.png|30 px|Wikipedia >> Encyclopedia]], which woul dinclude the image wiki.png in 30 px size. >> >> Cheers, >> >> Niko >> >> -- http://scg.unibe.ch/staff/Schwarz >> twitter.com/nes1983 >> Tel: +41 076 235 8683 >> _______________________________________________ >> Magritte, Pier and Related Tools ... >> https://www.iam.unibe.ch/mailman/listinfo/smallwiki > > -- > www.tudorgirba.com > > "Every now and then stop and ask yourself if the war you're fighting is the > right one." > > > > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > -- -- http://scg.unibe.ch/staff/Schwarz twitter.com/nes1983 Tel: +41 076 235 8683 From tudor.girba at gmail.com Thu Nov 19 22:22:39 2009 From: tudor.girba at gmail.com (Tudor Girba) Date: Thu, 19 Nov 2009 22:22:39 +0100 Subject: Specify the attributes of the img tag in Pier In-Reply-To: References: Message-ID: That one you solve by embedding it in a div and then specify the css class for that one. I typically have in my CSS: .floatRight {float: right;} and then I can use:
+img+
Cheers, Doru On 19 Nov 2009, at 22:10, Niko Schwarz wrote: > Thanks! Is this documented anywhere? Otherwise, my next question would > be how to let the pic float on the right rather than on the left. > > On Thu, Nov 19, 2009 at 4:39 PM, Tudor Girba > wrote: >> Hi, >> >> This should work: >> +image|width=30|height=30+ >> >> Cheers, >> Doru >> >> >> On 19 Nov 2009, at 16:32, Niko Schwarz wrote: >> >>> Hi there, >>> >>> when I include an image into my pier page, I don't find the point in >>> time where I may set the size of the image in the browser. I'm >>> looking >>> for something like the Wikipedia [[Image:wiki.png|30 px|Wikipedia >>> Encyclopedia]], which woul dinclude the image wiki.png in 30 px >>> size. >>> >>> Cheers, >>> >>> Niko >>> >>> -- http://scg.unibe.ch/staff/Schwarz >>> twitter.com/nes1983 >>> Tel: +41 076 235 8683 >>> _______________________________________________ >>> Magritte, Pier and Related Tools ... >>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >> >> -- >> www.tudorgirba.com >> >> "Every now and then stop and ask yourself if the war you're >> fighting is the >> right one." >> >> >> >> _______________________________________________ >> Magritte, Pier and Related Tools ... >> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >> > > > > -- > -- > http://scg.unibe.ch/staff/Schwarz > twitter.com/nes1983 > Tel: +41 076 235 8683 > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki -- www.tudorgirba.com "Be rather willing to give than demanding to get." From renggli at gmail.com Thu Nov 19 22:27:15 2009 From: renggli at gmail.com (Lukas Renggli) Date: Thu, 19 Nov 2009 22:27:15 +0100 Subject: Specify the attributes of the img tag in Pier In-Reply-To: References: Message-ID: <67628d690911191327x229fba71p3cd06dac58ae5d23@mail.gmail.com> No need to use a div. If you use blueprint you just add the appropriate css class: +img|class=left+ +img|class=right+ Also you can directly put styles into the image tag: +img|style=float:left+ All details are documented in the code, but these are the basics ;-) Cheers, Lukas 2009/11/19 Tudor Girba : > That one you solve by embedding it in a div and then specify the css class > for that one. I typically have in my CSS: > > .floatRight {float: right;} > > and then I can use: > >
+img+
> > Cheers, > Doru > > > On 19 Nov 2009, at 22:10, Niko Schwarz wrote: > >> Thanks! Is this documented anywhere? Otherwise, my next question would >> be how to let the pic float on the right rather than on the left. >> >> On Thu, Nov 19, 2009 at 4:39 PM, Tudor Girba >> wrote: >>> >>> Hi, >>> >>> This should work: >>> +image|width=30|height=30+ >>> >>> Cheers, >>> Doru >>> >>> >>> On 19 Nov 2009, at 16:32, Niko Schwarz wrote: >>> >>>> Hi there, >>>> >>>> when I include an image into my pier page, I don't find the point in >>>> time where I may set the size of the image in the browser. I'm looking >>>> for something like the Wikipedia [[Image:wiki.png|30 px|Wikipedia >>>> Encyclopedia]], which woul dinclude the image wiki.png in 30 px size. >>>> >>>> Cheers, >>>> >>>> Niko >>>> >>>> -- http://scg.unibe.ch/staff/Schwarz >>>> twitter.com/nes1983 >>>> Tel: +41 076 235 8683 >>>> _______________________________________________ >>>> Magritte, Pier and Related Tools ... >>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >>> >>> -- >>> www.tudorgirba.com >>> >>> "Every now and then stop and ask yourself if the war you're fighting is >>> the >>> right one." >>> >>> >>> >>> _______________________________________________ >>> Magritte, Pier and Related Tools ... >>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >>> >> >> >> >> -- >> -- >> http://scg.unibe.ch/staff/Schwarz >> twitter.com/nes1983 >> Tel: +41 076 235 8683 >> _______________________________________________ >> Magritte, Pier and Related Tools ... >> https://www.iam.unibe.ch/mailman/listinfo/smallwiki > > -- > www.tudorgirba.com > > "Be rather willing to give than demanding to get." > > > > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > -- Lukas Renggli http://www.lukas-renggli.ch From niko.schwarz at googlemail.com Sat Nov 21 16:16:58 2009 From: niko.schwarz at googlemail.com (Niko Schwarz) Date: Sat, 21 Nov 2009 16:16:58 +0100 Subject: Specify the attributes of the img tag in Pier In-Reply-To: <67628d690911191327x229fba71p3cd06dac58ae5d23@mail.gmail.com> References: <67628d690911191327x229fba71p3cd06dac58ae5d23@mail.gmail.com> Message-ID: cool, that works, thanks! niko On Thu, Nov 19, 2009 at 10:27 PM, Lukas Renggli wrote: > No need to use a div. If you use blueprint you just add the > appropriate css class: > > +img|class=left+ > +img|class=right+ > > Also you can directly put styles into the image tag: > > +img|style=float:left+ > > All details are documented in the code, but these are the basics ;-) > > Cheers, > Lukas > > 2009/11/19 Tudor Girba : >> That one you solve by embedding it in a div and then specify the css class >> for that one. I typically have in my CSS: >> >> .floatRight {float: right;} >> >> and then I can use: >> >>
+img+
>> >> Cheers, >> Doru >> >> >> On 19 Nov 2009, at 22:10, Niko Schwarz wrote: >> >>> Thanks! Is this documented anywhere? Otherwise, my next question would >>> be how to let the pic float on the right rather than on the left. >>> >>> On Thu, Nov 19, 2009 at 4:39 PM, Tudor Girba >>> wrote: >>>> >>>> Hi, >>>> >>>> This should work: >>>> +image|width=30|height=30+ >>>> >>>> Cheers, >>>> Doru >>>> >>>> >>>> On 19 Nov 2009, at 16:32, Niko Schwarz wrote: >>>> >>>>> Hi there, >>>>> >>>>> when I include an image into my pier page, I don't find the point in >>>>> time where I may set the size of the image in the browser. I'm looking >>>>> for something like the Wikipedia [[Image:wiki.png|30 px|Wikipedia >>>>> Encyclopedia]], which woul dinclude the image wiki.png in 30 px size. >>>>> >>>>> Cheers, >>>>> >>>>> Niko >>>>> >>>>> -- http://scg.unibe.ch/staff/Schwarz >>>>> twitter.com/nes1983 >>>>> Tel: +41 076 235 8683 >>>>> _______________________________________________ >>>>> Magritte, Pier and Related Tools ... >>>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >>>> >>>> -- >>>> www.tudorgirba.com >>>> >>>> "Every now and then stop and ask yourself if the war you're fighting is >>>> the >>>> right one." >>>> >>>> >>>> >>>> _______________________________________________ >>>> Magritte, Pier and Related Tools ... >>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >>>> >>> >>> >>> >>> -- >>> -- >>> http://scg.unibe.ch/staff/Schwarz >>> twitter.com/nes1983 >>> Tel: +41 076 235 8683 >>> _______________________________________________ >>> Magritte, Pier and Related Tools ... >>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >> >> -- >> www.tudorgirba.com >> >> "Be rather willing to give than demanding to get." >> >> >> >> _______________________________________________ >> Magritte, Pier and Related Tools ... >> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >> > > > > -- > Lukas Renggli > http://www.lukas-renggli.ch > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > -- -- http://scg.unibe.ch/staff/Schwarz twitter.com/nes1983 Tel: +41 076 235 8683 From damien.cassou at gmail.com Sat Nov 21 17:11:17 2009 From: damien.cassou at gmail.com (Damien Cassou) Date: Sat, 21 Nov 2009 17:11:17 +0100 Subject: Specify the attributes of the img tag in Pier In-Reply-To: References: Message-ID: <6ac749c10911210811x28700255l70c80b9837a91e89@mail.gmail.com> On Thu, Nov 19, 2009 at 10:10 PM, Niko Schwarz wrote: > Is this documented anywhere? http://www.piercms.com/doc/faq#36845695 -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry From goran at krampe.se Tue Nov 24 10:44:39 2009 From: goran at krampe.se (=?ISO-8859-1?Q?G=F6ran_Krampe?=) Date: Tue, 24 Nov 2009 10:44:39 +0100 Subject: Some questions about Magritte Message-ID: <4B0BAB07.2090509@krampe.se> Hi! I and a collegue are building a "form engine portal"-kinda-thingie and we are using Seaside3.0 and Magritte. The goal is to create a "standard" for describing wizard-like-forms and then to use Magritte to create a good looking "engine" for these wizards. Now, as I can see it seems that Magritte has no notion of "pages" as in a wizard or anything wizard-like, right? So my current conclusion is that it would be best for us to create the Wizard component that uses a dynamically generated Magritte component for each "page", seems reasonable? Secondly, how hard is it - or can Magritte already use say JQuery to do "immediate" validation etc on fields? We need to be a biz snazzy here and make it look good so I want to be able to do validation when the user moves focus from a field etc. Anyway, it is fun to get into Magritte (last time I looked it was slightly immature and we opted to build our own "similar" thing in Gjallar instead of reusing Magritte) - but could someone point to more good examples perhaps? The unit tests are written in an ... "economic" style which doesn't leave them as easily digested examples IMHO. ;) regards, G?ran From philippe.marschall at gmail.com Tue Nov 24 14:26:02 2009 From: philippe.marschall at gmail.com (Philippe Marschall) Date: Tue, 24 Nov 2009 14:26:02 +0100 Subject: Some questions about Magritte In-Reply-To: <4B0BAB07.2090509@krampe.se> References: <4B0BAB07.2090509@krampe.se> Message-ID: <66666f210911240526m478a8ea2o65d2ddc91f15a25e@mail.gmail.com> 2009/11/24 G?ran Krampe : > Hi! > > I and a collegue are building a "form engine portal"-kinda-thingie and we > are using Seaside3.0 and Magritte. The goal is to create a "standard" for > describing wizard-like-forms and then to use Magritte to create a good > looking "engine" for these wizards. > > Now, as I can see it seems that Magritte has no notion of "pages" as in a > wizard or anything wizard-like, right? So my current conclusion is that it > would be best for us to create the Wizard component that uses a dynamically > generated Magritte component for each "page", seems reasonable? Yes, you can put custom properties on a description like the page number and the select on the ones for the first page, second page, .... The wizard on this page [1] is done like this. > Secondly, how hard is it - or can Magritte already use say JQuery to do > "immediate" validation etc on fields? We need to be a biz snazzy here and > make it look good so I want to be able to do validation when the user moves > focus from a field etc. > > Anyway, it is fun to get into Magritte (last time I looked it was slightly > immature and we opted to build our own "similar" thing in Gjallar instead of > reusing Magritte) - but could someone point to more good examples perhaps? > The unit tests are written in an ... "economic" style which doesn't leave > them as easily digested examples IMHO. ;) The hardest part is wrapping your head around the visitors. [1] http://juniorwebaward.ch/ Cheers Philippe From jfitzell at gmail.com Tue Nov 24 20:17:29 2009 From: jfitzell at gmail.com (Julian Fitzell) Date: Tue, 24 Nov 2009 11:17:29 -0800 Subject: Some questions about Magritte In-Reply-To: <4B0BAB07.2090509@krampe.se> References: <4B0BAB07.2090509@krampe.se> Message-ID: <4a5dbd430911241117l612bf7d7m75b750cb0bf29dc9@mail.gmail.com> If you haven't already,you may want to check out the magritte port I have been working on for VA Smalltalk. Before porting to VA, I updated it all for Seaside 3.0. I don't think the changes were that extensive compared to Pier, but if you run into anything that's not working, you may have more luck with that: http://source.lukas-renggli.ch/magritte2/ Julian 2009/11/24 G?ran Krampe : > Hi! > > I and a collegue are building a "form engine portal"-kinda-thingie and we > are using Seaside3.0 and Magritte. The goal is to create a "standard" for > describing wizard-like-forms and then to use Magritte to create a good > looking "engine" for these wizards. > > Now, as I can see it seems that Magritte has no notion of "pages" as in a > wizard or anything wizard-like, right? So my current conclusion is that it > would be best for us to create the Wizard component that uses a dynamically > generated Magritte component for each "page", seems reasonable? > > Secondly, how hard is it - or can Magritte already use say JQuery to do > "immediate" validation etc on fields? We need to be a biz snazzy here and > make it look good so I want to be able to do validation when the user moves > focus from a field etc. > > Anyway, it is fun to get into Magritte (last time I looked it was slightly > immature and we opted to build our own "similar" thing in Gjallar instead of > reusing Magritte) - but could someone point to more good examples perhaps? > The unit tests are written in an ... "economic" style which doesn't leave > them as easily digested examples IMHO. ;) > > regards, G?ran > > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > From keith_hodges at yahoo.co.uk Tue Nov 24 13:28:30 2009 From: keith_hodges at yahoo.co.uk (keith) Date: Tue, 24 Nov 2009 12:28:30 +0000 Subject: Some questions about Magritte In-Reply-To: <4B0BAB07.2090509@krampe.se> References: <4B0BAB07.2090509@krampe.se> Message-ID: <9516775B-DD47-4BB0-AB74-43938B67AB77@yahoo.co.uk> On 24 Nov 2009, at 09:44, G?ran Krampe wrote: > Hi! > > I and a collegue are building a "form engine portal"-kinda-thingie > and we are using Seaside3.0 and Magritte. The goal is to create a > "standard" for describing wizard-like-forms and then to use Magritte > to create a good looking "engine" for these wizards. > > Now, as I can see it seems that Magritte has no notion of "pages" as > in a wizard or anything wizard-like, right? So my current conclusion > is that it would be best for us to create the Wizard component that > uses a dynamically generated Magritte component for each "page", > seems reasonable? > > Secondly, how hard is it - or can Magritte already use say JQuery to > do "immediate" validation etc on fields? We need to be a biz snazzy > here and make it look good so I want to be able to do validation > when the user moves focus from a field etc. > > Anyway, it is fun to get into Magritte (last time I looked it was > slightly immature and we opted to build our own "similar" thing in > Gjallar instead of reusing Magritte) - but could someone point to > more good examples perhaps? The unit tests are written in an ... > "economic" style which doesn't leave them as easily digested > examples IMHO. ;) > > regards, G?ran > There is a Magritte-package for the immediate validation snazzy stuff. (I havent ported anything to Seaside3.0) Keith From keith_hodges at yahoo.co.uk Wed Nov 25 01:24:05 2009 From: keith_hodges at yahoo.co.uk (keith) Date: Wed, 25 Nov 2009 00:24:05 +0000 Subject: Some questions about Magritte In-Reply-To: <4B0BAB07.2090509@krampe.se> References: <4B0BAB07.2090509@krampe.se> Message-ID: <59B3734E-6BE2-49C4-9974-8EA799C50088@yahoo.co.uk> On 24 Nov 2009, at 09:44, G?ran Krampe wrote: > Hi! > > I and a collegue are building a "form engine portal"-kinda-thingie > and we are using Seaside3.0 and Magritte. The goal is to create a > "standard" for describing wizard-like-forms and then to use Magritte > to create a good looking "engine" for these wizards. > > Now, as I can see it seems that Magritte has no notion of "pages" as > in a wizard or anything wizard-like, right? So my current conclusion > is that it would be best for us to create the Wizard component that > uses a dynamically generated Magritte component for each "page", > seems reasonable? > > Secondly, how hard is it - or can Magritte already use say JQuery to > do "immediate" validation etc on fields? We need to be a biz snazzy > here and make it look good so I want to be able to do validation > when the user moves focus from a field etc. > > Anyway, it is fun to get into Magritte (last time I looked it was > slightly immature and we opted to build our own "similar" thing in > Gjallar instead of reusing Magritte) - but could someone point to > more good examples perhaps? The unit tests are written in an ... > "economic" style which doesn't leave them as easily digested > examples IMHO. ;) > > regards, G?ran I will try that again There is a "Magritte-Scriptaculous" package for the immediate validation snazzy stuff. (I havent ported anything to Seaside3.0) Keith