[WSG] Standards and Blogs

2007-08-13 Thread Rick Lecoat
Hi;

Does anyone have any views regarding the best blogging tool (server-
side, not hosted) from a web-standards perspective? I'm looking at
setting up a business blog at the moment and although I'm wading through
'Blog Design Solutions' by Andy Budd et al I'm still not certain which
one to settle on -- Movable Type, Experession Engine and Wordpress all
have their pros and cons, but I'd like the blog pages to be as standards-
friendly as possible (I assume that they are never going to be
completely so on account of the blog-specific template tags and such).

If one has never gone down the blog route before it's all a bit daunting
and techno-befuddling, so any advice is welcome.

Many thanks as always.

-- 
Rick Lecoat



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Standards and Blogs

2007-08-13 Thread John Faulds
I've only used Expression Engine and Wordpress but they'll output whatever  
HTML you put into your templates so how standards-friendly is entirely up  
to the user and there is no limitations imposed by the CMS.


On Mon, 13 Aug 2007 20:01:32 +1000, Rick Lecoat [EMAIL PROTECTED]  
wrote:



Hi;

Does anyone have any views regarding the best blogging tool (server-
side, not hosted) from a web-standards perspective? I'm looking at
setting up a business blog at the moment and although I'm wading through
'Blog Design Solutions' by Andy Budd et al I'm still not certain which
one to settle on -- Movable Type, Experession Engine and Wordpress all
have their pros and cons, but I'd like the blog pages to be as standards-
friendly as possible (I assume that they are never going to be
completely so on account of the blog-specific template tags and such).

If one has never gone down the blog route before it's all a bit daunting
and techno-befuddling, so any advice is welcome.

Many thanks as always.





--
Tyssen Design
www.tyssendesign.com.au
Ph: (07) 3300 3303
Mb: 0405 678 590


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Standards and Blogs

2007-08-13 Thread Rick Lecoat
On 13/8/07 (11:57) John said:

I've only used Expression Engine and Wordpress but they'll output whatever  
HTML you put into your templates so how standards-friendly is entirely up  
to the user and there is no limitations imposed by the CMS.

That's good to know John, thanks.

I was concerned that the blogging scripts might be churning out hideous
(X)HTML that makes us all bleed from the ears. I was also originally
working on the assumption that no blog page will validate on account of
the template tags, but then it occurred to me that the tags get replaced
with regular text in the actual served page, so there should be no
problem. Is that correct?

(As you can tell, I'm starting to get mildly out of my regular territory
here...)

-- 
Rick Lecoat



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Standards and Blogs

2007-08-13 Thread Christian Montoya
Rick,

Yes, you can make a Wordpress, Expression Engine, Textpattern,
MovableType, etc. blog COMPLETELY validate. Example:
http://www.christianmontoya.com/

You can even make a Wordpress blog (and probably the others) output
valid HTML 4 instead of XHTML. Tutorial:
http://www.christianmontoya.com/2006/02/13/serve-your-weblog-as-html-401/


-- 
--
Christian Montoya
christianmontoya.net .. designtocss.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Standards and Blogs

2007-08-13 Thread John Faulds
Most HTML tags get written into your template by you. There's only a few  
functions I can think of that output tags as well as a content and most of  
the time, it's perfectly valid HTML.


On Mon, 13 Aug 2007 21:24:36 +1000, Rick Lecoat [EMAIL PROTECTED]  
wrote:



On 13/8/07 (11:57) John said:

I've only used Expression Engine and Wordpress but they'll output  
whatever
HTML you put into your templates so how standards-friendly is entirely  
up

to the user and there is no limitations imposed by the CMS.


That's good to know John, thanks.

I was concerned that the blogging scripts might be churning out hideous
(X)HTML that makes us all bleed from the ears. I was also originally
working on the assumption that no blog page will validate on account of
the template tags, but then it occurred to me that the tags get replaced
with regular text in the actual served page, so there should be no
problem. Is that correct?

(As you can tell, I'm starting to get mildly out of my regular territory
here...)





--
Tyssen Design
www.tyssendesign.com.au
Ph: (07) 3300 3303
Mb: 0405 678 590


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Standards and Blogs

2007-08-13 Thread Rick Lecoat
On 13/8/07 (13:01) Christian said:

You can even make a Wordpress blog (and probably the others) output
valid HTML 4 instead of XHTML. Tutorial:
http://www.christianmontoya.com/2006/02/13/serve-your-weblog-as-html-401/

That's a really useful tutorial Christian, thanks. 
One question though: On your tutorial page, you appear to put some PHP
code above the doctype in order to remove any instance of self-closing
tags. Specifically:


That's all you need. The full header looks like this:

?php
function fix_code($buffer) {
return (str_replace( /, , $buffer));
}
ob_start(fix_code);
?
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN 
http://www.w3.org/TR/html4/strict.dtd;
html lang=en


Does this not throw Explorer into quirks mode? I was under the
impression that anything (other than whitespace, maybe) before the
doctype had this effect.
Is PHP code an exception to this rule? or am I way off base here?

-- 
Rick Lecoat



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Standards and Blogs

2007-08-13 Thread minim
Rick, PHP shouldn't affect IE at all because it gets calculated on  
the server, so by the time the page gets to the browser, it's 100%  
HTML/XHTML/whatever - no PHP is seen on the client-side at all.


Cheers,

C

Caitlin Rowley, B. Mus. (Hons), Gr. Dip. Design
Composer, musicologist, web designer
http://www.minim-media.com/listen/



On 13 Aug 2007, at 15:16, Rick Lecoat wrote:


On 13/8/07 (13:01) Christian said:


You can even make a Wordpress blog (and probably the others) output
valid HTML 4 instead of XHTML. Tutorial:
http://www.christianmontoya.com/2006/02/13/serve-your-weblog-as- 
html-401/


That's a really useful tutorial Christian, thanks.
One question though: On your tutorial page, you appear to put some PHP
code above the doctype in order to remove any instance of self-closing
tags. Specifically:


That's all you need. The full header looks like this:

?php
function fix_code($buffer) {
return (str_replace( /, , $buffer));
}
ob_start(fix_code);
?
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN
http://www.w3.org/TR/html4/strict.dtd;
html lang=en


Does this not throw Explorer into quirks mode? I was under the
impression that anything (other than whitespace, maybe) before the
doctype had this effect.
Is PHP code an exception to this rule? or am I way off base here?

--
Rick Lecoat



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Standards and Blogs

2007-08-13 Thread Rimantas Liubertas
...
 One question though: On your tutorial page, you appear to put some PHP
 code above the doctype in order to remove any instance of self-closing
 tags. Specifically:
...
 Does this not throw Explorer into quirks mode? I was under the
 impression that anything (other than whitespace, maybe) before the
 doctype had this effect.
 Is PHP code an exception to this rule? or am I way off base here?

Yes, because to throw IE into quirks mode you have something in HTML before the
doctype. PHP code is processed on the server and browser does not see
it, only  the
output. So, if it does not output anything you will be fine. One
should be careful, though
and watch for newlines and whitespace.

Regards,
Rimantas
--
http://rimantas.com/


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Standards and Blogs

2007-08-13 Thread Rick Lecoat
On 13/8/07 (15:27) minim said:

Rick, PHP shouldn't affect IE at all because it gets calculated on  
the server, so by the time the page gets to the browser, it's 100%  
HTML/XHTML/whatever - no PHP is seen on the client-side at all.

Cheers,

C

A ha. Good to know. Thanks.

-- 
Rick Lecoat



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Out of Office AutoReply: WSG Digest

2007-08-13 Thread SHAPCOTT, Teale
Hello, 

Thank you for emailing me. 

On Tuesday 14th August, I will be working from home.  Wednesday 15th of August 
is scheduled as a public holiday for Brisbane Metro.   I will be returning to 
the office on Thursday 16th of August. 

If you have any urgent matters that require my immediate attention, please call 
my mobile on 040 443 4299. 

Many thanks
Teale. 

---
This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its 
related entities Suncorp. 

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 11 
55  or at suncorp.com.au.

The content of this e-mail is the view of the sender or stated author and does 
not necessarily reflect the view of Suncorp. The content, including 
attachments, is a confidential communication between Suncorp and the intended 
recipient. If you are not the intended recipient, any use, interference with, 
disclosure or copying of this e-mail, including attachments, is unauthorised 
and expressly prohibited. If you have received this e-mail in error please 
contact the sender immediately and delete the e-mail and any attachments from 
your system.

If this e-mail constitutes a commercial message of a type that you no longer 
wish to receive please reply to this e-mail by typing Unsubscribe in the 
subject line.




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Dropdowns not working in IE

2007-08-13 Thread Chris Rahe

I've been to this board before with some dropdown issues, but I have
a new one.

I have one page where they want to provide a dropdown list of medical
specialties that will take visitors to an anchor on another page.
Rather than doing JavaScript and a form, I thought I'd just go with
the old CSS dropdown. And it works beautifully in Firefox, but not at
all in IE 6 or 7.

Can anyone take a look at http://www.bremenhospital.org/testsite/
pages/specialists.html and see if they can figure out what I'm doing
wrong? The specialists button is what I'm trying to get to drop
down and the CSS (for this part) is in the page HTML.

Is it possible a conflict with the external file with the rest of the
CSS is at fault? Like I said it works fine in Firefox, but IE won't
drop down at all.

Thanks!




Chris Rahe
Executive Director of Marketing and Development
Community Hospital of Bremen
(574) 546-8011
[EMAIL PROTECTED]





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

[WSG] FullCodePress - shameless plug

2007-08-13 Thread Mike Brown
FullCodePress www.fullcodepress.com - the geek Olympics!

This weekend (18/19 August) the New Zealand web team, the Code Blacks
http://www.fullcodepress.com/2007/07/16/nz-team-bios/ will take on the
Australian team
http://www.fullcodepress.com/2007/07/12/aussie-team-bios/ in a 24hr
challenge to build a website for a non-profit organisation.

Each team has 7 members, covering the range of skills needed to build a
website. The teams won't know who they're building the site for until the
competition starts. They'll then face a caffeine-loaded 24 hours, at the
end of which two non-profit organisations will have a fully-functional
website.

A judging panel will assess each site against a range of criteria,
including standards-compliance, accessibility, copy writing and design.

Action will be live on the 18th and 19th via YouTube, flickr, twitter and
various blogs, with interviews, updates on progress and pictures of tired
and stressed team members!. Look for the tag fullcodepress.

Mike



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***