cic
|
Registered User
|
|
Dec 4 |
comment |
What is the best way for two programs on the same machine to communicate with each other Please replace the "tinyurl" address with the actual address. |
|
Sep 26 |
awarded | ● Civic Duty |
|
Sep 6 |
awarded | ● Yearling |
|
Aug 29 |
awarded | ● Organizer |
|
Aug 29 |
revised |
What version of Ruby should I use with Rails 2.3.3? edited tags |
|
Aug 8 |
comment |
Common mistakes for CSS-designers to avoid? Ok, fixed now, my previous comment is outdated. :-) |
|
Aug 8 |
awarded | ● Nice Answer |
|
Aug 5 |
accepted | Accessibility (WCAG 2.0) do we NEED labels in table cells |
|
Aug 4 |
answered | Accessibility (WCAG 2.0) do we NEED labels in table cells |
|
Aug 4 |
comment |
What is the best way to style a list of checkboxes @MarcS: see You's answer for proper markup. Replace the div with a fieldset, replace the label with a legend and add some labels to all `input`s. legend (or rather: fieldset) defines a one-to-may relationship, and lable defines a one-to-one relationship. |
|
Aug 4 |
comment |
What is the best way to style a list of checkboxes +1 for using fieldset and mentioning legend. "Do not use tables for layout" do not mean "use any element you want except table", :). |
|
Aug 2 |
comment |
Common mistakes for CSS-designers to avoid? @Koper: No it's not? |
|
Aug 2 |
comment |
Common mistakes for CSS-designers to avoid? Sorry, but this is incorrect. Try it/read the specification. ( 0, 0, 0, 3 and 0, 0, 1, 1.) |
|
Jul 30 |
comment |
How to test websites in IE 6 when running Windows 7? Awwwww--, is't not negative any more. ;_; |
|
Jul 30 |
comment |
How to test websites in IE 6 when running Windows 7? I was going to delete this because John Sheehan answered a few seconds earlier then me, but now I have to keep this: My first answer with a negative score! \o/ |
|
Jul 30 |
answered | How to test websites in IE 6 when running Windows 7? |
|
Jul 30 |
comment |
What is the “best practice” for resizing text with Javascript? @Dan: sorry, I'm not sure I understand what you are trying to say, could you please clarify? Do you mean something like this: sitepoint.com/forums/showthread.php?t=463591/…? |
|
Jul 30 |
answered | What is the “best practice” for resizing text with Javascript? |
|
Jul 30 |
comment |
Why is JSON important? @Brian Agnew: "JSON text SHALL be encoded in Unicode.", see "3. Encoding" from RFC 4627 (tools.ietf.org/html/rfc4627), "Since the first two characters of a JSON text will always be ASCII characters [RFC0020], it is possible to determine whether an octet stream is UTF-8, UTF-16 (BE or LE), or UTF-32 (BE or LE) by looking at the pattern of nulls in the first four octets. [...]" |
|
Jul 15 |
awarded |
● |
|
Jul 9 |
comment |
Default text on input Cool, it's a part of HTML 5, whatwg.org/specs/web-apps/… |
|
Jul 9 |
answered | Javascript Object Literal and Array Problem |
|
Jul 9 |
comment |
Javascript Object Literal and Array Problem Afaik you can't "re-declare" variables in JS, the var part will just be ignored and this answer would work without the extra vars (i.e. o = {} only). |
|
Jul 8 |
answered | How to turn a very long column into multiple shorter ones? |
