DaneLyons

DaneLyons

19p

3 comments posted · 0 followers · following 0

82 weeks ago @ TechCrunch - Twitter: The World Cup... · 0 replies · +1 points

Too bad the graph isn't interactive. I would like to be able to drill down into the spikes to relive some of those events.

82 weeks ago @ AddyOsmani.com | Where... - Catch404 - A jQuery An... · 0 replies · +3 points

I think if I were to use this I would periodically make the js iterate over the links on a page...maybe once per week, definitely not once per page view. Then if any links are 404s unlink them for that session and fire off an email to the maintenance person/team/AI robot notifying them that they need to update that link.

82 weeks ago @ AddyOsmani.com | Where... - Catch404 - A jQuery An... · 0 replies · +2 points

I certainly don't think its a good idea to iterate over all your links and modify the dom to unlink anything that comes up as a 404. I can see using this occasionally if you find yourself linking to sources that don't seem entirely reliable but if that is the case I'm not sure I would link there in the first place.

Either way, I'm sure there are good use cases for this. Thanks!