Re: [WSG] Usefulness of JSDoc

2007-07-25 Thread Ben Wong
n.wikipedia.org/wiki/JSDoc *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ******* -- Ben Wong e: [EMAIL PROTECTED]

Re: [WSG] Usefulness of JSDoc

2007-07-25 Thread Ben Wong
ided to use JSDoc. Whereas, for JavaDoc (and the other doc tools for other languages mentioned) you wouldn't have to worry about it, because the code is not as accessible to the end user as the Javascript because they're run server side or compiled. -- Ben Wong e: [EM

Re: [WSG] Centering all items in a li

2008-05-17 Thread Ben Wong
up.org/join/unsubscribe.cfm > Help: [EMAIL PROTECTED] > ******* > > > > *** > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscri

Re: [WSG] ASP.NET XHTML compliant blogging

2005-11-20 Thread Ben Wong
> I've checked out dasblog, community server (AKA .text) and singleuserblog, > and they all have errors in the dozens or hundreds on their default skins. > > Cheers, > > Mark > > > > -- Ben Wong e: [EMAIL PROTECTED] w: http://blog.onehero.net **

[WSG] CSS equivalent for image alignment

2005-11-21 Thread Ben Wong
Hi all, What is the CSS way of setting the align attribute of to middle? e.g., I just want to align text to the middle of an button image sitting on the same line instead of to the bottom of it. TIA -- Ben Wong e: [EMAIL PROTECTED] w: http://blog.onehero.net

Re: [WSG] My Turn for a Site Critique

2005-11-28 Thread Ben Wong
> The discussion list for http://webstandardsgroup.org/ > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ** > > -- Ben Wong e: [EMAIL PROTECTED]

Re: [WSG] Learning asp.net with standards

2005-12-03 Thread Ben Wong
gt; table, asp:label -> span * If the ASP.NET web controls don't render standards compliant (X)HTML then learn how to make your own custom controls Basically, understand how ASP.NET generates the code for the web page and if it doesn't do it properly be prepared to hack it

Re: [WSG] standards or confusion?

2005-12-04 Thread Ben Wong
ntain them for your clients because maintaining "tag soup" is not fun and that is the biggest advantage of CSS and tableless layouts. Sure when you first start out creating tableless layouts they take a while, but it gets easier and faster the more you do it - probably like when yo

Re: [WSG] standards or confusion?

2005-12-05 Thread Ben Wong
; is not fun and that is the > > biggest advantage of CSS and tableless layouts. Sure when you first > > start out creating tableless layouts they take a while, but it gets > > easier and faster the more you do it - probably like when you first > > learn how to design lay

Re: [WSG] getElementById() always returns null

2005-12-05 Thread Ben Wong
x27;inline'; > } > toggle.onmouseout = function() { > onoff.style.display = 'none'; > } > > > > Hover toggle > Hello world! > > > > Sorry I don't have a live example. The point

Re: [WSG] absolute positioning?

2005-12-07 Thread Ben Wong
like this... > http://home.alltel.net/omen/schedule_example.jpg > > > > Thanks! > -- > Auxilium meum a Domino > ****** > The discussion list for http://webstandardsgroup.org/ > > See http://webstandardsgroup.org/m

Re: [WSG] Need help with form

2005-12-07 Thread Ben Wong
dardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ** > > -- Ben Wong e: [EMAIL PROTECTED] w: http://blog.onehero.net ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help **

Re: [WSG] styling auto-generated .net id values

2005-12-08 Thread Ben Wong
gt; Rachel > > p.s. I don't have the option of ditching IE support!! > > > ** > The discussion list for http://webstandardsgroup.org/ > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help &

Re: [WSG] CSS in IE Help needed.

2005-12-14 Thread Ben Wong
On 12/14/05, Ric & Jude Raftis <[EMAIL PROTECTED]> wrote: > Try this Al > > #content { > padding: 10px; > margin:5px auto; > background-color: #fff; > border: 1px solid #000; > width: 70%; /* remove this because you are setting your margin to auto*/ > } errr...then the div will fill the page... **

Re: [WSG] best way to style addresses

2005-12-22 Thread Ben Wong
The discussion list for http://webstandardsgroup.org/ > > > > See http://webstandardsgroup.org/mail/guidelines.cfm > > for some hints on posting to the list & getting help > > ** > > > > > > ** > The discussion list for http://webstandardsgroup.org/ > > See

Re: [WSG] : Problem with attribute "BORDER" in movint to strict mode. (the dotting of t's)

2006-01-05 Thread Ben Wong
mage inserted in the list. > > (the image, is supposed to shift line to the appropriate line on > navigation), can anybody help me with this problem.? > > > > http://www.forandre.dk/html/ansatte.html (css not > separated yet). > > > > > > Thank you in

Re: [WSG] HTML, XML what's the difference.

2006-02-09 Thread Ben Wong
title tag and a meta tag. I think the closest thing to what you want is an XML file with an embedded XSLT that converts it to XHTML. -- Ben Wong e: [EMAIL PROTECTED] w: http://blog.onehero.net ** The discussion list for http://webstandardsgrou

Re: [WSG] .net question

2006-03-16 Thread Ben Wong
much worse. I'm an ASP.NET programmer, so I know. I actually have the reverse problem. The designer I work with doesn't have the faintest idea about standards and I'm the one cleaning out the layout tables. -- Ben Wong e: [EMAIL PROTECTED] w: http://blog.onehero.net ***

Re: [WSG] .net question

2006-03-16 Thread Ben Wong
e special offers section, > i think that would work well as a defintion list Definition list seems a bit much for me. Maybe an unordered list. -- Ben Wong e: [EMAIL PROTECTED] w: http://blog.onehero.net ** The discussion list for http://webstand

Re: [WSG] .net question

2006-03-17 Thread Ben Wong
advice to Kevin. It would probably be good to get involved in the coding up of your design in ASP.NET. You wouldn't have to go all the way and become a full-on ASP.NET guru, just learn the basic server controls and how they are rendered in the

Re: [WSG] .net question

2006-03-17 Thread Ben Wong
> The discussion list for http://webstandardsgroup.org/ > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help >

Re: [WSG] .net question-tabular data

2006-03-17 Thread Ben Wong
be marked up as a table. If you'd just put the content in a table with one row or column, then it should probably be a list. There'll definitely be less tags - just an instead of a and for each item. -- Ben Wong e: [EMAIL PROTECTED] w: http://blog.onehero.net **

Re: [WSG] .NET generate horrible html, i need some lights

2007-03-12 Thread Ben Wong
http://www.artideias.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ******* -- Ben Wong e: