-
Recent Posts
Recent Comments
Archives
- April 2012
- December 2011
- November 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- December 2010
- January 2010
- October 2009
- September 2009
- August 2009
- March 2008
- December 2007
- November 2007
- October 2007
- August 2007
- June 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- September 2006
- June 2005
Categories
Meta
Category Archives: Development
Using VieleRETS to download data
I spent a long time messing with VieleRETS to try and download data from REIL. The short answer is that I failed to get it to work. I tried to debug the PHP code but was unable to identify why … Continue reading
Posted in Development, MLS, Real Estate
Leave a comment
Login to reil.com
REIL.com uses digest authentication. I am using perl to pull down the data so first I need to login to the reil.com server with proper authorization. I was unable to find a lot of documentation on how this process works. … Continue reading
Posted in Development, GIS, Mapping, MLS, Real Estate
Leave a comment
Access to MLS reil.com
I have been working on a project to pull information from a local MLS service, reil.com. They provide MLS data for the San francisco Bay area such as Palo Alto and Menlo Park. I am building websites for some local Real Estate Agents that display current MLS … Continue reading
Posted in Development, GIS, Mapping, Projects
Leave a comment
Working with the Zillow API
We recently completed a website that displays property estimates using the data from http://zillow.com: http://www.estimatepropertyvalues.com Zillow provides excellent documentation on how to utilize their API’s which made is easy to configure. This application pulls zillow data in real time and displays it alongside and within … Continue reading
Posted in Development, GIS, Google Maps, Mapping, Zillow
Leave a comment
Googlemaps Geocoding API
We recently completed a geocoding-caching system that geocodes (determines Latitude and Logitude) a user’s location input. This means that the user can type in a zip code, city/state or complete address/city/state/zip and the system will determine a Longitude and Latitude of the centerpoint of … Continue reading
Posted in Development
Leave a comment
YUI Yahoo User Interface
For this new project we decided to work with the YUI (Yahoo User Interface) Javascript library. For the widgets provided, the YUI makes javascript development extremely fast and bug free. The documentation was extremly clear and contained plenty of examples.
Posted in Development, Javascript
Leave a comment
Catalyst Web Framework
I have been using Perl for about 10 years now and I have always wanted to work with a nice Perl based framework. Catalyst is gathering momentum so I will be building some projects utilizing this new framework.
Posted in Development
Leave a comment