<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Al Pascual ASP.NET Blog : MapStats</title><link>http://weblogs.asp.net/albertpascual/archive/tags/MapStats/default.aspx</link><description>Tags: MapStats</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Silverlight MapStats.NET source code posted at the Gallery</title><link>http://weblogs.asp.net/albertpascual/archive/2009/05/15/silverlight-mapstats-net-source-code-posted-at-the-gallery.aspx</link><pubDate>Fri, 15 May 2009 20:13:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7088460</guid><dc:creator>albertpascual</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/albertpascual/rsscomments.aspx?PostID=7088460</wfw:commentRss><comments>http://weblogs.asp.net/albertpascual/archive/2009/05/15/silverlight-mapstats-net-source-code-posted-at-the-gallery.aspx#comments</comments><description>&lt;p&gt;I added all the code for MapStats.NET at the ESRI code gallery. &lt;/p&gt;  &lt;p&gt;&lt;a title="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16294" href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16294"&gt;http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16294&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;What is &lt;a href="http://mapstats.net"&gt;map stats&lt;/a&gt;? is a project to provide a overview of who is in your website.&lt;/p&gt;  &lt;p&gt;You can see who is on your website or blog and can be added to any website. Will keep track of the hits since the day you install it. I’ll create more custom reports as this project matures&lt;/p&gt;  &lt;p&gt;&lt;a href="http://alpascual.com/blog/silverlight-map-stats-beta-released/"&gt;My post about how it work is here.&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://mapstats.net/"&gt;A demo can be seen here.&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Cheers&lt;/p&gt;  &lt;p&gt;Al&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7088460" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/albertpascual/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/albertpascual/archive/tags/Silverlight+2.0/default.aspx">Silverlight 2.0</category><category domain="http://weblogs.asp.net/albertpascual/archive/tags/MapStats/default.aspx">MapStats</category></item><item><title>Silverlight Map Stats beta released.</title><link>http://weblogs.asp.net/albertpascual/archive/2009/04/09/silverlight-map-stats-beta-released.aspx</link><pubDate>Fri, 10 Apr 2009 05:15:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7038445</guid><dc:creator>albertpascual</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/albertpascual/rsscomments.aspx?PostID=7038445</wfw:commentRss><comments>http://weblogs.asp.net/albertpascual/archive/2009/04/09/silverlight-map-stats-beta-released.aspx#comments</comments><description>&lt;p&gt;What is &lt;a href="http://mapstats.net"&gt;map stats&lt;/a&gt;? is a project to provide a overview of who is in your website. &lt;/p&gt;  &lt;p&gt;You can see who is on your website or blog and can be added to any website. Will keep track of the hits since the day you install it. I’ll create more custom reports as this project matures&lt;/p&gt;  &lt;p&gt;You can add it on your &lt;a href="&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://mapstats.net/Stats.ashx?Width=300&amp;amp;Height=200&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;"&gt;'&amp;gt;website by just adding the javascript tag here.&lt;/a&gt; The full instructions are pretty simple, just add this line to you html where you would like to see the map. You can change the size of the map using the parameters width and height:&lt;/p&gt;  &lt;pre class="csharpcode"&gt;&amp;lt;script type=&lt;span class="str"&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt; src=&lt;span class="str"&gt;&amp;quot;http://mapstats.net/Stats.ashx?Width=300&amp;amp;Height=200&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;

&lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/albertpascual/image_6B818B8B.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="212" alt="image" src="http://weblogs.asp.net/blogs/albertpascual/image_thumb_3EF85BA5.png" width="244" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;

&lt;h4&gt;How does it work?&lt;/h4&gt;

&lt;p&gt;At every request will geocode the IP address and will add the location on the map, right now the color changes lighter as the time goes by, the hits represent the last 12 hours or the last 100 people, whatever comes first. All this could change depending on the feedback received.&lt;/p&gt;

&lt;p&gt;This is a pet project, something I created while the kids and wife were at a friends lake house in the River enjoying the spring break. For this pet project I used the &lt;a href="http://resources.esri.com/arcgisserver/apis/silverlight/"&gt;ArcGIS API for Microsoft Silverlight&lt;/a&gt;, &lt;/p&gt;

&lt;p&gt;You can find a button to open the application full screen and browse the results better.&lt;/p&gt;

&lt;h4&gt;Future Improvements&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;Graphic reports of your website hits &lt;/li&gt;

  &lt;li&gt;Better symbology as who is online at the same time &lt;/li&gt;

  &lt;li&gt;Improvements at the top websites using map stats &lt;/li&gt;

  &lt;li&gt;Documentation at the simple code step by step. &lt;/li&gt;

  &lt;li&gt;“Geolinkage” of the websites using map stats? &lt;a href="http://mrrichie.spaces.live.com/Blog/cns!DD16C3F34F4D913E!2522.entry"&gt;I may use Richie’s communication for Silverlight&lt;/a&gt; to do that.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any feedback or improvements are extremely welcome. Any ideas of what features to add will keep the project interesting.&lt;/p&gt;

&lt;p&gt;Check it out at &lt;font size="3"&gt;&lt;a href="http://mapstats.net/"&gt;MapStats.NET&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;Cheers&lt;/p&gt;

&lt;p&gt;Al &lt;/p&gt;

&lt;p&gt;&lt;font size="1"&gt;Using ArcGIS standard service collection as basemaps &lt;/font&gt;&lt;a href="http://resources.esri.com/help/9.3/arcgisonline/about/start.htm#map_types.htm#"&gt;&lt;font size="1"&gt;where License fees are not required for Internal Use or for Non-Commercial External Use. Standard Service Collections are available to all licensed ArcGIS software customers.&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7038445" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/albertpascual/archive/tags/Silverlight+2.0/default.aspx">Silverlight 2.0</category><category domain="http://weblogs.asp.net/albertpascual/archive/tags/Silverlight+3/default.aspx">Silverlight 3</category><category domain="http://weblogs.asp.net/albertpascual/archive/tags/MapStats/default.aspx">MapStats</category></item></channel></rss>