Robert Grant
|
Registered User
|
WebMethods SOA/UI developer. Use mostly Java, XML and Web frontend tech. UK-based.
|
|
14h |
comment |
C# sharing locks with multithreading Also I believe you have to have 2000 rep for that. |
|
14h |
comment |
C# sharing locks with multithreading -1 for incorrect capitalisation at the start of the second sentence. |
|
17h |
comment |
Is there any other tool better than Firebug on any other browsers? IE Developer Toolbar just makes me cry in comparison. |
|
17h |
comment |
What was your first computer game that got you interested in computers? +100 this one, if I could :) |
|
18h |
comment |
Which tools do you use to debug HTML/JS in your browser? Firebug beats everything. The only thing it can't do is find IE rendering errors, at which point you're back to the horror of web development in IE. |
|
20h |
answered | Javascript syntax error… How can I find out more information? |
|
1d |
comment |
How can I improve my PHP code to make it more efficient? +1 elegant little optimisation |
|
1d |
accepted | Cannot create Java Webservice in Eclipse |
|
1d |
answered | How can I improve my PHP code to make it more efficient? |
|
1d |
comment |
css two column list with balanced column height In fact I think I read BalusC's first comment that mentioned key/value. |
|
1d |
comment |
css two column list with balanced column height 1) "Key" and "value" are not nonstandard terms. 2) I could've floated right and reversed the order in markup, but that would be weird. 3) Those widths (to the nearest 50px) approximate the text wrapping shown in the question in my browser's default font/font size. 4) Hidden overflow is the right thing to use. 5) Grey looks better than black; I normally use #555. |
|
1d |
comment |
css two column list with balanced column height Are there any other reasons than that one? |
|
1d |
comment |
css two column list with balanced column height And while divs/spans may not be any more semantically correct than a table, they are technically cheaper to render, and infinitely more flexible when it comes to restyling. |
|
1d |
comment |
css two column list with balanced column height E.g. webdesignfromscratch.com/html-css/html-tables.php/… : HTML tables should only be used for rendering data that belongs naturally in a grid, in other words where the data describe a number of objects that have the same properties. |
|
1d |
comment |
css two column list with balanced column height I'd be curious to know what you'd define as "tabular data". And not "well, it's data that I put in a table". |
|
1d |
comment |
css two column list with balanced column height Actually, I didn't. |
|
2d |
comment |
css two column list with balanced column height It's easier to draw it than say it, but basically a table has a row of keys along the top, and a column of keys down the left. Each datum is identified by the two keys that uniquely identify its location. If you didn't need that two-dimensional layout to identify your datum, you didn't need a table. |
|
2d |
comment |
Programmer Puzzle: Encoding a chess board state throughout a game. @Andrew - it got us a good article though, so he spent it well! |
|
2d |
comment |
css two column list with balanced column height It certainly is a valid structural expression of 2 keys to 1 value; there's no better way to express that than with a table. |
|
2d |
comment |
css two column list with balanced column height And regarding DLs, sure, they probably are better semantically (if one stretches the definition of a...definition), but they're both far better than tables for styling flexibility/future-proofing (hence the article links) and yet I had to upvote the DL answer by BalusC to keep it out of the negative, and the leading answer is currently a table layout with one vote. Why if that's the case are you splitting much tinier semantic hairs between DL and div? |
|
2d |
comment |
css two column list with balanced column height I think it's completely appropriate; if the only reason you're using a table is because you're trying to get things to line up, then you're doing it wrong. Regardless of whether it's the whole page or just a portion of it, the argument is identical. If you're using a table because the data is two-dimensional, then great. Otherwise, regardless, you're doing it wrong. |
|
2d |
comment |
css two column list with balanced column height @prodigitalson - sorry, what context? The data in question has one label to identify it. Therefore it's not tabular data. That's the first thing to get straight. |
|
2d |
comment |
css two column list with balanced column height @prodigitalson - they are exactly using tables for layout. Not overall page layout, but layout nonetheless. |
|
2d |
comment |
css two column list with balanced column height It's hard to know how many more times we can emphasise that tabular content is data that requires two labels to identify it without starting to sound patronising. What about that statement is confusing? |
|
2d |
answered | css two column list with balanced column height |
|
2d |
comment |
css two column list with balanced column height It's clearly not tabular data; that's where you need two labels to describe one piece of data. In this case there's only one label needed, so it's just a key-value pair. See also: every morsel of modern web design wisdom. |
|
2d |
comment |
css two column list with balanced column height It's not tabular data, by any sensible definition. |
|
2d |
comment |
How to ask vim to get into sudo mode after you have opened it normally Oh, somehow someone else answered with this 5 minutes ago. Fine! |
|
2d |
answered | How to ask vim to get into sudo mode after you have opened it normally |
|
2d |
awarded | ● Organizer |
|
2d |
revised |
Is there a nice way to split an int into two shorts (.NET)? edited tags |
|
2d |
comment |
How to ask vim to get into sudo mode after you have opened it normally +1 Damn good question! |
|
2d |
comment |
Programmer Puzzle: Encoding a chess board state throughout a game. The Portable Game Notation is a good way to store each move and gzip does a mean Huffman encoding! runs |
|
2d |
comment |
How do i get out of the habit of procedural programming and into object oriented programming? +1 yeah, good description of the evolution of the programming mindset |
|
2d |
revised |
Good resources for learning to develop Firefox Extensions. added 1139 characters in body |
|
2d |
answered | Good resources for learning to develop Firefox Extensions. |
|
2d |
comment |
Eclipse as an IDE - What do you find missing as a beginner in Java? They're great suggestions, no doubt; great responses to another question :p |
|
Dec 8 |
comment |
Help me optimize the if else in JavaScript (jQuery) No worries; several other people caught the error at the same time as me :) I'd be more concerned with the people who upvoted this post; presumably they only vote if they know the answer's right, so I'm rather surprised it got this many votes. |
|
Dec 8 |
comment |
Game Development & Artificial Intelligence With PHP Surprised no-one else thought of this: what about a myriad of web-based games? www.urbandead.com |
|
Dec 8 |
answered | Configuration of Java Developer’s Notebook |
|
Dec 8 |
accepted | Help me optimize the if else in JavaScript (jQuery) |
|
Dec 8 |
answered | Help me optimize the if else in JavaScript (jQuery) |
|
Dec 7 |
answered | Cannot create Java Webservice in Eclipse |
|
Dec 7 |
answered | Your thoughts on “Large Scale C++ Software Design” |
|
Dec 7 |
answered | Using background-repeat and background-position together. |
|
Dec 7 |
answered | Is it possible to set up two FileHandlers in the same logging.properties file? |
|
Dec 6 |
awarded | ● Mortarboard |
|
Dec 5 |
awarded | ● Popular Question |
|
Dec 3 |
accepted | why use negative margins? |
|
Dec 3 |
revised |
why use negative margins? added 1096 characters in body |
