Tag Archives: Google

Google Sightseeing

Google Sightseeing is an index of interesting sites (sights?) around the world, as seen by the satellites that Google Maps uses. For example, places like The Grand Canyon, Niagra Falls, or the St. . [...]

URL ABCs

Feeding the meme…

These are my URL ABCs:

WordPress Scandal: Photomatt Responds

Matt finally had a chance to make a response to the recent WordPress SEO scandal. Here’s a small snippet:

The articles hosted content thing was just a short-term experiment, an interesting idea (original and relevant Wikipedia-type content on the site) that was badly implemented. As an experiment it could have been conducted much better than it was. The content should have been more topical to WP issue, I should have kept up with the content that was going up, the links should have never had the overflow CSS, and I should have discussed it with more people. [...]

WordPress Scandal Update

Matt “scum of the earth” Mullenweg, vacationing in a not-very-wired portion of Italy, finally got wind of all the villagers with torches and pitchforks who have been searching for him.

I have close to a thousand emails and countless blog posts and comments to go through, but I’ll try to synthesize everything and respond ASAP, I think it’s important because some people seem to be spinning things quite maliciously. If you have a specific question please send me an email and I’ll do my best to respond personally or on the blog, even if you’ve already decided I’m the scum of the earth.

Back Online

What a way to spend your vacation, eh?

In the meantime, the offending hidden links have been removed from the WordPress.org website, the HotNacho articles are gone, and Google has restored the site’s pagerank.

Update: Andy at waxy.or has another update which includes a statement from HotNacho.

Chad Jones, the creator of Hot Nacho, contacted me and asked me to post this statement. [...]

The WordPress/HotNacho SEO Debacle

Debate is raging over the “WordPress SEO Spam” issue. Please pay special attention to the disclaimer at the beginning of Andrew’s post (emphasis mine):

Disclaimer. I’m hesitant to even write about this, knowing the web’s fondness for angry mob justice, but I feel like it’s an important issue that needs to be addressed. [...]

Plugin: SpamForceField

SpamForceField is my newest anti-spam plugin for WordPress. This one does a couple of interesting things:

  • All connections via pinappleproxy are denied.
  • Every connection’s Referer is checked against your blacklist keys. If a match is found, the connection is denied.
  • If a comment is flagged as ’spam’ due to the normal spam checks, the client receives a 403 Forbidden HTTP status. This also occurs for connections denied in the other two checks above.
  • When connections are denied, the client receives a message explaining what has occurred. [...]

Ajaxing the Rails

If you’re a web developer, then hopefully you’ve already heard of Ruby on Rails and Ajax. If not, you’re behind the times, and you have some reading to do. New in Rails is built-in Ajax support.

I haven’t had time yet to play with Rails yet, but I’m itching to do so. Rails is a web application framework written in Ruby, an odd, interesting programming language (probably only ‘odd’ to me because I haven’t used it yet). [...]

Google Maps Lat/Long Bookmarklet

I still haven’t had time to dig into Google Maps enough to make my dynamic GPS coordinate thingy. . [...]

Google Maps Dissected

Joel Webber has an excellent dissection of how Google Maps works under the hood in his Mapping Google article. Welcome to my blogroll.

Highlights:

  • Communication with the backend server is done with a hidden <iframe> and some javascript trickery (not with XMLHttpRequest, as Gmail uses).
  • Data arrives from the server in XML and is transformed into HTML by client-side XSLT. [...]

Google Maps

This isn’t exactly hot off the presses, but Google has launched Google Maps, which seems pretty nifty, so far. There are a few things I can think of that could use improvement, but it is just a beta, after all.

Improvements I’d like to see:

  • When listing several locations, it would be nice if you could snap to just one particular one, and elminate the others.
  • When doing a “local search”, it will change your zoom level, even when you are searching “the map area below”. [...]