Page 1 of 1

business site

Posted: Sun Jan 15, 2006 5:52 pm
by amygdela
I've revamped my business site. Well, I'm still working on it but so far so good.

I managed to validate the website against XHTMl 1.1, 508 and WCAG priority 1, 2 and 3 standards and I must admit I thought the output of FCKEditor wasn't capable of exporting such clean code.

So it's still work in progress but I wondered what you think of it.

http://jmstudio.nl

(don't get confused with JAVA's JMstudio, I never knew that existed until my brother pointed it out to me...., 2 days after registering the domain  :'()

Re: business site

Posted: Thu Jan 19, 2006 11:54 am
by cyberman
amygdela wrote: I must admit I thought the output of FCKEditor wasn't capable of exporting such clean code.
That's why I don't like FCKEditor. The editor makes some code changes I don't want. For example try this:

Insert this in wysiwyg mode:
"bla bla"
and than look in source code. You will found this
"bla bla"
It means every input like tags will destroyed - you MUST control the source code  >:(.

My favourite editor TinyMCE do it right  ;D ...

Re: business site

Posted: Fri Jan 20, 2006 4:35 am
by amygdela
Errr, Cyberman. " is the correct notation for quotes in HTML.

But FCKEditor wrecks your indents and spaces in the source as well (this happens throughout the whole script, by the way), so I've switched it off for now.

Re: business site

Posted: Fri Jan 20, 2006 5:53 am
by cyberman
amygdela wrote: Errr, Cyberman. " is the correct notation for quotes in HTML.
For HTML that's right I know, but not for tags.

Another example  :). I wrote this in wysiwyg mode
{cms_module module="news" number="5" category="Bier"}
and got this source
{cms_module module="news" number="5" category="Bier"}
This will not work.

For me it's easy to check the source code, but not for my customers.

Re: business site

Posted: Sun Jan 22, 2006 10:44 am
by amygdela
Oh really? I reckon I never had such problems. I just type that in my WYSIWYG, and I get what I need...?