User Carl Camera - Stack Overflowmost recent 30 from stackoverflow.com2009-12-07T10:28:18Zhttp://stackoverflow.com/feeds/user/12804http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/76996/what-is-the-best-css-grid-framework/87988#8798811Answer by Carl Camera for What is the best CSS grid framework?Carl Camera2008-09-17T21:43:37Z2009-10-27T13:31:53Z<p>Both <a href="http://www.blueprintcss.org/" rel="nofollow">Blueprint</a> and <a href="http://960.gs/" rel="nofollow">960gs</a> are great, but you seem to want more flexibility in defining grid width, column widths, and margin widths. 960gs is fairly constrained in this sense although its defaults are positioned at a very useful and popular grid width. </p>
<p>Blueprint, however, has the benefit of the <a href="http://kematzy.com/blueprint-generator/" rel="nofollow">Blueprint Grid CSS Generator</a>. With the grid generator, you define your desired number of columns, column width, margin width, and it generates all the Blueprint CSS classes. It will even compress them for you and generate a background grid image file for you. You get the benefit of a grid system plus the flexibility of grid adjustments.</p>
<p>Edge: Blueprint + Blueprint Grid CSS Generator. </p>
<p>Update: Spry-Soft now offers a <a href="http://www.spry-soft.com/grids/" rel="nofollow">960gs Grid CSS Generator</a> which narrows, if not closes the gap between the two.</p>
http://stackoverflow.com/questions/135057/internet-explorer-8-and-ie-6-side-by-side/179126#1791268Answer by Carl Camera for Internet Explorer 8 and IE 6 side by sideCarl Camera2008-10-07T15:45:23Z2009-07-15T03:01:51Z<p>MS does not support multiple versions of IE on one operating system. The reason is that the operating system and IE share certain DLLs. When you upgrade from IE6 to IE7 (or IE8) you're actually replacing some system DLLs. This is the reason why you "get" IE6 when you uninstall IE7.</p>
<p>Chris Wilson, IE Architect, addressed this issue in a blog post <a href="http://blogs.msdn.com/cwilso/archive/2006/02/01/522281.aspx" rel="nofollow">Multiple IEs on one machine</a>. Chris states that on-the-fly replacement of <code>mshtml.dll</code> might work for CSS rendering "...but it's not the same as having a full set of new IE system DLLs installed" and would certainly not be considered a definitive solution.</p>
<p><del>Only virtualization can provide the full DLL stack for definitive testing.</del></p>
<p><strong>Edit:</strong></p>
<p>On March 18, 2009, the Microsoft Expression Web team released <a href="http://blogs.msdn.com/xweb/archive/2009/03/18/Microsoft-Expression-Web-SuperPreview-for-Windows-Internet-Explorer.aspx" rel="nofollow">SuperPreview</a> a free stand-alone application that allows cross-browser side-by-side and onionskin comparison between IE8, IE8-IE7-Compatibility mode, and IE6. Additional browsers and an on-demand service to render pages in realtime on other operating systems is planned.</p>
<p><strong>Edit in response to Zac comment</strong></p>
<p>Thanks for the comment. Expression Web 3 (which will include SuperPreview) will allow comparison between any combination of IE6, IE7, IE8, and Firefox 3. This according to Somasgear's blog entry <a href="http://blogs.msdn.com/somasegar/archive/2009/06/05/expression-web-3.aspx" rel="nofollow">Expresion Web 3</a> posted on June 5, 2009. In the screenshot on his blog, you'll see Firefox 3 as the base browser (left side) and IE6 as the comparison browser. Any browser can be placed on either side of the comparison window.</p>
http://stackoverflow.com/questions/677376/is-it-possible-to-change-the-width-of-a-table-with-css-while-printing/681996#6819960Answer by Carl Camera for Is it possible to change the width of a table with CSS while printing?Carl Camera2009-03-25T15:01:04Z2009-03-25T15:01:04Z<p>Yes, absolutely this can be accomplished and it's the reason and purpose of the print media stylesheet.</p>
<p>Keep in mind that stylesheets are cumulative -- so if you want to incorporate all your styling from your normal screen stylesheet then you need to include <code>print</code> to your <code>media="screen, projection, print"</code> link attribute.</p>
<p>This means that CSS rules in the screen stylesheet will compete with your print stylesheet rules in terms of specificity. If your screen stylesheet declares a width</p>
<pre><code> #content table#results { width: 900px; }
</code></pre>
<p>then your print stylesheet must exceed that specificity in its rules or match them and appear last. A lesser specific rule won't override that screen rule.</p>
<p>However, if you specify the table width in the HTML markup, eg <code><table width="400"></code> then you've lost the battle because there's virtually no way for a stylesheet rule to override what amounts to an inline CSS rule. You must declare the width in your screen stylesheet, then override it in your print stylesheet.</p>
http://stackoverflow.com/questions/679918/opacity-issues-in-chrome-and-ie/681890#6818901Answer by Carl Camera for Opacity issues in Chrome and IECarl Camera2009-03-25T14:41:34Z2009-03-25T14:41:34Z<p>I believe the reason why the rendering looks bad in IE7 is because IE7 doesn't handle opacity well. Rick Strahl noticed the problem in a blog post titled <a href="http://www.west-wind.com/WebLog/posts/7223.aspx" rel="nofollow">Internet Explorer 7.0 and Opacity: Not even close!</a></p>
<p>One comment to that blog post linked to an IE Blog post <a href="http://blogs.msdn.com/ie/archive/2006/08/31/730887.aspx" rel="nofollow">Notes on the interaction of ClearType with DXTransforms in IE7</a> where we learn that the IE Team is aware of the problem and offers an "explanation" that includes this gem:</p>
<blockquote>
<p>"As our users also noticed, the ClearType text then looks extremely blurry - unfortunately these two technologies just don’t mix well. This is because the basic convolution transform used by DXTransforms does not take into account the spatial nature of ClearType."</p>
</blockquote>
<p>I believe the IE Team was able to incorporate ClearType spatial convolution transform accountability into IE8 but, alas, this did not make it into IE7.</p>
http://stackoverflow.com/questions/676020/etiquette-for-reusing-elements-of-a-web-page/676119#6761193Answer by Carl Camera for Etiquette for reusing elements of a web page?Carl Camera2009-03-24T03:59:34Z2009-03-24T03:59:34Z<p>My opinion, and my opinion alone, is that copying the look-and-feel of another site, even if you received permission or it was allowed by the site's license, is unprofessional and a disservice to your client. Copying, however, is different from being-inspired-by, which introduces a gray area that you (and frankly many designers) struggle with.</p>
<p>I would suggest that you talk to your clients more to determine exactly what part of that site they like. Is is the imagery, the navigation, the simplicity, the complexity, the colors, the tone, etc. If they say "all of it" then press them to explain why they like each element. Ask the client if they could improve that site what would they change -- or ask what <em>other</em> site do they like, and perhaps incorporate a little from both of them.</p>
<p>But I would discourage pursuing permission. Unless the design is from a template, then I would suggest you respect the work that designer put into it and avoid finding your clients' website the focus of discussion on a site such as <a href="http://pirated-sites.com/classic/archive/" rel="nofollow">pirated-sites.com</a></p>
http://stackoverflow.com/questions/671851/reason-for-css-property-precedence/671988#6719881Answer by Carl Camera for Reason for CSS property precedence?Carl Camera2009-03-23T01:42:31Z2009-03-23T01:42:31Z<p><strong>In example 1</strong> the span element is not specifically targeted, so we must look into how <a href="http://www.w3.org/TR/CSS21/cascade.html#inheritance" rel="nofollow">CSS Inheritance</a> is handled. Color is an inherited property so we need to look at the span's parent elements for the most specific rule. In your example 1 case, that would be the rule with the ID (#) selector.</p>
<p><strong>In example 2</strong> the span element is specifically targeted, so we must look into the <a href="http://www.w3.org/TR/CSS21/cascade.html#cascade" rel="nofollow">CSS Cascade</a> to determine which of the rules that targets the element is most specific. Again, the ID selector wins.</p>
<p><strong>In example 3</strong> we invoke the CSS Cascade rules once again and since both are equal, last rule wins.</p>
<p>Note that in this situation:</p>
<pre><code> #outer {color: red; }
span {color: blue; }
</code></pre>
<p>The text will be blue. This is because the second rule targets the element directly and therefore does not invoke the CSS Cascade.</p>
<p>More Reading:</p>
<ul>
<li><a href="http://www.stuffandnonsense.co.uk/archives/css%5Fspecificity%5Fwars.html" rel="nofollow">CSS Specificity Wars</a></li>
<li><a href="http://snook.ca/archives/html%5Fand%5Fcss/understanding%5Fc/" rel="nofollow">Understanding Specificity</a></li>
<li><a href="http://iamacamera.org/default.aspx?id=95" rel="nofollow">CSS for Poker Players</a></li>
</ul>
<p>Note and Disclosure: I authored the third blog post.</p>
http://stackoverflow.com/questions/535903/why-is-my-css-having-specificity-problems/537309#5373093Answer by Carl Camera for Why is my CSS having specificity problems?Carl Camera2009-02-11T15:24:24Z2009-02-11T19:36:52Z<p><a href="http://iamacamera.org/default.aspx?id=95" rel="nofollow" title="CSS Specificity for Poker Players">All bets are off</a> concerning the higher-specificity rule because it targets the TD and not the SPAN. You gotta know when to fold 'em. :-) </p>
<p><hr /></p>
<p><strong>Edit</strong></p>
<p>You state in a comment that you are not seeing the concept mentioned here:
<a href="http://www.w3.org/TR/CSS21/cascade.html#cascade" rel="nofollow"><code>http://www.w3.org/TR/CSS21/cascade.html#cascade</code></a></p>
<p>...that's true. You'll find it a couple paragraphs up here:
<a href="http://www.w3.org/TR/CSS21/cascade.html#inheritance" rel="nofollow"><code>http://www.w3.org/TR/CSS21/cascade.html#inheritance</code></a></p>
<p>which states, </p>
<blockquote>
<blockquote>
<p>"...If no color has been assigned to the [child element], the [child element] will inherit the color of the parent element ... When inheritance occurs, elements inherit computed values. The computed value from the parent element becomes both the specified value and the computed value on the child"</p>
</blockquote>
</blockquote>
<p>In your example, inheritance principles don't apply since a CSS rule targets the SPAN element directly for the color property.</p>
http://stackoverflow.com/questions/480142/looking-for-reference-of-well-built-xhtml-css-jsp2-norms-best-practices/480714#4807141Answer by Carl Camera for Looking for reference of well-built XHTML/CSS/JSP2 norms/best practices.Carl Camera2009-01-26T17:55:19Z2009-01-26T17:55:19Z<p>Regardless of the technology used to generate XHTML and CSS, I'd recommend these XHTML/CSS resources ...</p>
<ul>
<li><a href="http://alistapart.com" rel="nofollow">A List Apart</a></li>
<li><a href="http://reference.sitepoint.com/css" rel="nofollow">SitePoint CSS</a></li>
<li><a href="http://dev.opera.com/articles/" rel="nofollow">Opera Developer Articles</a></li>
</ul>
http://stackoverflow.com/questions/451142/do-you-know-of-a-resource-that-lists-all-the-font-families-with-their-fall-backs/452731#4527313Answer by Carl Camera for Do you know of a resource that lists all the font-families with their fall-backs that are good on the web?Carl Camera2009-01-17T03:14:38Z2009-01-17T03:14:38Z<p>I just bookmarked SitePoint's <a href="http://www.sitepoint.com/article/eight-definitive-font-stacks/" rel="nofollow">8 Definitive Font Stacks</a> today, and plan to incorporate these into future projects.</p>
http://stackoverflow.com/questions/310376/unordered-lists-and-accessability/310447#3104477Answer by Carl Camera for Unordered lists and accessabilityCarl Camera2008-11-21T22:38:12Z2008-11-21T22:38:12Z<p>The best markup for your site's navigation would the HTML tag(s) that best represent what your navigation is. This is where rubber meets the road for HTML semantics.</p>
<p>Is your navigation a list that doesn't have any logical ordering? If so then <code><UL></code> would be a good choice. Is your navigation more of a wizard that requires steps or is it perhaps in alphabetical or numerical sequence? If so then <code><OL></code> might be a better choice. </p>
<p>Rendering your navigation as <em>plain links</em> as you mention does not provide any semantic meaning; it would suggest that your navigation is a sentence to be read. By providing your links in a list, you supply a hint as to how we are to interpret this series of hypertext-linked words.</p>
http://stackoverflow.com/questions/220273/css-positioning-div-above-another-div-when-not-in-that-order-in-the-html/224224#2242241Answer by Carl Camera for CSS positioning div above another div when not in that order in the HTMLCarl Camera2008-10-22T02:05:09Z2008-10-22T02:05:09Z<p>Negative top margins can achieve this effect, but they would need to be customized for each page. For instance, this markup...</p>
<pre><code><div class="product">
<h2>Greatest Product Ever</h2>
<p class="desc">This paragraph appears in the source code directly after the heading and will appear in the search results.</p>
<p class="sidenote">Note: This information appears in HTML after the product description appearing below.</p>
</div>
</code></pre>
<p>...and this CSS...</p>
<pre><code>.product { width: 400px; }
.desc { margin-top: 5em; }
.sidenote { margin-top: -7em; }
</code></pre>
<p>...would allow you to pull the second paragraph above the first.</p>
<p>Of course, you'll have to manually tweak your CSS for different description lengths so that the intro paragraph jumps up the appropriate amount, but if you have limited control over the other parts and full control over markup and CSS then this might be an option.</p>
http://stackoverflow.com/questions/167531/is-it-ok-to-use-a-css-reset-stylesheet/169524#16952449Answer by Carl Camera for Is it ok to use a css reset stylesheet?Carl Camera2008-10-04T01:46:42Z2008-10-04T01:46:42Z<p><strong>Point</strong></p>
<p>Yes, absolutely use a CSS Reset if you plan to develop for cross-browser compatibility. I've used <a href="http://developer.yahoo.com/yui/reset/" rel="nofollow">YUI</a>, <a href="http://meyerweb.com/eric/tools/css/reset/" rel="nofollow">Eric Meyer Reset</a>, and an earlier one developed by <a href="http://kurafire.net/log/archive/2005/07/26/starting-css-revisited" rel="nofollow">Faruk Ateş</a> (whose website has gone dark.) One additional thing to keep in mind is that resets are designed to tear down differences. In most cases, this usually takes the form of removing padding and margins that would otherwise be inherent browser defaults.</p>
<p>Once you've torn down the differences, it's up to you to build up element padding and margins. If you find yourself in this situation, you'll probably want to look at the Stack Overflow question <a href="http://stackoverflow.com/questions/99643/css-reset-default-styles-for-common-elements#99693">CSS Reset, default styles for common elements</a>.</p>
<p><strong>Counterpoint</strong></p>
<p>You should also read counterpoint arguments against the use of CSS Resets. <a href="http://snook.ca/jonathan" rel="nofollow">Jonathan Snook</a> says <a href="http://snook.ca/archives/html_and_css/no_css_reset/" rel="nofollow">he doesn't use resets</a> and <a href="http://meyerweb.com" rel="nofollow">Eric Meyer</a> <a href="http://meyerweb.com/eric/thoughts/2008/04/17/crafting-ourselves/" rel="nofollow">wasn't upset at all</a>. So there are folks who don't use resets and even some who actively <a href="http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/" rel="nofollow">discourage the use of resets</a>.</p>
<p>Understanding both sides of the issue should help you make an informed decision as to whether they're right for you or not.</p>
http://stackoverflow.com/questions/109618/how-would-you-achieve-this-table-based-layout-using-css-instead-of-html-tables/167263#1672632Answer by Carl Camera for How would you achieve this table based layout using CSS instead of HTML tables?Carl Camera2008-10-03T14:53:18Z2008-10-03T14:53:18Z<p>This markup and CSS roughly achieves your stated goals under the restrictions for this question...</p>
<p><strong>The Proposal</strong></p>
<pre><code><?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>My Form</title>
<style type="text/css">
#frm1 div {float: left;}
#frm1 div.go {clear: both; }
#frm1 label, #frm1 input { float: left; clear: left; }
</style>
</head>
<body>
<form id="frm1" action="#" method="post">
<fieldset>
<legend>Section One</legend>
<div>
<label for="field1">Name</label>
<label for="field2">Address, City, State, Zip</label>
<label for="field3">Country</label>
</div>
<div>
<input type="text" id="field1" size="15" />
<input type="text" id="field2" size="20" />
<input type="text" id="field3" size="10" />
</div>
<div class="go">
<input type="submit" value="Go" />
</div>
</fieldset>
</form>
</body>
</html>
</code></pre>
<p><strong>The Merits</strong></p>
<p>...but I would not recommend its use. The problems with this solution are</p>
<ol>
<li>the very annoying entire-column wrap at skinny browser widths</li>
<li>it separates the labels from their associated input fields in the markup</li>
</ol>
<p>The solution above should be (I haven't verified this) accessible-friendly because screen readers, I have read, do a good job of using the <code>for=""</code> attribute in associating labels to input fields. So visually and accessibly-wise this works, but you might not like listing all your labels separately from your input fields.</p>
<p><strong>Conclusion</strong></p>
<p>The question as it is crafted -- specifically the requirement to automatically size the width of an entire column of different-length labels to the largest label length -- biases the markup solution towards tables. Absent that requirement, there are several great semantic solutions to presenting forms, as has been mentioned and suggested by others in this thread.</p>
<p>My point is this: There are several ways to present forms and collect user input in a pleasing, accessible, and intuitive way. If you can find no CSS layout that can meet your minimum requirements but tables can, then use tables.</p>
http://stackoverflow.com/questions/117667/hyperlinking-an-image-using-css/144598#1445980Answer by Carl Camera for Hyperlinking an image using CSSCarl Camera2008-09-27T22:09:34Z2008-09-27T22:09:34Z<p>The HTML5 spec-in-progress allows linking for <a href="http://meyerweb.com/eric/html-xhtml/html5-linking.html" rel="nofollow" title="Excellent summary of HTML5 href changes by Eric Meyer">several more attributes</a>, <code>div</code> included. For example:</p>
<p><code><div href="http://stackoverflow.com"> .... </div></code></p>
<p>Until HTML5 is widely adopted or something else comes along, the way to create a hypertext link is via the anchor element.</p>
http://stackoverflow.com/questions/128241/seeking-css-browser-compatibility-information-for-setting-width-using-left-and-ri/136808#1368081Answer by Carl Camera for Seeking CSS Browser compatibility information for setting width using left and rightCarl Camera2008-09-25T23:17:38Z2008-09-25T23:17:38Z<p>The <a href="http://www.hicksdesign.co.uk/journal/3d-css-box-model" rel="nofollow">The CSS Box model</a> might provide insight for you, but my guess is that you're not going to achieve pixel-perfect layout with CSS alone.</p>
<p>If I understand correctly, you want the parent to be 25% wide and exactly the height of the browser display area. Then you want the child to be 25% - 2n pixels wide and 100%-2n pixels in height with n pixels surrounding the child. No current CSS specification includes support these types of calculations (although IE5, IE6, and IE7 have non-standard <a href="http://msdn.microsoft.com/en-us/library/ms531196(VS.85).aspx" rel="nofollow">support for CSS expressions</a> and <a href="http://support.microsoft.com/kb/949787" rel="nofollow">IE8 is dropping support</a> for CSS expressions in IE8-standards mode).</p>
<p>You can force the parent to 100% of the browser area and 25% wide, but you cannot stretch the child's height to pixel perfection with this...</p>
<pre><code><style type="text/css">
html { height: 100%; }
body { font: normal 11px verdana; height: 100%; }
#one { background-color:gray; float:left; height:100%; padding:5px; width:25%; }
#two { height: 100%; background-color:pink;}
</style>
</head>
<body>
<div id="one">
<div id="two">
<p>content ... content ... content</p>
</div>
</div>
</code></pre>
<p>...but a horizontal scrollbar will appear. Also, if the content is squeezed, the parent background will not extend past 100%. This is perhaps the padding example you presented in the question itself.</p>
<p>You can achieve the <em>illusion</em> that you're seeking through images and additional divs, but CSS alone, I don't believe, can achieve pixel perfection with that height requirement in place.</p>
http://stackoverflow.com/questions/5010/best-technical-learning-conference-for-developers/133517#1335173Answer by Carl Camera for Best technical learning conference for developers?Carl Camera2008-09-25T14:01:31Z2008-09-25T14:01:31Z<p>I've attended <a href="http://codemash.org" rel="nofollow">CodeMash</a> in Ohio two years now and have found the sessions, topics, and hallway conversations to be fascinating. </p>
<p>Microsoft is a sponsor, so you get top-notch .NET sessions of the latest/new stuff (Scott Guthrie demoing LINQ in 2007 for example) but the conference is language-agnostic with expert presenters from other programming languages and technologies. </p>
<p>Best of all, the attendees seem eager to learn more about technologies outside of their day-to-day activities. A raise of hands at the 2008 conference showed about 40% of the folks took vacation days from work and paid their own way to attend. That speaks volumes that folks find this conference valuable enough to attend on their own dime.</p>
http://stackoverflow.com/questions/118038/web-site-compliance-with-the-americans-with-disabilities-act-ada/127709#1277093Answer by Carl Camera for Web Site Compliance with the Americans with Disabilities Act (ADA)Carl Camera2008-09-24T15:02:53Z2008-09-24T15:02:53Z<p>I'm in agreement with @Jim that accessibility compliance is at the moment is not a 100% objective science. </p>
<p>Take the classic case of image alt text. Suppose a story about education in America includes a closeup photo of a smiling female Hispanic student, approximately ten years old, at a desk in a classroom writing on a piece of paper with a pencil. The <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/" rel="nofollow">WCAG1</a> guideline says to include a "text equivalent" for every image. Some would suggest that <code>alt="young Hispanic girl at a desk in a classroom"</code> would not provide enough meaning to convey equally what the photo shows. Others would argue that it conveys too much, that it's just a stock art filler and that <code>alt="girl at desk"</code> is appropriate. Others would argue that the photo represents a point made in the article and that <code>alt="Education policies of the past 10 years have affected minority students most."</code> is the most appropriate alt text.</p>
<p>So even experts in the field can disagree on what is best for this one simple situation. Automated tools can only detect whether alt text is missing -- not whether it provides a text equivalent. And we can all agree that placing <code>alt="[image]"</code> does not meet the intent nor the guideline of providing a text equivalent.</p>
<p>There are some online checkers that can test for some of these issues. Chris Pederick's Web Developer Extension for Firefox provides easy access to test against WAI and 508 -- as does the IE Developer Toolbar.</p>
http://stackoverflow.com/questions/99643/css-reset-default-styles-for-common-elements/99693#996936Answer by Carl Camera for CSS Reset, default styles for common elementsCarl Camera2008-09-19T04:46:27Z2008-09-19T04:46:27Z<p>One of the rules in applying CSS styles is "last in wins." This means if your CSS reset styles set elements to <code>margin:0; padding:0</code> you can then override these rules by declaring your desired values for the same elements afterwards.</p>
<p>You can do this in the same file (YUI offers a one-liner reset I think so I sometimes include it as the first line in my CSS file) or in a separate file that appears after the reset CSS <code><link/></code> tag.</p>
<p>I think by <em>normal behavior</em> you mean "the defaults for my favorite browser." Your building up CSS rules for these elements is a part of the reset exercise.</p>
<p>Now you might want to look into <a href="http://www.blueprintcss.org/" rel="nofollow">Blueprint CSS</a> or other grid frameworks. These grid frameworks almost always first reset styles to nothing, then build up the typography for common elements, etc. This could save you some time and effort.</p>
http://stackoverflow.com/questions/26879/browser-scrollbar/94534#945342Answer by Carl Camera for Browser scrollbarCarl Camera2008-09-18T17:08:59Z2008-09-18T17:08:59Z<p>FWIW: I use</p>
<pre><code>html { height: 101%; }
</code></pre>
<p>to force scrollbars to always appear in Firefox.</p>
http://stackoverflow.com/questions/84912/what-is-the-easiest-or-fastest-way-to-make-css-render-the-same-in-all-browsers/85814#8581427Answer by Carl Camera for What is the easiest or fastest way to make CSS render the same in all browsersCarl Camera2008-09-17T17:50:51Z2008-09-17T20:37:50Z<p>I agree with all the "reset" suggestions and the "grid" framework suggestions, but I did want to add a bit of advice: The goal of <em>identical in every browser</em> is, in practical terms, unachievable because you cannot control the client. Case in point: fonts. </p>
<p>You declare your font styles in CSS but some Linux machines, some Macs, some mobile browsers -- will not have the font you specified. This variation leads to differing text lengths and wrapping. Then there's the variance of browser versions and operating systems running each; how different browsers implement zoom features; and the text size can be adjusted by the end user. Identical rendering is simply an unachievable goal.</p>
<p>But take heart! This is the "art" part of CSS: Being able to be flexible in your design such that variances between browsers, operating systems, and end-user adjustments are handled elegantly. Don't strive for identical rendering -- you should strive for brand consistency + appropriate experience + flexibility.</p>
http://stackoverflow.com/questions/83073/why-not-use-tables-for-layout-in-html/83585#83585130Answer by Carl Camera for Why not use tables for layout in HTML?Carl Camera2008-09-17T14:03:51Z2008-09-17T14:03:51Z<p>Here's my <em>programmer's answer</em> from a <a href="http://stackoverflow.com/questions/5323/is-there-a-business-reason-for-striving-for-pure-css-layout#75488">simliar thread</a></p>
<p><strong>semantics 101</strong></p>
<p>First take a look at this code and think about what's wrong here...</p>
<pre><code>class car {
int wheels = 4;
string engine;
}
car mybike = new car();
mybike.wheels = 2;
mybike.engine = null;
</code></pre>
<p>The problem, of course, is that a bike is not a car. The car class is an inappropriate class for the bike instance. The code is error-free, but is <em>semantically</em> incorrect. It reflects poorly on the programmer.</p>
<p><strong>semantics 102</strong></p>
<p>Now apply this to document markup. If your document needs to present tabular data, then the appropriate tag would be <code><table></code>. If you place navigation into a table however, then you're misusing the intended purpose of the <code><table></code> element. In the second case, you're not presenting tabular data -- you're (mis)using the <code><table></code> element to achieve a presentational goal.</p>
<p><strong>conclusion</strong></p>
<p>Will visitors notice? No. Does your boss care? Maybe. Do we sometimes cut corners as programmers? Sure. But should we? No. Who benefits if you use semantic markup? You -- and your professional reputation. Now go and do the right thing.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/83275#832750Answer by Carl Camera for What is the strangest programming language you have used?Carl Camera2008-09-17T13:35:52Z2008-09-17T13:35:52Z<p><a href="http://en.wikipedia.org/wiki/CLU_programming_language" rel="nofollow">CLU</a> was the first one I thought of, but this was in college and doesn't meet your real-world criteria. Also, CLU is not odd, it's obscure. <a href="http://en.wikipedia.org/wiki/APL_(programming_language)" rel="nofollow">APL</a>, needing its own keyboard for its own syntax has to be the strangest that I've played with, but again, I've not used it for a real world application. I suppose programming my <a href="http://en.wikipedia.org/wiki/TI-59" rel="nofollow">HP TI-59 calculator</a> would be the weirdest programming language from my past. One guy published the program that allowed the TI-59 to play backgammon and the machine only holds 960 instructions. Genius!</p>
http://stackoverflow.com/questions/76689/advice-on-building-a-distributed-cms/76916#769162Answer by Carl Camera for Advice on building a distributed CMS?Carl Camera2008-09-16T20:50:40Z2008-09-16T20:50:40Z<p>well i wrote a CMS for personal use and released it to the biggest chorus of chirping crickets ever! no biggie, though. i did learn a lot and i encourage you to move forward. my clients use it and like it and it's holding up fine. </p>
<p>but if i were to start over (and i might) here's the advice i would give myself:</p>
<ol>
<li>scrub everything <em>everything</em> <strong>everything</strong> entered from the user</li>
<li>user administration is a product differentiator. bonus points for being able to handle someone copy/pasting from WORD.</li>
<li>extensibility. 90% of the comments i get are from developers who want to use the cms to host "some" of the website pages but not others. or they want to embed their custom scripts into the page among the content. my next cms will be as modular as i possibly can handle.</li>
<li>many folks are absolutely fanatic about clean urls.</li>
</ol>
http://stackoverflow.com/questions/62151/datetime-now-vs-datetime-utcnow/76542#765424Answer by Carl Camera for DateTime.Now vs. DateTime.UtcNowCarl Camera2008-09-16T20:22:36Z2008-09-16T20:22:36Z<p>One main concept to understand in .NET is that <strong>now</strong> is <strong>now</strong> all over the earth no matter what time zone you are in. So if you load a variable with DateTime.Now or DateTime.UtcNow -- the assignment is identical. Your DateTime object knows what timezone you are in and takes that into account regardless of the assignment.</p>
<p>The usefulness of DateTime.UtcNow comes in handy when calculating dates across Daylight Savings Time boundaries. That is, in places that participate in daylight savings time, sometimes there are 25 hours from noon to noon the following day, and sometimes there are 23 hours between noon and noon the following day. If you want to correctly determine the number of hours from time A and time B, you need to first translate each to their UTC equivalents before calculating the TimeSpan.</p>
<p>This is covered by a <a href="http://iamacamera.org/default.aspx?section=develop/code%20snippets&id=76" rel="nofollow">blog post i wrote</a> that further explains TimeSpan, and includes a link to an even more extensive MS article on the topic.</p>
http://stackoverflow.com/questions/5323/is-there-a-business-reason-for-striving-for-pure-css-layout/75488#754888Answer by Carl Camera for Is there a business reason for striving for pure CSS layout?Carl Camera2008-09-16T18:31:32Z2008-09-16T18:31:32Z<p>Since this is stack**overflow**, I'll give you my <em>programmer's answer</em></p>
semantics 101
<p>First take a look at this code and think about what's wrong here...</p>
<pre><code>class car {
int wheels = 4;
string engine;
}
car mybike = new car();
mybike.wheels = 2;
mybike.engine = null;
</code></pre>
<p>The problem, of course, is that a bike is not a car. The car class is an inappropriate class for the bike instance. The code is error-free, but is semantically incorrect. It reflects poorly on the programmer.</p>
semantics 102
<p>Now apply this to document markup. If your document needs to present tabular data, then the appropriate tag would be <code><table></code>. If you place navigation into a table however, then you're misusing the intended purpose of the <code><table></code> element. In the second case, you're not presenting tabular data -- you're (mis)using the <code><table></code> element to achieve a presentational goal.</p>
conclusion
<p>Whom does this hurt? No one. Who benefits if you use semantic markup? You -- and your professional reputation. Now go and do the right thing.</p>
http://stackoverflow.com/questions/74048/what-is-the-best-lightweight-javascript-framework/74611#746110Answer by Carl Camera for What is the best lightweight javascript framework?Carl Camera2008-09-16T17:07:24Z2008-09-16T17:07:24Z<p>I agree with Akselsson: <a href="http://domassistant.com" rel="nofollow">DOMAssistant</a> seems to be precisely what you asked for -- lightweight DOM interaction framework to abstract away browser differences. <a href="http://www.domassistant.com/slickspeed/" rel="nofollow">Test it for yourself...</a></p>
http://stackoverflow.com/questions/72911/whats-the-best-way-to-organize-css-rules/74087#7408721Answer by Carl Camera for What's the best way to organize CSS rules?Carl Camera2008-09-16T16:12:45Z2008-09-16T16:12:45Z<p>for a large file of css rules I would organize it in this manner</p>
<ol>
<li>provide any reset CSS rules first</li>
<li>provide any general/generic rules (eg p { color: #553423; } next</li>
<li>divide the remaining document by sections of the page</li>
<li>put each rule on one line with general rules followed by more specific rules</li>
<li>alphabetize selectors <em>inside</em> each rule</li>
</ol>
<p>example:</p>
<pre><code>/*****
/* ~masthead
/*****
#masthead {background-color: #cc00ff; color: #fff; width: 950px; }
#masthead h1 { background: transparent url(logo.png) no-repeat; text-indent: -9000px; width: 200px; }
/*****
/* ~content
/*****
#content { background-color: #fedefd; margin:0; width: 357px; }
#content h1 { font-size: 120%; font-weight: bold; margin: 50px 20px 50px 70px; }
#content p em { color: magenta; }
</code></pre>
<p>This way you can</p>
<ol>
<li>easily search for a section (search for ~masthead and you're at the top of the section)</li>
<li>easily scan all the rules for a section at once to determine if something is covered or not</li>
<li>easily adjust rules even in long lines. alphabetizing selectors ensures that "color" doesn't appear twice in the same rule</li>
</ol>
http://stackoverflow.com/questions/44864/is-there-any-easy-way-to-determine-what-factors-are-contributing-to-the-size-of-a/73909#739090Answer by Carl Camera for Is there any easy way to determine what factors are contributing to the size of an HTML element?Carl Camera2008-09-16T15:58:28Z2008-09-16T15:58:28Z<ol>
<li>#outer #inner1 #inner2 #inner3 {float: left; }</li>
<li>#outer {width: ZZZpx; }</li>
</ol>
<p>By floating all divs, you get #outer to contain its children -- and you get all inner divs to float up next to each other. But you need to give #outer a width so that there's room for all three inner divs. Keep the clearing <br> to ensure that anything afterwards starts a new "line."</p>
http://stackoverflow.com/questions/1167837/css-cancelling-properties-at-the-start-and-end-of-a-list/1168584#1168584Comment by Carl Camera on CSS: Cancelling properties at the start and end of a listCarl Camera2009-07-23T02:15:51Z2009-07-23T02:15:51Zyour !important-s are not needed because your specificity is sufficient to override the current declaration specificity.http://stackoverflow.com/questions/135057/internet-explorer-8-and-ie-6-side-by-side/179126#179126Comment by Carl Camera on Internet Explorer 8 and IE 6 side by sideCarl Camera2009-07-15T03:03:24Z2009-07-15T03:03:24ZI've updated my response with the latest information.http://stackoverflow.com/questions/690189/css-on-email/690881#690881Comment by Carl Camera on CSS on EmailCarl Camera2009-03-29T02:34:30Z2009-03-29T02:34:30Zexcellent answer and great reference links from folks who know their email.http://stackoverflow.com/questions/235848/most-astonishing-violation-of-the-principle-of-least-astonishment/237212#237212Comment by Carl Camera on Most Astonishing Violation of the Principle of Least AstonishmentCarl Camera2009-03-26T01:01:40Z2009-03-26T01:01:40ZGee, I always thought it said "It is now safe to turn off your computer."http://stackoverflow.com/questions/231135/whats-the-cobol-bible/231345#231345Comment by Carl Camera on What's the COBOL "Bible"?Carl Camera2009-01-26T18:27:09Z2009-01-26T18:27:09ZGood Answer! IBM shows many links here also <a href="http://www-01.ibm.com/software/awdtools/cobol/zos/library/" rel="nofollow">www-01.ibm.com/software/awdtools/…</a> and the COBOL Language Reference would be the Stroustrup equivalent, I suppose. In PDF format no less.http://stackoverflow.com/questions/83073/why-not-use-tables-for-layout-in-html/83585#83585Comment by Carl Camera on Why not use tables for layout in HTML?Carl Camera2009-01-21T14:26:03Z2009-01-21T14:26:03Z@bno Yes, you must accept my premise that tool misuse reflects poorly on the craftsman to accept my conclusion that proper tool use reflects positively on the craftsman. If not, then using ul for indentation or blockquote for side margins would not bother you either.http://stackoverflow.com/questions/83073/why-not-use-tables-for-layout-in-html/83585#83585Comment by Carl Camera on Why not use tables for layout in HTML?Carl Camera2009-01-17T14:15:28Z2009-01-17T14:15:28ZI don't think it's fair to attack my conclusion as fallacious reasoning when it is no reason at all -- it is a conclusion. My reason is in the preceding paragraph: "You're misusing the table element to achieve a presentational goal" - using the table element for something it was never intended for.http://stackoverflow.com/questions/379865/css-ride-sidebar-needs-to-stay-up-top/385127#385127Comment by Carl Camera on CSS Ride SideBar needs to Stay Up topCarl Camera2008-12-23T21:33:43Z2008-12-23T21:33:43ZThanks for the clarification. The question and the description seemed out of sync when I read it, but thought I'd try to help anyway.http://stackoverflow.com/questions/171971/can-i-get-away-with-not-being-a-designerComment by Carl Camera on Can I get away with not being a designerCarl Camera2008-10-05T22:58:33Z2008-10-05T22:58:33ZFor folks who come from a technical background and have some familiarity with table layouts, I suggest Stylin' with CSS by Charles Wyke-Smith. Straightforward explanations - with no preaching. My only gripe with this book is his regular use of the misnomer "alt tag." http://stackoverflow.com/questions/109618/how-would-you-achieve-this-table-based-layout-using-css-instead-of-html-tables/167263#167263Comment by Carl Camera on How would you achieve this table based layout using CSS instead of HTML tables?Carl Camera2008-10-03T19:44:15Z2008-10-03T19:44:15ZHmmm, a near-immediate down-vote without comment. Folks, I call 'em like I see 'em.http://stackoverflow.com/questions/99643/css-reset-default-styles-for-common-elements/99693#99693Comment by Carl Camera on CSS Reset, default styles for common elementsCarl Camera2008-10-03T17:15:15Z2008-10-03T17:15:15ZAgreed. The YUI Base Reset builds up common element styles after applying the YUI CSS Reset to neutralize differences. Together they are a great tool in any web developers toolbox.http://stackoverflow.com/questions/161915/unequal-html-textbox-and-dropdown-width-with-xhtml-1-0-strict/166488#166488Comment by Carl Camera on Unequal Html textbox and dropdown width with XHTML 1.0 strictCarl Camera2008-10-03T15:03:44Z2008-10-03T15:03:44ZI agree these are different. This question's example actually invokes the other question's solution in demonstrating the problem. This question is not answered elsewhere.http://stackoverflow.com/questions/144375/2-column-layout-in-css/144391#144391Comment by Carl Camera on 2 column layout in CSSCarl Camera2008-09-27T21:52:23Z2008-09-27T21:52:23ZThis is the answer but mabwi needs to exchange #col1 <-> #col2. Voted up in anticipation of the correction.http://stackoverflow.com/questions/5010/best-technical-learning-conference-for-developersComment by Carl Camera on Best technical learning conference for developers?Carl Camera2008-09-25T16:12:59Z2008-09-25T16:12:59Z@chanchan fixed the title. thanks! i removed the needs-edit tag.http://stackoverflow.com/questions/39892/how-to-write-a-plug-in-for-ie/40036#40036Comment by Carl Camera on How To Write a Plug-In for IECarl Camera2008-09-25T14:43:19Z2008-09-25T14:43:19Ztry putting a backslash \ before each of the parentheses in the url.