Tuesday, April 10, 2007

MyOutdoors.net is up for sale

As a few people have noticed, MyOutdoors.net hasn't seen a lot of attention in the past few months. I'm guessing that this happens with projects of passion fairly often. The unfortunate (or fortunate...) circumstance is that my brother and I have both become involved in other projects (Sharendipity and FlyingCart). We just don't have the time to market the site anymore, so we've decided to put it up for sale.

We've posted two entries, one on BizBuySell and another on Web2.0ForSale.com. You can see them here:

BizBuySell: http://www.bizbuysell.com/cgi-bin/addetail?J=bbs&nosearch=1&tab=su&q=295025

Web2.0forsale.com: http://web2.0forsale.com/item/4818281-Complete-Web-20-Outdoor-Community-Site-MyOutdoorsnet?mpurl=forsale

We apologize to those select few who have continued to remain loyal to the site and have been using it on a regular basis. We managed to complete the site, we just haven't had the time to build the community that we envisioned when we first started on it. I hope that your needs will continue to be met in the future.

Monday, December 11, 2006

Evidence of an Ask.com mapping API?

Along with a lot of other people, we've been anxiously awaiting any news about an Ask.com mapping API. Why? Because Ask.com provides much better satellite imagery than Google. Check it out yourself. We REALLY want that on MyOutdoors.net.

So, what makes us think there's an API on the way? Well, IAC/InterActiveCorp, the ownerof Ask.com, also owns Evite, where the new Ask.com maps are now being used. I just happened to get an evite recently and and pulling up the source from a map on the evite shows us this little beauty:

<script type="text/javascript" 
src
="http://api.syndication.ask.com/maps/maps1.1.js"
<
\script>

Well I did a wget on the file and a little bit of hacking to try to run it off of our local server, just to see if it would work. I got everything running, but no imagery :( I didn't look into it much further since I'm guessing they designed it that way.

Tuesday, November 21, 2006

MyOutdoors.net adds Google Co-op integration!

I've been wanting to do this for quite a while and I finally got around to it. Google Co-op is a great service that allows you to see relevant search results from a specific website right in your Google search results. In this case, if you are subscribed to our links, you will see search results from MyOutdoors.net when you search through Google. For example, I did a search in Google for "hiking," and this is what shows up for the subscribed links:

We added the keywords from the activity type (hiking, biking, etc.) to our RSS feeds so that the top entry will show up. In the future, we'll extend this even further so that you can add your own tags to journal entries and then more searches will end up hitting more entries on the site. We also want to add custom search to MyOutdoors.net so we can provide even more relevant search results to our users.

If you would like to subscribe, click on the button below:



Let us know what you think!

-Dale

Monday, November 20, 2006

Video clip of MyOutdoors.net interview on WKOW

If you want to check out the article and video from our interview with WKOW-TV here in Madison, WI, you can see it at http://www.wkowtv.com/index.php/news/story/p/pkid/25350.

Wednesday, November 15, 2006

MyOutdoors.net on Television! - WKOW Madison, WI - 10:00 P.M. Sunday, November 18, 2006

Apparently the Isthmus article generated a little more buzz than we thought. We were pretty surprised when WKOW asked us for an interview. I don't think I've personally been interviewed on TV before. Hopefully I don't acti like a fool...

Anyway, to all you Madisonians, watch us on TV! 10:00 P.M. Sunday, November 18, 2006 on WKOW, the local ABC station.

Thursday, November 09, 2006

Oh, how we love the Isthmus!

We were recently fortunate enough to have David Medaris of the Isthmus interview us here at MyOutdoors.net. It's the first real publicity the site has received so we're incredibly excited about it. David wrote a fantastic article and really made an effort in describing what we're all about. Go check it out.

Thanks, David!

Thursday, October 26, 2006

Search for journal entries by location!

Continuing our quest to implement the most fully featured community mapping site available, we just completed location-based searching of journal entries on MyOutdoors.net. This feature integrates into the site extremely well, with lots of different options for finding journal entries.

To start, there is now a link at the bottom of every journal entry that says "Find nearby journal entries." It's right next to the distance field and looks like this:

The link will take you to the location search page to display all of the journal entries that are close by. It currently uses a default search radius of 150 miles (apologies to all you metric folks out there). It's kind a wide range, but we thought that you would want to see something rather than nothing, and for journal entries out in the middle of nowhere, it could be useful. Also, they're sorted by distance so the closest ones show up first. Once you're on the search page, you can change the search radius, or enter new search criteria.

Search criteria can be anything that Google can geocode, including cities, states, zip codes, etc. You can even enter a longitude and latitude. One of the cool things about it is that if you could link to the location page directly, passing in three parameters in the querystring. Just use http://www.myoutdoors.net/location.php? The parameters are:

lat (in degrees)
lng (in degrees)
distance

And then you can see all the journal entries that took place nearby.

There is also a new Location-based Search box on the Browse page. This is the entry to the location search for other search criteria.

Enjoy!