Steve Perks

943
Reputation
136 views

Registered User

Name Steve Perks
Member for 1 year
Seen yesterday
Website
Location New York / Philadelphia
Age 41
Lead Technical Producer at Penton Media Inc. HTML/css/JavaScript for a 100+ sites. Mark up semantically and develop with a mind on degradation.
2d
comment What’s the best website for learning HTML Semantically?
@timothy.green.name - I agree that there are valid reasons for the italics element and I like that you've pointed it out. I just wish that tutorial sites would introduce it at a later, more advanced, stage.
Nov
12
comment How does one identify an empty element using jQuery that might contain a comment tag?
I have to give you full credit - this solution presented another issue, but you certainly provided the correct answer to the question...
Nov
12
comment How does one identify an empty element using jQuery that might contain a comment tag?
that second solution hit the nail on the head... very much appreciated.
Nov
12
comment How does one identify an empty element using jQuery that might contain a comment tag?
This is a nice flat answer and worthy of some applause, but I can't believe there isn't a solution to this!
Nov
12
comment How does one identify an empty element using jQuery that might contain a comment tag?
I have, that addressed of the whitespace, but didn't address the comment tag.
Nov
12
asked How does one identify an empty element using jQuery that might contain a comment tag?
Nov
11
revised What is the easiest or fastest way to make CSS render the same in all browsers
emphasized width and padding rather than width or padding
Nov
11
comment How would I stagger text around an uneven background image?
While I'm some way from implementing HTML5, I've yet to look at the <code>canvas</code> element and will go and explore. Thanks.
Nov
4
comment How would I stagger text around an uneven background image?
I should add, that the answer I've always used, and I'm quite happy to continue using unless informed otherwise here, is "There's not an easy way to wrap around irregular images, so you either need to change your design or accept that the editors are going to be blaming you rather than me for this".
Nov
4
comment Hide scrollbar in pre if not needed
No one else is seeing the issue. Maybe you're logged in and as such get a different set of style sheets?
Nov
4
asked How would I stagger text around an uneven background image?
Oct
13
awarded  Notable Question
Oct
7
awarded  Popular Question
Oct
6
awarded  Notable Question
Sep
18
awarded  Yearling
Sep
16
accepted Div Width Problem
Jul
1
comment Why does IE8 add bottom border on my image anchor tag?
Has this been fixed? Because I can't duplicate the issue.
Jul
1
comment CSS Selector Style
It would be most helpful if you would add a comment if you think the answer is wrong! I think you're doing the original poster a disservice by marking this answer as bad.
Jul
1
revised CSS Selector Style
clarifying the answer as some people seemed to think it was off
Jun
30
comment Why do dev tools offer Quirks mode?
You raise a whole new set of questions with that reliability statement staticsan. Are you just referring to old browsers not recognizing them or are you saying that modern browsers can fall out of standards mode somehow somewhere?
Jun
30
comment Why do dev tools offer Quirks mode?
Cheers Ben - I will continue to not use it, since neither care for those older browsers nor create plugins as Arafangion brought up good rational answer.
Jun
30
comment What was your first home computer?
Lads and Laddettes - Programming doesn't need colour. Spectrum was just personal arcade machine made for jumping barrels.
Jun
30
comment Why do dev tools offer Quirks mode?
But wouldn't that be just a case of choosing an appropriate transitional approach?
Jun
30
comment Why do dev tools offer Quirks mode?
Good answer - I hadn't thought of that one.
Jun
30
revised Why do dev tools offer Quirks mode?
adding comment about being serious
Jun
30
comment Why do dev tools offer Quirks mode?
So in that case, wouldn't you just build it without a doc-type and check the browsers you care about?
Jun
30
asked Why do dev tools offer Quirks mode?
Jun
17
comment CSS: Can I select every type of element that are not within a specific class?
"sort of understands css selectors" suggests jQuery. You can certainly add classes target parents, etc. in jQuery.
Jun
17
answered CSS: Can I select every type of element that are not within a specific class?
Jun
17
comment How much weight does a pseudo class have?
right and considering that the default has added :active, :link, etc. I now have to define every pseudo class every time I want to override it.
Jun
17
revised How much weight does a pseudo class have?
added edit notes
Jun
17
asked How much weight does a pseudo class have?