Bobby Jack
|
Registered User
|
todo
|
|
Nov 17 |
asked | Why does the google geocoder give different results from the map search? |
|
Nov 3 |
revised |
Good practice or bad practice to force entire site to HTTPS? deleted 1 characters in body |
|
Oct 30 |
comment |
Getting ‘Last Child’ of Div ? What do you mean by "In pure CSS it can't be done"? Do you mean "not every browser supports it" or something else? |
|
Oct 30 |
answered | Getting ‘Last Child’ of Div ? |
|
Oct 30 |
comment |
JQuery dynamic ID control property A perfect SO answer - complete, succinct, and correct! :) |
|
Oct 29 |
comment |
JavaScript: Why the anonymous function wrapper? I don't live in NY, Ewan, so "no" :-) Purely coincidental - something I've been wondering about for a while. |
|
Oct 29 |
comment |
JavaScript: Why the anonymous function wrapper? Sorry, Nick - I checked the related questions when asking this one, but the first you refer to didn't appear at all, and the second appeared 13th in the list. Whilst I always try to check the content of related questions, it's quite a barrier to have to read through 13 others before posting. I'm sure there's a meta discussion on this topic ... |
|
Oct 29 |
comment |
JavaScript: Why the anonymous function wrapper? So the reference to Opera in example code is irrelevant/wrong? |
|
Oct 29 |
comment |
JavaScript: Why the anonymous function wrapper? That's a more specific variation on the original question, but it's still good info! :) |
|
Oct 29 |
asked | JavaScript: Why the anonymous function wrapper? |
|
Oct 27 |
awarded | ● Great Answer |
|
Oct 26 |
asked | RedDot: Processing dynamic links using render tags |
|
Sep 11 |
asked | How can I reliably track mouse enter and leave events? |
|
Sep 8 |
awarded | ● Yearling |
|
Aug 21 |
comment |
JQuery setting the selected attribute on a select list Is there a reason to use .find() rather than $('#dropdown option')? More efficient? The "var $this" stuff also looks wrong to me ... |
|
Aug 21 |
asked | RedDot: referencing an element in a template’s container |
|
Aug 11 |
comment |
position a picture in the middle The first suggestion is only appropriate if he's talking about a decorative image of some sort; if it's an image that's actually part of the content, don't do this. The second would probably be better done with margins. |
|
Aug 11 |
revised |
How can I display an image using the “em” unit? Fixed typo in title |
|
Aug 11 |
comment |
How can I display an image using the “em” unit? No point in repeating the exact same width/height values. You might as well either a) Do away with the enclosing div or b) change the image's values to 100%. |
|
Aug 11 |
comment |
How to track anchor tags with Google Analytics Sure - by "explicit", I meant whether an argument is passed to urchinTracker() or not. Surely that function can base its decision on whether an explicit string was provided or not. That way, clients wouldn't have to worry about any disallowed characters (I wonder if there are any others, for example). |
|
Aug 10 |
comment |
How to track anchor tags with Google Analytics BTW, how do you know this? I couldn't find that info on Google's site anywhere. Obviously, it makes a bit of sense that it would work that way, but I would have thought the script could differentiate between an implicit tracking hit containing a fragment identifier, and an explicit call to the tracking function. |
|
Aug 10 |
comment |
How to track anchor tags with Google Analytics Yup, that definitely seems to be it. Have upvoted your answer. |
|
Aug 10 |
comment |
How to track anchor tags with Google Analytics Thanks for the suggestion. In actual fact, I'm testing a similar approach in which I simply call .substring(1) to drop the leading '#'. If this works (of course, it takes a while to confirm this!) I'll accept your answer. |
|
Aug 9 |
comment |
What is the canonical way to determine commandline vs. http execution of a PHP script? Ah - either I was being incredibly unobservant that day, or the example has been updated since I made that comment. Wholeheartedly agree with your points about PHP, though; the bashing gets VERY tiring. |
|
Jul 31 |
answered | Make PHP code as small as possible while not reducing performance? |
|
Jul 31 |
comment |
What would be a good way to make a school library website? Language, Framework, CMS? That shouldn't be an issue unless you plan to integrate those libraries into a closed-source product. Your question implies you just want something to use as part of the backend of a website; a huge number of websites use open-source tools (web server / os / scripting language / libraries / etc.) without compromising their business model. |
|
Jul 31 |
asked | How to track anchor tags with Google Analytics |
|
Jul 30 |
awarded | ● Nice Question |
|
Jul 28 |
asked | RedDot LiveServer dynament error |
|
Jul 23 |
comment |
CSS - child font-size using em Fair enough; I've un-downvoted your answer because this seems like a genuine misunderstanding, and your answer does work. But I think it's quite clear - "make all nested list items the same size" means, I assume, "... as each other". The other quote simply states that they should ALL be the computed value of 0.85em of the base font size - there's no inconsistency that I can see. |
|
Jul 23 |
comment |
CSS - child font-size using em Where in the question does he say that he wants them to be different sizes? |
|
Jul 23 |
comment |
CSS - child font-size using em It does, but it's not the most efficient way. |
|
Jul 23 |
comment |
CSS - child font-size using em True - I was working with the HTML he gave us. He didn't specify browser compatibility, so I'm assuming he wants something that adheres to the CSS2.1 spec. |
|
Jul 23 |
comment |
CSS - child font-size using em ok, edited . |
|
Jul 23 |
revised |
CSS - child font-size using em edited tags |
|
Jul 23 |
answered | CSS - child font-size using em |
|
Jul 23 |
comment |
HTML: Change height of <p> No unit required for '0' - that's actually invalid. |
|
Jul 22 |
accepted | Font size and line height for a Web page |
|
Jul 21 |
comment |
Reinventing CMS "If you remember what it was like before CMS you'll remember the pain of handcrafting" - if you're unlucky, the CMS you're forced to use will be a LOT more painful than handcrafting. Most of the content I create takes an order of 5-10 times longer using a specific CMS than it does by hand. This is NOT the utopia it's supposed to be ... |
|
Jul 20 |
answered | Adding pages “on the fly” with a CMS system |
|
Jul 20 |
comment |
Font size and line height for a Web page This isn't exactly an answer to the question which was about the 'best' "value", not the best "unit". |
|
Jul 19 |
comment |
Google map + jQuery: rendering bug That didn't work either (where is the resizeMap function actually defined??) but the other info. on that page helped - thanks! |
|
Jul 19 |
answered | Google map + jQuery: rendering bug |
|
Jul 19 |
comment |
Google map + jQuery: rendering bug Yup, the display: none is definitely the problem. |
|
Jul 19 |
revised |
Google map + jQuery: rendering bug added 159 characters in body; added 5 characters in body |
|
Jul 19 |
comment |
Google map + jQuery: rendering bug screenshots now up: fiveminuteargument.com/html/map-bug.html/… |
|
Jul 19 |
comment |
Google map + jQuery: rendering bug I actually get an error with this line in IE8: window.attachEvent("onresize", function() {map.onResize()} ); (should that REALLY be 'onResize'?) |
|
Jul 19 |
comment |
Google map + jQuery: rendering bug Firefox 3.5.1 I'll try in a couple of other browsers - wonder if I've got some caching issues. I'll post a couple of screenshots if the problem persists, just to confirm what it is. Cheers. |
|
Jul 19 |
comment |
Google map + jQuery: rendering bug Sounds nice in theory, but doesn't work for me in practice :( (example updated) |
|
Jul 19 |
asked | Google map + jQuery: rendering bug |
