DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Robert (Jamie) Munro's picture

Unregistered

Feeds

aliases

  • Robert (Jamie) Munro

Robert (Jamie) Munro

10 months ago

in Thoughts on Chrome & More on John's Blog
In FF3, it's really not that hidden. Its a star, right inside the URL bar, not even next to it.

2 years ago

in 10 Tips for Optimizing MySQL Queries (That don’t suck) | 20bits on 20bits
On point 7, I disagree that you should change subqueries to joins. You should use subqueries where they make the SQL easier to understand, and joins when they make it easier to understand. If the two methods of writing the SQL produce the same results, then the query optimiser should optimise them to do the same thing internally anyway. If one method is slower than the other, that is a bug in the database engine.
Returning? Login