redirecting links...
by Lawson English
I have a whole slew of images to use. Some can be cached on the server
and many are found in various remote locations which may change in the
markup. Is there any way of creating a macro or +value:thingie+ that
will allow me to refer to images with a a variable prefix?
eg:
prefix0 =''
prefix1 = 'http://www.mysite.com'
+prefix1/images/myimage.png+
vs
+prefix0/images/myimage.png+
Lawson
12 years, 10 months
MAMemoDescription>>columns?
by Dale Henrichs
MAMemoDescription has a lineCount, but no control for the default number
of columns to use in the testArea, so one ends up with tall skinny text
fields...
It can easily be added, so I was wondering if there was a reason it
wasn't implemented...
I'll add it if it sounds like a good idea...
Dale
12 years, 10 months
Hi!
by Мария Сергеева
Hi 2 all! Good subscrubtion, thx!
________________________________________________
http://stydentkam.ru , http://ekzameny.net , http://referat-na-5.ru , http://hellocafe.ru , http://home-happy.ru , http://samkon.ru , http://scouts-russia.ru , http://bestxenon.ru , http://harmonia-plus.ru , http://kond-galereya.ru , http://divi-media.ru , http://v-peremen.ru , http://tonyfill.ru , http://v-peremen.ru , http://tbcom.ru , http://informkom.ru , http://aidsprint.ru , http://stydentam.ru , http://virtuallight.ru
12 years, 10 months
Pier and WAKom/Swazoo
by Dale Henrichs
I am testing ConfigurationOfSeaside preparing for an imminent release
and one of the combos that I'm testing is:
Seaside3.0
Swazoo Adaptor
Pier
and I've noticed that Pier has a number of direct references to the
WAKom class:
PRSegmentPersistency>>cleanupKom (WAKom is Undeclared)
PRDistribution>>register (WAKom is Undeclared)
PRDistribution>>register (WAKomEncoded is Undeclared)
I was wondering if these references were intentional or historical. I
can add explicit dependencies (or the code can be changed or the
packages refactored or ...)...For GemStone I had to do pretty major
surgery on the PRDistribution class because there is a lot of
Pharo-specific code there so it's worth thinking about GemStone if
there's more work done than just testing for the existence of the class ...
While I'm on the subject I noticed that PRLoader has a dependency on
OBSystemBrowserAdaptor, which basically means that all of OmniBrowser
needs to be loaded to bring in Pier-Setup ...
PRLoader class>>setProperPreferences (OBSystemBrowserAdaptor is
Undeclared)
Now that we've created the 'Base' group for Seaside3.0 I suppose we'll
be seeing more of these kinds of dependencies revealed...
Dale
12 years, 10 months
Publication Across Instances
by Steven Baker
Hello,
I'm looking for a way to create new pages locally, in a pier instance,
but "publish" them to a running pier instance on another machine. Is
there a built in way to do this?
Thanks,
-Steven
12 years, 11 months
asDynamicObject in Magritte2
by dtrussardi@tiscali.it
Hi,
i port some code from Magritte to Magritte 2.
Some description based on:
options: [ some my code....... ] asDynamicObject
now erase error because the asDynamicObject method isn't define.
I can remove it and write:
options: some my code
directly.
Thanks,
Dario
12 years, 11 months
Can I transfer pages from my dev machine to a server?
by Pat Maddox
I'm messing around with pier to build a new site. One thing I'm doing is making pages locally, to see how they look, and adding my own behavior, without having to do anything on the server just yet. Is there a way to take individual pages from my local machine and transfer them to the server?
Pat
12 years, 11 months