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

2007-03-13 Thread Gaspar
I've been reading some stuff of Ms, http://msdn2.microsoft.com/en-us/library/aa479043.aspx. We use both .net 2 and 1 or 1.1, i think they dont care much about if a menu is tables inside a table but i fighting against taht proving that the weight is 3 /5 times more and semantic of elements. but

Re: [WSG] Global and page-specific style sheets

2007-03-13 Thread Kevin Futter
On 13/3/07 3:01 PM, Cole Kuryakin [EMAIL PROTECTED] wrote: Hello All ­ I¹ve got a site that has a fairly MASSIVE style sheet. It¹s quite long as the design spec dictates a number of different pages be layed-out differently. Accordingly, its becoming quite tedious to find certain style

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

2007-03-13 Thread Jason Turnbull
Gaspar wrote: I've been reading some stuff of Ms, http://msdn2.microsoft.com/en-us/library/aa479043.aspx. We use both .net 2 and 1 or 1.1, i think they dont care much about if a menu is tables inside a table but i fighting against taht proving that the weight is 3 /5 times more and semantic

RE: [WSG] Global and page-specific style sheets

2007-03-13 Thread Paul Bennett
One of the best things we did was to follow Doug Bowmans (webstock '06) suggestion to break up stylesheets into logical components and include them in one main file. Our 'styles.css' file now looks like this: - @import url(styles-contentTables.css); @import

Re: [WSG] Global and page-specific style sheets

2007-03-13 Thread Chris Williams
OK, I'll bite... Why is this better than one, nicely formatted and commented file? It would seem to me that your way would be significantly slower to load, and harder to find things in (where is that #main_title div again...). It would seem that there must be major advantages to this I'm not

[WSG] Job Opportunity - Front End Developer

2007-03-13 Thread Carl Nunn
Hi all. I hope you are well. I am currently recruiting for a Front End Developer (See attached advert) to join my client, a Media Industry Giant here in Sydney. I just wondered if anyone might be looking for work at the moment, this is a permanent role paying up to $70k base for the

[WSG] safari debugger

2007-03-13 Thread Héctor Lupuche
Hi Guys, I'm looking for a way to debug in Safari, I have tried Drosera but I'm unable to install, I have not any mac experience. I really will appreciate any help Regards, Hector _ Connect to the next generation of MSN Messenger 

RE: [WSG] Global and page-specific style sheets

2007-03-13 Thread Paul Bennett
Hi Chris, Basically if I'm looking to change something in the main nav, I look in mainnav.css, if I'm altering a header for a table in our content area, I look in contentTables.css etc, etc. The main file was 30K (!) before we started trimming it down and breaking up. Yes it's more http

Re: [WSG] Global and page-specific style sheets

2007-03-13 Thread John Faulds
Basically if I'm looking to change something in the main nav, I look in mainnav.css, if I'm altering a header for a table in our content area, I look in contentTables.css etc, etc. Or if you've got Firebug, right-click on an element, 'Inspect element' and it tells you exactly what line

Re: [WSG] safari debugger

2007-03-13 Thread Lucien Stals
I recently learned that Safari has it's own built in debugger which is disabled by default. Instruction for enabling the debugger are on my blog: http://www.byteclub.net/blog/lstals/20070224/debug-safari/ Once enabled, it rivals Firebug as a kick ass debugger. Hope that help. Lucien. --