RE: [WSG] Print style sheet [SEC=UNCLASSIFIED]

2010-02-17 Thread Grace, Gordon
You seem to be on the right track, Oliver.

Matthew's response regarding targeting media types is also helpful.  One of the 
implementations I've used before is described below.

Note that:
- The print-only version of the logo is the near-last element in the page.  I 
assume that someone will read all (or most) of the document before printing, 
giving the browser time to download the print-only [hidden] inline image.
- Both images are requested at page load, not at page print
- Background image printing is unlikely to be enabled by default on a user's 
browser, hence the use of inline images
- When printing, the screen version of the logo is entirely hidden, and the 
print logo is positioned absolutely on the top left of the page.
- ContentWrapper is given a top margin related to the height of the printable 
logo (preventing nasty overlaps)
- Both images are downloaded in the same page request.
- I do not regard this as a duplication of content - a print-optimised version 
of a logo may have very different requirements from a screen-optimised version 
of a logo.
- Similar approaches should work for other @media types
- CSS-less browsers will expose both versions of the logo - one at the top of 
the page, one at the bottom (not a deal breaker, IMO).


Markup:
==
html
head
...
link type=text/css rel=stylesheet media=print href=print.css/
link type=text/css rel=stylesheet media=screen href=screen.css/
/head
...
img id=headerLogo ... /
div id=contentWrapper
...
/div
...
img id=printLogo height=80px width=120px .../
...
/body
/html


print.css
==
...

#printLogo {
position: absolute;
  left: 0;
  top: 0;
}

#headerLogo {
display: none;
}

screen.css 
==
...
#printLogo {
display:none;
}

#contentWrapper {
margin-top: 80px;
}

Good luck!

- Gordon

 I have been asked to place a different header image in my HTML templates
 specifically for print (only shows when printed and replaces usual header).

 I would like to know if this is deemed acceptable use of CSSAND if a
 hard-coded image has to be downloaded on page load or page print??

 eg.
 div id=print-header style=display:none;
img src=img/elements/print-header.jpg alt=blah blah width=600
 height=254 /
 /div
 div id=header
img src=img/elements/normal-header.jpg alt=blah blah width=800
 height=300 /
 /div

 !-- PRINT STYLESHEET --
 .print-header {display:block!important}
This duplication of content is unnecessary and would be rather
difficult to maintain in the long term.
.The issue has been dealt with  in http://www.w3.org/TR/CSS2/media.html..

 Use one element id in a document for one element e.g.

div id=header

and then define it differently for  different media as per examples in
that link.n

 @media print {
   #header { font-size: 10pt }
 }
 @media screen {
   #header { font-size: 13px }
 }
 @media screen, print {
   #header { line-height: 1.2 }
 }

This method achieves independence of data (web page content) from
design/style (whether it is screen, print or other media type).

HTH

Lesley


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***





Finance Australian Business Number (ABN):   61 970 632 495   
Finance Web Site:   www.finance.gov.au   

IMPORTANT:

This transmission is intended only for the use of the addressee and may contain 
confidential or legally privileged information. If you are not the intended 
recipient, you are notified that any use or dissemination of this communication 
is strictly prohibited. 
If you have received this transmission in error, please notify us immediately 
by telephone on 61-2-6215- and delete all copies of this transmission 
together with any attachments. 
If responding to this email, please send to the appropriate person using the 
suffix .gov.au. 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

[WSG] Blog Launch: AGIMO Web Publishing Guide Review [SEC=UNCLASSIFIED]

2009-11-01 Thread Grace, Gordon
(Posted on behalf of the AGIMO Web Publishing Guide Team)
==

As part of the ongoing review of the Australian Government Web
Publishing Guide, the Australian Government Information Management
Office (AGIMO) has recently launched their first externally-facing blog
at:

http://wpgblog.agimo.gov.au

The Web Publishing Guide Blog has a few purposes:

1. The blog will be used to consult with users of the Web Publishing
Guide and understand their needs. This will be useful input as we review
and update the Guide.  

2. The blog will provide a practical example of an operating government
blog, with working approaches for managing moderation, terms of use and
other issues. We hope this will be useful for agencies that are
considering using blogs to support their own work.

3. The blog will open up the redevelopment of the Web Publishing
Guide, and allow people to read and comment on the range of website
design and maintenance issues that we will consider as we review and
update the Guide. This might include topics like accessibility, content
management, governance or usability.

The project blog will operate for at least as long as the project to
review and redevelop the Web Publishing Guide. The review team expects
to be posting approximately once a week during development, and, where
necessary, will respond to comments during business hours as soon as
they are able.

Expect more posts to appear on a regular basis over the next couple of
months - to stay informed on updates, subscribe to the blog's RSS feed
at http://wpgblog.agimo.gov.au/feed/ .

We hope to hear from you via our comments section soon.

Regards,

The Web Publishing Guide Team
http://webpublishing.agimo.gov.au





Finance Australian Business Number (ABN):   61 970 632 495   
Finance Web Site:   www.finance.gov.au   

IMPORTANT:

This transmission is intended only for the use of the addressee and may contain 
confidential or legally privileged information. If you are not the intended 
recipient, you are notified that any use or dissemination of this communication 
is strictly prohibited. 
If you have received this transmission in error, please notify us immediately 
by telephone on 61-2-6215- and delete all copies of this transmission 
together with any attachments. 
If responding to this email, please send to the appropriate person using the 
suffix .gov.au. 




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


RE: [WSG] (Australian) government best practices [SEC=UNCLASSIFIED]

2009-09-03 Thread Grace, Gordon
You could do a lot worse than the high-level recommendations and guides
from Mr. Robert Hoekman, Jr. in
 
Designing the Moment
http://books.google.com.au/books?id=SxGfEn9ellcCdq=%22designing+the+mom
ent%22printsec=frontcoversource=blots=6iqSQN979Psig=CrnHFqieRQdaGGvr
74G_fAcPWpMhl=enei=81CgStzILITW7AOylvHgCwsa=Xoi=book_resultct=resul
tresnum=7#v=onepageq=f=false
 
(Parts 4 and 5 would be a good section to start)
 
Regards,
 
- Gordon




From: li...@webstandardsgroup.org
[mailto:li...@webstandardsgroup.org] On Behalf Of Jason Grant
Sent: Thursday, 3 September 2009 11:03 PM
To: wsg
Subject: [WSG] (Australian) government best practices


Hello all,

Question for colleagues who have worked on Australian Government
sites:  

Have you ever had to work on transactional sites (i.e. where
users are presented with data based on their circumstances and is
personalised to them - after a login)? 

If so, are there best practice documents/guidelines you can
share? 

It would be especially interesting if it is material to do with
online benefit systems.

Thanks,

Jason

-- 
Jason Grant BSc, MSc
CEO, Flexewebs Ltd. 
www.flexewebs.com 
ja...@flexewebs.com 
+44 (0)7748 591 770
Company no.: 5587469 

www.flexewebs.com/semantix
www.twitter.com/flexewebs 
www.linkedin.com/in/flexewebs



***
List Guidelines:
http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org

*** 




Finance Australian Business Number (ABN):   61 970 632 495   
Finance Web Site:   www.finance.gov.au   

IMPORTANT:

This transmission is intended only for the use of the addressee and may contain 
confidential or legally privileged information. If you are not the intended 
recipient, you are notified that any use or dissemination of this communication 
is strictly prohibited. 
If you have received this transmission in error, please notify us immediately 
by telephone on 61-2-6215- and delete all copies of this transmission 
together with any attachments. 
If responding to this email, please send to the appropriate person using the 
suffix .gov.au. 




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


RE: [WSG] Web Publishing Guidelines [SEC=UNCLASSIFIED]

2008-01-31 Thread Grace, Gordon
The Australian Government Web Publishing Guidelines:
 
http://webpublishing.agimo.gov.au


The Griffith University Web Style Guide 
http://www.griffith.edu.au/web-publishing/web-style-guide/

I can recomment the Dutch Guidelines: 
http://www.webrichtlijnen.nl/english/ http://www.webrichtlijnen.nl/english/  
  
Regards, 
Koen Willems 
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Faul, Mark
Verzonden: donderdag 31 januari 2008 16:04
Aan: wsg@webstandardsgroup.org
Onderwerp: [WSG] Web Publishing Guidelines


Hi everyone, 

I'm currently working on a new set of web publishing standards or 
guidelines.  The New Zealand Government Web Standards and Recommendations [ 
http://webstandards.govt.nz/index.php/Home_page 
http://webstandards.govt.nz/index.php/Home_page  ] are a great inspiration, 
as well as the W3C standards of course. 

Just wondering if others can refer me to good examples? 

Cheers!  Mark 

This e-mail originates from the City of Ottawa e-mail system. Any 
distribution, use or copying of this e-mail or the information it 
contains by other than the intended recipient(s) is unauthorized. 
If you are not the intended recipient, please notify me at the 
telephone number shown above or by return e-mail and delete 
this communication and any copy immediately. Thank you.

Le présent courriel a été expédié par le système de courriels de 
la Ville d'Ottawa. Toute distribution, utilisation ou 
reproduction du courriel ou des renseignements qui s'y trouvent 
par une personne autre que son destinataire prévu est interdite. 
Si vous avez reçu le message par erreur, veuillez m'en aviser par 
téléphone (au numéro précité) ou par courriel, puis supprimer 
sans délai la version originale de la communication ainsi que 
toutes ses copies. Je vous remercie de votre collaboration. 


***
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]
*** 

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




Finance Australian Business Number (ABN):   61 970 632 495   
Finance Web Site:   www.finance.gov.au   

IMPORTANT:

This transmission is intended only for the use of the addressee and may contain 
confidential or legally privileged information. If you are not the intended 
recipient, you are notified that any use or dissemination of this communication 
is strictly prohibited. 
If you have received this transmission in error, please notify us immediately 
by telephone on 61-2-6215- and delete all copies of this transmission 
together with any attachments. 
If responding to this email, please send to the appropriate person using the 
suffix .gov.au. 




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