Re: [WSG] HTML5 book(s)

2009-12-22 Thread Samuel Santos
Mark Pilgrim is currently writing Dive Into
HTML5http://diveintohtml5.org/to be later published by O’Reilly.

A really great resource to learn more about HTML5.

--
Samuel Santos
http://www.samaxes.com/
http://twitter.com/samaxes


On Tue, Dec 22, 2009 at 7:56 PM, Palle Zingmark pa...@palleman.nu wrote:

 If you need (want) to catch up, I would start with this one. :)

 Beginning HTML5 and CSS3: Next Generation Web Standards, by Christopher
 Murphy
 http://www.amazon.com/gp/product/1430228741

 Good luck!


 /Palle Zingmark

 http://www.palleman.nu
 http://twitter.com/palleman


 On Dec 22, 2009, at 20:10 , designer wrote:

 
  O.K., so David Laakso's recent mail made me realise that I need (want) to
 catch up. I looked online for any html 5 books, and there are a LOT!  So,
 could I please have your recommendations on (recent) books which tell the
 reader 'how to write html 5'
 
  Many thanks,
 
  Bob
 
 
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: memberh...@webstandardsgroup.org
  ***


 Palle Zingmark

 www.palleman.nu
 pa...@palleman.nu




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

2008-07-03 Thread Samuel Santos
Hi Fuji,

Take a look at http://www.swffix.org/.


On Thu, Jul 3, 2008 at 5:01 PM, Fuji kusaka [EMAIL PROTECTED] wrote:


 Hi everyone,

 I have a flash animation in my webpage and this causes a big problem when i
 have to validate the page.

 Can someone help me out?
 --
 Fuji kusaka
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Samuel Santos
http://www.samaxes.com/


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

Re: [WSG] Reset the styles on a submit button with CSS

2008-05-06 Thread Samuel Santos
You can use CSS selectors:
input[type=text],input[type=password],input[type=checkbox],input[type=radio]
{background:#000; color:#FFF;}

But this doesn't work in IE6...


On Tue, May 6, 2008 at 2:00 PM, Matthew Pennell [EMAIL PROTECTED]
wrote:

 On Tue, May 6, 2008 at 1:52 PM, Paul Collins [EMAIL PROTECTED]
 wrote:

  My issue is that the submit buttons now have this styling also in
  certain browsers. I'd like to give them a class and set them back to
  their original look, but background:none; doesn't work. Is there a way
  of doing this does anyone know?
 

 Not quite what you asked, but have you considered using the button
 element for your submit button instead of an input? Removes this kind of
 annoyance.

 --

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




-- 
Samuel Santos
http://www.samaxes.com/


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

[WSG] Path semantics

2008-04-14 Thread Samuel Santos
Semantically speaking, what is the right HTML/XHTML element to represent a
path or a file name?
Would it be samp, kbd, or simply code?

Best regards,

-- 
Samuel Santos
http://samaxes.com/


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