[jQuery] Re: My new website AllJobsXChange.com developed with Jquery

2009-07-30 Thread son

All,

AllJobsXChange (http://www.alljobsxchange.com) is now live. See for
yourself. Let me know your feedback.

Thanks,
Son

On Jul 29, 8:42 pm, son sco0...@yahoo.com wrote:
 All,

 Just want to let you know, in 2 daysAllJobsXChangewill be live.

 Son

 On Jul 20, 3:45 pm, MauiMan2 cmzieba...@gmail.com wrote:



  You can use ending tags in HTML 4.01. It helps for DOM reasons to know
  where an element begins and ends.

  On Jul 20, 10:29 am, son sco0...@yahoo.com wrote:

   Rob,

   Thanks. I have used the !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01
   Transitional//EN
   http://www.w3.org/TR/html4/loose.dtd; since I have deprecated
   elements.

   I have a question for everyone. Supposedly for HTML 4.01, the ending
   of an input tag is simply  but in w3school it show /.
   It does work either way, but which one is corrrect by syntax?

   Should ending tags matter in terms of it may or may not be rendered by
   the browser correctly?

   Son

   On Jul 18, 8:14 pm, RobG robg...@gmail.com wrote:

On Jul 18, 9:40 am, son sco0...@yahoo.com wrote:

 Thank you Rob.

 I can't remember what make me use the XHTML doctype, I thought I had
 some problem with running some jquery stuff, but not sure.

 what is the ideal doctype the will work well with JQuery?

jQuery is irrelevant, the best (and only) DOCTYPE to use on the web is
HTML 4.01 strict. You may use others for specific purposes, but they
are not suitable for a general web site.

The vast majority if web sites using an XHTML DOCTYPE are served as
HTML because about 70% of web users are using IE, which does not
understand XHTML.

URL:http://hixie.ch/advocacy/xhtml

--
Rob- Hide quoted text -

  - Show quoted text -- Hide quoted text -

 - Show quoted text -


[jQuery] Re: My new website AllJobsXChange.com developed with Jquery

2009-07-29 Thread son

All,

Just want to let you know, in 2 days AllJobsXChange will be live.


Son

On Jul 20, 3:45 pm, MauiMan2 cmzieba...@gmail.com wrote:
 You can use ending tags in HTML 4.01. It helps for DOM reasons to know
 where an element begins and ends.

 On Jul 20, 10:29 am, son sco0...@yahoo.com wrote:



  Rob,

  Thanks. I have used the !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01
  Transitional//EN
  http://www.w3.org/TR/html4/loose.dtd; since I have deprecated
  elements.

  I have a question for everyone. Supposedly for HTML 4.01, the ending
  of an input tag is simply  but in w3school it show /.
  It does work either way, but which one is corrrect by syntax?

  Should ending tags matter in terms of it may or may not be rendered by
  the browser correctly?

  Son

  On Jul 18, 8:14 pm, RobG robg...@gmail.com wrote:

   On Jul 18, 9:40 am, son sco0...@yahoo.com wrote:

Thank you Rob.

I can't remember what make me use the XHTML doctype, I thought I had
some problem with running some jquery stuff, but not sure.

what is the ideal doctype the will work well with JQuery?

   jQuery is irrelevant, the best (and only) DOCTYPE to use on the web is
   HTML 4.01 strict. You may use others for specific purposes, but they
   are not suitable for a general web site.

   The vast majority if web sites using an XHTML DOCTYPE are served as
   HTML because about 70% of web users are using IE, which does not
   understand XHTML.

   URL:http://hixie.ch/advocacy/xhtml

   --
   Rob- Hide quoted text -

 - Show quoted text -


[jQuery] Re: My new website AllJobsXChange.com developed with Jquery

2009-07-20 Thread son

Rob,

Thanks. I have used the !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01
Transitional//EN
http://www.w3.org/TR/html4/loose.dtd; since I have deprecated
elements.

I have a question for everyone. Supposedly for HTML 4.01, the ending
of an input tag is simply  but in w3school it show /.
It does work either way, but which one is corrrect by syntax?

Should ending tags matter in terms of it may or may not be rendered by
the browser correctly?

Son


On Jul 18, 8:14 pm, RobG robg...@gmail.com wrote:
 On Jul 18, 9:40 am, son sco0...@yahoo.com wrote:

  Thank you Rob.

  I can't remember what make me use the XHTML doctype, I thought I had
  some problem with running some jquery stuff, but not sure.

  what is the ideal doctype the will work well with JQuery?

 jQuery is irrelevant, the best (and only) DOCTYPE to use on the web is
 HTML 4.01 strict. You may use others for specific purposes, but they
 are not suitable for a general web site.

 The vast majority if web sites using an XHTML DOCTYPE are served as
 HTML because about 70% of web users are using IE, which does not
 understand XHTML.

 URL:http://hixie.ch/advocacy/xhtml

 --
 Rob


[jQuery] Re: My new website AllJobsXChange.com developed with Jquery

2009-07-20 Thread MauiMan2

You can use ending tags in HTML 4.01. It helps for DOM reasons to know
where an element begins and ends.

On Jul 20, 10:29 am, son sco0...@yahoo.com wrote:
 Rob,

 Thanks. I have used the !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01
 Transitional//EN
 http://www.w3.org/TR/html4/loose.dtd; since I have deprecated
 elements.

 I have a question for everyone. Supposedly for HTML 4.01, the ending
 of an input tag is simply  but in w3school it show /.
 It does work either way, but which one is corrrect by syntax?

 Should ending tags matter in terms of it may or may not be rendered by
 the browser correctly?

 Son

 On Jul 18, 8:14 pm, RobG robg...@gmail.com wrote:

  On Jul 18, 9:40 am, son sco0...@yahoo.com wrote:

   Thank you Rob.

   I can't remember what make me use the XHTML doctype, I thought I had
   some problem with running some jquery stuff, but not sure.

   what is the ideal doctype the will work well with JQuery?

  jQuery is irrelevant, the best (and only) DOCTYPE to use on the web is
  HTML 4.01 strict. You may use others for specific purposes, but they
  are not suitable for a general web site.

  The vast majority if web sites using an XHTML DOCTYPE are served as
  HTML because about 70% of web users are using IE, which does not
  understand XHTML.

  URL:http://hixie.ch/advocacy/xhtml

  --
  Rob


[jQuery] Re: My new website AllJobsXChange.com developed with Jquery

2009-07-18 Thread RobG



On Jul 18, 9:40 am, son sco0...@yahoo.com wrote:
 Thank you Rob.

 I can't remember what make me use the XHTML doctype, I thought I had
 some problem with running some jquery stuff, but not sure.

 what is the ideal doctype the will work well with JQuery?

jQuery is irrelevant, the best (and only) DOCTYPE to use on the web is
HTML 4.01 strict. You may use others for specific purposes, but they
are not suitable for a general web site.

The vast majority if web sites using an XHTML DOCTYPE are served as
HTML because about 70% of web users are using IE, which does not
understand XHTML.

URL: http://hixie.ch/advocacy/xhtml 


--
Rob


[jQuery] Re: My new website AllJobsXChange.com developed with Jquery

2009-07-17 Thread Theodore Ni
Sounds great that your site is getting ready to launch. The notice page,
from what I see, seems to work fine at least :-). Just as a point of
professional interest, with your doctype the meta/ tags should have their
own ending forward slashes. You seem to know this, so maybe your CMS is
preventing it?
Ted


On Thu, Jul 16, 2009 at 9:19 PM, son sco0...@yahoo.com wrote:


 Hi. My website, www.alljobsxchange.com was developed with the use of
 JQuery.
 I really appreciate all the people that put their time and effort to
 make JQuery the way it is now.

 The site will go live in July 31, 2009.

 This site will allow job providers, job seekers, service providers and
 service seekers to manage their job and service posting needs. I am
 providing this to everyone absolutely free.

 Hopefully, you can take a look when it goes live on July 31. Go to
 www.alljobsxchange.com and enter your email address, so you will be
 notified when the site is ready.

 Anybody who would like a preview of the site, can contact me at
 webmas...@alljobsxchange.com.

 The preview site should be ready in a day or 2.

 Thanks,

 Son


[jQuery] Re: My new website AllJobsXChange.com developed with Jquery

2009-07-17 Thread RobG



On Jul 17, 11:19 am, son sco0...@yahoo.com wrote:
 Hi. My website,www.alljobsxchange.comwas developed with the use of
 JQuery.

Yet another site using an XHTML doctype served as text/html, even to
browsers that understand XML.  The W3C validator found 62 errors:

URL: 
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.alljobsxchange.com%2Fcharset=%28detect+automatically%29doctype=Inlinegroup=0


Not good for a site with a few lines of text and a single input
element. Why is javascript and browser sniffing used at all?


--
Rob
.


[jQuery] Re: My new website AllJobsXChange.com developed with Jquery

2009-07-17 Thread son

Thank you Tom.
I need to review my tags. I was in a hurry to get this notice page
out.

Son

On Jul 17, 4:31 am, Theodore Ni zyl...@gmail.com wrote:
 Sounds great that your site is getting ready to launch. The notice page,
 from what I see, seems to work fine at least :-). Just as a point of
 professional interest, with your doctype the meta/ tags should have their
 own ending forward slashes. You seem to know this, so maybe your CMS is
 preventing it?
 Ted



 On Thu, Jul 16, 2009 at 9:19 PM, son sco0...@yahoo.com wrote:

  Hi. My website,www.alljobsxchange.comwas developed with the use of
  JQuery.
  I really appreciate all the people that put their time and effort to
  make JQuery the way it is now.

  The site will go live in July 31, 2009.

  This site will allow job providers, job seekers, service providers and
  service seekers to manage their job and service posting needs. I am
  providing this to everyone absolutely free.

  Hopefully, you can take a look when it goes live on July 31. Go to
 www.alljobsxchange.comand enter your email address, so you will be
  notified when the site is ready.

  Anybody who would like a preview of the site, can contact me at
  webmas...@alljobsxchange.com.

  The preview site should be ready in a day or 2.

  Thanks,

  Son- Hide quoted text -

 - Show quoted text -


[jQuery] Re: My new website AllJobsXChange.com developed with Jquery

2009-07-17 Thread son

Thank you Rob.

I can't remember what make me use the XHTML doctype, I thought I had
some problem with running some jquery stuff, but not sure.

what is the ideal doctype the will work well with JQuery?

I need to review my tags. The validation site is really helpful.

Son


On Jul 17, 5:53 am, RobG robg...@gmail.com wrote:
 On Jul 17, 11:19 am, son sco0...@yahoo.com wrote:

  Hi. My website,www.alljobsxchange.comwasdeveloped with the use of
  JQuery.

 Yet another site using an XHTML doctype served as text/html, even to
 browsers that understand XML.  The W3C validator found 62 errors:

 URL:http://validator.w3.org/check?uri=http%3A%2F%2Fwww.alljobsxchange.com...



 Not good for a site with a few lines of text and a single input
 element. Why is javascript and browser sniffing used at all?

 --
 Rob
 .