- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllActivities
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllElements
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllFacilities
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllFacilityActivities
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllFacilityAddresses
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllFacilityElementsForOrgID
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllFacilityEvents
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllOrganizations
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllOrgFacilities
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllOrgRecAreas
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllRecAreaActivities
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllRecAreaAddresses
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllRecAreaAdvisories
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllRecAreaElementsForOrgID
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllRecAreaEvents
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllRecAreaFacilities
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllRecAreas
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllRecAreasForOrgID
- http://recdata.gov/RIDBWebService/RIDBService.jws/getAllRecElementsForOrgID
- http://recdata.gov/RIDBWebService/RIDBService.jws/getRecGovFacilities
Tuesday, September 28, 2010
Links to various US recreation sites
Friday, July 23, 2010
Winphone XNA deployment in Toshiba Satellite L305-S5944
Finally I think that I have the XNA game studio working in my Toshiba laptop. It did not have the 10.1 directx capability. Hence I did the following:
- Downloaded Intel® Graphics Driver for Windows 7* and Windows Vista* (exe) from Intel site. Ran it with lot of trepidation because I was worried the screen is going to become blank! It failed. Ran it again! It updated the driver.
- Compiled a Windows Phone application and it failed.
- Ran dxdiag which showed that I had 10.1 installed.
- Downloaded and installed DXSDK_June10.exe. This is not required, but I did it to get the DirectX Caps Viewer Tool mentioned in the Release notes.
- Ran the C:\Program Files\Microsoft DirectX SDK (June 2010)\Utilities\bin\x86\DXCapsViewer.exe and checked the results. It looked OK. I expanded the Direct3D 10.1 folder and saw entries for D3D10_FEATURE_LEVEL_10_0 or D3D10_FEATURE_LEVEL_10_1. Direct3D_11 folder also had similar entries for D3D_FEATURE_LEVEL_10_0.
- Tried to install the following and it said not applicable to my system!
- Tried to deploy the Winphone application. Same error.
- Became bold and adventurous! followed this instruction:
- It is possible to bypass this capabilities check in XNA Game Studio by setting the following registry setting: HKEY_LOCAL_MACHINE\Software\Microsoft\XDE XNAEnableGPU = 1 (REG_DWORD)Caution: If you override this registry key, the project will attempt to deploy but only a black screen will be displayed in the emulator if the required graphics card capabilities are not available.
- Voila! I was able to deploy. This is an empty application. Will check with the Hello world and update this post again!
- Update: Unfortunately this does not work. Posted in the Windows Phone forum.WDDM 1.1 driver, The current display adapter does not meet the emulator requirements to run XNA
- Will be updating laptop to windows 7. Let us see whether this solves the problem!
- Windows 7 resolved it!
Wednesday, July 21, 2010
MVC Widgets, RenderAction, partial views, sub controllers and RenderPartialRequests part 2
This has become a long post, so I am continuing with the links
- ASP.NET MVC Preview 4: ComponentController Is Now RenderAction by Rob Conery
- ASP.NET MVC Namespaces in Web.config instead of Views - ASP.NET MVC Best Practices by David Hayden
- Quick Tips About ASP.NET MVC – WebPart Framework by Nunos
- Developing Web 2.0 Portal Using Asp.Net MVC, Microsoft Ajax Client Templates And JQuery With Drag And Drop Widget Personalization – Part 1 by Lakkakula
- Renderpartial conditionally on masterpage in asp.net mvc in Stack Overflow
- RenderPartial vs RenderAction by Derik Whittaker
- Dynamic Views in ASP.NET MVC 2 by Greg Shakles
- ASP.NET MVC 2.0 Using Multiple Actions by Brian Mains
- Web 2.0 AJAX Portal using jQuery, ASP.NET 3.5, Silverlight, Linq to SQL, WF and Unity by Omar Al Zabir
- Dropthings
MVC Widgets, RenderAction, partial views, sub controllers and RenderPartialRequests – Part 1
Have been spending some time on MVC. It is a fascinating technology with very little documentation! Did lot of web search to find the following interesting topics:
- Partial Requests in ASP.NET MVC by Steve Sanderson
- Html.RenderAction and Html.Action by Phil Haack
- ASP.NET MVC Tip #50 – Create View Models by Stephen Walther
- ASP.NET MVC Partial Views and Strongly Typed Custom ViewModels by Mike Brind
- ASP.NET MVC and the templated partial view (death to ASCX) by Jeffery Palermo
- Web Parts in ASP.NET 2.0 by Damon Armstrong
- SubControllers in ASP.NET MVC by Matt Hinze
- Quick Tips About ASP.NET MVC – WebPart Framework by Nunos
- MVC Contrib Portable areas download
- MVC Widgets with RenderAction by Steve Michelotti
- Creating a Stock Widget in ASP.NET MVC Application by Azam Sharp
- Creating an MVC based website with reusable widgets by Geert van der Cruijsen
Tuesday, June 29, 2010
SVS technology web site has a new look
Upgraded SVS Technology site with the following features:
- ASP.net MVC 2.0
- Microsoft Server 2008
- .net 4.0
- Discountasp is a very good host. The upgrade and web deploy from Visual Studio 2010 went very smoothly.
- Had to set System.Web.MVC reference properties copy local to true to make it work.
- Added a redirect to Prizewheel demo so that it will work with the new controller/ view architecture of the site so that old links will not break
Json Data Visualizer (for Google, Yahoo, Bing and Twitter) using JQuery, JavaScript, Asp.net MVC 2.0
I have been working for the past few weeks on the code project article
Json Data Visualizer (for Google, Yahoo, Bing and Twitter) using JQuery, JavaScript, Asp.net MVC 2.0
this was fun and I had to use following references
- “prettyPrint” for JavaScript by James Podesly for table data visualization
- Javascript unpacker and beautifier by Einar Lielmanis for Beautify format.
- Show Object Properties by Matt Holthe for understanding recursive scanning of Javascript objects.
- http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search for Twitter search.
- http://developer.yahoo.com/common/json.html#overview about Yahoo Json
- http://developer.yahoo.com/search/local/V3/localSearch.html for yahoo search
- http://msdn.microsoft.com/en-us/library/dd251056.aspx about bing
- http://code.google.com/apis/ajaxfeeds/documentation/ for google.
Thursday, June 10, 2010
Rest, Web services, Javascript, JQuery
Read interesting articles on REST and web services.
- A Brief Introduction to REST by Stefan Tilkov Very informative article. I enjoyed not only the technical content but also the prose. He talks in this about Roy Fielding (given in links below) inventor of REST.
- Roy T. Fielding inventor of REST.
- Architectural Styles and the Design of Network-based Software Architectures Html version of Roy’s Thesis on REST.
- Architectural Styles and the Design of Network-based Software Architectures PDF version of Roy’s Thesis on REST.
Good tutorials and articles on Javascript, REST and JQuery