was wondering how feasible it would be to use external design and css
files with pier.. the thing i am finding is that i can fly through editing such files in my native text editor, but having to edit them in the web interface is slow and error prone. any ideas? thanks! -- ---- peace, sergio photographer, journalist, visionary http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101 _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
I have the CSS of all my sites external. Just create a Seaside File
Library, override #updateRoot: and load whatever styles, scripts, ... you need. Lukas On 11 December 2011 06:42, sergio_101 <[hidden email]> wrote: > was wondering how feasible it would be to use external design and css > files with pier.. > > the thing i am finding is that i can fly through editing such files in > my native text editor, but having to edit them in the web interface is > slow and error prone. > > any ideas? > > thanks! > > -- > ---- > peace, > sergio > photographer, journalist, visionary > > http://www.CodingForHire.com > http://www.coffee-black.com > http://www.painlessfrugality.com > http://www.twitter.com/sergio_101 > http://www.facebook.com/sergio101 > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
thanks, lukas.. i will do just that..
On Sun, Dec 11, 2011 at 4:46 AM, Lukas Renggli <[hidden email]> wrote: > I have the CSS of all my sites external. Just create a Seaside File > Library, override #updateRoot: and load whatever styles, scripts, ... > you need. > -- ---- peace, sergio photographer, journalist, visionary http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101 _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
In reply to this post by Lukas Renggli
oh! got the stylesheets..
what about the design files? can these be external? On Sun, Dec 11, 2011 at 4:46 AM, Lukas Renggli <[hidden email]> wrote: > I have the CSS of all my sites external. Just create a Seaside File > Library, override #updateRoot: and load whatever styles, scripts, ... > you need. > > Lukas > > On 11 December 2011 06:42, sergio_101 <[hidden email]> wrote: >> was wondering how feasible it would be to use external design and css >> files with pier.. >> >> the thing i am finding is that i can fly through editing such files in >> my native text editor, but having to edit them in the web interface is >> slow and error prone. >> >> any ideas? >> >> thanks! >> >> -- >> ---- >> peace, >> sergio >> photographer, journalist, visionary >> >> http://www.CodingForHire.com >> http://www.coffee-black.com >> http://www.painlessfrugality.com >> http://www.twitter.com/sergio_101 >> http://www.facebook.com/sergio101 >> _______________________________________________ >> Magritte, Pier and Related Tools ... >> https://www.iam.unibe.ch/mailman/listinfo/smallwiki > > > > -- > Lukas Renggli > www.lukas-renggli.ch > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki -- ---- peace, sergio photographer, journalist, visionary http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101 _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
Free forum by Nabble | Edit this page |