Re: [WSG] Fwd: Fix for Nav Links Centering and Blockquotes

2008-06-02 Thread Jason Ray
Hi Marvin,

If you're linking to an external style sheet, you shouldn't have to edit
hundreds of pages to change the font size across the board - one edit of the
style sheet should affect all the pages which link to it.

I was concerned because I could not read your fonts when the font sizing was
set to normal on my browser (I'm using Firefox 2.0). I have normal sight and
I don't think I should have to increase the font size 3 or 4 times just to
make the font legible - this seems to be a usability issue as far as I'm
concerned. The problem only occurred in your navigation menus - the text in
the body of the pages was quite legible.

This might be a glitch with Firefox. I seem to remember having an issue with
lists on one of my sites, where the text of a list embedded inside another
list became smaller. This is not necessarily your problem (I don't know if
you are using nested lists), but I should check to see how the fonts appear
in IE.

Could you post the link to your site again?

Jason

On Mon, Jun 2, 2008 at 3:24 PM, Marvin Hunkin [EMAIL PROTECTED]
wrote:

 -- Forwarded message --
 From: Ron [EMAIL PROTECTED]
 Date: Mon, 2 Jun 2008 00:00:51 -0500 (Central Daylight Time)
 Subject: Re: Fix for Nav Links Centering and Blockquotes
 To: Marvin Hunkin [EMAIL PROTECTED]

 I'm sorry, marvin, but you can't make everyone happy as to the font problem
 without ruining your site for everyone else.  Your friend should have
 continued to increase the font size until he could read it, but don't let
 people talk you into something that will mess your pages up.  Everyone can
 control the font sizes through their browsers and they also can set their
 own computers to display larger fonts by setting the system font size much
 larger.

 Maybe you should provide instructions to others for how to increase the
 fonts in their browsers so you don't need to edit hundreds of pages and
 make
 your page layouts look terrible.

 Ron

 ---Original Message---

 From: Marvin Hunkin
 Date: 6/1/2008 11:11:41 PM
 To: Ron
 Subject: Re: Fix for Nav Links Centering and Blockquotes

 Hi.
 well, one guy on the wsg list, asking for feedback about my site,
 said, that the fonts were really small, and as a part sighted person,
 had to increase them 3 or 4 times, and he said still way too small.
 the wsg list address to post is wsg@webstandardsgroup.org
 and maybe subscribe and post there.
 okay, will go and have a look at the images, zip file, i downloaded.
 and okay, will put your changes in the style sheets, and the div tags
 for the pages, will do that this weekend, and then edit the other
 content.
 sorry about that.
 cheers marvin.
 ps: so, do i use the pages, i downloaded them, for the star trek, or
 just put all the episodes in season folders, go and find the season
 folders, and then put the references to those links on the episode
 page?
 so i can then match off line, what is online?
 is this right?
 okay, will start to do that on the weekend.
 cheers marvin.

 On 6/2/08, Ron [EMAIL PROTECTED] wrote:
  Marvin:
 
  You don't need to change your font sizes!!!  Quit worrying about the font
  sizes on your pages.  They are fine!  If any of your friends need a
 larger
  font size to view the pages, then tell them to use Ctrl + or Ctrl -
 keyboard
  keys.  Those with a center mouse wheel have their own way to
  increase/decrease a web page's font size without you having to edit
 several
  hundred pages to just please them.  Plus, I told you, an increase in font
  size for your page is going to really mess up your page layouts and you
 will
  have to GO BACK again and again to straighten them out.  Please leave
 well
  enough alone and concentrate on getting your content put in and your
 pages
  functional online.
 
  There is nothing wrong with the colors either.  The pages match the Star
  Trek themes.
 
  You should have gotten all the images I could find in the zipped file you
  downloaded.
 
  Ron
 
  ---Original Message---
 
  From: Marvin Hunkin
  Date: 6/1/2008 5:58:12 AM
  To: Ron
  Subject: Re: Fix for Nav Links Centering and Blockquotes
 
  Hi.
  thanks for that.
  will put that in, and hope that will cure my problems.
  and in the star trek cafe folder, edit, all the pages there, then copy it
  and override to Marvins Website.
  will ask my other friends, about how to change, the font size, and the
  colours.
  thanks for that.
  cheers Marvin.
  ps: now, just waiting for the images,that is the last thing i am waiting
 for
  you to do, when you have time.
  - Original Message -
  From: Ron
  To: Marvin Hunkin
  Sent: Sunday, June 01, 2008 1:04 AM
  Subject: Fix for Nav Links Centering and Blockquotes
 
 
  Let me see if I can get you through this step by step...
 
  On the styles.css file:
 
  1) Where you have blockquote { margin: 5% 0 1% 16%; width: 67%;
 text-align:
  justify; font-weight: bold; }, replace this with div.block {  width:
 700px

  margin: 5% auto; text-align: justify; 

[WSG] Table Cells and display: block

2008-06-02 Thread Anthony Green
I've tried Google and the archives but no luck

I have an issue with IE not applying display:block to table elements: tr,
td, tr etc 

Anyone see this before and know a work around ?

Tony




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



[WSG] Javascript help with Reg Exp required please

2008-06-02 Thread Pierre-Henri Lavigne

Good day all,

Does anyone already get the following issue ?

html
body
script type=text/javascript

var str = The Foo fooSz Fighers;
var rule = /foo\s/i;
console.log(str.match(rule)); // returns Foo

var str2 = The Foo fooSz Fighers;
var txt = foo;
var rule2 = eval('/' + txt + '\s/i');
console.log(str2.match(rule2)); // returns fooSz

/script
/body
/html

or did I miss something ?

Thanks,

Peter
---
Pierre-Henri Lavigne aka Åkeson Chihiro
Frontend Developer, Fink Member
http://my.opera.com/Akeson_Chihiro/


  Découvrez les styles qui font sensation sur Yahoo! Québec Avatars.
http://cf.avatars.yahoo.com/

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


R: [WSG] Javascript help with Reg Exp required please

2008-06-02 Thread Diego La Monica
Why not use the following?

 

new RegExp(txt + ‘\s’, ‘i’);

 

 

Diego La Monica

Web 2.0 - Standards - Accessibilità

mobile: +39 3337235382 - skype: diego.la.monica

web: http://diegolamonica.info - http://jastegg.it

 

  _  

Da: Pierre-Henri Lavigne [mailto:[EMAIL PROTECTED] 
Inviato: lunedì 2 giugno 2008 19.44
A: wsg@webstandardsgroup.org
Oggetto: [WSG] Javascript help with Reg Exp required please

 


Good day all,

Does anyone already get the following issue ?



html


body


script type=text/javascript





var str = The Foo fooSz Fighers;


var rule = /foo\s/i;


console.log(str.match(rule)); // returns Foo





var str2 = The Foo fooSz Fighers;


var txt = foo;


var rule2 = eval('/' + txt + '\s/i');


console.log(str2.match(rule2)); // returns fooSz





/script


/body


/html





or did I miss something ?





Thanks,





Peter

---
Pierre-Henri Lavigne aka Åkeson Chihiro
Frontend Developer, Fink Member
http://my.opera.com/Akeson_Chihiro/

 

  _  

Découvrez les styles qui font sensation sur  http://cf.avatars.yahoo.com/
Yahoo! Québec Avatars


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


R: [WSG] Javascript help with Reg Exp required please

2008-06-02 Thread Dennis Lapcewich
Return Receipt
   
   Your   R: [WSG] Javascript help with Reg Exp required please
   document:   
   
   wasDennis Lapcewich/R6/USDAFS   
   received
   by: 
   
   at:06/02/2008 11:36:00  
   






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



Re: [WSG] AJAX short courses london

2008-06-02 Thread Jennie K
You are probably right - it's just some employers demand accreditation -
although I am in Aus not UK (so Í'm sure it's different here).  I learnt
most of my skills on the job and from books but ended up getting some kind
of accreditation as well.

Also just wanted to let you know its $50 US dollars not pounds - so you
might find it is only 25 UK pounds

On Mon, Jun 2, 2008 at 3:38 AM, Ben Dodson [EMAIL PROTECTED] wrote:

 Just thought I'd throw my 2 cents in.

 I've always learnt things from either books or from chatting with other
 developers in IRC (there are no doubt some ajax specific groups - I
 recommend #jquery for the jQuery library which is my particular ajax weapon
 of choice).

 Accreditations are definitely not required in the web development world -
 the worst developers I've interviewed are always the ones with
 accreditations whereas the best have just taught themselves or been taught
 by their peers!

 Cheers,

 Ben

 --
 e: [EMAIL PROTECTED]
 w: http://bendodson.com/


 On Sun, Jun 1, 2008 at 11:10 AM, Joe Ortenzi [EMAIL PROTECTED] wrote:

  so where else can you be taught in bed for £50*
 (*stop sniggering in the back there!)

 and as for accreditation, some of my best developers were not accredited
 and their experience counted for much more than any course could provide.
 They are much better at independent thinking, self-study for things they
 need to know more about, and less likely to get stuck in a conceptual rut.

 Joe

 On May 30 2008, at 22:39, James Jeffery wrote:

 Only problem with the Lynda.com DVDs is sometimes they can be outdated.

 Although, this one is £50 and looks good. I might actually buy this, i
 like watching the movies when in bed.

 http://movielibrary.lynda.com/html/modPage.asp?ID=480

 On Tue, May 27, 2008 at 9:51 PM, Joe Ortenzi [EMAIL PROTECTED] wrote:

  I agree.
 I have rarely seen any course in web technologies that you couldn't get
 further for much less money with either a video tutorial from places like
 lynda.com or from good how to books from great publishers like new
 riders, friends of ed, o'reilleys, etc.

 you can study at your own pace, replay and review difficult bits, skip
 over others, and the resource stays with you..


 On May 27 2008, at 05:28, Jennie K wrote:

 If you are not after accreditation try this website www.lynda.com - it's
 all online and you study at your own pace.  I've recommended the training to
 numerous people and they have all said it is of good quality.  You can try
 some of the free courses before  committing - there are also books and cds
 if you don't like the online version.

 On Thu, May 22, 2008 at 11:20 PM, Paul Collins [EMAIL PROTECTED]
 wrote:

 Hi all,

 I hope this is on topic. I'm trying to find a short course on AJAX in
 london and having troubles finding one that is of a reasonable price
 (IE- less than £300 for a half day). Could anyone recommend me one or
 possibly a good school to look into?

 Thanks for any help,
 Paul


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


  Joe Ortenzi
 [EMAIL PROTECTED]
 www.typingthevoid.com
 www.joiz.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]
 ***


  Joe Ortenzi
 [EMAIL PROTECTED]
 www.typingthevoid.com
 www.joiz.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: 

R: [WSG] Javascript help with Reg Exp required please

2008-06-02 Thread lisa . kerrigan
Return Receipt
   
   Your   R: [WSG] Javascript help with Reg Exp required please
   document:   
   
   wasLisa Kerrigan/StateDevPolicy/DSD 
   received
   by: 
   
   at:03/06/2008 09:42:03 AM   
   





**
Department of Innovation, Industry and Regional Development, 
Government of Victoria, Victoria, Australia.  

This e-mail and any attachments may contain privileged and confidential
information.   If you are not the intended recipient, you may not distribute
reproduce this e-mail or the attachments.   If you have received this message
in error, please notify us by return e-mail.

**



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