Re: [WSG] Mac Tools Kit for Web Standards Developer

2004-10-10 Thread John Oxton
I would second that call on DWMX 2004, I have tried pretty much 
everything and nothing beats Dreamweaver in code view.

Cheers,
John.
Kevin Futter wrote:
I use Dreamweaver MX2004 for site development and SubethaEdit for nuts and
bolts text editing. I know some people are leery of DW because they see it
as purely a WYSIWYG solution, but its code editing tools are robust and its
site management tools can't be matched by any text-editor. And it makes a
decent fist of producing compliant code. I almost never switch it to visual
layout mode these days.
SubethaEdit is impressive, especially given that it's free, and it comes
with a bunch of preset 'pretty print' modules for code colouring in a number
of syntaxes.
By the way Kristof, I use Transmit too, but unlike you I think it sucks, and
is poor in comparison to things like WS_FTP on Windows.
Cheers,
Kevin
On 9/10/04 2:13 AM, Kristof Rutten [EMAIL PROTECTED] wrote:

Hi Geoff,
 I've 'switchted' sides in March of this year and haven't returned to
my old Win-platofrm ;)
 Tools I use most while desingning :
 CSSEdit from MacRabbit - http://www.macrabbit.com/cssedit/
 Transmit - a great FTP client -http://www.panic.com/transmit/
 CocoaMySQL - database tool - http://cocoamysql.sourceforge.net/
 Take care, the OS X platform is highly adictive and you are not likely
to return
 to your old win/linux boxes ;)
Regards, .K
On 08 Oct 2004, at 12:36, Geoff Deering wrote:

Hi,
I'm wondering what tools Mac developers out there use?  I'm basically
and
windows and linux person, but will get a small iBook for travelling and
testing on next week.  I'll be OS in Nov/Dec and need to still do some
work,
so I need to be able to work pretty comfortably on the Mac.  On
Windows I
mainly use TopStylePro.
Appreciate any Mac software tips for standards based development
-
Regards
Geoff Deering
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**

**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


**
The discussion list for  http://webstandardsgroup.org/
 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**

**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] Are empty divs okay?

2004-09-29 Thread John Oxton
Hi Shane,
Well, I don't know if it is okay but I've done it on more than one occasion.
I have noticed that Internet explorer puts a nasty margin on empty divs, 
that might be something to watch out for.

J
Shane Helm wrote:
I am working on my second CSS  XHTML site.
Home page thus far: http://sonze.com/lange/index.html
CSS for the page: http://sonze.com/lange/css/master.css
I have some empty div tags to be able to make a graphic a background 
image since this presentation is common to all pages.
For example in my html:
div id=header3/div

My CSS for header3 is as follows:
#header3
{
position: relative;
width: 836px;
height: 37px;
margin: 0 auto;
padding: 0px;
background: #2A331F url(../img/header3.gif) no-repeat;
}
Since I this is only my second site using Web Standards, I'm unsure if 
leaving a div tag empty is okay or not.  Or is there another method I 
should be using?

Thank you very much,
Shane Helm
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**

**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] css validation error

2004-09-20 Thread John Oxton
Maybe you could try not using the font shorthand to get it to validate, 
try it as font-family etc. Could it be that there is something missing 
from that rule? Certainly one I have had problem with before.

Cameron Muir wrote:
Thanks for pointing that out John - serves me right for not cleaning out 
disused styles.

However, I'm still getting the same error.
John Oxton wrote:
Hi Cameron,
You have this
.paymate {
position: relative:
top: 20px;
right: 10px;
}
the position:relative needs a semi colon and you should be on your way
Regards,
John,
Cameron Muir wrote:
Hello,
I can't work out why this is producing an error. I'm sure there must 
be a simple solution that I've missed.

body {
   font: small Trebuchet MS, sans-serif;
   color: #66;
}
The error:
 URI : http://design.quagma.net/themes/quagma/style.css
   * Line: 0 Context : sans-serif
 Parse Error - : Trebuchet MS
   * Line: 0 Context : sans-serif
 Parse Error - sans-serif;
   * Line: 0 Context : sans-serif
 Parse error - Unrecognized : { }
The site:
http://design.quagma.net
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**

**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**

**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] css validation error

2004-09-19 Thread John Oxton
Hi Cameron,
You have this
.paymate {
position: relative:
top: 20px;
right: 10px;
}
the position:relative needs a semi colon and you should be on your way
Regards,
John,
Cameron Muir wrote:
Hello,
I can't work out why this is producing an error. I'm sure there must be 
a simple solution that I've missed.

body {
   font: small Trebuchet MS, sans-serif;
   color: #66;
}
The error:
 URI : http://design.quagma.net/themes/quagma/style.css
   * Line: 0 Context : sans-serif
 Parse Error - : Trebuchet MS
   * Line: 0 Context : sans-serif
 Parse Error - sans-serif;
   * Line: 0 Context : sans-serif
 Parse error - Unrecognized : { }
The site:
http://design.quagma.net
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**

**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**