Archive for the ‘ Dev News From the Web ’ Category

Google’s New HTML5 Resource Site

Sunday, June 27th, 2010

Not to be outdone by Apple’s recent launch of their HTML5 playground, Google has launched their own HTML5 Developer Resource site called HTML5Rocks.com.

The site has some useful tutorials and an interactive sandbox, but for the time-impaired, they also have an excellent presentation that shows you quickly what is new and different. As with most things Google, it’s not the prettiest site, but it gets the job done. Check it out.

Sphere: Related Content

HTML5 Demos & Tutorials

Friday, June 4th, 2010

Apple has just launched an effort to support more widespread adoption of HTML5 in the developer community. This page showcases a bunch of cutting-edge demos, and this page digs into the demos more deeply and provides more resources to learn how to develop features using HTML5.

Standards aren’t add-ons to the web. They are the web. And you can start using them today.

Sphere: Related Content

MapTechnica Updated With US City Boundary Maps

Saturday, May 15th, 2010

Lots going on over at my side-project, MapTechnica, lately. In addition to the US 5-Digit Zip Code Maps and US County Boundary Maps, I’ve just turned on City maps.

Looking back, I should have started with these given how cool they turned out to be.  In truth, though, I didn’t realize the data and shapefiles for the cities were in the vast Tiger/Line database since the US Census Bureau calls them “places,” not “cities.” Oh, well.

Serendipitously, the city boundaries work amazingly well with the city labels and information already embedded in the Google Map layer, so the effect is a truly additive mapping product without the need for map markers.

I’m still working on productizing the tile set and database, but that should be up in the next few days.  In the mean time, head over to the free US Cities Boundary Map Tool and play around.  As always, I’d love any feedback you might have.

Sphere: Related Content

Help Google Help You (Deal With Duplicate Content)

Tuesday, February 17th, 2009

If you have any dynamic sites that can display the same information through a variety of URLs (e.g. “somepage.php?category=cats&story=123″ vs. “somepage.php?story=123&category=cats”), Google has provided a way for you to avoid the duplicate content issue by providing a “preferred link.”

Basically, you add a special link tag to the head of your page:

<link rel=”canonical” href=”somepage.php?category=cats&story=123″ />

When Google finds duplicate content, it will transfer the page ranks and index data to your preferred link.

Clap your hands and say yeah. You’re done.

Head on over to the Google Webmasters Central Blog for details on this tip.

Sphere: Related Content