RE: [WSG] Stand alone IE6 Installer

2006-03-17 Thread Helmut Granda
Jay,

Thanks for your explanation and your recommendation, I didn't think of using
IE7 as SA (I didn't even knew it was available). I am aware that I'm running
a Beta and all of the technical difficulties that could come with using Beta
software. But I'm not too concerned since I don't use IE as my primary
Browser; actually I use FF for work and Opera for personal usage.

Thanks again!

...helmut

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On Behalf Of Jay Gilmore
> Sent: Friday, March 17, 2006 2:34 PM
> To: wsg@webstandardsgroup.org
> Subject: Re: [WSG] Stand alone IE6 Installer
> 
> Helmut Granda wrote:
> > Does anyone know if there is a stand alone IE6 installer anywhere?
> > Similar to IE4 and IE5. I am running IE7 and I really don't want to
> > uninstall just to test couple of sites on IE6.
> >
> >
> >
> > ...helmut
> >
> >
> >
> Helmut,
> 
> What you are running is a preview release of IE7 Beta 2 not even Beta 2.
> If the MIX06 release is out then you are running Beta 2 but the MS IE
> blog has made many attempts to explain that there are still changes
> coming. In addition it will not be in General Availability till 2007.
> There are lots of great articles about running IE7 as a standalone and
> solution that I am using has a batch file that fixes a registry entry
> that will screw up your IE 6 when they are run on the same machine.
> 
> I would strongly suggest that you switch back to IE6 and use a SA
> version of the IE7 release that is out now.
> 
> Just my opinion.
> 
> All the best,
> 
> Jay
> 
> --
> Jay Gilmore
> Developer / Consultant
> SmashingRed Web & Marketing
> P] 902.529.0651
> E] [EMAIL PROTECTED]
> U] http://www.smashingred.com
> B] http://www.smashingred.com/blog
> 
> **
> 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] Stand alone IE6 Installer

2006-03-17 Thread Helmut Granda
Wow that was fast!

Thanks I had been looking for this for days now.

...helmut
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On Behalf Of Christian Montoya
> Sent: Friday, March 17, 2006 2:30 PM
> To: wsg@webstandardsgroup.org
> Subject: Re: [WSG] Stand alone IE6 Installer
> 
> On 3/17/06, Helmut Granda <[EMAIL PROTECTED]> wrote:
> >
> > Does anyone know if there is a stand alone IE6 installer anywhere?
> Similar
> > to IE4 and IE5. I am running IE7 and I really don't want to uninstall
> just
> > to test couple of sites on IE6.
> 
> http://browsers.evolt.org/?ie/32bit/standalone
> 
> the last one is the one you want: ie6eolas_nt.zip
> 
> --
> --
> Christian Montoya
> christianmontoya.com ... rdpdesign.com ... cssliquid.com
> **
> 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
**



[WSG] Stand alone IE6 Installer

2006-03-17 Thread Helmut Granda








Does anyone know if there is a stand alone IE6 installer
anywhere? Similar to IE4 and IE5. I am running IE7 and I really don’t want
to uninstall just to test couple of sites on IE6.

 



...helmut



 








RE: [WSG] WordPress - Dropped Sidebar In IE

2006-03-02 Thread Helmut Granda








Im not an expert in any way but I would
suggest looking at the width of your header and the body of your site, I have
the feeling it has to do with the padding of those items (you know, the regular
box-model issue).

 

Second suggestion is that since this list
covers Web Standards I don’t know if disabling the “right click”
menu on your site its user friendly. For example What if the user wants to open
links in a new window? What if the user wants to help you “fix”
your site by right clicking and looking at your CSS? I know there is ways
around this and in this case you provided a link but still just something to
think about.

 

Good luck J

 



...helmut













From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Artemis
Sent: Thursday, March 02, 2006
10:23 AM
To: Web Standards Group
Subject: [WSG] WordPress - Dropped
Sidebar In IE



 

Good morning :)
I'm working on my 4th WordPress template, but cannot figure 
out why the sidebar drops down in IE view. It looks fine in 
Firefox and Opera though. Can someone take a peek at the 
stylesheet and tell this *newbie* what I'm missing?


http://subliminalconfusion.net/artemis
http://subliminalconfusion.net/artemis/wp-content/themes/KDLittle/style.css

Many thanks in advance!
Artemis












RE: [WSG] Introduction and first submission

2006-02-23 Thread Helmut Granda








Welcome Sharron.. Im in Austin too! (just in case you were wondering J )

 



...helmut













From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Menard
Sent: Thursday, February 23, 2006
2:13 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Introduction
and first submission



 







Another Texan! Welcome Sharron. I'm here in Austin. 

- Original Message 
From: [EMAIL PROTECTED]
To: wsg@webstandardsgroup.org
Sent: Thursday, February 23, 2006 2:06:29 PM
Subject: [WSG] Introduction and first submission








Pardon a silly question, but is it standard procedure to
introduce one's self? I stumbled upon this site several days ago and have been
inundated with wonderfully interesting and helpful information ever since.





 





I did read that I need to only use plain text, so I must
first figure out how that is done on a email by email basis using Outlook
Express.





 





I am Sharron a resident of the state of Texas,
USA.
I am a fairly newcomer to css, validation etcetera. 





 





Regards





 





Sharron





 





 





 





 


















[WSG] ServerSide Includes and Divs

2006-02-10 Thread Helmut Granda








I discovered something weird today. When I was creating my
layout that contains includes for some reason my rules would not work properly
only if the layout was like this.

 

-- code starts

Main Layout



    Include ‘header.php’;



 



    Include ‘content.php’;



 



    Include ‘footer’;



--End of Main Layout

 

--Sample Include

//header.php

Blah

Logout

-- end of code

 

BUT! If I did this…

 

--code starts

Main Layout

Include ‘header.php’;



    Include ‘content.php’;



Include ‘footer’;

---End of Main Layout

 

--Sample Include

//header.php



    Blah

Logout



--end of code

 

As you can see as long as I added my “header”
wrapper in the “header.php” the rules would work fine, but if I didn’t
then the rules would break. Has anyone experienced this? Is there any specific
reason why rules would fail with includes?

 

TIA



...helmut



 








RE: [WSG] what cms system

2006-01-18 Thread Helmut Granda








What about Joomla!?









From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dietmar Albers
Sent: Wednesday, January 18, 2006
11:06 AM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] what cms system



 

> try  - textpattern :)  it's easy to use and good. 

 

OK, I think this is not a list to discuss
such stuff. Nevertheless:

Textpattern is good, very good. But from
my view this is a blogger system and not a real cms. This makes it diferent ...

 







From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marko Mihelcic - founder of
mcville.net (http.//www.mcville.net)|(http://board.mcville.net)
Sent: Wednesday, January 18, 2006
5:59 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] what cms system

 



2006/1/18, Dietmar Albers <[EMAIL PROTECTED]>:





Drupal  ->
ok




fine 





 

Geeklog
-> mhhh






mhmh 





 

Mambo
Open
Source  
-> mhhh 






mhmh 





 

PHP-Nuke->
mhhh 






mhmm 





 

phpWCMS
-> mhhh






mhmm dunno 





 

phpWebSite  ->
mhhh 






nah 





 

Post-Nuke  
-> mhhh 






maybe but nah 





 

Siteframe  
-> mhhh 






aAaaa nah 





 

TYPO3  
-> very good, but needs some 






nope 





 

special webserver options
Xoops  
-> mhhh 






maybe yeah


try  - textpattern :)  it's easy to use and good. 





 

There is one more, very
good and easy to understand: Contenido
(http://www.contenido.org/opensourcecms/en/index-b-11-155.html),
but there are
not very much special tools and add ons. I'm uisng it for my new school website
(http://hswasserbank.de/da/cms/front_content.php
- under construction yet). Btw: 
there are some problems with this inline editor, it generates non validating
code and you need to use the java editor and clean up the code before saving
it.
You will see! ;-)

Cu
D.


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

2006-01-13 Thread Helmut Granda
1)
I am using DW Templates and I have locked the menu to avoid having to
recreate every time there is a menu update.

Also the site will be updated with Contribute so the user will be able to
add/delete items from the menu and they might not know how to apply a
class/id attribute to the item they are adding.

2)
That sounds like a good solution, I definitely will look into that, that way
I don't have to worry about the user forgetting to add the class/id
attribute.

Thanks!


...helmut

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Justin Carter
Sent: Friday, January 13, 2006 4:17 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Active Links

On 1/14/06, Helmut Granda <[EMAIL PROTECTED]> wrote:
> Thanks for the tips, unfortunately no Server Side technology can be used,
> just static HTML files.

If the pages must be static then you only have two options that I can
think of...

1) Use a "current" class (or id) on the navigation element that
corresponds to the current page (something that you already said you
dont want to do). If you're maintaining all these pages by hand then
why is one extra attribute going to hurt?
2) Use JavaScript to traverse the element containing the navigation to
find the achor tags href attribute which matches the page which is
currently being viewed (this would be done unobtrusively of course,
and will do nothing for browsers without JavaScript enabled, leaving
non-JavaScript enabled browsers without a solution for the problem
you're trying to solve).

Hope that helps. Maybe someone else can suggest another idea...

--carter
**
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] Active Links

2006-01-13 Thread Helmut Granda
Thanks for the tips, unfortunately no Server Side technology can be used,
just static HTML files.

Thanks for the thought though.

...helmut
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Terrence Wood
Sent: Thursday, January 12, 2006 3:45 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] Active Links


Helmut Granda said:
> What I am trying to achieve is this:
> http://www.alistapart.com/articles/keepingcurrent/
> but without using an ID or a class.

What server side language do you have support for? Creating navigation
like the php example and including it with your pages is the best way to
achieve what you want.

If you don't have PHP, then you will probably at least have SSI as part of
the server. Let us know and we can proced from there.


kind regards
Terrence Wood.

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

2006-01-12 Thread Helmut Granda








Hello Everyone,

 

Thanks everyone for your responses, I
think I explained myself wrong:

 

What I am trying to achieve is this:

 

http://www.alistapart.com/articles/keepingcurrent/

 

but without using an ID or a class.

 

I have been looking around and so far no
luck, I believe that we have to type the ID names manually. The reason why I
was trying to figure it out is because as some one commented I am creating a
static site and contains hundreds of pages. So to avoid the trouble of opening
each page and defining the “Active” ID I would like to solve the
problem by just defining it in my CSS and then all the pages would inherit it.

 

Btw, for a minute I thought some one was
taking about the pseudo-class currentLink but then I figured they were making
reference to my email J

 



...helmut











From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Helmut Granda
Sent: Thursday, January 12, 2006
2:57 PM
To: WSG
Subject: [WSG] Active Links



 

Hello,

 

I am trying to show on a left menu what page is currently
active with CSS. So far the only way I know how to do it is by hand-coding it

 

link.html

 

What I was thinking about doing was to set up the a:Active
class to like bold or something, now the only time when the text shows bold is
when I press on it.

 

Is there a way to set up the CSS globally with a:Active or
similar so I don’t have to hand-code each link in my menu?

 

Thanks!

-H 

 

 

 

 

 








[WSG] Active Links

2006-01-12 Thread Helmut Granda








Hello,

 

I am trying to show on a left menu what page is currently
active with CSS. So far the only way I know how to do it is by hand-coding it

 

link.html

 

What I was thinking about doing was to set up the a:Active class
to like bold or something, now the only time when the text shows bold is when I
press on it.

 

Is there a way to set up the CSS globally with a:Active or
similar so I don’t have to hand-code each link in my menu?

 

Thanks!

-H 

 

 

 

 

 








[WSG] Browser Stats

2005-10-12 Thread Helmut Granda








For what I see in:

 

http://www.w3schools.com/browsers/browsers_stats.asp

 

it seems like FF is loosing terrain, is
w3schools accurate? Or is there anyother place that I can check what the
general public is using.

 

This is for General Public, I know I can
look in my logs to see my visitors, but I am just trying to get a general idea.

 

TY,

Helmut.








RE: [WSG] 3 row(div) liquid vertical layout w/drop shadows-help-

2005-10-09 Thread Helmut Granda








Both links point to the same page.

 

 









From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kvnmcwebn
Sent: Sunday, October 09, 2005
2:52 PM
To: wsg@webstandardsgroup.org
Subject: [WSG] 3 row(div) liquid
vertical layout w/drop shadows-help-



 



hello all,





 





ive dug myself into a hole trying to
create a  3 div-semi liquid layout with expandable drop
shadows.-





The drop shadow method im using isnt
perfect for this application but I cant find a better one as i want an eqaul
shadow on all 4 sides of the div. I cant remember where i got this shadow tut
from although i tried searching with the standardista plug-in which btw is
very handy. 





 





Also the middle(body) div needs
to to resize to 100% of the width between the header and footer divs which
is causing problems with the shadows. 





 





In this example the shadows work but the
middle div dosn't resize.





http://www.mcmonagle.biz/test.htm





 





 





In this example the middle div resizes but
the shadows break.





http://www.mcmonagle.biz/test.htm





 





 





 





Does anyone have suggestions to simplify
this?





thanks in advance





 





-best





kvnmcwebn





 





 










RE: [WSG] Table grid to CSS Grid

2005-10-07 Thread Helmut Granda
Thanks again for everyone's response, It makes more sense now and it makes
it easier to define what CSS layout is, at one point I thought that
everything had to be CSS and nothing else or it wouldn't Validate, but I see
that this is not the case.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Dennis Lapcewich
Sent: Friday, October 07, 2005 1:27 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] Table grid to CSS Grid


No.  You are mixing apples and bicycles.

Tableless layout refers to the *page design.*  Within a tableless *page*
layout, the tabular content should be in a table.


Dennis





   
     "Helmut Granda"   
 <[EMAIL PROTECTED] 
 udios.com> To 
 Sent by:   
 [EMAIL PROTECTED]  cc 
 rdsgroup.org  
   Subject 
   RE: [WSG] Table grid to CSS Grid
 10/07/2005 11:08  
 AM
   
   
 Please respond to 
 [EMAIL PROTECTED] 
 roup.org  
   
   




Thanks for your feedback guys. So those who insist in creating table-less
layouts can not be done so all the time, there are times when you HAVE to
use tables or it wont work.

Would that statement be correct?

Is it even wroth it to fight to transform that kind of content into
table-less?



**
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] Table grid to CSS Grid

2005-10-07 Thread Helmut Granda
Thanks for your feedback guys. So those who insist in creating table-less
layouts can not be done so all the time, there are times when you HAVE to
use tables or it wont work.

Would that statement be correct?

Is it even wroth it to fight to transform that kind of content into
table-less?


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Manuel González Noriega
Sent: Friday, October 07, 2005 12:48 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Table grid to CSS Grid

On 07/10/05, Helmut Granda <[EMAIL PROTECTED]> wrote:
> Is it possible to turn a table grid into a full CSS grid?

It's possible (kind of) but not desireable.

> I have been looking for tutorials or some one who covers the subject, but
> most places talk about using tables...
>
> Something like this
>
> 
> | a | b | c | d |
> 
> | e | f | g | h |
> 
> | I | j | k | l |
> 
>
> This is just an example, in reality ABCD can be the title of the columns
and
> E-L can be the content.
>

That's a table by nature and you should mark it up precisely so.
--
Manuel
a veces :) a veces :(
pero siempre trabajando duro para Simplelógica: apariencia,
experiencia y comunicación en la web.
http://simplelogica.net # (+34) 985 22 12 65

¡Ah! y escribiendo en Logicola: http://logicola.simplelogica.net
**
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
**



[WSG] Table grid to CSS Grid

2005-10-07 Thread Helmut Granda
Is it possible to turn a table grid into a full CSS grid?

I have been looking for tutorials or some one who covers the subject, but
most places talk about using tables...

Something like this


| a | b | c | d |

| e | f | g | h |

| I | j | k | l |


This is just an example, in reality ABCD can be the title of the columns and
E-L can be the content.

TIA


**
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] height 100%

2005-10-07 Thread Helmut Granda
Title: Message








Fyi, the navigation on top and some
images are out of alignment on XP FF.

 









From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Taco Fleur - Pacific Fox
Sent: Friday, October 07, 2005
3:01 AM
To: wsg@webstandardsgroup.org
Subject: [WSG] height 100%



 



I have a page on





http://testing.icanmls.pacificfox.com/concept03/

it
validates!

I
have a main div and two divs in there that float, I'm expecting the left
floating div to always dictate the height of the right floating div, so I set
the right floating div to 
height: 100%;

But
it does not stretch all the way till the bottom. Does anyone know why?

Thanks,



Taco Fleur - CEO
Pacific Fox http://www.pacificfox.com.au

an industry leader with commercial IT experience since 1994 …

** Web Design and Development 

** SMS Solutions, including developer API

** Domain Registration, .com for as low as AUSD$15 a year

** Seamless Merchant integration

** We endorse PayPal,
accept payments online now!



 










RE: [WSG] Background Alignment

2005-10-04 Thread Helmut Granda
Ah, ok...

The container is the BODY Tag itself so that the background image will fit
nicely in the middle of the screen..

Any more suggestions?


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Paul Novitski
Sent: Tuesday, October 04, 2005 2:41 AM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Background Alignment

Sorry, my misreading.  What I ought to have said was, make sure that 
both the background image and its container are both an even number 
of pixels wide.

Paul


At 12:11 AM 10/4/2005, Rick Faaberg wrote:
>On 10/4/05 12:00 AM "Paul Novitski" <[EMAIL PROTECTED]> sent this
>out:
>
> >> Everything looks fine the only difference is 1 pixel between IE 
> and FF. Has
> >> anyone encounter a similar problem?
> >>
> >> Note: The background is 700px in width.
> >
> >
> > How wide is the background image?  Perhaps it's simply a rounding
> > issue that can be resolved by making the image an even number of 
> pixels wide.
>
>700px is even...
>
>Rick Faaberg

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



[WSG] Background Alignment

2005-10-03 Thread Helmut Granda
Hello,

I have a background that is centered horizontally but tiled vertically.

Background-image: url(graphic);
Background-alignment: center;
Background-repeat: repeat-y;

Everything looks fine the only difference is 1 pixel between IE and FF. Has
anyone encounter a similar problem?

Note: The background is 700px in width.

TIA
helmut


**
The discussion list for  http://webstandardsgroup.org/

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



[WSG] CSS + FF Dilema

2005-06-17 Thread Helmut Granda

I have a weird dilema,

I created a simple layout and everything works in IE but it brakes in FF.
The top row links and a form.

If anyone has a chance to take a look at:

HTML:
http://www.helmutgranda.com/csstest/

CSS:
http://www.helmutgranda.com/csstest/css/nextiocss.css

I am going to recreate the layout because I have no idea where it breaks,
while I do that I was wondering if some one with more experience and a keen
eye could catch the mistake, because I am 0.o

TIA!
Helmut


**
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] Re: Object Mp3 into FF

2005-03-09 Thread Helmut Granda
Matthew,
Thank you very much for taking the time to respond and help. Your links 
are great resource!

One thing is for sure that the server www.multimedia.net will play in IE 
and FF because it has the mp3 headers correct, while 
www.hamsterballstudios.com has the headers incorrectly.

So to recap.
1. headers in multimedia247.net are set up properly
2. headers in hamsterballstudios.com are not set up correctly
3. code does not validate
- solution
1. fix the headers in hamsterballstudios.com
2. fix HTML
So my fears that the server in hamsterballstudios.com is not set up 
correctly which is the clients server.

Thanks again, I really appreciate it.
Helmut
Matthew Cruickshank wrote:
Helmut Granda wrote:
Here are the site tests that I am doing
Doesnt work on IE or FF:
IE- Fails Server 1
http://www.hamsterballstudios.com/extrafiles/vo/volaunch2.html

Ok... this site is producing vastly different to the headers you 
previously posted. There's now - perhaps magically - a content-type. 
As that was the bit I was asking about I'm guessing you just didn't 
post that bit last time or something. Christ...

The mp3 < http://tinyurl.com/6dz8u > is sent with these headers (note: 
text/plain),

HTTP/1.1 200 OK
Date: Thu, 10 Mar 2005 01:01:59 GMT
Server: Apache/1.3.33 (Unix)
Last-Modified: Wed, 09 Mar 2005 00:46:13 GMT
ETag: "9853fa-1a51f5-422e4755"
Accept-Ranges: bytes
Content-Length: 1724917
Connection: close
Content-Type: text/plain

FF - Fails Server 2
http://www.multimedia247.net/mp3test/volaunch2.html

The mp3 < http://tinyurl.com/44ptd > is sent with these headers (note: 
audio/mpeg, which is more correct)

HTTP/1.1 200 OK
Date: Thu, 10 Mar 2005 01:04:06 GMT
Server: Apache
Last-Modified: Wed, 09 Mar 2005 22:53:33 GMT
ETag: "57c00d-1a51f5-422f7e6d"
Accept-Ranges: bytes
Content-Length: 1724917
Connection: close
Content-Type: audio/mpeg
Soget hamsterballstudios.com to return the correct content-type 
(audio/x-mp3), and then work on the html.

This HTML works in Firefox and IE for me, 
http://www.multimedia247.net/mp3test/volaunch3.html , but fails 
validation.

Get your html to validate - that's half of the problem (well that and 
the mime headers which have mysteriously reappeared). To get Firefox 
compatibility there's no need for the older embed tag, provided your 
object tags are good (previously posted example code works, as do many 
others).

1. fix your http headers
2. then fix your html
.Matthew Cruickshank
http://holloway.co.nz/

**
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] Re: Object Mp3 into FF

2005-03-09 Thread Helmut Granda
Matthew Cruickshank wrote:
Huh? So you're saying both servers don't return a Content-Type? What's 
the url? (and in the meantime complain to the admins of the boxes)

The content-length of the first one seems a little small. 10677 bytes 
is only about a second of audio.

also as a side note, when I deleted the  it would 
not work in FF only in IE, so I had to place back the  to make it work.

This works for me in Firefox and IE / Quicktime and Media Player,

 


Here are the site tests that I am doing
Doesnt work on IE or FF:
IE- Fails Server 1
http://www.hamsterballstudios.com/extrafiles/vo/volaunch2.html
FF - Fails Server 2
http://www.multimedia247.net/mp3test/volaunch2.html
---
IE not working - Same file in different server - Server 1
http://www.hamsterballstudios.com/extrafiles/vo/volaunch3.html
FF - Working - Server 2
http://www.multimedia247.net/mp3test/volaunch3.html
Thanks for all your help. It is really appreciated.
Helmut.
**
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] Re: Object Mp3 into FF

2005-03-09 Thread Helmut Granda
Matthew Cruickshank wrote:
Helmut Granda wrote:
Thanks to John and Matthew to take the time to respond,
I have tried all your suggestions,

I doubt it.
AWWW, thanks for that :-P
and still it didnt work, BUT I went ahead and uploaded the file to a 
different server and it works. 

The only difference I've ever seen on a server in Firefox is based on 
the mime-type.

Did you really check that as I suggested? What's the difference in the 
headers between the servers?


Server 1: works on IE only
HTTP/1.1 200 OK
Date: Wed, 09 Mar 2005 23:24:48 GMT
Server: Apache/1.3.33 (Unix)
Last-Modified: Wed, 09 Mar 2005 20:11:48 GMT
ETag: "985415-29b5-422f5884"
Accept-Ranges: bytes
Content-Length: 10677
Connection: close
Server 2:works on IE and FF
HTTP/1.1 200 OK
Date: Wed, 09 Mar 2005 23:25:03 GMT
Server: Apache
X-Powered-By: PHP/4.3.10
Connection: close

also as a side note, when I deleted the  it would not work in 
FF only in IE, so I had to place back the  to make it work.

Thanks again,
Helmut..
**
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] Re: Object Mp3 into FF

2005-03-09 Thread Helmut Granda
Thanks to John and Matthew to take the time to respond,
I have tried all your suggestions, and still it didnt work, BUT I went 
ahead and uploaded the file to a different server and it works.

Now! puts a big ? on my forehead, is there any specific reason or any 
specific setting that has to be done to enable qt movies to play in any 
browser?

This seems really strange to me since I have the same files in 2 
different servers and in one it works only in IE and in the other it 
works on IE and FF.

Any suggestions would be greatly appreciated.
Thank you
Helmut.
John Britsios wrote:
Dear Helmut,
You have two errors.
Line 2: A quoted string cannot be immediately followed by text. It must be
followed by a space or the end of the tag.
Line 7: The "EMBED" element cannot be used here. It is not contained in an
element that allows its use.
Regards,
John S. Britsios
Accessibility & SEO Consultant,
Usability Specialist & Trainer
 


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


[WSG] Re: Object Mp3 into FF

2005-03-09 Thread Helmut Granda
I dont know if it is ok to post this kind of question here.
I am trying to play a simple Mp3 file in the server, it works in IE, and 
I have read that if something works on IE but not in other browsers it 
is most likely because it is not writen properly. I have tested it 
extensibly in my machine and it is working. I have used the deprecated 
 tag and the  tag, both work on my computer and on IE on 
the server, but not on FF.

Could some one take a look and help me find where I am making the 
mistake? Web references are good too. I have been searching for nearly 3 
hours in different sites but none that I have found cover mp3, I even 
found a way around to embed Media Player in FF.

Here is my code:

CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab";>



http://www.apple.com/quicktime/download/";>



TIA,
Helmut
// I apologize for stealing the previews thread. My mistake.

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


[WSG] Object Mp3 into FF

2005-03-09 Thread Helmut Granda
I dont know if it is ok to post this kind of question here.
I am trying to play a simple Mp3 file in the server, it works in IE, and 
I have read that if something works on IE but not in other browsers it 
is most likely because it is not writen properly. I have tested it 
extensibly in my machine and it is working. I have used the deprecated 
 tag and the  tag, both work on my computer and on IE on 
the server, but not on FF.

Could some one take a look and help me find where I am making the 
mistake? Web references are good too. I have been searching for nearly 3 
hours in different sites but none that I have found cover mp3, I even 
found a way around to embed Media Player in FF.

Here is my code:

CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab";>



http://www.apple.com/quicktime/download/";>



TIA,
Helmut
**
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] linking to style sheet - how best?

2005-02-18 Thread Helmut Granda
Sounds good to me

...hG
 
http://www.helmutgranda.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Jeff Lowder - Accessibility 1st
Sent: Thursday, February 17, 2005 11:27 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] linking to style sheet - how best?

Thanks for your message Kerry
Sorry for not picking up, I'm in a telecon at the moment.

I will have a look at the quote and the scheduling over the weekend and I
should be able to get a response to you by Monday/Tuesday.

There will be many increases in effeciency, but I'll attempt to put some
sort of figure in with what I send you.

Have a great weekend.

Cheers

Jeff Lowder
Accessibility 1st
Ph: 02 9570 9875
Mobile: 0419 350 760
E-mail: [EMAIL PROTECTED]
Website: http://www.accessibility1st.com.au

 http://www.mozilla.org/products/firefox/

DISCLAIMER: This e-mail and any files transmitted with it may be privileged
and confidential, and are intended only for the use of the intended
recipient. If you are not the intended recipient or responsible for
delivering this e-mail to the intended recipient, any use, dissemination,
forwarding, printing or copying of this e-mail and any attachments is
strictly prohibited. If you have received this e-mail in error, please REPLY
TO the SENDER to advise the error AND then DELETE the e-mail from your
system. Any views expressed in this e-mail and any files transmitted with it
are those of the individual sender, except where the sender specifically
states them to be the views of our organisation. Our organisation does not
represent or warrant that the attached files are free from computer viruses
or other defects. The user assumes all responsibility for any loss or damage
resulting directly or indirectly from the use of the attached files. In any
event, the liability to our organisation is limited to either the resupply
of the attached files or the cost of having the attached files resupplied


> From: "J. DesGeorges" <[EMAIL PROTECTED]>
> Reply-To: 
> Date: Thu, 17 Feb 2005 22:16:13 -0700
> To: 
> Subject: [WSG] linking to style sheet - how best?
> 
> 
> 
> Hi List,
> 
> long time lurker who is trying to get more courageous with CSS.  I am
> wondering what is the consensus for calling a style sheet.  The @import
> rule or the link href method :
> 
> 
> 
> 
> 
> 
> 
> 
> 
> ---
> 
> I am confused as to the merits of both.  If you can point me to a resource
> that discusses this issue I would really appreciate it.
> 
> Thanks,
> Joe 
> 
> 
> **
> 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] London Web Standards Conference - OT?

2005-01-11 Thread Helmut Granda
Shouldn't Posting Conferences be OT as Job Opportunities?

Finding out who is going or why your boss doesn't have enough cash to send
you to a conference have nothing to do with standards and creates a lot more
traffic than a posting about a Job that could help some one.

IMHO

Helmut


**
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] Another amazing css zen garden entry

2004-12-17 Thread Helmut Granda
Everything has a weakness

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Vaska.WSG
Sent: Friday, December 17, 2004 11:12 AM
To: [EMAIL PROTECTED]
Subject: Re: [WSG] Another amazing css zen garden entry

It's not beautiful if you zoom your text.

**
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] anchor, classes and IDs

2004-11-19 Thread helmut
AHH!!

Thank you very much

...helmut

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Iain Gardiner
Sent: Friday, November 19, 2004 5:27 PM
To: [EMAIL PROTECTED]
Subject: RE: [WSG] anchor, classes and IDs

You have the right idea, but the wrong methodology.  The selectors you need
to use are:

#idName {
font-family: Verdana;
}
#idName a:link {
color: #FFF;
}
#idName a:visited {
color: #FFF;
}
#idName a:hover {
color: #FFF;
}
#idName a:active {
color: #FFF;
}

But it's much easier to write it out this way:

#idName a:link, #idName a:hover, #idName a:visited, #idName a:active
{
color: #fff;
}

Iain

--
Iain Gardiner
http://www.firelightning.com


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of helmut
Sent: 19 November 2004 23:15
To: [EMAIL PROTECTED]
Subject: [WSG] anchor, classes and IDs


Hello All,

This might be a dumb question but I don't really know how to search
correctly in google for my answer.

Is it possible that any anchor inside a DIV will inherit all the properties
from the DIV?

For example

/***
CSS
**/

#idName {
font-family: Verdana;
}
a.idName:link {
color: FFF;
}
a.idName:visited {
color: #FFF;
}
a.idName:hover {
color: #FFF;
}
a.idName:active {
color: #FFF;
}



I would like to declare all id once and be done with it.
HomeSub1

As it is right now I have to declare the class to each anchor usage:

Home">Sub1


I hope anyone can understand my question and let me know if it is possible.
I believe it is but I just don't know how exactly declare my classes.

Thank you!

...helmut


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



[WSG] anchor, classes and IDs

2004-11-19 Thread helmut
Hello All,

This might be a dumb question but I don't really know how to search
correctly in google for my answer.

Is it possible that any anchor inside a DIV will inherit all the properties
from the DIV?

For example

/***
CSS
**/

#idName {
font-family: Verdana;
}
a.idName:link {
color: FFF;
}
a.idName:visited {
color: #FFF;
}
a.idName:hover {
color: #FFF;
}
a.idName:active {
color: #FFF;
}



I would like to declare all id once and be done with it.
HomeSub1

As it is right now I have to declare the class to each anchor usage:

Home">Sub1


I hope anyone can understand my question and let me know if it is possible.
I believe it is but I just don't know how exactly declare my classes.

Thank you!

...helmut


**
The discussion list for  http://webstandardsgroup.org/

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



[WSG] Overlaping [A]

2004-11-06 Thread helmut
Hello all,

Simple question

I had set up a pseudo-class like this

a.sub:link { property } 
a.subTwo.link { property }...

It was working fine until I decided to define a global anchor pseudo-class

a.link { property } ...
a.sub:link { property } 
a.subTwo.link { property }...

Now sub and subTwo have inherited the a class properties even though I had
declared individual properties for each one of them and applied directly to
links, for example:

Link Goes Here

Could some one give me a hint?

Thanks!!
...helmut


**
The discussion list for  http://webstandardsgroup.org/

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



[WSG] What Editors do you guys use?

2004-06-05 Thread helmut
What CSS/XHTML/HTML editors do you guys use for hand coding and testing?




*
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] Mozilla chocks with Dynamic Content

2004-06-03 Thread helmut








 



Great tips here…

 

What I meant my frst CSS… I meant
to say my first website controlled by CSS and it really it’s a challenge.
Specially when I have to follow so many guidelines to
WP already.

 

 

Web Developer toolbar I never thought there was a tool
like that. Thank you very much, this is a great help. The changes done to the
CSS and being seen dynamicly its
just amazing.

 

Behavior add-on: I am not sure about that one, but I am
still looking, Thanks again for the great help!

 

 



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Gary Menzel
Sent: Thursday, June 03, 2004 10:32 PM
To: [EMAIL PROTECTED]
Subject: Re: [WSG] Mozilla chocks
with Dynamic Content

 


>
Any tips will be more than welcome. Its my first CSS layout so bare with
> me if there is a bounch of mess in there.


Part
of your problem will be fixed by adding 

 
      clear: both; 

to
your #footer DIV. 

You
will still probably have issues with the styling on the "search"
fields. 

Get
hold of Mozilla Firebird and the Web Developer toolbar - this lets you do a lot
of good stuff that helps you work out CSS problems like this (as it lets you
edit the CSS inline to see changes dynamically). 

Also,
if this is your first CSS, you have a LOT of complex CSS selectors in your
stylesheet that just wont work in the current version of IE (without using the
behaviour add-on that is available - see Russ' link posts to find this).



Gary
Menzel
Web Development Manager
IT Operations Brisbane -+- ABN AMRO Morgans Limited
Level 29, 123 Eagle Street BRISBANE QLD 4000
PH: 07 333 44 828  FX:  07 3834 0828 


To
unsubscribe from this email please forward this email to:
[EMAIL PROTECTED]

If this
communication is not intended for you and you are not an authorised recipient
of this email you are prohibited by law from dealing with or relying on the
email or any file attachments. This prohibition includes reading, printing,
copying, re-transmitting, disseminating, storing or in any other way dealing or
acting in reliance on the information. If you have received this email in
error, we request you contact ABN AMRO Morgans Limited immediately by returning
the email to [EMAIL PROTECTED] and destroy the original. We will
refund any reasonable costs associated with notifying ABN AMRO Morgans. This
email is confidential and may contain privileged client information. ABN AMRO
Morgans has taken reasonable steps to ensure the accuracy and integrity of all
its communications, including electronic communications, but accepts no
liability for materials transmitted. Materials may also be transmitted without
the knowledge of ABN AMRO Morgans. ABN AMRO Morgans Limited its directors and
employees do not accept liability for the results of any actions taken or not
on the basis of the information in this report. ABN AMRO Morgans Limited and
its associates hold or may hold securities in the companies/trusts mentioned
herein. Any recommendation is made on the basis of our research of the
investment and may not suit the specific requirements of clients. Assessments
of suitability to an individual?s portfolio can only be made after an
examination of the particular client?s investments, financial circumstances and
requirements.
ABN AMRO
Morgans Limited (ABN 49 010 669 726 AFSL 235410) A Participant of ASX Group








RE: [WSG] Mozilla chocks with Dynamic Content

2004-06-03 Thread helmut
After examining a previews reply this was my logic. And thank you for the
tip, Clear:both would make it work beautifully.
 
So basicly clear:both means.. obey the height of the longest div.
 
Thanks for the tip!
 
 
-Original Message-
From: Lauke PH [mailto:[EMAIL PROTECTED] On Behalf Of Patrick
Lauke
Sent: Thursday, June 03, 2004 8:08 PM
To: [EMAIL PROTECTED]
Subject: RE: [WSG] Mozilla chocks with Dynamic Content
 
Mozilla is acting correctly. By floating the #menu, you've removed it from
the normal
flow of the document...hence, it does not take up space height-wise, and
therefore does
not stretch the container.
An initial fix is to add "clear: both;" to your #footer...
 
Patrick

Patrick H. Lauke
Webmaster / University of Salford
http://www.salford.ac.uk 
<>

[WSG] Mozilla chocks with Dynamic Content

2004-06-03 Thread helmut
If anyone has the time visit:

www.helmutgranda.com

I struggled for couple of days redesigning my layout because it would
not show good in Mozilla. Thinking there was an error on the layout, but
for some reason my layouts never worked with Dynamic Content. 

Does anyone knows why this happens?

IE renders fine, but Mozilla chocks then the dynamic content shows up.
It keeps the footer in the same position instead of going with the flow.

Any tips will be more than welcome. Its my first CSS layout so bare with
me if there is a bounch of mess in there.

helmut


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