Re: [WSG] Help

2011-12-11 Thread Doug Burt

Marvin,
It looks like you screwed on your database permissions when setting up the 
sql request, or you haven't used the right database info, username or 
password on your script to access it with the sql request. Have a good look 
over it and doublecheck all your information...

Cheers,
Doug

- Original Message - 
From: "Marvin Hunkin" 

To: 
Sent: Sunday, December 11, 2011 7:03 PM
Subject: [WSG] Help



Hi.
using wamp server 2.2, windows 7 professional 32 bit, and now, wrote a
script for my class, and inserting a script using a database in sql.
now, when i enter my details into the form, and then click submit.
i get the now shwoing me the data.
saying, the user was denied access for local host.
so, what do i do to get this to work?
any ideas.
Marvin.



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







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



Re: [WSG] Help

2011-12-11 Thread Mike Soden
Marvin,

I'd try it on a webserver to make sure it's not something to do with wamp,
IIS, or local permissions etc..


regards,


Mike



On 12 December 2011 14:03, Marvin Hunkin  wrote:

> Hi.
> using wamp server 2.2, windows 7 professional 32 bit, and now, wrote a
> script for my class, and inserting a script using a database in sql.
> now, when i enter my details into the form, and then click submit.
> i get the now shwoing me the data.
> saying, the user was denied access for local host.
> so, what do i do to get this to work?
> any ideas.
> Marvin.
>
>
>
> ***
> List Guidelines: 
> http://webstandardsgroup.org/**mail/guidelines.cfm
> Unsubscribe: 
> http://webstandardsgroup.org/**join/unsubscribe.cfm
> Help: memberhelp@webstandardsgroup.**org
> ***
>
>


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

[WSG] Help

2011-12-11 Thread Marvin Hunkin

Hi.
using wamp server 2.2, windows 7 professional 32 bit, and now, wrote a
script for my class, and inserting a script using a database in sql.
now, when i enter my details into the form, and then click submit.
i get the now shwoing me the data.
saying, the user was denied access for local host.
so, what do i do to get this to work?
any ideas.
Marvin.



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



RE: [WSG] Help - Anchor Link to specific area on web page

2011-01-19 Thread E W
 
@tee - Thank you for your feedback and alerting me to the other problems. 

From: weblis...@gmail.com
Subject: Re: [WSG] Help - Anchor Link to specific area on web page
Date: Tue, 18 Jan 2011 19:00:31 -0800
To: wsg@webstandardsgroup.org






View the problem: http://www.radcal.com/accugold-private2.html#sensoroptabs - 
click on the each of the four tabs: Diode Dose Multisensors, Ion Chamber Dose 
Sensors, Diode Dose Sensors and mA and mAs Sensors and see how the links work 
from page to page.

I'm wondering if it has something to do with the Browsers Defaults on where you 
land on a page when clicking on the links?

Your feedback and help is appreciated''

A "return false" could prevent this. 
But in your case, you specifically tells browser to go top:
...images/pdc-brochure-low-res.pdf" target="_top"
Apart from the target="_top". We don't do nested anchor links. 
You may want to clean up your codes, and perhaps pick up a habit switching 
between view source and visual mode when work in Dreamweaver.
tee


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

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


RE: [WSG] Help - Anchor Link to specific area on web page

2011-01-19 Thread E W
 
@Chris F.A. Johnson - Thank you for your feedback and alerting me to the 
other problems. 

> Date: Tue, 18 Jan 2011 21:46:37 -0500
> From: ch...@cfajohnson.com
> To: wsg@webstandardsgroup.org
> Subject: Re: [WSG] Help - Anchor Link to specific area on web page
> 
> On Tue, 18 Jan 2011, E W wrote:
> 
> >
> > Hi Fellow Web Master Friends,
> >
> > I'm creating a web page and need help with Named Anchor Links.
> >
> > Problem: when clicking on a roll over that is linked to another a
> > web page using a Named Anchor in a specific area on the linked web
> > page, the browser jumps to the linked page but for a brief moment it
> > goes to the top of the web page and then down to the area where the
> > Named Anchor is located. I do not want it to go to the top of the
> > web page first. Instead I want it to just go to the Named Anchor
> > location. Also, this seems to be happening in Internet Explorer and
> > Firefox on PC but not on Firefox on Mac.
> 
> In Firefox 3.6.13 on Linux it goes directly to the anchor.
> 
> See other problems:
>  <http://t.cfaj.ca/radcal1.jpg>
>  <http://t.cfaj.ca/radcal2.jpg>
> 
> > View the problem:
> > http://www.radcal.com/accugold-private2.html#sensoroptabs - click on
> > the each of the four tabs: Diode Dose Multisensors, Ion Chamber Dose
> > Sensors, Diode Dose Sensors and mA and mAs Sensors and see how the
> > links work from page to page.
> >
> > I'm wondering if it has something to do with the Browsers Defaults
> > on where you land on a page when clicking on the links?
> >
> > Your feedback and help is appreciated.
> 
> -- 
> Chris F.A. Johnson, <http://cfajohnson.com/>
> Author:
> Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
> Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
> 
> 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
> 
  

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


Re: [WSG] Help - Anchor Link to specific area on web page

2011-01-18 Thread tee
 
> 
> 
> View the problem: http://www.radcal.com/accugold-private2.html#sensoroptabs - 
> click on the each of the four tabs: Diode Dose Multisensors, Ion Chamber Dose 
> Sensors, Diode Dose Sensors and mA and mAs Sensors and see how the links work 
> from page to page.
> 
> I'm wondering if it has something to do with the Browsers Defaults on where 
> you land on a page when clicking on the links?
> 
> Your feedback and help is appreciated''


A "return false" could prevent this. 

But in your case, you specifically tells browser to go top:

...images/pdc-brochure-low-res.pdf" target="_top"

Apart from the target="_top". We don't do nested anchor links.
 

You may want to clean up your codes, and perhaps pick up a habit switching 
between view source and visual mode when work in Dreamweaver.

tee



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


Re: [WSG] Help - Anchor Link to specific area on web page

2011-01-18 Thread Chris F.A. Johnson

On Tue, 18 Jan 2011, E W wrote:



Hi Fellow Web Master Friends,

I'm creating a web page and need help with Named Anchor Links.

Problem: when clicking on a roll over that is linked to another a
web page using a Named Anchor in a specific area on the linked web
page, the browser jumps to the linked page but for a brief moment it
goes to the top of the web page and then down to the area where the
Named Anchor is located. I do not want it to go to the top of the
web page first. Instead I want it to just go to the Named Anchor
location. Also, this seems to be happening in Internet Explorer and
Firefox on PC but not on Firefox on Mac.


   In Firefox 3.6.13 on Linux it goes directly to the anchor.

   See other problems:




View the problem:
http://www.radcal.com/accugold-private2.html#sensoroptabs - click on
the each of the four tabs: Diode Dose Multisensors, Ion Chamber Dose
Sensors, Diode Dose Sensors and mA and mAs Sensors and see how the
links work from page to page.

I'm wondering if it has something to do with the Browsers Defaults
on where you land on a page when clicking on the links?

Your feedback and help is appreciated.


--
   Chris F.A. Johnson, 
   Author:
   Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)


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



[WSG] Help - Anchor Link to specific area on web page

2011-01-18 Thread E W
 
Hi Fellow Web Master Friends,

I'm creating a web page and need help with Named Anchor Links.

Problem: when clicking on a roll over that is linked to another a web page 
using a Named Anchor in a specific area on the linked web page, the browser 
jumps to the linked page but for a brief moment it goes to the top of the web 
page and then down to the area where the Named Anchor is located. I do not want 
it to go to the top of the web page first. Instead I want it to just go to the 
Named Anchor location. Also, this seems to be happening in Internet Explorer 
and Firefox on PC but not on Firefox on Mac.

View the problem: http://www.radcal.com/accugold-private2.html#sensoroptabs - 
click on the each of the four tabs: Diode Dose Multisensors, Ion Chamber Dose 
Sensors, Diode Dose Sensors and mA and mAs Sensors and see how the links work 
from page to page.

I'm wondering if it has something to do with the Browsers Defaults on where you 
land on a page when clicking on the links?

Your feedback and help is appreciated.


  

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


Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Micky Hulse
On Wed, Sep 15, 2010 at 2:49 PM, Micky Hulse  wrote:
> 2. Pinax

Ooops, I forgot to include Pinax link:




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



Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Micky Hulse
On Wed, Sep 15, 2010 at 8:47 AM, Marcos Paulo Machado
 wrote:
> Marvin, I suggest you study more before choose any CMS to your project and
> verify wich better fit in your requirements.

Totally agree with Paulo.

In terms of CMS/Blogs, I like these:

1. ExpressionEngine


2. Textpattern


They are both more blog than CMS... I guess it really depends on your
needs. EE has some good addons for managing flat pages. TXP is free
whereas EE has a nominal yearly fee for the licensing.

You also might consider a framework. I prefer these:

1. Django (Python)
2. CodeIgniter (PHP)

Django is pretty dope... I think I like it better than CI, but the
learning curve can be steep depending on your level of experience.

You might also look at content management systems built using CI and/or Django:

1. Django-cms


2. Pinax

You might also check out this site:

Django Packages


Expression Engine 2.0 (their latest version) is built on CI.

PyroCMS looks good (built on CI):


I do agree with the others who suggest WordPress though... If you are
pretty new to CMS/Blog systems, with WP you will probably be
up-and-running in no time. :)

Good luck!
Cheers,
Micky


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



Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Mark Host
 I've only been on this list for about 6 months or so, but foot has 
been placed firmly in mouth.  Anyways, perhaps I should contribute 
something constructive.


I think Joomla is bloated (though a very good CMS) and requires more of 
learning curve.  Where as WordPress is a great all-around platform, 
particularly with the new version 3. Drupal is a great CMS, but again, 
probably too much bloat.


I have been developing sites in Stacey http://staceyapp.com/ and playing 
with Perch http://grabaperch.com/ because they are lightweight and less 
clutter.  Though, Stacey is probably not a great fit because it requires 
a bit more effort.


I wonder how any of these CMS's work with screenreaders, given the long 
list of menus that aren't always used and heavy use of admin Javascript.


Thanks for being an understanding group of individuals!

--
Mark Host


On 9/15/2010 12:30 PM, Raul Ferrer wrote:


No worries, mate!

As I said, if I was in another list I'd have thought probably the same 
thing.


Cheers

Raul



*De:* li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] 
*En nombre de *Mark Host

*Enviado el:* miércoles, 15 de septiembre de 2010 19:05
*Para:* wsg@webstandardsgroup.org
*CC:* Joseph Taylor
*Asunto:* Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

My apologies to Marvin and everyone on the list.

Mark Host


On 9/15/2010 11:50 AM, Joseph Taylor wrote:

Mark,

Marvin has been a member of this group for a long time and he's to be 
commended for his never-ceasing efforts to develop websites without 
the gift of sight.


Joseph R. B. Taylor
/Web Designer / Developer/
--
Sites by Joe, LLC
/"Clean, Simple and Elegant Web Design"/
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com <mailto:j...@sitesbyjoe.com>


On 9/15/10 12:30 PM, Mark Host wrote:

Does nobody see that this email is spam?  The email makes no sense.  
Why would someone write a formal document for a star trek site *they 
*are /writing /themselves?


Here's your first tip starvin Marvin.  TURN CAPS LOCK OFF.

--
Mark Host


On 9/15/2010 7:42 AM, Marvin Hunkin wrote:

HI.

THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.

LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES OUT.

SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.

BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.

ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.

AND WHAT DO I NEED TO SET IT UP.

WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE PROJECT, AND THE 
TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE PROJECT.


THEN WHICH TOOL TO USE FOR THIS PROJECT.

SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND GOT STUCK WITH 
THE CURRENT PROJECT.


GOT WRITERS BLOCK, OR CODERS BLOCK.

SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.

IF ANY ONE HAS DONE THIS BEFORE.

SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET OUT WHAT 
NAVIGATION I WILL USE.


ETC.

ANY HELP WOULD BE GRATEFULLY APPRECIATED.

MARVIN.

PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS SCREEN READER 
FROM HTTP://WWW.FREEDOMSCIENTIFIC.COM <http://WWW.FREEDOMSCIENTIFIC.COM>



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

***


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

***


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

***


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



***

Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Joseph Taylor
 ...A foot in the mouth by someone besides myself is always a 
day-brightener.


;)

Joseph R. B. Taylor
/Web Designer / Developer/
--
Sites by Joe, LLC
/"Clean, Simple and Elegant Web Design"/
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com


On 9/15/10 1:04 PM, Mark Host wrote:

My apologies to Marvin and everyone on the list.


Mark Host


On 9/15/2010 11:50 AM, Joseph Taylor wrote:

Mark,

Marvin has been a member of this group for a long time and he's to be 
commended for his never-ceasing efforts to develop websites without 
the gift of sight.


Joseph R. B. Taylor
/Web Designer / Developer/
--
Sites by Joe, LLC
/"Clean, Simple and Elegant Web Design"/
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com


On 9/15/10 12:30 PM, Mark Host wrote:
Does nobody see that this email is spam?  The email makes no sense.  
Why would someone write a formal document for a star trek site *they 
*are /writing /themselves?


Here's your first tip starvin Marvin.  TURN CAPS LOCK OFF.


--
Mark Host

On 9/15/2010 7:42 AM, Marvin Hunkin wrote:

HI.
THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING 
A CMS.

LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES OUT.
SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.
BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.
ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.
AND WHAT DO I NEED TO SET IT UP.
WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE PROJECT, AND 
THE TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE PROJECT.

THEN WHICH TOOL TO USE FOR THIS PROJECT.
SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND GOT STUCK 
WITH THE CURRENT PROJECT.

GOT WRITERS BLOCK, OR CODERS BLOCK.
SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.
IF ANY ONE HAS DONE THIS BEFORE.
SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET OUT WHAT 
NAVIGATION I WILL USE.

ETC.
ANY HELP WOULD BE GRATEFULLY APPRECIATED.
MARVIN.
PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS SCREEN READER 
FROM HTTP://WWW.FREEDOMSCIENTIFIC.COM 



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


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


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


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



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

RE: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Raul Ferrer
No worries, mate!

 

As I said, if I was in another list I’d have thought probably the same
thing.

 

Cheers

 

 

Raul

 

  _  

De: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] En
nombre de Mark Host
Enviado el: miércoles, 15 de septiembre de 2010 19:05
Para: wsg@webstandardsgroup.org
CC: Joseph Taylor
Asunto: Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

 

My apologies to Marvin and everyone on the list.  



Mark Host


On 9/15/2010 11:50 AM, Joseph Taylor wrote: 

Mark,

Marvin has been a member of this group for a long time and he's to be
commended for his never-ceasing efforts to develop websites without the gift
of sight.

Joseph R. B. Taylor
Web Designer / Developer
--
Sites by Joe, LLC
"Clean, Simple and Elegant Web Design"
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com


On 9/15/10 12:30 PM, Mark Host wrote: 

Does nobody see that this email is spam?  The email makes no sense.  Why
would someone write a formal document for a star trek site they are writing
themselves?

Here's your first tip starvin Marvin.  TURN CAPS LOCK OFF.



--
Mark Host


On 9/15/2010 7:42 AM, Marvin Hunkin wrote: 

HI.

THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.

LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES OUT.

SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.

BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.

ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.

AND WHAT DO I NEED TO SET IT UP.

WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE PROJECT, AND THE
TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE PROJECT.

THEN WHICH TOOL TO USE FOR THIS PROJECT.

SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND GOT STUCK WITH THE
CURRENT PROJECT.

GOT WRITERS BLOCK, OR CODERS BLOCK.

SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.

IF ANY ONE HAS DONE THIS BEFORE.

SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET OUT WHAT NAVIGATION I
WILL USE.

ETC.

ANY HELP WOULD BE GRATEFULLY APPRECIATED.

MARVIN.

PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS SCREEN READER FROM
HTTP://WWW.FREEDOMSCIENTIFIC.COM


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


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


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


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


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


Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Nixon David
No harm done



From: li...@webstandardsgroup.org 
To: wsg@webstandardsgroup.org 
Cc: Joseph Taylor 
Sent: Wed Sep 15 19:04:52 2010
Subject: Re: [WSG] HELP WITH SETTING UP A CMS PROJECT 


My apologies to Marvin and everyone on the list.  



Mark Host



On 9/15/2010 11:50 AM, Joseph Taylor wrote: 

Mark,

Marvin has been a member of this group for a long time and he's to be 
commended for his never-ceasing efforts to develop websites without the gift of 
sight.


Joseph R. B. Taylor
Web Designer / Developer
--
Sites by Joe, LLC
"Clean, Simple and Elegant Web Design"
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com


On 9/15/10 12:30 PM, Mark Host wrote: 

Does nobody see that this email is spam?  The email makes no 
sense.  Why would someone write a formal document for a star trek site they are 
writing themselves?

Here's your first tip starvin Marvin.  TURN CAPS LOCK OFF.



--
Mark Host

On 9/15/2010 7:42 AM, Marvin Hunkin wrote: 

HI.
THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING 
ABOUT USING A CMS.
LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES 
OUT.
SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.
BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.
ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.
AND WHAT DO I NEED TO SET IT UP.
WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE 
PROJECT, AND THE TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE 
PROJECT.
THEN WHICH TOOL TO USE FOR THIS PROJECT.
SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND 
GOT STUCK WITH THE CURRENT PROJECT.
GOT WRITERS BLOCK, OR CODERS BLOCK.
SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.
IF ANY ONE HAS DONE THIS BEFORE.
SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET 
OUT WHAT NAVIGATION I WILL USE.
ETC.
ANY HELP WOULD BE GRATEFULLY APPRECIATED.
MARVIN.
PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS 
SCREEN READER FROM HTTP://WWW.FREEDOMSCIENTIFIC.COM


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

*** 



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

*** 


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


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

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

Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Mark Host

 My apologies to Marvin and everyone on the list.


Mark Host


On 9/15/2010 11:50 AM, Joseph Taylor wrote:

Mark,

Marvin has been a member of this group for a long time and he's to be 
commended for his never-ceasing efforts to develop websites without 
the gift of sight.


Joseph R. B. Taylor
/Web Designer / Developer/
--
Sites by Joe, LLC
/"Clean, Simple and Elegant Web Design"/
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com


On 9/15/10 12:30 PM, Mark Host wrote:
Does nobody see that this email is spam?  The email makes no sense.  
Why would someone write a formal document for a star trek site *they 
*are /writing /themselves?


Here's your first tip starvin Marvin.  TURN CAPS LOCK OFF.


--
Mark Host

On 9/15/2010 7:42 AM, Marvin Hunkin wrote:

HI.
THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING 
A CMS.

LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES OUT.
SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.
BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.
ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.
AND WHAT DO I NEED TO SET IT UP.
WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE PROJECT, AND 
THE TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE PROJECT.

THEN WHICH TOOL TO USE FOR THIS PROJECT.
SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND GOT STUCK WITH 
THE CURRENT PROJECT.

GOT WRITERS BLOCK, OR CODERS BLOCK.
SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.
IF ANY ONE HAS DONE THIS BEFORE.
SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET OUT WHAT 
NAVIGATION I WILL USE.

ETC.
ANY HELP WOULD BE GRATEFULLY APPRECIATED.
MARVIN.
PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS SCREEN READER 
FROM HTTP://WWW.FREEDOMSCIENTIFIC.COM 


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


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


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



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

Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Joseph Taylor

 Mark,

Marvin has been a member of this group for a long time and he's to be 
commended for his never-ceasing efforts to develop websites without the 
gift of sight.


Joseph R. B. Taylor
/Web Designer / Developer/
--
Sites by Joe, LLC
/"Clean, Simple and Elegant Web Design"/
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com


On 9/15/10 12:30 PM, Mark Host wrote:
Does nobody see that this email is spam?  The email makes no sense.  
Why would someone write a formal document for a star trek site *they 
*are /writing /themselves?


Here's your first tip starvin Marvin.  TURN CAPS LOCK OFF.


--
Mark Host

On 9/15/2010 7:42 AM, Marvin Hunkin wrote:

HI.
THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A 
CMS.

LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES OUT.
SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.
BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.
ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.
AND WHAT DO I NEED TO SET IT UP.
WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE PROJECT, AND 
THE TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE PROJECT.

THEN WHICH TOOL TO USE FOR THIS PROJECT.
SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND GOT STUCK WITH 
THE CURRENT PROJECT.

GOT WRITERS BLOCK, OR CODERS BLOCK.
SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.
IF ANY ONE HAS DONE THIS BEFORE.
SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET OUT WHAT 
NAVIGATION I WILL USE.

ETC.
ANY HELP WOULD BE GRATEFULLY APPRECIATED.
MARVIN.
PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS SCREEN READER 
FROM HTTP://WWW.FREEDOMSCIENTIFIC.COM 


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


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



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

RE: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Raul Ferrer
Hi Mark,

 

In a normal state I would probably second your thoughts, but Marvin is NO
spammer.

He’s a blind coder, so it’s very probably that he didn’t notice he was
writing in Caps.

 

He’s also been working on the Star Trek project for quite a while and
besides, he’s quite active on this list. 

So before assuming “the obvious” search for the user and you’ll see that
he’s no spammer.

 

Cheers

 

Raul

 

  _  

De: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] En
nombre de Mark Host
Enviado el: miércoles, 15 de septiembre de 2010 18:31
Para: wsg@webstandardsgroup.org
Asunto: Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

 

Does nobody see that this email is spam?  The email makes no sense.  Why
would someone write a formal document for a star trek site they are writing
themselves?

Here's your first tip starvin Marvin.  TURN CAPS LOCK OFF.



--
Mark Host


On 9/15/2010 7:42 AM, Marvin Hunkin wrote: 

HI.

THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.

LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES OUT.

SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.

BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.

ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.

AND WHAT DO I NEED TO SET IT UP.

WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE PROJECT, AND THE
TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE PROJECT.

THEN WHICH TOOL TO USE FOR THIS PROJECT.

SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND GOT STUCK WITH THE
CURRENT PROJECT.

GOT WRITERS BLOCK, OR CODERS BLOCK.

SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.

IF ANY ONE HAS DONE THIS BEFORE.

SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET OUT WHAT NAVIGATION I
WILL USE.

ETC.

ANY HELP WOULD BE GRATEFULLY APPRECIATED.

MARVIN.

PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS SCREEN READER FROM
HTTP://WWW.FREEDOMSCIENTIFIC.COM


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


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


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


Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Mark Host
 Does nobody see that this email is spam?  The email makes no sense.  
Why would someone write a formal document for a star trek site *they 
*are /writing /themselves?


Here's your first tip starvin Marvin.  TURN CAPS LOCK OFF.


--
Mark Host

On 9/15/2010 7:42 AM, Marvin Hunkin wrote:

HI.
THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.
LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES OUT.
SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.
BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.
ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.
AND WHAT DO I NEED TO SET IT UP.
WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE PROJECT, AND THE 
TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE PROJECT.

THEN WHICH TOOL TO USE FOR THIS PROJECT.
SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND GOT STUCK WITH 
THE CURRENT PROJECT.

GOT WRITERS BLOCK, OR CODERS BLOCK.
SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.
IF ANY ONE HAS DONE THIS BEFORE.
SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET OUT WHAT 
NAVIGATION I WILL USE.

ETC.
ANY HELP WOULD BE GRATEFULLY APPRECIATED.
MARVIN.
PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS SCREEN READER 
FROM HTTP://WWW.FREEDOMSCIENTIFIC.COM 


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



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

Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Sunday John
You may want to use use Wordpress for a start but consider TYPO3 for a
professional development.


  Sunday John
  Solutions Provider
  Phone: 234 802 322 8712, 234 7029513356
  Website: www.raphsonsolutions.com
   Email: sun...@raphsonsolutions.com

--- @ WiseStamp
Signature<http://my.wisestamp.com/link?u=wcxmvmfngt9pqscn&site=www.wisestamp.com/email-install>.
Get it 
now<http://my.wisestamp.com/link?u=wcxmvmfngt9pqscn&site=www.wisestamp.com/email-install>


On Wed, Sep 15, 2010 at 5:01 PM,  wrote:

> Hi Marvin,
> If you are new to use any CMS me too suggest you start with Wordpress.
> Charith.
>
> Sent via BlackBerry® from Dialog
> --
> *From: * Marcos Paulo Machado 
> *Sender: * li...@webstandardsgroup.org
> *Date: *Wed, 15 Sep 2010 12:47:34 -0300
> *To: *
> *ReplyTo: * wsg@webstandardsgroup.org
> *Subject: *Re: [WSG] HELP WITH SETTING UP A CMS PROJECT
>
> Marvin, I suggest you study more before choose any CMS to your project and
> verify wich better fit in your requirements.
>
> I use the three CMS's, and I prefer the Wordpress, because is more simple
> to configure and install.
>
> from my android
>
> Em 15/09/2010 12:25, "David Laakso"  >escreveu:
>
> On 9/15/10 8:42 AM, Marvin Hunkin wrote:
>
>
> >
> >
> > THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A
> CMS.
> >
> MARVIN.
>
>
>
>
> That's a big order, Marvin. I am a designer rather than a developer but
> would think you may want to keep things very simple.
> This is an open-source XML based lite CMS.
> <http://get-simple.info/start/> <http://get-simple.info/start/>
> It may more than meet your need and will probably be a lot less frustrating
> in the long run...
>
> Best,
> ~d
>
>
>
>
>  --
> :: desktop and mobile ::http://chelseacreekstudio.com/
>
>
>
> ***
> List Guidelines: http://websta...
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
>



-- 

  Sunday John
  Solutions Provider
  Phone: 234 802 322 8712, 234 7029513356
  Website: www.raphsonsolutions.com
   Email: sun...@raphsonsolutions.com


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


Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread charithjc
Hi Marvin,
If you are new to use any CMS me too suggest you start with Wordpress.
Charith.

Sent via BlackBerry® from Dialog

-Original Message-
From: Marcos Paulo Machado 
Sender: li...@webstandardsgroup.orgdate: Wed, 15 Sep 2010 12:47:34 
To: 
Reply-to: wsg@webstandardsgroup.org
Subject: Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

Marvin, I suggest you study more before choose any CMS to your project and
verify wich better fit in your requirements.

I use the three CMS's, and I prefer the Wordpress, because is more simple to
configure and install.

from my android

Em 15/09/2010 12:25, "David Laakso" escreveu:

On 9/15/10 8:42 AM, Marvin Hunkin wrote:


>
>
> THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.
>
MARVIN.




That's a big order, Marvin. I am a designer rather than a developer but
would think you may want to keep things very simple.
This is an open-source XML based lite CMS.
<http://get-simple.info/start/> <http://get-simple.info/start/>
It may more than meet your need and will probably be a lot less frustrating
in the long run...

Best,
~d




 --
:: desktop and mobile ::http://chelseacreekstudio.com/



***
List Guidelines: http://websta...


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

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

Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Marcos Paulo Machado
Marvin, I suggest you study more before choose any CMS to your project and
verify wich better fit in your requirements.

I use the three CMS's, and I prefer the Wordpress, because is more simple to
configure and install.

from my android

Em 15/09/2010 12:25, "David Laakso" escreveu:

On 9/15/10 8:42 AM, Marvin Hunkin wrote:


>
>
> THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.
>
MARVIN.




That's a big order, Marvin. I am a designer rather than a developer but
would think you may want to keep things very simple.
This is an open-source XML based lite CMS.
 
It may more than meet your need and will probably be a lot less frustrating
in the long run...

Best,
~d




 --
:: desktop and mobile ::http://chelseacreekstudio.com/



***
List Guidelines: http://websta...


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

Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread David Laakso

 On 9/15/10 8:42 AM, Marvin Hunkin wrote:


THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.

MARVIN.





That's a big order, Marvin. I am a designer rather than a developer but 
would think you may want to keep things very simple.

This is an open-source XML based lite CMS.

It may more than meet your need and will probably be a lot less 
frustrating in the long run...


Best,
~d




--
:: desktop and mobile ::
http://chelseacreekstudio.com/



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

[WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Marvin Hunkin
HI.
THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.
LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES OUT.
SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.
BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.
ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.
AND WHAT DO I NEED TO SET IT UP.
WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE PROJECT, AND THE 
TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE PROJECT.
THEN WHICH TOOL TO USE FOR THIS PROJECT.
SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND GOT STUCK WITH THE 
CURRENT PROJECT.
GOT WRITERS BLOCK, OR CODERS BLOCK.
SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.
IF ANY ONE HAS DONE THIS BEFORE.
SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET OUT WHAT NAVIGATION I WILL 
USE.
ETC.
ANY HELP WOULD BE GRATEFULLY APPRECIATED.
MARVIN.
PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS SCREEN READER FROM 
HTTP://WWW.FREEDOMSCIENTIFIC.COM

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


RE: [WSG] Help with mobile MIME type always fails test

2010-04-19 Thread Spellacy, Michael
Funny this should come up as I felt like being fussy a couple of weeks
ago. If you happen to be building a site with dotNet (.NET) 2008 you can
override the server MIME type inline by adding the following to the
@Page directive:

contenttype="application/xhtml+xml"

This comes in handy if you have a mobile site living in the same
directory as your regular site.

I know this may not help you, Kevin, but maybe it will help
someone...someday. :-)

Michael "Spell" Spellacy
http://www.spellacy.net
@spellacy

> I am hoping someone can help me with a MIME for mobile sites problem I
am having.



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



Re: [WSG] Help with mobile MIME type always fails test

2010-04-17 Thread Phil Archer
I agree that serving XHTML with the text/html MIME type isn't a cardinal 
sin. Also, as ever, you need to work around IE which offers a download 
dialogue when given the (correct) application/xhtml+xml MIME type.


The good news is that IE9 /will/ support the XHTML MIME type (as well as 
SVG and more) so we might yet live in a world where cross-browser issues 
can be less dominant in developers' minds.


When devising the mobileOK tests (as implemented by mobiready and our 
own mobileOK checker http://validator.w3.org/mobile/) we wanted it to be 
possible to pass without scripting and/or server config. You'll get 
warnings, but not a fail condition.


HTH

Phil.

Andrew Harris wrote:

Well, well, well, you learn something new every day eh?

On Sat, Apr 17, 2010 at 9:47 AM,   wrote:

Just cancel on the login but load the page into the test site please to see the 
results.


I still couldn't get into a page, but it doesn't matter - I think I
see the problem.

According to dot-mobi: "For XHTML-MP, the recommended MIME type is
application/vnd.wap.xhtml+xml or application/xhtml+xml. Unlike HTML,
XHTML-MP should not be served as text/html."

Consequently the mobile site I maintain at: http://m.unimelb.edu.au
also generates a warning. On the other hand, I get the feeling it's
pretty much an 'edge case' as far as failure goes. Serving as
text/html isn't going to break many browsers. I suspect only most
primitive wap only browsers will fail to load the content. If you look
at dot-mobi's little graph, it indicates that such browsers are likely
to be on mobiles greater than 5 years old - pretty minor stuff given
that, if you're anything like our site, more than 95% of your mobile
traffic is going to be from Apple devices.

However, there's nothing wrong with being fussy, so getting you server
to use the correct MIME type will require you either getting into the
apache.conf file or using .htaccess to set the mime type for the file
extensions you're using. This can get tricky and will break things if
you don't know what you're doing. (I don't!)

In my case - using the MySource Matrix CMS, it's just a matter of
adding a line to the beginning of my mobile template, if you are
running a CMS you may have a similar setting. I'm going to leave that
until Monday when I've got time to back out of it if it causes
problems :-)



--


Phil Archer
W3C Open Media Web
http://www.w3.org/

http://philarcher.org
@philarcher1


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



Re: [WSG] Help with mobile MIME type always fails test

2010-04-16 Thread Andrew Harris
Well, well, well, you learn something new every day eh?

On Sat, Apr 17, 2010 at 9:47 AM,   wrote:
> Just cancel on the login but load the page into the test site please to see 
> the results.

I still couldn't get into a page, but it doesn't matter - I think I
see the problem.

According to dot-mobi: "For XHTML-MP, the recommended MIME type is
application/vnd.wap.xhtml+xml or application/xhtml+xml. Unlike HTML,
XHTML-MP should not be served as text/html."

Consequently the mobile site I maintain at: http://m.unimelb.edu.au
also generates a warning. On the other hand, I get the feeling it's
pretty much an 'edge case' as far as failure goes. Serving as
text/html isn't going to break many browsers. I suspect only most
primitive wap only browsers will fail to load the content. If you look
at dot-mobi's little graph, it indicates that such browsers are likely
to be on mobiles greater than 5 years old - pretty minor stuff given
that, if you're anything like our site, more than 95% of your mobile
traffic is going to be from Apple devices.

However, there's nothing wrong with being fussy, so getting you server
to use the correct MIME type will require you either getting into the
apache.conf file or using .htaccess to set the mime type for the file
extensions you're using. This can get tricky and will break things if
you don't know what you're doing. (I don't!)

In my case - using the MySource Matrix CMS, it's just a matter of
adding a line to the beginning of my mobile template, if you are
running a CMS you may have a similar setting. I'm going to leave that
until Monday when I've got time to back out of it if it causes
problems :-)

-- 
Andrew Harris
and...@woowoowoo.com
http://www.woowoowoo.com

~~~ <*>< ~~~


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



Re: [WSG] Help with mobile MIME type always fails test

2010-04-16 Thread kevin_erickson
Just cancel on the login but load the page into the test site please to see the 
results. Thanks
Sent on the Sprint® Now Network from my BlackBerry®

-Original Message-
From: Phil Archer 
Date: Fri, 16 Apr 2010 22:25:44 
To: 
Subject: Re: [WSG] Help with mobile MIME type always fails test

Kevin,

That's a password protected page so I can't see it.

Not sure what you man by the 'Mobile MIME type'. Can you elaborate please?

Phil.

Kevin Erickson wrote:
> Hello all,
> I am hoping someone can help me with a MIME for mobile sites problem I am
> having. I have a page,
> http://devel.virginiainteractive.org/demo/portalredesign2010/mobile/mobile_p
> ages/, that will not pass the test for mobile MIME type using the
> http://mobiready.com/launch.jsp mobile site tester. I have tested other big
> brand mobile sites for government and commercial and none seem to pass this
> either. Can someone please advise?
> 
> Thank you very much,
> Kevin 
> 
> 
> 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
> 
> 

-- 


Phil Archer
W3C Open Media Web
http://www.w3.org/

http://philarcher.org
+44 (0)1473 434770


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


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

Re: [WSG] Help with mobile MIME type always fails test

2010-04-16 Thread kevin_erickson
Sorry. Meant to say hit CANCEL button and you should be able to see it. Thanks
Sent on the Sprint® Now Network from my BlackBerry®

-Original Message-
From: Phil Archer 
Date: Fri, 16 Apr 2010 22:25:44 
To: 
Subject: Re: [WSG] Help with mobile MIME type always fails test

Kevin,

That's a password protected page so I can't see it.

Not sure what you man by the 'Mobile MIME type'. Can you elaborate please?

Phil.

Kevin Erickson wrote:
> Hello all,
> I am hoping someone can help me with a MIME for mobile sites problem I am
> having. I have a page,
> http://devel.virginiainteractive.org/demo/portalredesign2010/mobile/mobile_p
> ages/, that will not pass the test for mobile MIME type using the
> http://mobiready.com/launch.jsp mobile site tester. I have tested other big
> brand mobile sites for government and commercial and none seem to pass this
> either. Can someone please advise?
> 
> Thank you very much,
> Kevin 
> 
> 
> 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
> 
> 

-- 


Phil Archer
W3C Open Media Web
http://www.w3.org/

http://philarcher.org
+44 (0)1473 434770


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


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

Re: [WSG] Help with mobile MIME type always fails test

2010-04-16 Thread Phil Archer

Kevin,

That's a password protected page so I can't see it.

Not sure what you man by the 'Mobile MIME type'. Can you elaborate please?

Phil.

Kevin Erickson wrote:

Hello all,
I am hoping someone can help me with a MIME for mobile sites problem I am
having. I have a page,
http://devel.virginiainteractive.org/demo/portalredesign2010/mobile/mobile_p
ages/, that will not pass the test for mobile MIME type using the
http://mobiready.com/launch.jsp mobile site tester. I have tested other big
brand mobile sites for government and commercial and none seem to pass this
either. Can someone please advise?

Thank you very much,
Kevin 




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




--


Phil Archer
W3C Open Media Web
http://www.w3.org/

http://philarcher.org
+44 (0)1473 434770


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



[WSG] Help with mobile MIME type always fails test

2010-04-16 Thread Kevin Erickson
Hello all,
I am hoping someone can help me with a MIME for mobile sites problem I am
having. I have a page,
http://devel.virginiainteractive.org/demo/portalredesign2010/mobile/mobile_p
ages/, that will not pass the test for mobile MIME type using the
http://mobiready.com/launch.jsp mobile site tester. I have tested other big
brand mobile sites for government and commercial and none seem to pass this
either. Can someone please advise?

Thank you very much,
Kevin 



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



Re: [WSG] help

2010-04-05 Thread James Ellis
Hi

Sorry, Marvin, but you raised this topic on the WSG list a few weeks back
and, if memory serves me correctly, it was deemed off-topic. While it's
obviously a very annoying situation to be in, it really has nothing to do
with the WSG. Please stick to the mailing list guidelines when posting. If
there are people on the list who have helped you in the past and you think
can help you again, try emailing them directly. Remember, your messages go
to over 7000 subscribers.

If anyone wants to try and help Marvin, please do so off-list to avoid
populating the list with spurious remarks and replies. Doing so will help
improve the signal/noise ratio of the WSG mailing list.

Many thanks
James (admin)

On Sun, Apr 4, 2010 at 4:32 AM, Marvin Hunkin wrote:

>  hi.
> well lost all my project a couple of months ago.
> dodgy system restore.
> corrupted hard disk.
> so with my toshiba satellite a300 you can set it back to default factory
> settings.
> thus wiping the drive.
> so lost all my projects, data, e-mails, links, contacts, etc.
> and my music.
> but been able to get most of the music back from a friend.
> now got a external 1 tb external drive.
> tried a few recovery programs.
> but either not accessible.
> did find one called recover my files, but to recover, you had to pay for
> the version.
> problem, i do not have a credit card or pay pal account.
> so, any one used recovery software that works with a screen reader, and is
> free.
> marvin.
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***


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

Re: [WSG] help

2010-04-02 Thread Matthew Pennell
On Sat, Apr 3, 2010 at 7:32 PM, Marvin Hunkin wrote:

>  hi.
> well lost all my project a couple of months ago.
>

Sorry to hear about that Marvin - I think everyone's been through that at
least once. It's usually at the same time that you become a mad enthusiast
for backup solutions. :)

I don't have any actual experience with recovery services, but the
impression I get is that usually it involves sending the hard drive to a
specialist company and paying them a large amount of money.

Presumably you can recover all your website files from your live web server?
So those won't be lost.

- Matthew


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

Re: [WSG] help

2010-04-02 Thread David Laakso

Marvin Hunkin wrote:

hi.
well lost all my project a couple of months ago.

marvin.





"When one door of happiness closes, another opens; but often we look so 
long at the closed door that we do not see the one which has been opened 
for us."


-- Helen Keller



--
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/



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



RE: [WSG] help

2010-04-02 Thread Naim Latifi
 
Oh no Marvin! I really feel sorry.

All the best, Naim
































































 







 







 







 







**







Naim Latifi 









Student of Computer Science  







Linne University















Idet 1:201







SE-35252 Vaxjo 







 Sweden 















Email: naimlatif...@hotmail.com







  naim.lat...@gmail.com







  nlae...@student.vxu.se







  naimlat...@yahoo.com







  my.monster.com/naimlatifi  







 http:// www.linkedin.com/pub/naim-latifi/14/68a/5b2









 












Phone: +46765662003







***









































Date: Fri, 2 Apr 2010 20:39:35 -0400
From: j...@sitesbyjoe.com
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] help






  


Oh no! Marvin!



Best of Luck!!!







Joseph R. B. Taylor

Web Designer /
Developer

--

Sites by
Joe, LLC

"Clean, Simple and Elegant Web Design"

Phone:
(609) 335-3076

Web: http://sitesbyjoe.com

Email:
j...@sitesbyjoe.com




On 4/3/10 2:32 PM, Marvin Hunkin wrote:

  
  
  
  hi.
  well lost all my project a couple of
months ago.
  dodgy system restore.
  corrupted hard disk.
  so with my toshiba satellite a300
you can set it back to default factory settings.
  thus wiping the drive.
  so lost all my projects, data,
e-mails, links, contacts, etc.
  and my music.
  but been able to get most of the
music back from a friend.
  now got a external 1 tb external
drive.
  tried a few recovery programs.
  but either not accessible.
  did find one called recover my
files, but to recover, you had to pay for the version.
  problem, i do not have a credit card
or pay pal account.
  so, any one used recovery software
that works with a screen reader, and is free.
  marvin.
  

***

List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm

Help: memberh...@webstandardsgroup.org

***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 
  
_
The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail.
http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4

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


Re: [WSG] help

2010-04-02 Thread Roberto Gorjão

Really sorry to hear that, Marvin.
If the hard disk was corrupted and you set it back to default factory 
settings, that probably means that the disk was reformatted. It this was 
the case, I'm afraid there's no recover software that might help you.

Best of luck, anyway.
Roberto

Marvin Hunkin wrote:

hi.
well lost all my project a couple of months ago.
dodgy system restore.
corrupted hard disk.
so with my toshiba satellite a300 you can set it back to default 
factory settings.

thus wiping the drive.
so lost all my projects, data, e-mails, links, contacts, etc.
and my music.
but been able to get most of the music back from a friend.
now got a external 1 tb external drive.
tried a few recovery programs.
but either not accessible.
did find one called recover my files, but to recover, you had to pay 
for the version.

problem, i do not have a credit card or pay pal account.
so, any one used recovery software that works with a screen reader, 
and is free.

marvin.

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



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



Re: [WSG] help

2010-04-02 Thread Joseph Taylor

Oh no! Marvin!

Best of Luck!!!

Joseph R. B. Taylor
/Web Designer / Developer/
--
Sites by Joe, LLC
/"Clean, Simple and Elegant Web Design"/
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com


On 4/3/10 2:32 PM, Marvin Hunkin wrote:

hi.
well lost all my project a couple of months ago.
dodgy system restore.
corrupted hard disk.
so with my toshiba satellite a300 you can set it back to default 
factory settings.

thus wiping the drive.
so lost all my projects, data, e-mails, links, contacts, etc.
and my music.
but been able to get most of the music back from a friend.
now got a external 1 tb external drive.
tried a few recovery programs.
but either not accessible.
did find one called recover my files, but to recover, you had to pay 
for the version.

problem, i do not have a credit card or pay pal account.
so, any one used recovery software that works with a screen reader, 
and is free.

marvin.

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



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

[WSG] help

2010-04-02 Thread Marvin Hunkin
hi.
well lost all my project a couple of months ago.
dodgy system restore.
corrupted hard disk.
so with my toshiba satellite a300 you can set it back to default factory 
settings.
thus wiping the drive.
so lost all my projects, data, e-mails, links, contacts, etc.
and my music.
but been able to get most of the music back from a friend.
now got a external 1 tb external drive.
tried a few recovery programs.
but either not accessible.
did find one called recover my files, but to recover, you had to pay for the 
version.
problem, i do not have a credit card or pay pal account.
so, any one used recovery software that works with a screen reader, and is free.
marvin.

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


RE: [WSG] Help!

2010-02-02 Thread Nass Martino - Yehget
We only just narrowed it down to that.

 

Thanks to those that replied.

 

As Brad mentioned, this is now not the group for it, please close this
thread.

 

Thank you.

 

 

Nass!

 

From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Brad Kellett
Sent: Wednesday, 3 February 2010 5:44 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Help!

 

That's a server-side error that's being generated, if you were to believe
the link that appears it's something to do with running classic ASP on IIS7.
I would assume your logs have more information.

 

Either way, this is probably not the group to be posting about it to I'm
afraid.

 

~bck

 

 

 

On 03/02/2010, at 4:49 PM, Nass Martino - Yehget wrote:





You would need to put a dummy order in to reach the checkout page.

 

 

Nass!

 

From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Luke Hoggett
Sent: Wednesday, 3 February 2010 4:38 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Help!

 

There's no SUBMIT button on the page!!

On 3/02/2010 4:29 PM, Nass Martino - Yehget wrote:

The following website uses classic ASP. 
 
It was developed about 5 years ago by a programmer that no longer works
here.
 
https://www.toastfood.com.au/officecatering/index2.html
 
We have moved it to a new server, and when a customer hits the SUBMIT button
when checking out it comes up with an error.
 
Can anyone explain why this error is occurring.
 
Thank you in advance.
 
 
Nass
Yehget Multymedia
Sydney Australia
 
 
 
 
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***
 
 
  

 

-- 

Luke Hoggett
0419 442 807


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


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

 


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



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

Re: [WSG] Help!

2010-02-02 Thread Brad Kellett
That's a server-side error that's being generated, if you were to believe the 
link that appears it's something to do with running classic ASP on IIS7. I 
would assume your logs have more information.

Either way, this is probably not the group to be posting about it to I'm afraid.

~bck



On 03/02/2010, at 4:49 PM, Nass Martino - Yehget wrote:

> You would need to put a dummy order in to reach the checkout page.
>  
>  
> Nass!
>  
> From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On 
> Behalf Of Luke Hoggett
> Sent: Wednesday, 3 February 2010 4:38 PM
> To: wsg@webstandardsgroup.org
> Subject: Re: [WSG] Help!
>  
> There's no SUBMIT button on the page!!
> 
> On 3/02/2010 4:29 PM, Nass Martino - Yehget wrote:
> The following website uses classic ASP. 
>  
> It was developed about 5 years ago by a programmer that no longer works
> here.
>  
> https://www.toastfood.com.au/officecatering/index2.html
>  
> We have moved it to a new server, and when a customer hits the SUBMIT button
> when checking out it comes up with an error.
>  
> Can anyone explain why this error is occurring.
>  
> Thank you in advance.
>  
>  
> Nass
> Yehget Multymedia
> Sydney Australia
>  
>  
>  
>  
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
>  
>  
>   
>  
> -- 
> 
> Luke Hoggett
> 0419 442 807
> 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
> 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***



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


RE: [WSG] Help!

2010-02-02 Thread Nass Martino - Yehget
You would need to put a dummy order in to reach the checkout page.

 

 

Nass!

 

From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Luke Hoggett
Sent: Wednesday, 3 February 2010 4:38 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Help!

 

There's no SUBMIT button on the page!!

On 3/02/2010 4:29 PM, Nass Martino - Yehget wrote: 

The following website uses classic ASP. 
 
It was developed about 5 years ago by a programmer that no longer works
here.
 
https://www.toastfood.com.au/officecatering/index2.html
 
We have moved it to a new server, and when a customer hits the SUBMIT button
when checking out it comes up with an error.
 
Can anyone explain why this error is occurring.
 
Thank you in advance.
 
 
Nass
Yehget Multymedia
Sydney Australia
 
 
 
 
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***
 
 
  

 

-- 

Luke Hoggett
0419 442 807


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



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

Re: [WSG] Help!

2010-02-02 Thread Luke Hoggett

There's no SUBMIT button on the page!!

On 3/02/2010 4:29 PM, Nass Martino - Yehget wrote:

The following website uses classic ASP.

It was developed about 5 years ago by a programmer that no longer works
here.

https://www.toastfood.com.au/officecatering/index2.html

We have moved it to a new server, and when a customer hits the SUBMIT button
when checking out it comes up with an error.

Can anyone explain why this error is occurring.

Thank you in advance.


Nass
Yehget Multymedia
Sydney Australia




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


   


--

Luke Hoggett
0419 442 807


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

[WSG] Help!

2010-02-02 Thread Nass Martino - Yehget
The following website uses classic ASP. 

It was developed about 5 years ago by a programmer that no longer works
here.

https://www.toastfood.com.au/officecatering/index2.html

We have moved it to a new server, and when a customer hits the SUBMIT button
when checking out it comes up with an error.

Can anyone explain why this error is occurring.

Thank you in advance.


Nass
Yehget Multymedia
Sydney Australia




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



Re: [WSG] Help - Mega dropdown menu and SharePoint 2007

2009-04-01 Thread Matijs
Hello Miranda,
Having worked on several Sharepoint 2007 based internet facing websites
myself, the one thing I've learned is that the biggest challenge is to get
Sharepoint to output valid non–table–based HTML. All the rest should be
quite easily solved with CSS. It really depends on how comfortable your
developers are with working with Sharepoint. In my experience there are a
lot of back-end developers doing front-end work that they're not qualified
to do which makes them resort to table based layouts &c.

Good luck!

Matijs

On Thu, Mar 26, 2009 at 12:31 AM, WEE, Miranda
wrote:

>  Hi all,
>
> Has anyone had any experiencing trying to implement the ‘mega dropdown
> menu’ (see article below) in a SharePoint site?
>
> I'm going to attempt to do it, but thought anyone who has already been
> through this might have some tips / advice for me.
>
> Alertbox: Mega Drop-Down Navigation Menus Work Well
>
>   > 
> *http://www.useit.com/alertbox/mega-dropdown-menus.html*
>
> Summary:
>
> Big, two-dimensional drop-down panels group navigation options to eliminate
> scrolling and use typography, icons, and tooltips to explain the user's
> choices.
>
> Cheers
>
> Miranda
>
> 
> *Miranda Wee*
> Web Development Officer (Digital resource services)
> The Learning Place
> http://www.learningplace.eq.edu.au/
>
> eLearning Branch
> Education Queensland
> PO BOX 1238 Coorparoo DC 4151
> Ph +61 7 3421 6608
>
> miranda@deta.qld.gov.au
>
> This message (including attachments) is intended for the addressee named
> above. It may also be confidential, privileged and/or subject to copyright.
> If you wish to forward this message to others, you must first obtain the
> permission of the author. If you are not the addressee named above, you must
> not disseminate, copy, communicate or otherwise use or take any action in
> reliance on this message. You understand that any privilege or
> confidentiality attached to this message is not waived, lost or destroyed
> because you have received this message in error. If you have received this
> message in error please notify the sender and delete from any computer.
> Unless explicitly attributed, the opinions expressed in this message do not
> necessarily represent the official position or opinions of the State of
> Queensland or the Department of Education, Training and the Arts. Whilst all
> care has been taken, the Department of Education, Training and the Arts
> disclaims all liability for loss or damage to person or property arising
> from this message being infected by computer virus or other contamination.
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***


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


[WSG] Help - Mega dropdown menu and SharePoint 2007

2009-03-25 Thread WEE, Miranda
Hi all,

Has anyone had any experiencing trying to implement the 'mega dropdown
menu' (see article below) in a SharePoint site?

I'm going to attempt to do it, but thought anyone who has already been
through this might have some tips / advice for me.

Alertbox: Mega Drop-Down Navigation Menus Work Well
  > http://www.useit.com/alertbox/mega-dropdown-menus.html

Summary:
Big, two-dimensional drop-down panels group navigation options to
eliminate scrolling and use typography, icons, and tooltips to explain
the user's choices.

Cheers
Miranda



Miranda Wee
Web Development Officer (Digital resource services) 
The Learning Place
http://www.learningplace.eq.edu.au/
eLearning Branch 
Education Queensland 
PO BOX 1238 Coorparoo DC 4151 
Ph +61 7 3421 6608
miranda@deta.qld.gov.au

This message (including attachments) is intended for the addressee named
above. It may also be confidential, privileged and/or subject to
copyright. If you wish to forward this message to others, you must first
obtain the permission of the author. If you are not the addressee named
above, you must not disseminate, copy, communicate or otherwise use or
take any action in reliance on this message. You understand that any
privilege or confidentiality attached to this message is not waived,
lost or destroyed because you have received this message in error. If
you have received this message in error please notify the sender and
delete from any computer.
Unless explicitly attributed, the opinions expressed in this message do
not necessarily represent the official position or opinions of the State
of Queensland or the Department of Education, Training and the Arts.
Whilst all care has been taken, the Department of Education, Training
and the Arts disclaims all liability for loss or damage to person or
property arising from this message being infected by computer virus or
other contamination.



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

[WSG] Help With My Front Page

2009-01-27 Thread Marvin Hunkin
Hi.
could some one take a look at http://tracs.co.nz/marvin
need help or show me how to fix maybe some possible layout and design, 
problems.
but cannot edit images, using jaws.
and maybe how to streamline my code.
so if some one has got the time and the expertise and can help me to get my 
front page working, then once got this working, then can transfer to my 
other pages, like copying and pasting code, and having similar design on all 
my other pages.
if any one can help, e-mail me off list.
cheers Marvin.
E-mail: startrekc...@gmail.com
MSN: sttartrekc...@msn.com
Skype: startrekcafe
We Are The Borg! You Will Be Assimilated! Resistance Is Futile!
Star Trek Voyager Episode 68 Scorpian Part One
E-mail: startrekc...@gmail.com
MSN: sttartrekc...@msn.com
Skype: startrekcafe
We Are The Borg! You Will Be Assimilated! Resistance Is Futile!
Star Trek Voyager Episode 68 Scorpian Part One 




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



Re: [WSG] HELP: Need a bug fixed in Firefox to support development of open source accessibility testing tools

2008-12-25 Thread Frank Palinkas
My vote cast with pleasure, Jon!

Med vennlig hilsen / Kind regards,

Frank M. Palinkas
Technical Writer, Opera Software
http://dev.opera.com/articles/accessibility/
http://frank.helpware.net



On Fri, Dec 19, 2008 at 8:37 PM, Jon Gunderson  wrote:

> There is a feature needed in Firefox to find out which DOM nodes have
> user interface event handlers.
>
> This would allow Firefox Accessibility Extensions and tools like
> Firebug to test for features needed by people with disabilities to
> make dynamic web applications more accessible.
>
> For example, nodes with mouse event handlers also need keyboard event
> handlers associated with them to help keyboard only users access the
> dynamic web content.
>
> There is already a 6 month old bug in bugzilla on the issue, but it
> has not been assigned" to be fixed: "Bug 448602 - Have a way to
> enumerate event listeners"
>
> URL to bugzilla:
> https://bugzilla.mozilla.org/
>
> If you have a bugzilla account you can add your vote to increase the
> priority of the bug being fixed:
>
> https://bugzilla.mozilla.org/votes.cgi?action=show_bug&bug_id=448602
>
> If you don't have an account, please create one and vote for this bug.
>  The more votes the more likely someone will be assigned to fix it.
>
> Thank you for your help and happy holidays,
> Jon
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
>
>


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

[WSG] HELP: Need a bug fixed in Firefox to support development of open source accessibility testing tools

2008-12-19 Thread Jon Gunderson
There is a feature needed in Firefox to find out which DOM nodes have
user interface event handlers.

This would allow Firefox Accessibility Extensions and tools like
Firebug to test for features needed by people with disabilities to
make dynamic web applications more accessible.

For example, nodes with mouse event handlers also need keyboard event
handlers associated with them to help keyboard only users access the
dynamic web content.

There is already a 6 month old bug in bugzilla on the issue, but it
has not been assigned" to be fixed: "Bug 448602 - Have a way to
enumerate event listeners"

URL to bugzilla:
https://bugzilla.mozilla.org/

If you have a bugzilla account you can add your vote to increase the
priority of the bug being fixed:

https://bugzilla.mozilla.org/votes.cgi?action=show_bug&bug_id=448602

If you don't have an account, please create one and vote for this bug.
 The more votes the more likely someone will be assigned to fix it.

Thank you for your help and happy holidays,
Jon


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



Re: [WSG] Help

2008-07-19 Thread Bidemi Adejumo
Micheal,
 Thanks for that wonderful advise and hints. I'll check it out and let you know.

thanks

On 7/16/08, Michael Horowitz <[EMAIL PROTECTED]> wrote:
> What you would want to do is learn a programming language like PHP
> http://us2.php.net/tut.php
>
> Stay away from FrontPage it isn't even supported by Microsoft anymore.
>
>
> Michael Horowitz
> Your Computer Consultant
> http://yourcomputerconsultant.com
> 561-394-9079
>
>
>
> Bidemi Adejumo wrote:
>> Thanks but how do i do it without a frontpage enabled server. Is there
>> a way i can learn it?
>>
>> Bidemi.
>>
>> On 7/9/08, Michael Horowitz <[EMAIL PROTECTED]> wrote:
>>
>>> Just a note on web standards
>>>
>>> You can also be interactive with html.  You will also have your
>>> guestbook run faster and be more accessible.
>>>
>>>
>>> Michael Horowitz
>>> Your Computer Consultant
>>> http://yourcomputerconsultant.com
>>> 561-394-9079
>>>
>>>
>>>
>>> Bidemi Adejumo wrote:
>>>
 I guess at not a wrong group coz we're to share ideas. Flash b'cos its
 creat interactive platforms.

 On 7/6/08, Matijs <[EMAIL PROTECTED]> wrote:


> Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
> place?
>
> On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo <[EMAIL PROTECTED]>
> wrote:
>
>
>
>> Hello All,
>>  Is there anyone who can design guestbook with flash? I guess you know
>> what
>> the question means..
>> .. I want someone to teach me how to develop guest book with
>> flash.
>>
>> Thanks
>>
>> Bidemi.
>>
>> --
>> Love to be Loved!
>>
>> ***
>> 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]
>>> ***
>>>
>>>
>>>
>>
>>
>>
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>
>


-- 
Love to be Loved!


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



Re: [WSG] Help

2008-07-16 Thread Michael Horowitz
What you would want to do is learn a programming language like PHP 
http://us2.php.net/tut.php


Stay away from FrontPage it isn't even supported by Microsoft anymore.


Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Bidemi Adejumo wrote:

Thanks but how do i do it without a frontpage enabled server. Is there
a way i can learn it?

Bidemi.

On 7/9/08, Michael Horowitz <[EMAIL PROTECTED]> wrote:
  

Just a note on web standards

You can also be interactive with html.  You will also have your
guestbook run faster and be more accessible.


Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Bidemi Adejumo wrote:


I guess at not a wrong group coz we're to share ideas. Flash b'cos its
creat interactive platforms.

On 7/6/08, Matijs <[EMAIL PROTECTED]> wrote:

  

Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
place?

On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo <[EMAIL PROTECTED]>
wrote:




Hello All,
 Is there anyone who can design guestbook with flash? I guess you know
what
the question means..
.. I want someone to teach me how to develop guest book with
flash.

Thanks

Bidemi.

--
Love to be Loved!

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






  



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



Re: [WSG] Help

2008-07-15 Thread Bidemi Adejumo
Thanks but how do i do it without a frontpage enabled server. Is there
a way i can learn it?

Bidemi.

On 7/9/08, Michael Horowitz <[EMAIL PROTECTED]> wrote:
> Just a note on web standards
>
> You can also be interactive with html.  You will also have your
> guestbook run faster and be more accessible.
>
>
> Michael Horowitz
> Your Computer Consultant
> http://yourcomputerconsultant.com
> 561-394-9079
>
>
>
> Bidemi Adejumo wrote:
>> I guess at not a wrong group coz we're to share ideas. Flash b'cos its
>> creat interactive platforms.
>>
>> On 7/6/08, Matijs <[EMAIL PROTECTED]> wrote:
>>
>>> Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
>>> place?
>>>
>>> On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo <[EMAIL PROTECTED]>
>>> wrote:
>>>
>>>
 Hello All,
  Is there anyone who can design guestbook with flash? I guess you know
 what
 the question means..
 .. I want someone to teach me how to develop guest book with
 flash.

 Thanks

 Bidemi.

 --
 Love to be Loved!

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


-- 
Love to be Loved!


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



CLOSED, again Re: [WSG] Help

2008-07-09 Thread James Ellis
Hi

This thread has previously been closed. If you want to continue with it, 
either do so off list or alter the subject to something descriptive and ask 
questions in the context of web standards.

If you are unsure of what is on and off topic for the list, consult the 
mailing list guidelines, a link to which helpfully appears at the bottom of 
each email.

Thanks
James
--
admin

On Wednesday 09 July 2008 09:33:28 Bidemi Adejumo wrote:
> I guess at not a wrong group coz we're to share ideas. Flash b'cos its
> creat interactive platforms.
>
> On 7/6/08, Matijs <[EMAIL PROTECTED]> wrote:
> > Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
> > place?
> >
> > On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo <[EMAIL PROTECTED]> wrote:
> >> Hello All,
> >>  Is there anyone who can design guestbook with flash? I guess you know
> >> what
> >> the question means..
> >> .. I want someone to teach me how to develop guest book with
> >> flash.
> >>
> >> Thanks
> >>
> >> Bidemi.




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



Re: [WSG] Help

2008-07-08 Thread Michael Horowitz

Just a note on web standards

You can also be interactive with html.  You will also have your 
guestbook run faster and be more accessible. 



Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Bidemi Adejumo wrote:

I guess at not a wrong group coz we're to share ideas. Flash b'cos its
creat interactive platforms.

On 7/6/08, Matijs <[EMAIL PROTECTED]> wrote:
  

Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
place?

On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo <[EMAIL PROTECTED]> wrote:



Hello All,
 Is there anyone who can design guestbook with flash? I guess you know
what
the question means..
.. I want someone to teach me how to develop guest book with
flash.

Thanks

Bidemi.

--
Love to be Loved!

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



Re: [WSG] Help

2008-07-08 Thread Bidemi Adejumo
I guess at not a wrong group coz we're to share ideas. Flash b'cos its
creat interactive platforms.

On 7/6/08, Matijs <[EMAIL PROTECTED]> wrote:
> Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
> place?
>
> On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo <[EMAIL PROTECTED]> wrote:
>
>> Hello All,
>>  Is there anyone who can design guestbook with flash? I guess you know
>> what
>> the question means..
>> .. I want someone to teach me how to develop guest book with
>> flash.
>>
>> Thanks
>>
>> Bidemi.
>>
>> --
>> Love to be Loved!
>>
>> ***
>> 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]
> ***


-- 
Love to be Loved!


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



CLOSED - Re: [WSG] Help

2008-07-06 Thread James Ellis
On Sunday 06 July 2008 17:43:08 Matijs wrote:
> Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
> place?
>
> On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo <[EMAIL PROTECTED]> wrote:
> > Hello All,
> >  Is there anyone who can design guestbook with flash? I guess you know
> > what the question means..
> > .. I want someone to teach me how to develop guest book with
> > flash.
> >
> > Thanks
> >
> > Bidemi.
> >


Hi list

Just a quick admin reminder that the WSG list isn't a general web 
development/design mailing list. Please try and keep questions on-topic.

Here's a pointer to the mailing list guidelines:
http://webstandardsgroup.org/mail/guidelines.cfm

Specifically, in this case:

"The mail list does not cover:  ... Non-Web Standards related issues and 
support"

Additionally, try and keep your message subjects informative and if you see a 
message that is off topic, just ignore it rather than generating a lot of 
traffic unecessary off-topic traffic for the 5800+ members.

I'll close this thread as it's off topic. If you wish to respond to the 
author, please do so directly off list.

Thanks
James
-
admin



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



Re: [WSG] Help

2008-07-06 Thread Matijs
Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
place?

On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo <[EMAIL PROTECTED]> wrote:

> Hello All,
>  Is there anyone who can design guestbook with flash? I guess you know what
> the question means..
> .. I want someone to teach me how to develop guest book with flash.
>
> Thanks
>
> Bidemi.
>
> --
> Love to be Loved!
>
> ***
> 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]
***

[WSG] Help

2008-07-05 Thread Bidemi Adejumo
Hello All,
 Is there anyone who can design guestbook with flash? I guess you know what
the question means..
.. I want someone to teach me how to develop guest book with flash.

Thanks

Bidemi.

-- 
Love to be Loved!


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

RE: [WSG] Help with div tags in Dreamweaver CS3

2008-06-13 Thread Rachel Radford
Hi Susan,

It looks like it's quite a big jump to move to all CSS for you right now, 
especially for that design which isn't perhaps the most straightforward one 
with lots of images, image replacement and Flash.  There's nothing wrong in 
taking it in steps - read Jeffery Zeldman's book Designing with Web Standards 
(http://www.amazon.com/exec/obidos/ASIN/0321385551/ref%3Dnosim/jeffreyzeldmanprA/),
 which will give you some guidelines on how to make those steps. This will be a 
better approach than trying to use the CSS templates in Dreamweaver, as you'll 
learn more along the way. Then you can interatively improve the site as you 
learn more CSS, and come back to this list with any questions you find along 
the way.

All the best,
Rachel


-Original Message-
From: [EMAIL PROTECTED] on behalf of Susan Levin
Sent: Thu 12/06/2008 19:01
To: wsg@webstandardsgroup.org
Subject: [WSG] Help with div tags in Dreamweaver CS3
 
Hello everyone. I am pretty new to Dreamweaver and CSS and Flash. I  
have created pieces for a new website and I desperately want to make  
the jump to using CSS for all placement...but don't know where to  
start. My client is patiently waiting and I am pulling my hair out by  
now. A comp of what I am trying to get my master page to look like can  
be found here:

http://www.thewowfactorcakes.com/comp.html


And here is the page that is up and waiting for some placement help:

http://www.thewowfactorcakes.com/

I need first of all the make the white background go away for both the  
handwriting swf file and the fade in and fade out images file below  
that.

I created this page from a one column fixed centered template in  
Dreamweaver CS3.
Can anyone come to my rescue? Sincerely, mango2020





***
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] Help with div tags in Dreamweaver CS3

2008-06-12 Thread Joseph Taylor

Susan,

Firstly,

If you're making this page in wysiwyg mode, there's not much we can do 
to help.


If not,

For your flash backgrounds, add:



and a wmode="transparent" to your flash code.

A one column center aligned page is really easy:


   
   
   body {
   margin: 0;
   padding: 0;
   }

   div#one_column {
   margin: 0 auto;
   width: 780px;
   }
   
   
   
   
   ...assorted content of your choosing with alignment etc 
taken care of

   
   


Layout using CSS takes a little getting used to.   Learn the quirks 
involvesWhen you run into trouble, go backwards and remove things until 
you isolate your problem element(s) and then a well worded search


Joseph R. B. Taylor
/Designer / Developer/
--
Sites by Joe, LLC
/"Clean, Simple and Elegant Web Design"/
Phone: (609) 335-3076
Fax: (866) 301-8045
Web: http://sitesbyjoe.com
Email: [EMAIL PROTECTED]



Susan Levin wrote:
Hello everyone. I am pretty new to Dreamweaver and CSS and Flash. I 
have created pieces for a new website and I desperately want to make 
the jump to using CSS for all placement...but don't know where to 
start. My client is patiently waiting and I am pulling my hair out by 
now. A comp of what I am trying to get my master page to look like can 
be found here:


http://www.thewowfactorcakes.com/comp.html


And here is the page that is up and waiting for some placement help:

http://www.thewowfactorcakes.com/

I need first of all the make the white background go away for both the 
handwriting swf file and the fade in and fade out images file below that. 

I created this page from a one column fixed centered template in 
Dreamweaver CS3. 
Can anyone come to my rescue? Sincerely, mango2020





***
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]
***begin:vcard
fn:Joseph Taylor
n:Taylor;Joseph
org:Sites by Joe, LLC
adr:;;408 Route 47 South;Cape May Court House;NJ;08210;USA
email;internet:[EMAIL PROTECTED]
title:Designer / Developer
tel;work:609-335-3076
tel;fax:886-301-8045
tel;home:609-886-9660
tel;cell:609-335-3076
x-mozilla-html:TRUE
url:http://sitesbyjoe.com
version:2.1
end:vcard




Re: [WSG] Help with div tags in Dreamweaver CS3

2008-06-12 Thread fiona herbert
Have you tried to change the image background colour to match the main
background colour in Fireworks? When I want the image backgrounds to be the
same as the main background I click on the image and on the FW icon at the
bottom in the property tool panel of dwcs3 - Fireworks opens and you can use
the magic tool to change background colour to match main background colour.
It is a little complex at first but I am sure you will get the hang of it!
Don't accept changes when you exit FW to return to dwcs3 unless you are
satisfied though.
I do hope this helps! Please let me know if it does/doesnt!
Knd Regards Fiona


On 6/12/08, Susan Levin <[EMAIL PROTECTED]> wrote:
>
> Hello everyone. I am pretty new to Dreamweaver and CSS and Flash. I have
> created pieces for a new website and I desperately want to make the jump to
> using CSS for all placement...but don't know where to start. My client is
> patiently waiting and I am pulling my hair out by now. A comp of what I am
> trying to get my master page to look like can be found here:
>
>  http://www.thewowfactorcakes.com/comp.html
>
>
>
>
> And here is the page that is up and waiting for some placement help:
>
>
>  http://www.thewowfactorcakes.com/
>
>
> I need first of all the make the white background go away for both the
> handwriting swf file and the fade in and fade out images file below that.
>
>
> I created this page from a one column fixed centered template in
> Dreamweaver CS3.
> Can anyone come to my rescue? Sincerely, mango2020
>
>
>
>
>
>
>
> ***
> 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] Help with div tags in Dreamweaver CS3

2008-06-12 Thread kate
Hello Sue,

Have a look at css-discuss site:
http://css-discuss.incutio.com/
Kate

http://jungaling.com/bichons/
http://jungaling.com/Malaysia/
http://simplyborneo.com/gardenforums/
http://jungaling.com/katesplace/
  - Original Message - 
  From: Susan Levin 
  To: wsg@webstandardsgroup.org 
  Sent: Thursday, June 12, 2008 7:01 PM
  Subject: [WSG] Help with div tags in Dreamweaver CS3


  Hello everyone. I am pretty new to Dreamweaver and CSS and Flash. I have 
created pieces for a new website and I desperately want to make the jump to 
using CSS for all placement...but don't know where to start. My client is 
patiently waiting and I am pulling my hair out by now. A comp of what I am 
trying to get my master page to look like can be found here:


  http://www.thewowfactorcakes.com/comp.html




  And here is the page that is up and waiting for some placement help:


  http://www.thewowfactorcakes.com/


  I need first of all the make the white background go away for both the 
handwriting swf file and the fade in and fade out images file below that. 


  I created this page from a one column fixed centered template in Dreamweaver 
CS3. 
  Can anyone come to my rescue? Sincerely, mango2020







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


--



  No virus found in this incoming message.
  Checked by AVG. 
  Version: 8.0.100 / Virus Database: 270.3.0/1499 - Release Date: 6/12/2008 
7:13 AM


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


[WSG] Help with div tags in Dreamweaver CS3

2008-06-12 Thread Susan Levin
Hello everyone. I am pretty new to Dreamweaver and CSS and Flash. I  
have created pieces for a new website and I desperately want to make  
the jump to using CSS for all placement...but don't know where to  
start. My client is patiently waiting and I am pulling my hair out by  
now. A comp of what I am trying to get my master page to look like can  
be found here:


http://www.thewowfactorcakes.com/comp.html


And here is the page that is up and waiting for some placement help:

http://www.thewowfactorcakes.com/

I need first of all the make the white background go away for both the  
handwriting swf file and the fade in and fade out images file below  
that.


I created this page from a one column fixed centered template in  
Dreamweaver CS3.

Can anyone come to my rescue? Sincerely, mango2020





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

Re: [WSG] Help setting current menu state on level2 menus

2008-06-10 Thread Rick Lecoat

On 10 Jun 2008, at 05:55, Gunlaug Sørtun wrote:

Testing with regular browser-option well beyond what "normal" users  
will

expose your work to, will save you from having to deal with
"user-introduced problems" later on.


On a related note (testing in IE win), I try and remember when doing  
my IE/Win testing to test both in 'regular' mode (default text sizes")  
and accessibility 'brute test' mode (ignore font sizes on page, set  
text to largest). This involves quite a bit of irksome preference- 
switching back and forth on a regular basis. I was wondering if anyone  
had developed a script or something to automate these changes to  
settings with a single click?


--
Rick Lecoat



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



Re: [WSG] Help setting current menu state on level2 menus

2008-06-09 Thread Susie Gardner-Brown
Thanks Thierry - I'm looking into that too! Just not clear if it will handle
more than one level of menu items, waiting to hear back from them.

Cheers
susie


On 10/6/08 2:55 PM, "Thierry Koblentz" <[EMAIL PROTECTED]> wrote:

>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
>> Behalf Of Susie Gardner-Brown
>> Sent: Monday, June 09, 2008 6:45 PM
>> To: wsg@webstandardsgroup.org
>> Subject: [WSG] Help setting current menu state on level2 menus
>> 
>> Hi there
>> 
>> I've been using the 456bereastreet.com method (
>> 
> http://www.456bereastreet.com/archive/200503/setting_the_current_menu_state_
>> with_css/) to set the current menu state using css. Which is really great
>> when there is only one level of menu items ...
>> 
>> But I'm now trying to use it with 2 levels of menus, that incorporate
>> background images for bullets and different colour schemes for the 2nd
> level
>> ... (sigh - blame the graphic designer!)
>> 
>> It works fine on the first level - see
>> http://crunchie.tedi.uq.edu.au/trials/UCTLC/contacts.html
>> 
>> But when the link has sub-menu items under it, all of those get the same
>> treatment! Because the styles are applied to the list item. Can anyone
> think
>> of a way to do this that would not affect the sub-menu? I've tried
> applying
>> the id to the 'a' tag but that did nothing!
>> 
>> See http://crunchie.tedi.uq.edu.au/trials/UCTLC/stLucia.html
>> 
>> I did have a script that did this, but it didn't include background
> images,
>> or separate colours/styles for the sub-menu items. And my javascript
> skills
>> do not extend that far I'm afraid!
>> 
>> Any thoughts would be great. I have spent too much time on this already,
> and
>> need to know if I'm just trying to do something that will never be
> possible,
>> and so should start again!
> 
> In case you want to automate the process using a script:
> http://divahtml.com/products/divaGPS/current_menu_location.php
> 
> There is a free version for DW users
> 



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



Re: [WSG] Help setting current menu state on level2 menus

2008-06-09 Thread Gunlaug Sørtun

Susie Gardner-Brown wrote:


Re the font-resizing - sigh!! For a lot of the websites we develop at
 the university here, we're supposed to use this awful template, 
which includes the lefthand menu like this. In the template it's all 
in tables!! I got the way of doing this menu from 
http://demo.pixelsandpages.com/test_dual.html and I thought it 
covered all problems!


For a menu in isolation, yes. When placed in your layout its 'em' sizes
creates more problems than it solves.

Once you start using 'em' for dimensions _one_ place, you'll have to
make sure _all_ elements play well together when subjected to font-resizing.

I already have the base body font size set at 62.5%. Are you saying 
that if I add in "html{ font-size: 100%;}" before that it 
will be OK?


If you check with the CSS validator you'll see that a big chunk of your
stylesheet disappears in a Parse Error - including the font-size on
body. Fix that part and you'll fix the "em bug".

Of course: such a small font-size as 62.5% as base will make the effect
of 'minimum font size' in Firefox and Opera ruin the page...


Of course, I'm a Mac-user, who pretty  much uses Firefox all the 
time. But I do have XP and IE6 installed in Parallels so I check on 
that. But I guess usually after I've developed in FF Mac ... :)


Cross-checking _during_ development will save you time - tons of it.

Testing with regular browser-option well beyond what "normal" users will
expose your work to, will save you from having to deal with
"user-introduced problems" later on.

regards
Georg
--
http://www.gunlaug.no


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



RE: [WSG] Help setting current menu state on level2 menus

2008-06-09 Thread Thierry Koblentz
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Susie Gardner-Brown
> Sent: Monday, June 09, 2008 6:45 PM
> To: wsg@webstandardsgroup.org
> Subject: [WSG] Help setting current menu state on level2 menus
> 
> Hi there
> 
> I've been using the 456bereastreet.com method (
>
http://www.456bereastreet.com/archive/200503/setting_the_current_menu_state_
> with_css/) to set the current menu state using css. Which is really great
> when there is only one level of menu items ...
> 
> But I'm now trying to use it with 2 levels of menus, that incorporate
> background images for bullets and different colour schemes for the 2nd
level
> ... (sigh - blame the graphic designer!)
> 
> It works fine on the first level - see
> http://crunchie.tedi.uq.edu.au/trials/UCTLC/contacts.html
> 
> But when the link has sub-menu items under it, all of those get the same
> treatment! Because the styles are applied to the list item. Can anyone
think
> of a way to do this that would not affect the sub-menu? I've tried
applying
> the id to the 'a' tag but that did nothing!
> 
> See http://crunchie.tedi.uq.edu.au/trials/UCTLC/stLucia.html
> 
> I did have a script that did this, but it didn't include background
images,
> or separate colours/styles for the sub-menu items. And my javascript
skills
> do not extend that far I'm afraid!
> 
> Any thoughts would be great. I have spent too much time on this already,
and
> need to know if I'm just trying to do something that will never be
possible,
> and so should start again!

In case you want to automate the process using a script:
http://divahtml.com/products/divaGPS/current_menu_location.php

There is a free version for DW users


-- 
Regards,
Thierry | http://www.TJKDesign.com






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



Re: [WSG] Help setting current menu state on level2 menus

2008-06-09 Thread Susie Gardner-Brown
Hi Georg

Thanks for that. I'll have a go. You always seem to help me - thank you so
much!!

Re the font-resizing - sigh!! For a lot of the websites we develop at the
university here, we're supposed to use this awful template, which includes
the lefthand menu like this. In the template it's all in tables!! I got the
way of doing this menu from http://demo.pixelsandpages.com/test_dual.html
and I thought it covered all problems!

I looked at your page about this. I already have the base body font size set
at 62.5%. Are you saying that if I add in "html{ font-size: 100%;}"
before that it will be OK?

Of course, I'm a Mac-user, who pretty  much uses Firefox all the time. But I
do have XP and IE6 installed in Parallels so I check on that. But I guess
usually after I've developed in FF Mac ... :)

Thanks again
susie


On 10/6/08 1:18 PM, "Gunlaug Sørtun" <[EMAIL PROTECTED]> wrote:

> Susie Gardner-Brown wrote:
> 
>> But when the link has sub-menu items under it, all of those get the
>> same treatment! Because the styles are applied to the list item. Can
>> anyone think of a way to do this that would not affect the sub-menu?
> 
>> 
> 
> Add specificity to the selectors for sub-menu styles...
> 
> #lhnav #navcontainer li li a { ... }
> #lhnav #navcontainer li li a:hover { ... }
> 
> ...to make those styles override "ACTIVE" styles on first level.
> 
> 
> BTW: font-resizing doesn't play well with that menu in any browser, and
> IE/win's "em font-resizing bug"[1] doesn't help much either.
> 
> regards
> Georg
> 
> [1]http://www.gunlaug.no/contents/wd_additions_13.html



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



Re: [WSG] Help setting current menu state on level2 menus

2008-06-09 Thread Gunlaug Sørtun

Susie Gardner-Brown wrote:

But when the link has sub-menu items under it, all of those get the 
same treatment! Because the styles are applied to the list item. Can 
anyone think of a way to do this that would not affect the sub-menu?






Add specificity to the selectors for sub-menu styles...

#lhnav #navcontainer li li a { ... }
#lhnav #navcontainer li li a:hover { ... }

...to make those styles override "ACTIVE" styles on first level.


BTW: font-resizing doesn't play well with that menu in any browser, and
IE/win's "em font-resizing bug"[1] doesn't help much either.

regards
Georg

[1]http://www.gunlaug.no/contents/wd_additions_13.html
--
http://www.gunlaug.no


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



[WSG] Help setting current menu state on level2 menus

2008-06-09 Thread Susie Gardner-Brown
Hi there

I've been using the 456bereastreet.com method (
http://www.456bereastreet.com/archive/200503/setting_the_current_menu_state_
with_css/) to set the current menu state using css. Which is really great
when there is only one level of menu items ...

But I'm now trying to use it with 2 levels of menus, that incorporate
background images for bullets and different colour schemes for the 2nd level
... (sigh - blame the graphic designer!)

It works fine on the first level - see
http://crunchie.tedi.uq.edu.au/trials/UCTLC/contacts.html

But when the link has sub-menu items under it, all of those get the same
treatment! Because the styles are applied to the list item. Can anyone think
of a way to do this that would not affect the sub-menu? I've tried applying
the id to the 'a' tag but that did nothing!

See http://crunchie.tedi.uq.edu.au/trials/UCTLC/stLucia.html

I did have a script that did this, but it didn't include background images,
or separate colours/styles for the sub-menu items. And my javascript skills
do not extend that far I'm afraid!

Any thoughts would be great. I have spent too much time on this already, and
need to know if I'm just trying to do something that will never be possible,
and so should start again!

cheers



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



Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
Thanks Darren & Prisca ;-)

Todd, umm, thats what the list is for? Help? Or at least when i joined in.
So.

On Thu, Jun 5, 2008 at 5:30 PM, Todd <[EMAIL PROTECTED]> wrote:

>  Darren West wrote:
>
> You maybe able to make it works with further experimentation ...
>
>
> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>:
>
>
>  One more thing, it doesnt work on IE :(
>
> On Thu, Jun 5, 2008 at 5:04 PM, Olajide Olaolorun<[EMAIL PROTECTED]> <[EMAIL 
> PROTECTED]> wrote:
>
>
>  Darren, at the sidebar the new changes is affecting the images on the
> sidebar... :( The sidebar was alright before...
>
> On Thu, Jun 5, 2008 at 5:02 PM, Olajide Olaolorun<[EMAIL PROTECTED]> <[EMAIL 
> PROTECTED]> wrote:
>
>
>  Thanks Darren. If you look at the events page not, everything is good.
> Jut the movement is still there, thats ok. That one is not like the other
> one so thats good ;-)
>
> One more question, if you look at the end of a post, you will see the
> Share This link. Now mouse over it and see that the Share This moves into
> the image? Why is that?
>
> THANKS
>
> On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]> <[EMAIL 
> PROTECTED]>
> wrote:
>
>
>  Maybe this ...
>
> a {
>   background: black;
> }
> a:hover {
>   border: 0;
>   padding: 5px;
> }
> a img {
>   border: 0;
> }
> a:hover img {
>   border-bottom: 6px solid white;
>   margin: -0px -5px -10px -5px;
> }
>
> Its not happening on the homepage now as the images have been centered
> using the align attribute on the parent paragraph
>
>
> 2008/6/5 Darren West <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>:
>
>
>  Opps, no, it sucks up the next block element
>
>
> 2008/6/5 Darren West <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>:
>
>
>  Olajide,
>
> I've not tested on IE as just reinstalled and haven't had chance to
> put parallels back but, what about this ...
>
> a {
>   background: black;
> }
> a:hover {
>   padding: 5px;
> }
> a:hover img {
>   margin: -0px -5px -10px -5px;
> }
>
>
> Hope it helps
>
> Darren
>
>
> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>:
>
>
>  Please i need help in fixing this. If you go 
> tohttp://www.rockondude.net/index.php in the main content area, am
> trying to
> have it that the images dont have an a:hover effect. How do i
> achieve this?
> I've been messing around with it all day but nothing..
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***
> 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]
> ***
>
>
>
>  --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
>
>  --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
>
>  --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***
> 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]
> ***
>
>
>
>
>
>  maybe you could contact each other directly instead of bombarding the
> list/group with all these e-mails? 30 in my inbox and counting?
>
> tml
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>



-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgr

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
Are there ... how many?


2008/6/5 Todd <[EMAIL PROTECTED]>:
> Darren West wrote:
>
> You maybe able to make it works with further experimentation ...
>
>
> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>
>
> One more thing, it doesnt work on IE :(
>
> On Thu, Jun 5, 2008 at 5:04 PM, Olajide Olaolorun
> <[EMAIL PROTECTED]> wrote:
>
>
> Darren, at the sidebar the new changes is affecting the images on the
> sidebar... :( The sidebar was alright before...
>
> On Thu, Jun 5, 2008 at 5:02 PM, Olajide Olaolorun
> <[EMAIL PROTECTED]> wrote:
>
>
> Thanks Darren. If you look at the events page not, everything is good.
> Jut the movement is still there, thats ok. That one is not like the other
> one so thats good ;-)
>
> One more question, if you look at the end of a post, you will see the
> Share This link. Now mouse over it and see that the Share This moves into
> the image? Why is that?
>
> THANKS
>
> On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]>
> wrote:
>
>
> Maybe this ...
>
> a {
>   background: black;
> }
> a:hover {
>   border: 0;
>   padding: 5px;
> }
> a img {
>   border: 0;
> }
> a:hover img {
>   border-bottom: 6px solid white;
>   margin: -0px -5px -10px -5px;
> }
>
> Its not happening on the homepage now as the images have been centered
> using the align attribute on the parent paragraph
>
>
> 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>
>
> Opps, no, it sucks up the next block element
>
>
> 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>
>
> Olajide,
>
> I've not tested on IE as just reinstalled and haven't had chance to
> put parallels back but, what about this ...
>
> a {
>   background: black;
> }
> a:hover {
>   padding: 5px;
> }
> a:hover img {
>   margin: -0px -5px -10px -5px;
> }
>
>
> Hope it helps
>
> Darren
>
>
> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>
>
> Please i need help in fixing this. If you go to
> http://www.rockondude.net/index.php in the main content area, am
> trying to
> have it that the images dont have an a:hover effect. How do i
> achieve this?
> I've been messing around with it all day but nothing..
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***
> 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]
> ***
>
>
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
>
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
>
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***
> 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]
> ***
>
>
>
>
>
> maybe you could contact each other directly instead of bombarding the
> list/group with all these e-mails? 30 in my inbox and counting?
>
> tml
>
> ***
> 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] Help With Hover

2008-06-05 Thread Darren West
No but you do have access to style.css so pop it in there


2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
> Where did you see the sharethis.css? I think thats on the sharethis.com
> website. I have no access to that.
>
> On Thu, Jun 5, 2008 at 5:19 PM, Darren West <[EMAIL PROTECTED]> wrote:
>>
>> You maybe able to make it works with further experimentation ...
>>
>>
>> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>> > One more thing, it doesnt work on IE :(
>> >
>> > On Thu, Jun 5, 2008 at 5:04 PM, Olajide Olaolorun
>> > <[EMAIL PROTECTED]> wrote:
>> >>
>> >> Darren, at the sidebar the new changes is affecting the images on the
>> >> sidebar... :( The sidebar was alright before...
>> >>
>> >> On Thu, Jun 5, 2008 at 5:02 PM, Olajide Olaolorun
>> >> <[EMAIL PROTECTED]> wrote:
>> >>>
>> >>> Thanks Darren. If you look at the events page not, everything is good.
>> >>> Jut the movement is still there, thats ok. That one is not like the
>> >>> other
>> >>> one so thats good ;-)
>> >>>
>> >>> One more question, if you look at the end of a post, you will see the
>> >>> Share This link. Now mouse over it and see that the Share This moves
>> >>> into
>> >>> the image? Why is that?
>> >>>
>> >>> THANKS
>> >>>
>> >>> On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]>
>> >>> wrote:
>> 
>>  Maybe this ...
>> 
>>  a {
>>    background: black;
>>  }
>>  a:hover {
>>    border: 0;
>>    padding: 5px;
>>  }
>>  a img {
>>    border: 0;
>>  }
>>  a:hover img {
>>    border-bottom: 6px solid white;
>>    margin: -0px -5px -10px -5px;
>>  }
>> 
>>  Its not happening on the homepage now as the images have been
>>  centered
>>  using the align attribute on the parent paragraph
>> 
>> 
>>  2008/6/5 Darren West <[EMAIL PROTECTED]>:
>>  > Opps, no, it sucks up the next block element
>>  >
>>  >
>>  > 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>>  >> Olajide,
>>  >>
>>  >> I've not tested on IE as just reinstalled and haven't had chance
>>  >> to
>>  >> put parallels back but, what about this ...
>>  >>
>>  >> a {
>>  >>   background: black;
>>  >> }
>>  >> a:hover {
>>  >>   padding: 5px;
>>  >> }
>>  >> a:hover img {
>>  >>   margin: -0px -5px -10px -5px;
>>  >> }
>>  >>
>>  >>
>>  >> Hope it helps
>>  >>
>>  >> Darren
>>  >>
>>  >>
>>  >> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>>  >>> Please i need help in fixing this. If you go to
>>  >>> http://www.rockondude.net/index.php in the main content area, am
>>  >>> trying to
>>  >>> have it that the images dont have an a:hover effect. How do i
>>  >>> achieve this?
>>  >>> I've been messing around with it all day but nothing..
>>  >>>
>>  >>> --
>>  >>> Best Regards,
>>  >>> Olajide Olaolorun
>>  >>> ###
>>  >>> Personal: http://www.olajideolaolorun.com
>>  >>> RoD: http://www.rockondude.net
>>  >>> Business: http://www.tripleo.biz
>>  >>>
>>  >>> ***
>>  >>> 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]
>>  ***
>> 
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Best Regards,
>> >>> Olajide Olaolorun
>> >>> ###
>> >>> Personal: http://www.olajideolaolorun.com
>> >>> RoD: http://www.rockondude.net
>> >>> Business: http://www.tripleo.biz
>> >>
>> >>
>> >> --
>> >> Best Regards,
>> >> Olajide Olaolorun
>> >> ###
>> >> Personal: http://www.olajideolaolorun.com
>> >> RoD: http://www.rockondude.net
>> >> Business: http://www.tripleo.biz
>> >
>> >
>> > --
>> > Best Regards,
>> > Olajide Olaolorun
>> > ###
>> > Personal: http://www.olajideolaolorun.com
>> > RoD: http://www.rockondude.net
>> > Business: http://www.tripleo.biz
>> > ***
>> > 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] Help With Hover

2008-06-05 Thread Todd

Darren West wrote:

You maybe able to make it works with further experimentation ...


2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
  

One more thing, it doesnt work on IE :(

On Thu, Jun 5, 2008 at 5:04 PM, Olajide Olaolorun
<[EMAIL PROTECTED]> wrote:


Darren, at the sidebar the new changes is affecting the images on the
sidebar... :( The sidebar was alright before...

On Thu, Jun 5, 2008 at 5:02 PM, Olajide Olaolorun
<[EMAIL PROTECTED]> wrote:
  

Thanks Darren. If you look at the events page not, everything is good.
Jut the movement is still there, thats ok. That one is not like the other
one so thats good ;-)

One more question, if you look at the end of a post, you will see the
Share This link. Now mouse over it and see that the Share This moves into
the image? Why is that?

THANKS

On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]>
wrote:


Maybe this ...

a {
  background: black;
}
a:hover {
  border: 0;
  padding: 5px;
}
a img {
  border: 0;
}
a:hover img {
  border-bottom: 6px solid white;
  margin: -0px -5px -10px -5px;
}

Its not happening on the homepage now as the images have been centered
using the align attribute on the parent paragraph


2008/6/5 Darren West <[EMAIL PROTECTED]>:
  

Opps, no, it sucks up the next block element


2008/6/5 Darren West <[EMAIL PROTECTED]>:


Olajide,

I've not tested on IE as just reinstalled and haven't had chance to
put parallels back but, what about this ...

a {
  background: black;
}
a:hover {
  padding: 5px;
}
a:hover img {
  margin: -0px -5px -10px -5px;
}


Hope it helps

Darren


2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
  

Please i need help in fixing this. If you go to
http://www.rockondude.net/index.php in the main content area, am
trying to
have it that the images dont have an a:hover effect. How do i
achieve this?
I've been messing around with it all day but nothing..

--
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz
***
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]
***

  


--
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


--
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz
  

--
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz
***
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]
***



  
maybe you could contact each other directly instead of bombarding the 
list/group with all these e-mails? 30 in my inbox and counting?


tml



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***begin:vcard
fn:Todd Libby
n:Libby;Todd
org:six03 Studios;Web/Interactive Media
adr:;;124 Goldfinch Lane;Center Conway;NH;03813;USA
email;internet:[EMAIL PROTECTED]
title:Web Developer
tel;work:603.733.5113
x-mozilla-html:FALSE
url:http://www.six03.com
version:2.1
end:vcard




Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
I should have made it clear, the CSS rules I gave you were meant as a
guide; to be fair, as Prisca has just said in your new thread, your
CSS really could do with being tightened up to avoid these problems. A
start would be to put more specificity into your rules, so

replace:

a img {
   ...

with:

div#mainContent a img {
   ...


2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
> What do you mean?
>
> On Thu, Jun 5, 2008 at 5:11 PM, Darren West <[EMAIL PROTECTED]> wrote:
>>
>> Target the links specifically in the mainContent using:
>>
>> div#mainContent a {
>>   ...
>>
>>
>> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>> > Darren, at the sidebar the new changes is affecting the images on the
>> > sidebar... :( The sidebar was alright before...
>> >
>> > On Thu, Jun 5, 2008 at 5:02 PM, Olajide Olaolorun
>> > <[EMAIL PROTECTED]> wrote:
>> >>
>> >> Thanks Darren. If you look at the events page not, everything is good.
>> >> Jut
>> >> the movement is still there, thats ok. That one is not like the other
>> >> one so
>> >> thats good ;-)
>> >>
>> >> One more question, if you look at the end of a post, you will see the
>> >> Share This link. Now mouse over it and see that the Share This moves
>> >> into
>> >> the image? Why is that?
>> >>
>> >> THANKS
>> >>
>> >> On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]>
>> >> wrote:
>> >>>
>> >>> Maybe this ...
>> >>>
>> >>> a {
>> >>>   background: black;
>> >>> }
>> >>> a:hover {
>> >>>   border: 0;
>> >>>   padding: 5px;
>> >>> }
>> >>> a img {
>> >>>   border: 0;
>> >>> }
>> >>> a:hover img {
>> >>>   border-bottom: 6px solid white;
>> >>>   margin: -0px -5px -10px -5px;
>> >>> }
>> >>>
>> >>> Its not happening on the homepage now as the images have been centered
>> >>> using the align attribute on the parent paragraph
>> >>>
>> >>>
>> >>> 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>> >>> > Opps, no, it sucks up the next block element
>> >>> >
>> >>> >
>> >>> > 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>> >>> >> Olajide,
>> >>> >>
>> >>> >> I've not tested on IE as just reinstalled and haven't had chance to
>> >>> >> put parallels back but, what about this ...
>> >>> >>
>> >>> >> a {
>> >>> >>   background: black;
>> >>> >> }
>> >>> >> a:hover {
>> >>> >>   padding: 5px;
>> >>> >> }
>> >>> >> a:hover img {
>> >>> >>   margin: -0px -5px -10px -5px;
>> >>> >> }
>> >>> >>
>> >>> >>
>> >>> >> Hope it helps
>> >>> >>
>> >>> >> Darren
>> >>> >>
>> >>> >>
>> >>> >> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>> >>> >>> Please i need help in fixing this. If you go to
>> >>> >>> http://www.rockondude.net/index.php in the main content area, am
>> >>> >>> trying to
>> >>> >>> have it that the images dont have an a:hover effect. How do i
>> >>> >>> achieve
>> >>> >>> this?
>> >>> >>> I've been messing around with it all day but nothing..
>> >>> >>>
>> >>> >>> --
>> >>> >>> Best Regards,
>> >>> >>> Olajide Olaolorun
>> >>> >>> ###
>> >>> >>> Personal: http://www.olajideolaolorun.com
>> >>> >>> RoD: http://www.rockondude.net
>> >>> >>> Business: http://www.tripleo.biz
>> >>> >>>
>> >>> >>> ***
>> >>> >>> 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]
>> >>> ***
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> Best Regards,
>> >> Olajide Olaolorun
>> >> ###
>> >> Personal: http://www.olajideolaolorun.com
>> >> RoD: http://www.rockondude.net
>> >> Business: http://www.tripleo.biz
>> >
>> >
>> > --
>> > Best Regards,
>> > Olajide Olaolorun
>> > ###
>> > Personal: http://www.olajideolaolorun.com
>> > RoD: http://www.rockondude.net
>> > Business: http://www.tripleo.biz
>> > ***
>> > 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]
>> ***
>>
>
>
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
Where did you see the sharethis.css? I think thats on the
sharethis.comwebsite. I have no access to that.

On Thu, Jun 5, 2008 at 5:19 PM, Darren West <[EMAIL PROTECTED]> wrote:

> You maybe able to make it works with further experimentation ...
>
>
> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
> > One more thing, it doesnt work on IE :(
> >
> > On Thu, Jun 5, 2008 at 5:04 PM, Olajide Olaolorun
> > <[EMAIL PROTECTED]> wrote:
> >>
> >> Darren, at the sidebar the new changes is affecting the images on the
> >> sidebar... :( The sidebar was alright before...
> >>
> >> On Thu, Jun 5, 2008 at 5:02 PM, Olajide Olaolorun
> >> <[EMAIL PROTECTED]> wrote:
> >>>
> >>> Thanks Darren. If you look at the events page not, everything is good.
> >>> Jut the movement is still there, thats ok. That one is not like the
> other
> >>> one so thats good ;-)
> >>>
> >>> One more question, if you look at the end of a post, you will see the
> >>> Share This link. Now mouse over it and see that the Share This moves
> into
> >>> the image? Why is that?
> >>>
> >>> THANKS
> >>>
> >>> On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]>
> >>> wrote:
> 
>  Maybe this ...
> 
>  a {
>    background: black;
>  }
>  a:hover {
>    border: 0;
>    padding: 5px;
>  }
>  a img {
>    border: 0;
>  }
>  a:hover img {
>    border-bottom: 6px solid white;
>    margin: -0px -5px -10px -5px;
>  }
> 
>  Its not happening on the homepage now as the images have been centered
>  using the align attribute on the parent paragraph
> 
> 
>  2008/6/5 Darren West <[EMAIL PROTECTED]>:
>  > Opps, no, it sucks up the next block element
>  >
>  >
>  > 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>  >> Olajide,
>  >>
>  >> I've not tested on IE as just reinstalled and haven't had chance to
>  >> put parallels back but, what about this ...
>  >>
>  >> a {
>  >>   background: black;
>  >> }
>  >> a:hover {
>  >>   padding: 5px;
>  >> }
>  >> a:hover img {
>  >>   margin: -0px -5px -10px -5px;
>  >> }
>  >>
>  >>
>  >> Hope it helps
>  >>
>  >> Darren
>  >>
>  >>
>  >> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>  >>> Please i need help in fixing this. If you go to
>  >>> http://www.rockondude.net/index.php in the main content area, am
>  >>> trying to
>  >>> have it that the images dont have an a:hover effect. How do i
>  >>> achieve this?
>  >>> I've been messing around with it all day but nothing..
>  >>>
>  >>> --
>  >>> Best Regards,
>  >>> Olajide Olaolorun
>  >>> ###
>  >>> Personal: http://www.olajideolaolorun.com
>  >>> RoD: http://www.rockondude.net
>  >>> Business: http://www.tripleo.biz
>  >>>
> ***
>  >>> 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]
>  ***
> 
> >>>
> >>>
> >>>
> >>> --
> >>> Best Regards,
> >>> Olajide Olaolorun
> >>> ###
> >>> Personal: http://www.olajideolaolorun.com
> >>> RoD: http://www.rockondude.net
> >>> Business: http://www.tripleo.biz
> >>
> >>
> >> --
> >> Best Regards,
> >> Olajide Olaolorun
> >> ###
> >> Personal: http://www.olajideolaolorun.com
> >> RoD: http://www.rockondude.net
> >> Business: http://www.tripleo.biz
> >
> >
> > --
> > Best Regards,
> > Olajide Olaolorun
> > ###
> > Personal: http://www.olajideolaolorun.com
> > RoD: http://www.rockondude.net
> > Business: http://www.tripleo.biz
> > ***
> > 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]
> ***
>
>


-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


***
List Guidelines: http:/

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
This works on the sidebar:


#sidebar .one-image a:hover {
text-decoration: none;
background: none;
}

With that, everything is ok on all he images on the sidebar. But for some
reason i tried to duplicate that code for the mainContent and it wont work.
Ofcourse the difference is that instead of raping the images in divs, since
i cant since the content in the content ares is being pulled from somewhere,
i used the class tag in the image. But it wont work :(

On Thu, Jun 5, 2008 at 5:18 PM, Olajide Olaolorun <
[EMAIL PROTECTED]> wrote:

> What do you mean?
>
>
> On Thu, Jun 5, 2008 at 5:11 PM, Darren West <[EMAIL PROTECTED]> wrote:
>
>> Target the links specifically in the mainContent using:
>>
>> div#mainContent a {
>>   ...
>>
>>
>> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>> > Darren, at the sidebar the new changes is affecting the images on the
>> > sidebar... :( The sidebar was alright before...
>> >
>> > On Thu, Jun 5, 2008 at 5:02 PM, Olajide Olaolorun
>> > <[EMAIL PROTECTED]> wrote:
>> >>
>> >> Thanks Darren. If you look at the events page not, everything is good.
>> Jut
>> >> the movement is still there, thats ok. That one is not like the other
>> one so
>> >> thats good ;-)
>> >>
>> >> One more question, if you look at the end of a post, you will see the
>> >> Share This link. Now mouse over it and see that the Share This moves
>> into
>> >> the image? Why is that?
>> >>
>> >> THANKS
>> >>
>> >> On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]>
>> wrote:
>> >>>
>> >>> Maybe this ...
>> >>>
>> >>> a {
>> >>>   background: black;
>> >>> }
>> >>> a:hover {
>> >>>   border: 0;
>> >>>   padding: 5px;
>> >>> }
>> >>> a img {
>> >>>   border: 0;
>> >>> }
>> >>> a:hover img {
>> >>>   border-bottom: 6px solid white;
>> >>>   margin: -0px -5px -10px -5px;
>> >>> }
>> >>>
>> >>> Its not happening on the homepage now as the images have been centered
>> >>> using the align attribute on the parent paragraph
>> >>>
>> >>>
>> >>> 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>> >>> > Opps, no, it sucks up the next block element
>> >>> >
>> >>> >
>> >>> > 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>> >>> >> Olajide,
>> >>> >>
>> >>> >> I've not tested on IE as just reinstalled and haven't had chance to
>> >>> >> put parallels back but, what about this ...
>> >>> >>
>> >>> >> a {
>> >>> >>   background: black;
>> >>> >> }
>> >>> >> a:hover {
>> >>> >>   padding: 5px;
>> >>> >> }
>> >>> >> a:hover img {
>> >>> >>   margin: -0px -5px -10px -5px;
>> >>> >> }
>> >>> >>
>> >>> >>
>> >>> >> Hope it helps
>> >>> >>
>> >>> >> Darren
>> >>> >>
>> >>> >>
>> >>> >> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>> >>> >>> Please i need help in fixing this. If you go to
>> >>> >>> http://www.rockondude.net/index.php in the main content area, am
>> >>> >>> trying to
>> >>> >>> have it that the images dont have an a:hover effect. How do i
>> achieve
>> >>> >>> this?
>> >>> >>> I've been messing around with it all day but nothing..
>> >>> >>>
>> >>> >>> --
>> >>> >>> Best Regards,
>> >>> >>> Olajide Olaolorun
>> >>> >>> ###
>> >>> >>> Personal: http://www.olajideolaolorun.com
>> >>> >>> RoD: http://www.rockondude.net
>> >>> >>> Business: http://www.tripleo.biz
>> >>> >>>
>> ***
>> >>> >>> 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]
>> >>> ***
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> Best Regards,
>> >> Olajide Olaolorun
>> >> ###
>> >> Personal: http://www.olajideolaolorun.com
>> >> RoD: http://www.rockondude.net
>> >> Business: http://www.tripleo.biz
>> >
>> >
>> > --
>> > Best Regards,
>> > Olajide Olaolorun
>> > ###
>> > Personal: http://www.olajideolaolorun.com
>> > RoD: http://www.rockondude.net
>> > Business: http://www.tripleo.biz
>> > ***
>> > 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]
>> ***
>>
>>
>
>
> --
> Best Regards,
> Olajide Olaol

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
You maybe able to make it works with further experimentation ...


2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
> One more thing, it doesnt work on IE :(
>
> On Thu, Jun 5, 2008 at 5:04 PM, Olajide Olaolorun
> <[EMAIL PROTECTED]> wrote:
>>
>> Darren, at the sidebar the new changes is affecting the images on the
>> sidebar... :( The sidebar was alright before...
>>
>> On Thu, Jun 5, 2008 at 5:02 PM, Olajide Olaolorun
>> <[EMAIL PROTECTED]> wrote:
>>>
>>> Thanks Darren. If you look at the events page not, everything is good.
>>> Jut the movement is still there, thats ok. That one is not like the other
>>> one so thats good ;-)
>>>
>>> One more question, if you look at the end of a post, you will see the
>>> Share This link. Now mouse over it and see that the Share This moves into
>>> the image? Why is that?
>>>
>>> THANKS
>>>
>>> On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]>
>>> wrote:

 Maybe this ...

 a {
   background: black;
 }
 a:hover {
   border: 0;
   padding: 5px;
 }
 a img {
   border: 0;
 }
 a:hover img {
   border-bottom: 6px solid white;
   margin: -0px -5px -10px -5px;
 }

 Its not happening on the homepage now as the images have been centered
 using the align attribute on the parent paragraph


 2008/6/5 Darren West <[EMAIL PROTECTED]>:
 > Opps, no, it sucks up the next block element
 >
 >
 > 2008/6/5 Darren West <[EMAIL PROTECTED]>:
 >> Olajide,
 >>
 >> I've not tested on IE as just reinstalled and haven't had chance to
 >> put parallels back but, what about this ...
 >>
 >> a {
 >>   background: black;
 >> }
 >> a:hover {
 >>   padding: 5px;
 >> }
 >> a:hover img {
 >>   margin: -0px -5px -10px -5px;
 >> }
 >>
 >>
 >> Hope it helps
 >>
 >> Darren
 >>
 >>
 >> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
 >>> Please i need help in fixing this. If you go to
 >>> http://www.rockondude.net/index.php in the main content area, am
 >>> trying to
 >>> have it that the images dont have an a:hover effect. How do i
 >>> achieve this?
 >>> I've been messing around with it all day but nothing..
 >>>
 >>> --
 >>> Best Regards,
 >>> Olajide Olaolorun
 >>> ###
 >>> Personal: http://www.olajideolaolorun.com
 >>> RoD: http://www.rockondude.net
 >>> Business: http://www.tripleo.biz
 >>> ***
 >>> 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]
 ***

>>>
>>>
>>>
>>> --
>>> Best Regards,
>>> Olajide Olaolorun
>>> ###
>>> Personal: http://www.olajideolaolorun.com
>>> RoD: http://www.rockondude.net
>>> Business: http://www.tripleo.biz
>>
>>
>> --
>> Best Regards,
>> Olajide Olaolorun
>> ###
>> Personal: http://www.olajideolaolorun.com
>> RoD: http://www.rockondude.net
>> Business: http://www.tripleo.biz
>
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***
> 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] Help With Hover

2008-06-05 Thread Olajide Olaolorun
What do you mean?

On Thu, Jun 5, 2008 at 5:11 PM, Darren West <[EMAIL PROTECTED]> wrote:

> Target the links specifically in the mainContent using:
>
> div#mainContent a {
>   ...
>
>
> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
> > Darren, at the sidebar the new changes is affecting the images on the
> > sidebar... :( The sidebar was alright before...
> >
> > On Thu, Jun 5, 2008 at 5:02 PM, Olajide Olaolorun
> > <[EMAIL PROTECTED]> wrote:
> >>
> >> Thanks Darren. If you look at the events page not, everything is good.
> Jut
> >> the movement is still there, thats ok. That one is not like the other
> one so
> >> thats good ;-)
> >>
> >> One more question, if you look at the end of a post, you will see the
> >> Share This link. Now mouse over it and see that the Share This moves
> into
> >> the image? Why is that?
> >>
> >> THANKS
> >>
> >> On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]>
> wrote:
> >>>
> >>> Maybe this ...
> >>>
> >>> a {
> >>>   background: black;
> >>> }
> >>> a:hover {
> >>>   border: 0;
> >>>   padding: 5px;
> >>> }
> >>> a img {
> >>>   border: 0;
> >>> }
> >>> a:hover img {
> >>>   border-bottom: 6px solid white;
> >>>   margin: -0px -5px -10px -5px;
> >>> }
> >>>
> >>> Its not happening on the homepage now as the images have been centered
> >>> using the align attribute on the parent paragraph
> >>>
> >>>
> >>> 2008/6/5 Darren West <[EMAIL PROTECTED]>:
> >>> > Opps, no, it sucks up the next block element
> >>> >
> >>> >
> >>> > 2008/6/5 Darren West <[EMAIL PROTECTED]>:
> >>> >> Olajide,
> >>> >>
> >>> >> I've not tested on IE as just reinstalled and haven't had chance to
> >>> >> put parallels back but, what about this ...
> >>> >>
> >>> >> a {
> >>> >>   background: black;
> >>> >> }
> >>> >> a:hover {
> >>> >>   padding: 5px;
> >>> >> }
> >>> >> a:hover img {
> >>> >>   margin: -0px -5px -10px -5px;
> >>> >> }
> >>> >>
> >>> >>
> >>> >> Hope it helps
> >>> >>
> >>> >> Darren
> >>> >>
> >>> >>
> >>> >> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
> >>> >>> Please i need help in fixing this. If you go to
> >>> >>> http://www.rockondude.net/index.php in the main content area, am
> >>> >>> trying to
> >>> >>> have it that the images dont have an a:hover effect. How do i
> achieve
> >>> >>> this?
> >>> >>> I've been messing around with it all day but nothing..
> >>> >>>
> >>> >>> --
> >>> >>> Best Regards,
> >>> >>> Olajide Olaolorun
> >>> >>> ###
> >>> >>> Personal: http://www.olajideolaolorun.com
> >>> >>> RoD: http://www.rockondude.net
> >>> >>> Business: http://www.tripleo.biz
> >>> >>> ***
> >>> >>> 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]
> >>> ***
> >>>
> >>
> >>
> >>
> >> --
> >> Best Regards,
> >> Olajide Olaolorun
> >> ###
> >> Personal: http://www.olajideolaolorun.com
> >> RoD: http://www.rockondude.net
> >> Business: http://www.tripleo.biz
> >
> >
> > --
> > Best Regards,
> > Olajide Olaolorun
> > ###
> > Personal: http://www.olajideolaolorun.com
> > RoD: http://www.rockondude.net
> > Business: http://www.tripleo.biz
> > ***
> > 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]
> ***
>
>


-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


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

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
Because in your style.css you have:

a:hover {
   padding: 2px;
}

and in sharethis.css you have:

a.stbutton {
   padding:1px 5px 5px 22px;
}

so when you hover over any link it will set the padding to 2px,
overiding the padding of a.stbutton.

Try

a.stbutton:hover {
   padding:1px 5px 5px 22px;
}



2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
> Thanks Darren. If you look at the events page not, everything is good. Jut
> the movement is still there, thats ok. That one is not like the other one so
> thats good ;-)
>
> One more question, if you look at the end of a post, you will see the Share
> This link. Now mouse over it and see that the Share This moves into the
> image? Why is that?
>
> THANKS
>
> On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]> wrote:
>>
>> Maybe this ...
>>
>> a {
>>   background: black;
>> }
>> a:hover {
>>   border: 0;
>>   padding: 5px;
>> }
>> a img {
>>   border: 0;
>> }
>> a:hover img {
>>   border-bottom: 6px solid white;
>>   margin: -0px -5px -10px -5px;
>> }
>>
>> Its not happening on the homepage now as the images have been centered
>> using the align attribute on the parent paragraph
>>
>>
>> 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>> > Opps, no, it sucks up the next block element
>> >
>> >
>> > 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>> >> Olajide,
>> >>
>> >> I've not tested on IE as just reinstalled and haven't had chance to
>> >> put parallels back but, what about this ...
>> >>
>> >> a {
>> >>   background: black;
>> >> }
>> >> a:hover {
>> >>   padding: 5px;
>> >> }
>> >> a:hover img {
>> >>   margin: -0px -5px -10px -5px;
>> >> }
>> >>
>> >>
>> >> Hope it helps
>> >>
>> >> Darren
>> >>
>> >>
>> >> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>> >>> Please i need help in fixing this. If you go to
>> >>> http://www.rockondude.net/index.php in the main content area, am
>> >>> trying to
>> >>> have it that the images dont have an a:hover effect. How do i achieve
>> >>> this?
>> >>> I've been messing around with it all day but nothing..
>> >>>
>> >>> --
>> >>> Best Regards,
>> >>> Olajide Olaolorun
>> >>> ###
>> >>> Personal: http://www.olajideolaolorun.com
>> >>> RoD: http://www.rockondude.net
>> >>> Business: http://www.tripleo.biz
>> >>> ***
>> >>> 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]
>> ***
>>
>
>
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***
> 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] Help With Hover

2008-06-05 Thread Darren West
Target the links specifically in the mainContent using:

div#mainContent a {
   ...


2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
> Darren, at the sidebar the new changes is affecting the images on the
> sidebar... :( The sidebar was alright before...
>
> On Thu, Jun 5, 2008 at 5:02 PM, Olajide Olaolorun
> <[EMAIL PROTECTED]> wrote:
>>
>> Thanks Darren. If you look at the events page not, everything is good. Jut
>> the movement is still there, thats ok. That one is not like the other one so
>> thats good ;-)
>>
>> One more question, if you look at the end of a post, you will see the
>> Share This link. Now mouse over it and see that the Share This moves into
>> the image? Why is that?
>>
>> THANKS
>>
>> On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]> wrote:
>>>
>>> Maybe this ...
>>>
>>> a {
>>>   background: black;
>>> }
>>> a:hover {
>>>   border: 0;
>>>   padding: 5px;
>>> }
>>> a img {
>>>   border: 0;
>>> }
>>> a:hover img {
>>>   border-bottom: 6px solid white;
>>>   margin: -0px -5px -10px -5px;
>>> }
>>>
>>> Its not happening on the homepage now as the images have been centered
>>> using the align attribute on the parent paragraph
>>>
>>>
>>> 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>>> > Opps, no, it sucks up the next block element
>>> >
>>> >
>>> > 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>>> >> Olajide,
>>> >>
>>> >> I've not tested on IE as just reinstalled and haven't had chance to
>>> >> put parallels back but, what about this ...
>>> >>
>>> >> a {
>>> >>   background: black;
>>> >> }
>>> >> a:hover {
>>> >>   padding: 5px;
>>> >> }
>>> >> a:hover img {
>>> >>   margin: -0px -5px -10px -5px;
>>> >> }
>>> >>
>>> >>
>>> >> Hope it helps
>>> >>
>>> >> Darren
>>> >>
>>> >>
>>> >> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>>> >>> Please i need help in fixing this. If you go to
>>> >>> http://www.rockondude.net/index.php in the main content area, am
>>> >>> trying to
>>> >>> have it that the images dont have an a:hover effect. How do i achieve
>>> >>> this?
>>> >>> I've been messing around with it all day but nothing..
>>> >>>
>>> >>> --
>>> >>> Best Regards,
>>> >>> Olajide Olaolorun
>>> >>> ###
>>> >>> Personal: http://www.olajideolaolorun.com
>>> >>> RoD: http://www.rockondude.net
>>> >>> Business: http://www.tripleo.biz
>>> >>> ***
>>> >>> 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]
>>> ***
>>>
>>
>>
>>
>> --
>> Best Regards,
>> Olajide Olaolorun
>> ###
>> Personal: http://www.olajideolaolorun.com
>> RoD: http://www.rockondude.net
>> Business: http://www.tripleo.biz
>
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***
> 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] Help With CSS

2008-06-05 Thread Prisca schmarsow
Olajide,

we are trying to help, you know...

if it's wordpress - you might need to edit your theme templates :-)
(and maybe tighten up your CSS)

the reason for the different behaviour here relates to the theme templates
used by default the index page does have a different template compared
to the individual caegory or post page, ie there can be a different
structure... have a look at your 'boxes' with the web dev toolbar ad you'll
see what I mean...

good luck, Prisca



On Thu, Jun 5, 2008 at 9:34 PM, Olajide Olaolorun <
[EMAIL PROTECTED]> wrote:

> Ok, here is the case.
>
> http://www.rockondude.net/index.php
> http://www.rockondude.net/events/
>
> I am trying to get rid of the image padding that happens for some reason
> only on events page. This does not happen on the index page but for some
> reason it happens on the events page.
>
> I am also trying to get id of the pink background under the images.
>
> I like the padding and the background + the padding shift on the text, i
> just dont want them on images. I cant edit every single image because they
> are being loaded from Wordpress.
>
> Please can anyone help me here???
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***




-- 
• graphiceyedea.co.uk • eyedea.eu • eyelearn.org •
--


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


Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
One more thing, it doesnt work on IE :(

On Thu, Jun 5, 2008 at 5:04 PM, Olajide Olaolorun <
[EMAIL PROTECTED]> wrote:

> Darren, at the sidebar the new changes is affecting the images on the
> sidebar... :( The sidebar was alright before...
>
>
> On Thu, Jun 5, 2008 at 5:02 PM, Olajide Olaolorun <
> [EMAIL PROTECTED]> wrote:
>
>> Thanks Darren. If you look at the events page not, everything is good. Jut
>> the movement is still there, thats ok. That one is not like the other one so
>> thats good ;-)
>>
>> One more question, if you look at the end of a post, you will see the
>> Share This link. Now mouse over it and see that the Share This moves into
>> the image? Why is that?
>>
>> THANKS
>>
>> On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]>
>> wrote:
>>
>>> Maybe this ...
>>>
>>> a {
>>>   background: black;
>>> }
>>> a:hover {
>>>border: 0;
>>>   padding: 5px;
>>> }
>>> a img {
>>>   border: 0;
>>> }
>>> a:hover img {
>>>   border-bottom: 6px solid white;
>>>margin: -0px -5px -10px -5px;
>>> }
>>>
>>> Its not happening on the homepage now as the images have been centered
>>> using the align attribute on the parent paragraph
>>>
>>>
>>> 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>>> > Opps, no, it sucks up the next block element
>>> >
>>> >
>>> > 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>>> >> Olajide,
>>> >>
>>> >> I've not tested on IE as just reinstalled and haven't had chance to
>>> >> put parallels back but, what about this ...
>>> >>
>>> >> a {
>>> >>   background: black;
>>> >> }
>>> >> a:hover {
>>> >>   padding: 5px;
>>> >> }
>>> >> a:hover img {
>>> >>   margin: -0px -5px -10px -5px;
>>> >> }
>>> >>
>>> >>
>>> >> Hope it helps
>>> >>
>>> >> Darren
>>> >>
>>> >>
>>> >> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>>> >>> Please i need help in fixing this. If you go to
>>> >>> http://www.rockondude.net/index.php in the main content area, am
>>> trying to
>>> >>> have it that the images dont have an a:hover effect. How do i achieve
>>> this?
>>> >>> I've been messing around with it all day but nothing..
>>> >>>
>>> >>> --
>>> >>> Best Regards,
>>> >>> Olajide Olaolorun
>>> >>> ###
>>> >>> Personal: http://www.olajideolaolorun.com
>>> >>> RoD: http://www.rockondude.net
>>> >>> Business: http://www.tripleo.biz
>>> >>> ***
>>> >>> 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]
>>> ***
>>>
>>>
>>
>>
>> --
>> Best Regards,
>> Olajide Olaolorun
>> ###
>> Personal: http://www.olajideolaolorun.com
>> RoD: http://www.rockondude.net
>> Business: http://www.tripleo.biz
>>
>
>
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
>



-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


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

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
Darren, at the sidebar the new changes is affecting the images on the
sidebar... :( The sidebar was alright before...

On Thu, Jun 5, 2008 at 5:02 PM, Olajide Olaolorun <
[EMAIL PROTECTED]> wrote:

> Thanks Darren. If you look at the events page not, everything is good. Jut
> the movement is still there, thats ok. That one is not like the other one so
> thats good ;-)
>
> One more question, if you look at the end of a post, you will see the Share
> This link. Now mouse over it and see that the Share This moves into the
> image? Why is that?
>
> THANKS
>
> On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]> wrote:
>
>> Maybe this ...
>>
>> a {
>>   background: black;
>> }
>> a:hover {
>>border: 0;
>>   padding: 5px;
>> }
>> a img {
>>   border: 0;
>> }
>> a:hover img {
>>   border-bottom: 6px solid white;
>>margin: -0px -5px -10px -5px;
>> }
>>
>> Its not happening on the homepage now as the images have been centered
>> using the align attribute on the parent paragraph
>>
>>
>> 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>> > Opps, no, it sucks up the next block element
>> >
>> >
>> > 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>> >> Olajide,
>> >>
>> >> I've not tested on IE as just reinstalled and haven't had chance to
>> >> put parallels back but, what about this ...
>> >>
>> >> a {
>> >>   background: black;
>> >> }
>> >> a:hover {
>> >>   padding: 5px;
>> >> }
>> >> a:hover img {
>> >>   margin: -0px -5px -10px -5px;
>> >> }
>> >>
>> >>
>> >> Hope it helps
>> >>
>> >> Darren
>> >>
>> >>
>> >> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>> >>> Please i need help in fixing this. If you go to
>> >>> http://www.rockondude.net/index.php in the main content area, am
>> trying to
>> >>> have it that the images dont have an a:hover effect. How do i achieve
>> this?
>> >>> I've been messing around with it all day but nothing..
>> >>>
>> >>> --
>> >>> Best Regards,
>> >>> Olajide Olaolorun
>> >>> ###
>> >>> Personal: http://www.olajideolaolorun.com
>> >>> RoD: http://www.rockondude.net
>> >>> Business: http://www.tripleo.biz
>> >>> ***
>> >>> 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]
>> ***
>>
>>
>
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
>



-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


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

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
Thanks Darren. If you look at the events page not, everything is good. Jut
the movement is still there, thats ok. That one is not like the other one so
thats good ;-)

One more question, if you look at the end of a post, you will see the Share
This link. Now mouse over it and see that the Share This moves into the
image? Why is that?

THANKS

On Thu, Jun 5, 2008 at 4:44 PM, Darren West <[EMAIL PROTECTED]> wrote:

> Maybe this ...
>
> a {
>   background: black;
> }
> a:hover {
>border: 0;
>   padding: 5px;
> }
> a img {
>   border: 0;
> }
> a:hover img {
>   border-bottom: 6px solid white;
>margin: -0px -5px -10px -5px;
> }
>
> Its not happening on the homepage now as the images have been centered
> using the align attribute on the parent paragraph
>
>
> 2008/6/5 Darren West <[EMAIL PROTECTED]>:
> > Opps, no, it sucks up the next block element
> >
> >
> > 2008/6/5 Darren West <[EMAIL PROTECTED]>:
> >> Olajide,
> >>
> >> I've not tested on IE as just reinstalled and haven't had chance to
> >> put parallels back but, what about this ...
> >>
> >> a {
> >>   background: black;
> >> }
> >> a:hover {
> >>   padding: 5px;
> >> }
> >> a:hover img {
> >>   margin: -0px -5px -10px -5px;
> >> }
> >>
> >>
> >> Hope it helps
> >>
> >> Darren
> >>
> >>
> >> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
> >>> Please i need help in fixing this. If you go to
> >>> http://www.rockondude.net/index.php in the main content area, am
> trying to
> >>> have it that the images dont have an a:hover effect. How do i achieve
> this?
> >>> I've been messing around with it all day but nothing..
> >>>
> >>> --
> >>> Best Regards,
> >>> Olajide Olaolorun
> >>> ###
> >>> Personal: http://www.olajideolaolorun.com
> >>> RoD: http://www.rockondude.net
> >>> Business: http://www.tripleo.biz
> >>> ***
> >>> 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]
> ***
>
>


-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


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

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
Maybe this ...

a {
   background: black;
}
a:hover {
   border: 0;
   padding: 5px;
}
a img {
   border: 0;
}
a:hover img {
   border-bottom: 6px solid white;
   margin: -0px -5px -10px -5px;
}

Its not happening on the homepage now as the images have been centered
using the align attribute on the parent paragraph


2008/6/5 Darren West <[EMAIL PROTECTED]>:
> Opps, no, it sucks up the next block element
>
>
> 2008/6/5 Darren West <[EMAIL PROTECTED]>:
>> Olajide,
>>
>> I've not tested on IE as just reinstalled and haven't had chance to
>> put parallels back but, what about this ...
>>
>> a {
>>   background: black;
>> }
>> a:hover {
>>   padding: 5px;
>> }
>> a:hover img {
>>   margin: -0px -5px -10px -5px;
>> }
>>
>>
>> Hope it helps
>>
>> Darren
>>
>>
>> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>>> Please i need help in fixing this. If you go to
>>> http://www.rockondude.net/index.php in the main content area, am trying to
>>> have it that the images dont have an a:hover effect. How do i achieve this?
>>> I've been messing around with it all day but nothing..
>>>
>>> --
>>> Best Regards,
>>> Olajide Olaolorun
>>> ###
>>> Personal: http://www.olajideolaolorun.com
>>> RoD: http://www.rockondude.net
>>> Business: http://www.tripleo.biz
>>> ***
>>> 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] Help With Hover

2008-06-05 Thread Darren West
Opps, no, it sucks up the next block element


2008/6/5 Darren West <[EMAIL PROTECTED]>:
> Olajide,
>
> I've not tested on IE as just reinstalled and haven't had chance to
> put parallels back but, what about this ...
>
> a {
>   background: black;
> }
> a:hover {
>   padding: 5px;
> }
> a:hover img {
>   margin: -0px -5px -10px -5px;
> }
>
>
> Hope it helps
>
> Darren
>
>
> 2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
>> Please i need help in fixing this. If you go to
>> http://www.rockondude.net/index.php in the main content area, am trying to
>> have it that the images dont have an a:hover effect. How do i achieve this?
>> I've been messing around with it all day but nothing..
>>
>> --
>> Best Regards,
>> Olajide Olaolorun
>> ###
>> Personal: http://www.olajideolaolorun.com
>> RoD: http://www.rockondude.net
>> Business: http://www.tripleo.biz
>> ***
>> 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]
***



[WSG] Help With CSS

2008-06-05 Thread Olajide Olaolorun
Ok, here is the case.

http://www.rockondude.net/index.php
http://www.rockondude.net/events/

I am trying to get rid of the image padding that happens for some reason
only on events page. This does not happen on the index page but for some
reason it happens on the events page.

I am also trying to get id of the pink background under the images.

I like the padding and the background + the padding shift on the text, i
just dont want them on images. I cant edit every single image because they
are being loaded from Wordpress.

Please can anyone help me here???

-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


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

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
Olajide,

I've not tested on IE as just reinstalled and haven't had chance to
put parallels back but, what about this ...

a {
   background: black;
}
a:hover {
   padding: 5px;
}
a:hover img {
   margin: -0px -5px -10px -5px;
}


Hope it helps

Darren


2008/6/5 Olajide Olaolorun <[EMAIL PROTECTED]>:
> Please i need help in fixing this. If you go to
> http://www.rockondude.net/index.php in the main content area, am trying to
> have it that the images dont have an a:hover effect. How do i achieve this?
> I've been messing around with it all day but nothing..
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***
> 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] Help With Hover

2008-06-05 Thread Olajide Olaolorun
The reason i cant do that is because the content are being fetched from
wordpress. I cant edit every single image.

I want the padding there. The shift. For the text. Not for the images
though. Neither do i want the background for the images...

On Thu, Jun 5, 2008 at 4:01 PM, Prisca schmarsow <[EMAIL PROTECTED]>
wrote:

> Olajide
>
> as I mentioned before - you will need to override what you applied
> previously by targeting the image inside its link
>
> Ideally however - I would try to keep the code more specific - you might
> avoid any overrides being necessary.
> Targeting the links by including their respective div ids/classes might be
> a better approach here...
>
> and nice method, Rick... I like that... :) :)
> I go around the houses a bit myself I realise, now looking at your
> solution, great advice :)
> Thanks :)
>
> Prisca
>
>
> On Thu, Jun 5, 2008 at 8:49 PM, Olajide Olaolorun <
> [EMAIL PROTECTED]> wrote:
>
>> Ok on the index, the padding does not work but on the events page, the
>> padding does. Why??? They are the same thing??
>>
>> On Thu, Jun 5, 2008 at 3:45 PM, Olajide Olaolorun <
>> [EMAIL PROTECTED]> wrote:
>>
>>> The padding is not the error. I fixed that already.. Its the background
>>> that happens under the images...
>>>
>>> On Thu, Jun 5, 2008 at 3:25 PM, Prisca schmarsow <
>>> [EMAIL PROTECTED]> wrote:
>>>
 Olajide,

 just had a looka at your page - the jumping happens because you are
 applying padding only on hover for all your links, essentially adding to
 their size...
 This is not ideal, in my humble opinion, as your text also shifts on
 rollover...

 If you however applied your padding to the main link itself - and only
 applied the additional rules to the hover state - that will eliminate all
 shifting... see screenshot:
 http://screencast.com/t/ngKMz25v

 You can of course override what happens to your image compared to the
 rest of the links found on the page by targeting the image inside the link,
 with ... a img { .. }

 hope this helps :)
 Prisca



 On Thu, Jun 5, 2008 at 8:06 PM, Olajide Olaolorun <
 [EMAIL PROTECTED]> wrote:

> Please i need help in fixing this. If you go to
> http://www.rockondude.net/index.php in the main content area, am
> trying to have it that the images dont have an a:hover effect. How do i
> achieve this? I've been messing around with it all day but nothing..
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***




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

>>>
>>>
>>>
>>> --
>>> Best Regards,
>>> Olajide Olaolorun
>>> ###
>>> Personal: http://www.olajideolaolorun.com
>>> RoD: http://www.rockondude.net
>>> Business: http://www.tripleo.biz
>>>
>>
>>
>>
>> --
>> Best Regards,
>> Olajide Olaolorun
>> ###
>> Personal: http://www.olajideolaolorun.com
>> RoD: http://www.rockondude.net
>> Business: http://www.tripleo.biz
>> ***
>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>> Help: [EMAIL PROTECTED]
>> ***
>>
>
>
>
> --
> >>> eyedea.eu <<<
> --
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>



-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


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

Re: [WSG] Help With Hover

2008-06-05 Thread Prisca schmarsow
Olajide

as I mentioned before - you will need to override what you applied
previously by targeting the image inside its link

Ideally however - I would try to keep the code more specific - you might
avoid any overrides being necessary.
Targeting the links by including their respective div ids/classes might be a
better approach here...

and nice method, Rick... I like that... :) :)
I go around the houses a bit myself I realise, now looking at your solution,
great advice :)
Thanks :)

Prisca


On Thu, Jun 5, 2008 at 8:49 PM, Olajide Olaolorun <
[EMAIL PROTECTED]> wrote:

> Ok on the index, the padding does not work but on the events page, the
> padding does. Why??? They are the same thing??
>
> On Thu, Jun 5, 2008 at 3:45 PM, Olajide Olaolorun <
> [EMAIL PROTECTED]> wrote:
>
>> The padding is not the error. I fixed that already.. Its the background
>> that happens under the images...
>>
>> On Thu, Jun 5, 2008 at 3:25 PM, Prisca schmarsow <
>> [EMAIL PROTECTED]> wrote:
>>
>>> Olajide,
>>>
>>> just had a looka at your page - the jumping happens because you are
>>> applying padding only on hover for all your links, essentially adding to
>>> their size...
>>> This is not ideal, in my humble opinion, as your text also shifts on
>>> rollover...
>>>
>>> If you however applied your padding to the main link itself - and only
>>> applied the additional rules to the hover state - that will eliminate all
>>> shifting... see screenshot:
>>> http://screencast.com/t/ngKMz25v
>>>
>>> You can of course override what happens to your image compared to the
>>> rest of the links found on the page by targeting the image inside the link,
>>> with ... a img { .. }
>>>
>>> hope this helps :)
>>> Prisca
>>>
>>>
>>>
>>> On Thu, Jun 5, 2008 at 8:06 PM, Olajide Olaolorun <
>>> [EMAIL PROTECTED]> wrote:
>>>
 Please i need help in fixing this. If you go to
 http://www.rockondude.net/index.php in the main content area, am trying
 to have it that the images dont have an a:hover effect. How do i achieve
 this? I've been messing around with it all day but nothing..

 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***
>>>
>>>
>>>
>>>
>>> --
>>> >>> eyedea.eu <<<
>>> --
>>> ***
>>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>>> Help: [EMAIL PROTECTED]
>>> ***
>>>
>>
>>
>>
>> --
>> Best Regards,
>> Olajide Olaolorun
>> ###
>> Personal: http://www.olajideolaolorun.com
>> RoD: http://www.rockondude.net
>> Business: http://www.tripleo.biz
>>
>
>
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>



-- 
>>> eyedea.eu <<<
--


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

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
The problem is not even just the padding, its the background color under the
images.

On Thu, Jun 5, 2008 at 3:49 PM, Olajide Olaolorun <
[EMAIL PROTECTED]> wrote:

> Ok on the index, the padding does not work but on the events page, the
> padding does. Why??? They are the same thing??
>
> On Thu, Jun 5, 2008 at 3:45 PM, Olajide Olaolorun <
> [EMAIL PROTECTED]> wrote:
>
>> The padding is not the error. I fixed that already.. Its the background
>> that happens under the images...
>>
>> On Thu, Jun 5, 2008 at 3:25 PM, Prisca schmarsow <
>> [EMAIL PROTECTED]> wrote:
>>
>>> Olajide,
>>>
>>> just had a looka at your page - the jumping happens because you are
>>> applying padding only on hover for all your links, essentially adding to
>>> their size...
>>> This is not ideal, in my humble opinion, as your text also shifts on
>>> rollover...
>>>
>>> If you however applied your padding to the main link itself - and only
>>> applied the additional rules to the hover state - that will eliminate all
>>> shifting... see screenshot:
>>> http://screencast.com/t/ngKMz25v
>>>
>>> You can of course override what happens to your image compared to the
>>> rest of the links found on the page by targeting the image inside the link,
>>> with ... a img { .. }
>>>
>>> hope this helps :)
>>> Prisca
>>>
>>>
>>>
>>> On Thu, Jun 5, 2008 at 8:06 PM, Olajide Olaolorun <
>>> [EMAIL PROTECTED]> wrote:
>>>
 Please i need help in fixing this. If you go to
 http://www.rockondude.net/index.php in the main content area, am trying
 to have it that the images dont have an a:hover effect. How do i achieve
 this? I've been messing around with it all day but nothing..

 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***
>>>
>>>
>>>
>>>
>>> --
>>> >>> eyedea.eu <<<
>>> --
>>> ***
>>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>>> Help: [EMAIL PROTECTED]
>>> ***
>>>
>>
>>
>>
>> --
>> Best Regards,
>> Olajide Olaolorun
>> ###
>> Personal: http://www.olajideolaolorun.com
>> RoD: http://www.rockondude.net
>> Business: http://www.tripleo.biz
>>
>
>
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>



-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


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

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
Ok on the index, the padding does not work but on the events page, the
padding does. Why??? They are the same thing??

On Thu, Jun 5, 2008 at 3:45 PM, Olajide Olaolorun <
[EMAIL PROTECTED]> wrote:

> The padding is not the error. I fixed that already.. Its the background
> that happens under the images...
>
> On Thu, Jun 5, 2008 at 3:25 PM, Prisca schmarsow <
> [EMAIL PROTECTED]> wrote:
>
>> Olajide,
>>
>> just had a looka at your page - the jumping happens because you are
>> applying padding only on hover for all your links, essentially adding to
>> their size...
>> This is not ideal, in my humble opinion, as your text also shifts on
>> rollover...
>>
>> If you however applied your padding to the main link itself - and only
>> applied the additional rules to the hover state - that will eliminate all
>> shifting... see screenshot:
>> http://screencast.com/t/ngKMz25v
>>
>> You can of course override what happens to your image compared to the rest
>> of the links found on the page by targeting the image inside the link, with
>> ... a img { .. }
>>
>> hope this helps :)
>> Prisca
>>
>>
>>
>> On Thu, Jun 5, 2008 at 8:06 PM, Olajide Olaolorun <
>> [EMAIL PROTECTED]> wrote:
>>
>>> Please i need help in fixing this. If you go to
>>> http://www.rockondude.net/index.php in the main content area, am trying
>>> to have it that the images dont have an a:hover effect. How do i achieve
>>> this? I've been messing around with it all day but nothing..
>>>
>>> --
>>> Best Regards,
>>> Olajide Olaolorun
>>> ###
>>> Personal: http://www.olajideolaolorun.com
>>> RoD: http://www.rockondude.net
>>> Business: http://www.tripleo.biz
>>> ***
>>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>>> Help: [EMAIL PROTECTED]
>>> ***
>>
>>
>>
>>
>> --
>> >>> eyedea.eu <<<
>> --
>> ***
>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>> Help: [EMAIL PROTECTED]
>> ***
>>
>
>
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
>



-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


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

Re: [WSG] Help With Hover

2008-06-05 Thread Rick Lecoat

On 5 Jun 2008, at 20:25, Prisca schmarsow wrote:

the jumping happens because you are applying padding only on hover  
for all your links, essentially adding to their size...
This is not ideal, in my humble opinion, as your text also shifts on  
rollover...


If you however applied your padding to the main link itself - and  
only applied the additional rules to the hover state - that will  
eliminate all shifting


My method for eliminating the text jumping when a hover state on an  
inline text link needs padding is to give all the link states padding  
as Prisca suggested, but _also_ give them a negative margin-left  
equalling the padding amount. This brings the text of the link back to  
its original position.


eg.

a {padding: 0.5em; margin-left: -0.5em;}
a:hover, a:focus {background-color: whatever;}

--
Rick Lecoat



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



Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
The padding is not the error. I fixed that already.. Its the background that
happens under the images...

On Thu, Jun 5, 2008 at 3:25 PM, Prisca schmarsow <[EMAIL PROTECTED]>
wrote:

> Olajide,
>
> just had a looka at your page - the jumping happens because you are
> applying padding only on hover for all your links, essentially adding to
> their size...
> This is not ideal, in my humble opinion, as your text also shifts on
> rollover...
>
> If you however applied your padding to the main link itself - and only
> applied the additional rules to the hover state - that will eliminate all
> shifting... see screenshot:
> http://screencast.com/t/ngKMz25v
>
> You can of course override what happens to your image compared to the rest
> of the links found on the page by targeting the image inside the link, with
> ... a img { .. }
>
> hope this helps :)
> Prisca
>
>
>
> On Thu, Jun 5, 2008 at 8:06 PM, Olajide Olaolorun <
> [EMAIL PROTECTED]> wrote:
>
>> Please i need help in fixing this. If you go to
>> http://www.rockondude.net/index.php in the main content area, am trying
>> to have it that the images dont have an a:hover effect. How do i achieve
>> this? I've been messing around with it all day but nothing..
>>
>> --
>> Best Regards,
>> Olajide Olaolorun
>> ###
>> Personal: http://www.olajideolaolorun.com
>> RoD: http://www.rockondude.net
>> Business: http://www.tripleo.biz
>> ***
>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>> Help: [EMAIL PROTECTED]
>> ***
>
>
>
>
> --
> >>> eyedea.eu <<<
> --
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
>



-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


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

Re: [WSG] Help With Hover

2008-06-05 Thread Prisca schmarsow
Olajide,

just had a looka at your page - the jumping happens because you are applying
padding only on hover for all your links, essentially adding to their
size...
This is not ideal, in my humble opinion, as your text also shifts on
rollover...

If you however applied your padding to the main link itself - and only
applied the additional rules to the hover state - that will eliminate all
shifting... see screenshot:
http://screencast.com/t/ngKMz25v

You can of course override what happens to your image compared to the rest
of the links found on the page by targeting the image inside the link, with
... a img { .. }

hope this helps :)
Prisca


On Thu, Jun 5, 2008 at 8:06 PM, Olajide Olaolorun <
[EMAIL PROTECTED]> wrote:

> Please i need help in fixing this. If you go to
> http://www.rockondude.net/index.php in the main content area, am trying to
> have it that the images dont have an a:hover effect. How do i achieve this?
> I've been messing around with it all day but nothing..
>
> --
> Best Regards,
> Olajide Olaolorun
> ###
> Personal: http://www.olajideolaolorun.com
> RoD: http://www.rockondude.net
> Business: http://www.tripleo.biz
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***




-- 
>>> eyedea.eu <<<
--


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

[WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
Please i need help in fixing this. If you go to
http://www.rockondude.net/index.php in the main content area, am trying to
have it that the images dont have an a:hover effect. How do i achieve this?
I've been messing around with it all day but nothing..

-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


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

Re: [WSG] help with menu positioning

2008-05-16 Thread Gunlaug Sørtun

tee wrote:


Tell me, what do you like for Christmas gift ?


An internet-connection that is extremely fast and works all the time ;-)
(Maybe I'll get one before Christmas, but I'm not holding my breath.)

Georg
--
http://www.gunlaug.no


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



Re: [WSG] help with menu positioning

2008-05-13 Thread tee


On May 13, 2008, at 7:39 AM, Gunlaug Sørtun wrote:


tee wrote:
My brain isn't working. I thought I  have the answer but it's not  
working :-(

http://lotusseedsdesign.com/menu.html


Missing base-position...

#menu li a {background-position: left top;}

Georg


Georg, thanks for the rescue again, as you have always do :-)
Tell me, what do you like for Christmas gift ?

tee

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



Re: [WSG] help with menu positioning

2008-05-13 Thread Gunlaug Sørtun

tee wrote:
My brain isn't working. I thought I  have the answer but it's not 
working :-(


http://lotusseedsdesign.com/menu.html


Missing base-position...

#menu li a {background-position: left top;}

Georg
--
http://www.gunlaug.no


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



[WSG] help with menu positioning

2008-05-13 Thread tee
My brain isn't working. I thought I  have the answer but it's not  
working :-(


http://lotusseedsdesign.com/menu.html

start from the second menu, the hover goes off , but actually the  
position for the hover state is correct. I do not understand why the  
link's position-x got  it wrong starts from #m2 - I have my math  
carefully calculated.



Here is the code:
#menu {width:920px;}
#menu ul {margin: 0;padding: 0;}
#menu ul li {float:left;margin-top: 8px;text-align: left;margin-left:  
0;}

#menu li a:hover {background-position: left 39px;}


#m1, #m2, #m3, #m4, #m5, #m6, #m7, #m8 {	height: 31px;background- 
repeat: no-repeat;display:block;border-right: 1px solid #fff;

text-indent: -3000px;}

#m1 {width: 65px; background: url(../images/menu/m1.png);}
#m2 {width: 73px; background: url(../images/menu/m2.png) 65px 0;}
#m3 {width: 163px; background: url(../images/menu/m3.png) 138px 0;}
#m4 {width: 113px; background: url(../images/menu/m4.png) 301px 0;}
#m5 {width: 119px; background: url(../images/menu/m5.png) 414px 0;}
#m6 {width: 109px; background: url(../images/menu/m6.png) 533px 0;}
#m7 {width: 144px; background: url(../images/menu/m7.png) 642px 0;}
#m8 {width: 78px; background: url(../images/menu/m8.png) 786px 0;}

Any pointer is greatly appreciated.

tee




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



RE: [WSG] help with background color

2008-04-27 Thread Stuart Foulstone

Why The Fuss?


On Fri, April 25, 2008 9:28 pm, Rick Faircloth wrote:
> Chill, out... and watch the language...
>
> Rick
>
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>> On Behalf Of ?? ?
>> Sent: Friday, April 25, 2008 3:54 PM
>> To: wsg@webstandardsgroup.org
>> Subject: Re: [WSG] help with background color
>>
>> wtf!
>> wrap name in some elemnts/ and give it needed bg
>>
>> wtf!
>>
>> Laert Jansen пишет:
>> >
>> > Hello everyone!
>> >
>> > I am looking for some help here. I want to apply a background to the
>> > names of the "clients" on my website (www.laertjansen.com
>> > <http://www.laertjansen.com>)
>> >
>> > I did it to the text on the top ..there´s a black
>> > background..and I want a blue bg on the client´s name but its
>> > not working. How do I do this?
>> >
>> > I attached an image to show what I want to do
>> >
>> > Thanks a lot!
>> >
>> >
>> >
>> >
>> > --
>> > Laert Jansen
>> > www.laertjansen.com <http://www.laertjansen.com>
>> >
>> > ***
>> > 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]
> ***
>
>




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



  1   2   3   4   5   6   >