<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Quixotic &#187; OL Architect</title>
	<atom:link href="http://vasir.net/blog/tag/ol-architect/feed/" rel="self" type="application/rss+xml" />
	<link>http://vasir.net/blog</link>
	<description>Erik Hazzard&#039;s various thoughts and ramblings</description>
	<lastBuildDate>Tue, 13 Apr 2010 19:57:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Controls and Panels</title>
		<link>http://vasir.net/blog/ol-architect/controls-and-panels/</link>
		<comments>http://vasir.net/blog/ol-architect/controls-and-panels/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 17:24:32 +0000</pubDate>
		<dc:creator>Erik Hazzard</dc:creator>
				<category><![CDATA[OL Architect]]></category>
		<category><![CDATA[OpenLayers]]></category>
		<category><![CDATA[progress]]></category>

		<guid isPermaLink="false">http://vasir.net/blog/?p=37</guid>
		<description><![CDATA[Overview &#8211; OpenLayers Architect recent progress &#8211; Implemented control / panel integration
One of the biggest problems I encountered while working on the controls was that some controls belong to panels and some are independent.  My first step was to determine what controls would not go inside a panel (for example, the overview map).  I stored [...]]]></description>
		<wfw:commentRss>http://vasir.net/blog/ol-architect/controls-and-panels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OLArchitect Theme Concept</title>
		<link>http://vasir.net/blog/ol-architect/olarchitect-theme-concept/</link>
		<comments>http://vasir.net/blog/ol-architect/olarchitect-theme-concept/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 20:09:59 +0000</pubDate>
		<dc:creator>Erik Hazzard</dc:creator>
				<category><![CDATA[OL Architect]]></category>
		<category><![CDATA[adapation]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[OpenLayers]]></category>
		<category><![CDATA[plan]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://vasir.net/blog/?p=30</guid>
		<description><![CDATA[I&#8217;m going to discuss briefly my thoughts on OLArchitect&#8217;s Theme / CSS system.  I have not yet finished the control and panel configuration completely (but I have finished the configuration of all the basic controls), but I am far exceeding my expectations so far.  My current progress occasionally encourages me to consider how I am [...]]]></description>
		<wfw:commentRss>http://vasir.net/blog/ol-architect/olarchitect-theme-concept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GSoC Midterm Update &#8211; On to controls!</title>
		<link>http://vasir.net/blog/ol-architect/gsoc-midterm-update-on-to-controls/</link>
		<comments>http://vasir.net/blog/ol-architect/gsoc-midterm-update-on-to-controls/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 14:33:05 +0000</pubDate>
		<dc:creator>Erik Hazzard</dc:creator>
				<category><![CDATA[OL Architect]]></category>
		<category><![CDATA[configuration options]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[OpenLayers]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://vasir.net/blog/?p=29</guid>
		<description><![CDATA[OLArchitect&#8217;s layer list configuration is just about complete.  Apart from stylistic issues, it has about all the functionality I want at this point.  I&#8217;m happy with my progress thusfar, and although I have a lot of work left to do, the ground work for everything is in place and I expect to stay on track [...]]]></description>
		<wfw:commentRss>http://vasir.net/blog/ol-architect/gsoc-midterm-update-on-to-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding Updates, Use of Eval and Other Mistakes</title>
		<link>http://vasir.net/blog/ol-architect/coding-updates-use-of-eval-and-other-mistakes/</link>
		<comments>http://vasir.net/blog/ol-architect/coding-updates-use-of-eval-and-other-mistakes/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 07:43:00 +0000</pubDate>
		<dc:creator>Erik Hazzard</dc:creator>
				<category><![CDATA[OL Architect]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[correct syntax]]></category>
		<category><![CDATA[eval]]></category>
		<category><![CDATA[gsoc 2008]]></category>
		<category><![CDATA[layer options]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Sortables]]></category>

		<guid isPermaLink="false">http://vasir.net/blog/?p=23</guid>
		<description><![CDATA[I&#8217;ve finally almost completed the way layer lists work.  The backend is completely done, and the front end is nearly finished also.  Sorting columns works (implementing MooTools), as does saving and editing a created layer.  It took me a while to figure out how to get the sortables working with the dynamically created layers, but [...]]]></description>
		<wfw:commentRss>http://vasir.net/blog/ol-architect/coding-updates-use-of-eval-and-other-mistakes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Sortable Lists on Event Creation</title>
		<link>http://vasir.net/blog/mootools/dynamic-sortable-lists-on-event-creation/</link>
		<comments>http://vasir.net/blog/mootools/dynamic-sortable-lists-on-event-creation/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 07:28:01 +0000</pubDate>
		<dc:creator>Erik Hazzard</dc:creator>
				<category><![CDATA[MooTools]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[OL Architect]]></category>
		<category><![CDATA[serialize]]></category>
		<category><![CDATA[Sortables]]></category>
		<category><![CDATA[toolbox]]></category>

		<guid isPermaLink="false">http://vasir.net/blog/?p=24</guid>
		<description><![CDATA[It took me a while to figure out how to get the sortables working with the dynamically created layers, but it turned out to not be as big of a problem as I expected.  My problem was that a list needed to have items added to it after two events that depended on each other [...]]]></description>
		<wfw:commentRss>http://vasir.net/blog/mootools/dynamic-sortable-lists-on-event-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OLArchitect&#8217;s Layer List</title>
		<link>http://vasir.net/blog/ol-architect/olarchitects-layer-list/</link>
		<comments>http://vasir.net/blog/ol-architect/olarchitects-layer-list/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 21:49:44 +0000</pubDate>
		<dc:creator>Erik Hazzard</dc:creator>
				<category><![CDATA[OL Architect]]></category>
		<category><![CDATA[challenges]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[layer options]]></category>
		<category><![CDATA[original project]]></category>
		<category><![CDATA[progress]]></category>

		<guid isPermaLink="false">http://vasir.net/blog/?p=11</guid>
		<description><![CDATA[I’ve deviated a bit from my original project plan, but with good purpose.  My initial goal was to code draggable and resizeable boxes, but I’ve shifted my focus to working on layer configuration.  I had originally planned to focus on layer configuration a bit later as I thought it would give me the most problems, [...]]]></description>
		<wfw:commentRss>http://vasir.net/blog/ol-architect/olarchitects-layer-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OLArchitect Mockup</title>
		<link>http://vasir.net/blog/ol-architect/olarchitect-mockup/</link>
		<comments>http://vasir.net/blog/ol-architect/olarchitect-mockup/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 21:47:18 +0000</pubDate>
		<dc:creator>Erik Hazzard</dc:creator>
				<category><![CDATA[OL Architect]]></category>
		<category><![CDATA[configuration options]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[mockup]]></category>
		<category><![CDATA[obstacles]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[rough layout]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://vasir.net/blog/?p=10</guid>
		<description><![CDATA[This is my first real update that has substance. I’m excited. I haven’t spent nearly as much time as I’ve wanted to on the project the last couple weeks, but I’m finally getting everything off the ground.  Yesterday I helped a friend with a project he was working on and I reached a mini enlightenment [...]]]></description>
		<wfw:commentRss>http://vasir.net/blog/ol-architect/olarchitect-mockup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The time is neigh!</title>
		<link>http://vasir.net/blog/ol-architect/the-time-is-neigh/</link>
		<comments>http://vasir.net/blog/ol-architect/the-time-is-neigh/#comments</comments>
		<pubDate>Fri, 23 May 2008 21:43:38 +0000</pubDate>
		<dc:creator>Erik Hazzard</dc:creator>
				<category><![CDATA[OL Architect]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[OpenLayers]]></category>
		<category><![CDATA[project roadmap]]></category>
		<category><![CDATA[theme selection]]></category>
		<category><![CDATA[web interface]]></category>

		<guid isPermaLink="false">http://vasir.net/blog/?p=9</guid>
		<description><![CDATA[I’ve made a lot of progress abstracting out OL Architect and I’ve come up with a more extensive and detailed roadmap.  After seeing how incredibly useful OLON will be, I’ve revised my original plan a bit to incorporate it and updated some of the project’s goals.
My original plan was the following:

Project Roadmap
Step 1. Collect Underpants
Step [...]]]></description>
		<wfw:commentRss>http://vasir.net/blog/ol-architect/the-time-is-neigh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GSoC 2008 Update</title>
		<link>http://vasir.net/blog/ol-architect/gsoc-2008-update/</link>
		<comments>http://vasir.net/blog/ol-architect/gsoc-2008-update/#comments</comments>
		<pubDate>Sun, 18 May 2008 21:41:17 +0000</pubDate>
		<dc:creator>Erik Hazzard</dc:creator>
				<category><![CDATA[OL Architect]]></category>
		<category><![CDATA[gsoc 2008]]></category>
		<category><![CDATA[Layers]]></category>
		<category><![CDATA[olon]]></category>

		<guid isPermaLink="false">http://vasir.net/blog/?p=8</guid>
		<description><![CDATA[It’s almost time to begin coding!     I’ve spent a bit of time using OLON (Open Layers Object Notation) and I like it &#8211; I’ll be using it for OL Architect. I have a very good idea of exactly what the site will look like and how everything will be laid out &#8211; if [...]]]></description>
		<wfw:commentRss>http://vasir.net/blog/ol-architect/gsoc-2008-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Application accepted!</title>
		<link>http://vasir.net/blog/ol-architect/application-accept/</link>
		<comments>http://vasir.net/blog/ol-architect/application-accept/#comments</comments>
		<pubDate>Thu, 08 May 2008 21:40:15 +0000</pubDate>
		<dc:creator>Erik Hazzard</dc:creator>
				<category><![CDATA[OL Architect]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[olon]]></category>
		<category><![CDATA[OpenLayers]]></category>
		<category><![CDATA[openlayers project]]></category>

		<guid isPermaLink="false">http://vasir.net/blog/?p=7</guid>
		<description><![CDATA[Well, I got into GSoC so I might as well start updating this   .  I’ll be working on a web app that will generate OpenLayer maps on the fly based on user specifications.  I plan to start coding in a couple weeks, but first I plan to decide exactly how I am going [...]]]></description>
		<wfw:commentRss>http://vasir.net/blog/ol-architect/application-accept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
