Page 1 of 1

trashfox.ch

Posted: Thu Jun 16, 2005 5:52 pm
by Azrae
www.trashfox.ch
here is my first page made with cmsms (well, its my second, but first which is finished ;) )

I migrated it from a static-page (quite easy)
It uses only standard-modules and tags (expect a special version of the bulletmenu, similar to the one you can find here in the forum) and it is made with the beta4.

BTW:
beta4 is really cool!
I love the new admin-panel style :)

Re: trashfox.ch

Posted: Thu Jun 16, 2005 11:43 pm
by Ted
I love these kinds of stories.  :)  That's exactly what we're here for.  Thanks!

Re: trashfox.ch

Posted: Sat Jun 18, 2005 9:32 am
by nils73
Great job. And thank you for the description how easy it was to migrate from a static page to CMSMS - we do need more of these success stories. However you should add some meta-information for language, etc.:



Otherwise the system assumes UTF-8 causing some problems on your Imprint, where you have unencoded characters.

Regards,
Nils

Re: trashfox.ch

Posted: Sat Jun 18, 2005 1:19 pm
by Ted
Meta isn't the way to do it.  The encoding should be changed on the template (or in config.php).  CMSMS sends this encoding via HTTP headers.  If the meta tags and HTTP headers don't match, some browsers will have trouble rendering the page and you'll wonder why you're getting blank pages in some browsers.

Re: trashfox.ch

Posted: Sat Jun 18, 2005 2:43 pm
by Azrae
Thank you?
Unencoded characters?

ah, shouldn't be. I have to change them to valid html-characters

Re: trashfox.ch

Posted: Mon Jun 20, 2005 4:04 pm
by nils73
I am not familiar with setting the encoding via HTTP headers. But I know that a lot of assistive technology relies on the meta-information, for example several screenreaders do. So meta-information is important as well IMHO.

Regards
Nils

Re: trashfox.ch

Posted: Mon Jun 20, 2005 4:24 pm
by Ted
Meta tags are good too.  The main reason why we use headers, though, is because CMSMS doesn't have control over templates.  So, there is really no good way to force people to use the right meta tags all the time.

As long as the meta tags and headers match (both are using the same encoding), then it won't be an issue.

Re: trashfox.ch

Posted: Mon Jun 27, 2005 8:19 pm
by nils73
Ummm ... please correct me if I am all wrong, but it might be a good idea to put this in the Admin-Preferences.

Set encoding (drop down list)ä

And then provide a tag like {add_meta} for the template ...

Maybe we could then have something like keywords and description as fields in the page-section and even keeping the "additional meta" field might make sense sometimes.

Just my 0.02 EUR again ... ;o)

Regards,
Nils

Re: trashfox.ch

Posted: Mon Jun 27, 2005 9:06 pm
by Ted
Sounds like a good idea.  Have to look at that after 0.10 is released.

Re: trashfox.ch

Posted: Tue Jun 28, 2005 7:43 am
by nils73
just ask me for good ideas (TM) ... as long as i do not have to code it ;o)

Regards,
Nils