[wdvltalk] shtml in firefox

2008-09-03 Thread joseph harris
I spent most of yesterday trying to download Zend Optimiser [and 
finally still failed] to use what seemed an excellent template - 
Wesbsite something or other. And gave up trying to find another 
template that interested me.


So I have turned to using my own early css work and adapting it. 
IE seems proud and happy to show the site and I have started 
making the changes needed.  However it seems unhappy with 
Javascript. [I'm working on the desktop with EasyPHP]


The great Firefox merely shows the source! This is the document 
statement Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd";>


Any thoughts?

Joseph Harris 



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
  Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


[wdvltalk] shtml in firefox - update

2008-09-03 Thread joseph harris
Updating my problems.  Zend Optimiser is as i stated. And firefox 
is displaying source, instead of parsing.


But it seems that the SSI isn't working. I have statements like
 and
 for files in the same
folder as the calling file.
Like me, all simple stuff. And the page is "index.shtml".

I've done an .htaccess file with [following 
http://httpd.apache.org/docs/2.2/howto/ssi.html ]

Options +Includes
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
AddType text/html .shtml
AddHandler server-parsed .shtml
Options Indexes FollowSymLinks Includes
DirectoryIndex index.shtml index.htm

It all looks enabled in Apache [EasyPHP desktop]. Why won't the 
includes parse - there are no error messages - and why is firefox 
not even parsing the shtml?


Flummoxed!

Joseph

From: "joseph harris"
I spent most of yesterday trying to download Zend Optimiser [and 
finally still failed] to use what seemed an excellent template - 
Wesbsite something or other. And gave up trying to find another 
template that interested me.


So I have turned to using my own early css work and adapting 
it. IE seems proud and happy to show the site and I have 
started making the changes needed.  However it seems unhappy 
with Javascript. [I'm working on the desktop with EasyPHP]


The great Firefox merely shows the source! This is the document 
statement Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd";>


Any thoughts?

Joseph Harris




Joseph Harris

From: "joseph harris"

I spent most of yesterday trying to download Zend Optimiser [and 
finally still failed] to use what seemed an excellent template - 
Wesbsite something or other. And gave up trying to find another 
template that interested me.


So I have turned to using my own early css work and adapting 
it. IE seems proud and happy to show the site and I have 
started making the changes needed.  However it seems unhappy 
with Javascript. [I'm working on the desktop with EasyPHP]


The great Firefox merely shows the source! This is the document 
statement Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd";>


Any thoughts?

Joseph Harris 



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
  Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


Re:[wdvltalk] JavaScript/CSS question

2008-09-03 Thread Furry, Tim
Riva,

I'd agree with MOU - you're making things too complicated. Set your menu items 
up to be block display and let the browser handle the movement for the form.  
Use JS to control just the display:none or display:block.

Tim

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
   Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


RE:[wdvltalk] shtml in firefox

2008-09-03 Thread Furry, Tim
Joseph wrote:
So I have turned to using my own early css work and adapting it.
IE seems proud and happy to show the site and I have started making the changes 
needed.  However it seems unhappy with Javascript.

The great Firefox merely shows the source! This is the document statement 
http://www.w3.org/TR/REC-html40/loose.dtd";>

Any thoughts?

Tim responds:
First, try upgrading your doctype to this:

http://www.w3.org/TR/html4/loose.dtd";>

(see http://www.w3.org/TR/REC-html40/sgml/loosedtd.html)

I don't think the 4.0 Transitional DTD is even valid anymore.

Secondly...IE will render happily whether or not the doctype is correct, but FF 
is pretty choosy about it.  JavaScript may not work if the page is not 
completely loaded, depending on what it's doing...so fix the doctype first, and 
see what happens from there...

Tim

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
   Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


Re: RE:[wdvltalk] shtml in firefox

2008-09-03 Thread joseph harris


From: "Furry, Tim"

Joseph wrote:
So I have turned to using my own early css work and adapting it.
IE seems proud and happy to show the site and I have started 
making the changes needed.  However it seems unhappy with 
Javascript.


The great Firefox merely shows the source! This is the document 
statement Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd";>


Any thoughts?

Tim responds:
First, try upgrading your doctype to this:

http://www.w3.org/TR/html4/loose.dtd";>

(see http://www.w3.org/TR/REC-html40/sgml/loosedtd.html)

I don't think the 4.0 Transitional DTD is even valid anymore.

Secondly...IE will render happily whether or not the doctype is 
correct, but FF is pretty choosy about it.  JavaScript may not 
work if the page is not completely loaded, depending on what it's 
doing...so fix the doctype first, and see what happens from 
there...


Tim


Hi Tim,

No, FF still prints only the source. IE still won't obey any 
includes. The file is definitely saving.


I'm using HTML-kit lite [which seems no longer available] so 
there shouldn't be any code problems on the files from the 
program. And I see no E&OE of my own .;-)


Joseph 



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
  Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


Re: [Bulk] Re:[wdvltalk] JavaScript/CSS question

2008-09-03 Thread Portman

Thanks Ross/MOU and Tim. I will give it a try.

Riva

On 9/3/2008 10:11 AM, Furry, Tim wrote:

Riva,

I'd agree with MOU - you're making things too complicated. Set your menu items 
up to be block display and let the browser handle the movement for the form.  
Use JS to control just the display:none or display:block.

Tim


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
  Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


RE: [wdvltalk] Tracking pages with single image?

2008-09-03 Thread Groups
Thank you but not quiet what I had in mind.
My goal is to load http://www..com/track.gif, jpg, or png, and then be
able to read out who has looked at it.
I've seen it used in e-mails, such as those sent by contant contact.
Hope that makes sense.

Thanks!

-Original Message-
From: Conyers, Dwayne [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 02, 2008 7:18 PM
To: wdvltalk@lists.wdvl.com
Subject: RE: [wdvltalk] Tracking pages with single image?

See
http://www.slightlyshadyseo.com/index.php/advanced-statistics-tracking-for-s
eo-ppc-and-other-such-insanity/


--
The generation that took acid to escape reality is now taking antacid to
deal with reality
http://blog.dwacon.com




  The WDVL Discussion List from WDVL.COM  
To Join wdvltalk, Send An Email To:
mailto:[EMAIL PROTECTED] or
use the web interface
http://e-newsletters.internet.com/discussionlists.html/
   Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.





 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
   Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.