<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Anthony&apos;s Blog</title>
      <link>http://learningremix.net/f2006integ/ataylo15/</link>
      <description></description>
      <language>en-us</language>
      <copyright>Copyright 2006</copyright>
      <lastBuildDate>Sat, 09 Dec 2006 12:07:51 -0500</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Re: Webfinancial site</title>
         <description><![CDATA[<blockquote><a title="Webfinancial site (Vershon's Blog)" href="http://learningremix.net/f2006integ/vwatson/2006/12/webfinancial_site_1.shtml">Webfinancial site (Vershon's Blog)</a>  Hey Tony, can you let me know what the new address for the interface is so I can put it in to the entry page.<br />
</blockquote><br />
Vershon, use the following address for the interface;<br />
<br />
http://people.emich.edu/ataylo15/webfinancial.html<br />
<br />
It currently doesn't exist but will shortly.&nbsp; Since the table visibility wasn't created by this past Monday; I created a polymorphic function that dynamically creates a table and displays information based on what arguments are passed to it.&nbsp; It's pretty sweet!<br />
<br />
I don't know what's up with the menu bar; if something isn't posted or emailed by tonight I'll do that too.<br />
<br />]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/12/re_webfinancial_site.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/12/re_webfinancial_site.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">iteration3</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">webfinancial</category>
        
         <pubDate>Sat, 09 Dec 2006 12:07:51 -0500</pubDate>
      </item>
            <item>
         <title>XBRL, what is it?</title>
         <description><![CDATA[Davidia, I've provided a couple links that graphically depict what you describe in your blog.<br />
<br />
<blockquote><a href="http://learningremix.net/f2006integ/dsumler/2006/12/xbrl.shtml" title="XBRL (Davida's Blog)">XBRL (Davida's Blog)</a>  XBRL consists of an instance document, containing primarily the business facts being reported<br />
</blockquote> <br />
<div align="center"><a href="http://www.ey.com/global/content.nsf/International/XBRL-What_is_XBRL">Financial Statement</a><br />
</div>
<br />
<blockquote><a href="http://learningremix.net/f2006integ/dsumler/2006/12/xbrl.shtml" title="XBRL (Davida's Blog)">XBRL (Davida's Blog)</a>  Taxonomies are a collection of XML schema documents and XML documents called linkbases by virtue of their use of XLink.<br />
</blockquote><a href="http://www.ey.com/global/content.nsf/International/XBRL-What_are_Taxonomies"> <br />
</a>
<div align="center"><a href="http://www.ey.com/global/content.nsf/International/XBRL-What_are_Taxonomies"> Taxonomy Components</a><br />
</div>
<br />
It's kind of interesting after having worked with instance documents for a little while.&nbsp; I think that the way that XBRL is formatted is kind of silly in some regards.&nbsp; Referring to different parts of a single document is messy.&nbsp; Loading into and processing in a web interface is difficult because of this. &nbsp; An attribute for each tag that describes the context is equally beneficial-- AND you wouldn't have to refer to different sections of one document at the same time.<br />
<br />
I haven't come across any documentation that explains why context ids and references are set up like they are.&nbsp; Most likely, it's beyond the scope of this project.]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/12/xbrl_what_is_it.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/12/xbrl_what_is_it.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">webfinancial</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">xbrl</category>
        
         <pubDate>Wed, 06 Dec 2006 20:28:25 -0500</pubDate>
      </item>
            <item>
         <title>Thats awesome-- one more thing</title>
         <description><![CDATA[<blockquote><a title="Context parsing (Ryan's Blog)" href="http://learningremix.net/f2006integ/rvandael/2006/12/context_parsing.shtml">Context parsing (Ryan's Blog)</a>  Ok I've tried to implement how you had the sample xml into the engine. Hopefully this will make things a little easier for parsing.<br />
</blockquote><br />
Ryan, that's terrific!&nbsp; I was wondering if you could do one more thing.&nbsp; Will it be possible to open the flood gates and let <em>ALL </em>of the data flow through; in this format?&nbsp; I have all of the required tags coded in JavaScript so I can still compute the different ratios.<br />
<br />
I guess it depends on how your pulling the tags.&nbsp; If your pulling the data based on the tag names, we might have a problem letting everything flow through.&nbsp; If you're pulling based on context ids and references, it should be okay, right?<br />
<br />
I really want to get all of the tags for additional information display.<br />
<br />
What you have done is absolutely terrific!&nbsp; I really appreciate everything that you have done!]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/12/thats_awesome_one_more_thing.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/12/thats_awesome_one_more_thing.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">php</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">webfinancial</category>
        
         <pubDate>Wed, 06 Dec 2006 20:10:54 -0500</pubDate>
      </item>
            <item>
         <title>Re: Re: Ah yes; now I see what you mean</title>
         <description><![CDATA[<blockquote><a href="http://learningremix.net/f2006integ/rvandael/2006/12/re_ah_yes_now_i_see_what_you_m.shtml" title="Re: Ah yes; now I see what you mean (Ryan's Blog)">Re: Ah yes; now I see what you mean (Ryan's Blog)</a>  Also I don't know if I want to make large changes to the xml structure this late because then we also have to make changes to the javascript to load it.  Maybe if you could write some xml in the format you want and I could understand it better and see what you mean.<br />
</blockquote><br />
I agree: large changes to the xml structure this late is not a good idea.&nbsp; I'm also providing a <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/proposed.xml">sample</a> based on <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/copy_of_xbrl.xml">3M's XBRL document</a> so you can see what I meant.<br />
<br />
I don't know how much effort it would take to accomplish this.&nbsp; If it's in your best judgment to not change the structure; I trust you.<br />
<br />
The <u>most important thing</u> is to group together the data by date.&nbsp; The <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/start_date.jpg">start date</a> and <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/end_date.jpg">end date</a> nodes separate needed elements.&nbsp; In this <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/nodes.jpg">example</a>, all of the child nodes under date 09/30/2006 and date 07/01/2006 in fact belong to the same period, 07/01/2006 - 09/30/2006.&nbsp; There isn't a reference provided so I am unable to display these elements to the interface.<br />
<br />
I could try using JavaScript to relate the two.&nbsp; Afterall, the server script does return the url for each company's instance document...<br />
<br />
Also, please don't rename any of the tags...&nbsp; The different (yet similar) tags that are <em>identified</em> are coded into JavaScript.<br />
<br />
Thank you for considering.]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/12/re_re_ah_yes_now_i_see_what_yo.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/12/re_re_ah_yes_now_i_see_what_yo.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">php</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">webfinancial</category>
        
         <pubDate>Mon, 04 Dec 2006 22:11:47 -0500</pubDate>
      </item>
            <item>
         <title>Ah yes; now I see what you mean</title>
         <description><![CDATA[<blockquote><a href="http://learningremix.net/f2006integ/rvandael/2006/12/re_webfinancial_data.shtml" title="Re: Webfinancial data (Ryan's Blog)">Re: Webfinancial data (Ryan's Blog)</a>  I believe what is happening is that I used the start date for the filing date which is the one in July there.  If we need that to change to the end date, or forward both dates through or something that can be done.<br />
</blockquote><br />
I see what you mean...&nbsp; For that particular company and particular form; the examples provided had a context reference of something like &quot;ThreeMonthsEnded_30Sep2006&quot;.&nbsp; The server script separates the data into two nodes, the <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/start_date.jpg">start node</a> and the <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/end_date.jpg">end node</a>.<br />
<br />
Is there a way to put these two 'filing' nodes together?<br />
<br />
And if I could give it one more shot... : )&nbsp; If there was some way to output the results by context-- we would have every tagged item for every company available to work with.&nbsp; This would be awesome because (of both of our headaches) some companies use different tags for the same thing.<br />
<br />
i.e. cashcashequivalents vs. cashcashequivalentsshortterminvestments.<br />
<br />
Maybe different (technically) but the same when computing cash ratio (unless they use the tag marketablesecurities).<br />
<br />
The different tag names makes it time consuming to search for every possible variation of tags through the monstrous documentation for the nearly <a href="http://www.xbrl.org/FRTaxonomies/">2 dozen namespaces</a>.&nbsp; Not to mention, XBRL (a.k.a. XML) is extendable and some companies create <u>THEIR OWN</u> namespaces.&nbsp; Headaches turning into migraines quickly.<br />
<br />
Is there anyway to make it easier???]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/12/ah_yes_now_i_see_what_you_mean.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/12/ah_yes_now_i_see_what_you_mean.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">php</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">webfinancial</category>
        
         <pubDate>Mon, 04 Dec 2006 18:08:50 -0500</pubDate>
      </item>
            <item>
         <title>Updates to javascript code</title>
         <description><![CDATA[I'm providing an updated link to show what I've done with the <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/script.txt">javascript</a> code for the project.&nbsp; I made sure to provide lots of comments so you can see what's going on.]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/12/updates_to_javascript_code.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/12/updates_to_javascript_code.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">webfinancial</category>
        
         <pubDate>Mon, 04 Dec 2006 03:19:30 -0500</pubDate>
      </item>
            <item>
         <title>Webfinancial data</title>
         <description><![CDATA[<blockquote><a title="Update (Ryan's Blog)" href="http://learningremix.net/f2006integ/rvandael/2006/12/update.shtml">Update (Ryan's Blog)</a>  As always, let me know if you need anything else forwarded through.<br />
</blockquote><br />
Well, actually I was wondering if it would be possible to change the way that we grab data from the instance documents.&nbsp; I was reconciling our interface output, the <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/php_figures_and_dates.jpg">php output</a>, and <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/xbrl_figures_and_dates.jpg">xbrl instance</a> doc and found some discrepancies between them.&nbsp; In these examples, the <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/php_figures_and_dates.jpg">php output</a> doesn't provide net income for Sept 30, 2006 even though it's provided in the <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/xbrl_figures_and_dates.jpg">instance doc</a>.&nbsp; Instead it places the net income (894000000) under filing date 07/01/2006.<br />
<br />
Would it be possible to grab the data based on context?<br />
<br />
Examples<br />
Bristol Myers Squibb <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/bristol_myers_squibb_context.jpg">context id</a> and <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/bristol_myers_squibb_context_ref.jpg">context reference</a> <br />
Altria Group <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/altria_group_context.jpg">context id</a> and <a href="http://people.emich.edu/ataylo15/is449/images/iteration3/altria_group_context_ref.jpg">context reference</a><br />
<br />
In both examples, the respective company uses their own context id but always references the context with the data.&nbsp; If it were possible to output (using php) by context, providing the start date, end date, and all tags referencing the context id; it would be a lot easier to do what we are trying to do.<br />
<br />
You have done a lot with the server script and I would understand if it was too much work given the date of iteration 3.&nbsp; But I feel that it would probably be easier to solve our data issue this way.]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/12/webfinancial_data.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/12/webfinancial_data.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">webfinancial</category>
        
         <pubDate>Mon, 04 Dec 2006 03:13:37 -0500</pubDate>
      </item>
            <item>
         <title>That&apos;s cool, but I don&apos;t think we need it</title>
         <description><![CDATA[<blockquote><a href="http://learningremix.net/f2006integ/rvandael/2006/12/php_json.shtml" title="PHP &amp; JSON (Ryan's Blog)">PHP &amp; JSON (Ryan's Blog)</a>  If anyone wanted to look into some server magic with JSON instead of XML.<br />
</blockquote><br />
Using XML is fine; I wrote a constructor function that defines what company data is passed back from your php script.&nbsp; I then load the 'company' objects in an array.&nbsp; I'm going to use the array to compare company names and populate the drop-down lists (unique company name, formtype, and filing dates).&nbsp; It works fine in both FF and IE.<br />
<br />
I'm going to clean up the JavaScript code and post my progress later.<br />
<br />
Thanks for updating the server script, looks great!!!]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/12/thats_cool_but_i_dont_think_we.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/12/thats_cool_but_i_dont_think_we.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">json</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">php</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">webfinancial</category>
        
         <pubDate>Sun, 03 Dec 2006 02:51:48 -0500</pubDate>
      </item>
            <item>
         <title>updated slides</title>
         <description><![CDATA[<p><font face="Arial"><a href="http://people.emich.edu/ataylo15/is449/project/powerpoint-11.27.06.ppt">http://people.emich.edu/ataylo15/is449/project/powerpoint-11.27.06.ppt</a></font></p>
<p>&nbsp;</p>]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/11/updated_slides.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/11/updated_slides.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">webfinancial</category>
        
         <pubDate>Mon, 27 Nov 2006 18:21:25 -0500</pubDate>
      </item>
            <item>
         <title>Screenshot</title>
         <description><![CDATA[<blockquote><a title="eventmaps groupproject prototype2 review (Kokila's Blog)" href="http://learningremix.net/f2006integ/kgangapp/2006/11/eventmaps_groupproject_prototy_1.shtml">eventmaps groupproject prototype2 review (Kokila's Blog)</a>  Great to hear that calendar control works in firefox 2.0...<br />
</blockquote><br />
<a href="http://people.emich.edu/ataylo15/is449/images/calender_control.jpg">ScreenShot</a><br />
<br />
I wonder why it doesn't work in v1.5???]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/11/screenshot.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/11/screenshot.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">eventmaps</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">iteration2</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">prototype2</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">review</category>
        
         <pubDate>Tue, 21 Nov 2006 00:00:41 -0500</pubDate>
      </item>
            <item>
         <title>Team, classmates, and entire universe</title>
         <description><![CDATA[I will not make it to class tonight, I have an early interview that I want to be thoroughly prepared for.&nbsp; I haven't missed any classes to date, so I hope my transgressions are forgivable.]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/11/team_classmates_and_entire_uni.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/11/team_classmates_and_entire_uni.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">class</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">is449</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">webfinancial</category>
        
         <pubDate>Mon, 20 Nov 2006 16:42:23 -0500</pubDate>
      </item>
            <item>
         <title>User review::Concerquest</title>
         <description><![CDATA[<blockquote><a href="http://learningremix.net/f2006integ/tdavison/2006/11/iteration_2.shtml" title="Iteration 2 (Todd's Blog)">Iteration 2 (Todd's Blog)</a>  Jason posted the site here:<br />
</blockquote><br />
I like the table over the list box to display the events.&nbsp; I think that the table provides a means of organization as well as control of the interface.&nbsp; With the list box, the user was able to type text into the box.<br />
<br />
The ability to enter any zip code is fabulous; good job.<br />
<br />
When selecting the 100 mile distance, I've noticed that the anomaly plot only happens when an entire address isn't supplied.&nbsp; I entered 48109 for the zip (with a 100 mile radius) and an event in Canada was plotted in Arkansas.&nbsp; The street address was missing.&nbsp; An event in Auburn Hills MI ALSO had a missing street address-- BUT THAT EVENT WAS PLOTTED CORRECTLY.&nbsp; The Auburn Hills event had a zip code while the Canada event did not.<br />
<br />
I wonder if a missing zip code is the cause of the anomaly plot...]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/11/user_reviewconcerquest.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/11/user_reviewconcerquest.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">concerquest</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">groupproject</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">prototype2</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">review</category>
        
         <pubDate>Sun, 19 Nov 2006 21:07:08 -0500</pubDate>
      </item>
            <item>
         <title>User review::Kayakers</title>
         <description><![CDATA[<blockquote><a href="http://learningremix.net/f2006integ/ltabor/2006/11/kayakers_iteration_two.shtml" title="Kayakers Iteration Two (Lori's Blog)">Kayakers Iteration Two (Lori's Blog)</a>  Here is our website and powerpoint presentation slides for our Iteration Two<br />
</blockquote><br />
I want to start out by saying good job; you guys have made a lot of progress.&nbsp; The look and feel of your interface has improved tremendously over your first iteration.<br />
<br />
The entry page to your interface is very helpful.&nbsp; The instructions clearly state what to expect.&nbsp; Also, the loading status box is a very nice insert; very helpful in letting the user know what's going on.<br />
<br />
The horizontal rule, little kayaker in the corner and the map are all nice additions.&nbsp; I like how you've formatted the interface.<br />
<br />
One thing that I want to mention is that when rolling the mouse pointer over the list of hotels (blue box adjacent to the map), I've noticed some funky happenins going on.&nbsp; The description boxes that appear for each hotel appears all over the interface.&nbsp; For example, if I roll over a hotel that isn't visible on the map; the corresponding description box 'pops up' in misc spots on the interface.<br />
<br />
Despite the latter comment; GREAT JOB KAYAKERS!!!]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/11/user_reviewkayakers.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/11/user_reviewkayakers.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">groupproject</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">kayakers</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">prototype2</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">review</category>
        
         <pubDate>Sun, 19 Nov 2006 20:37:33 -0500</pubDate>
      </item>
            <item>
         <title>User review::EventMaps</title>
         <description><![CDATA[<blockquote><a href="http://learningremix.net/f2006integ/uharihar/2006/11/eventmaps_prototype2.shtml" title="EventMaps: Prototype2 (Usha's Blog)">EventMaps: Prototype2 (Usha's Blog)</a>  Thank you all for taking the time to review our site, looking forward to your feedback...<br />
</blockquote><br />
EventMaps, you really have done a great job.&nbsp; The changes in the way that it looks make your interface really nice to use.&nbsp; Very professional : )&nbsp; You've also added some really cool features; I like how event images from evdb show up in the interface.&nbsp; I also like the size of your map; for a half hour I looked for a satellite image of every place I could think of.&nbsp; That includes my parents house, comerica park, the ren cen, etc.&nbsp; All showed up in great detail thanks to the size of your map!<br />
<br />
One event had a <a href="http://www.eventbrite.com/event/40336648">register button</a> located inside the information box.&nbsp; I thought that having that kind of capability embedded within the interface was especially neat!&nbsp; I also have to disagree with your slideshow: I was able to pull up the calendar control in FireFox.&nbsp; I'm using version 2.0, so that may have to do with the version that your testing with.<br />
<br />
If I had to suggest something, it would be to move the scroll box (I don't know what to call it) to the corner of the interface.&nbsp; When I say scroll box, I mean the box that lists each event.<br />
<br />
Other than that; you guys have done a terrific job!!!!!]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/11/user_review_eventmaps.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/11/user_review_eventmaps.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">eventmaps</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">groupproject</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">prototype2</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">review</category>
        
         <pubDate>Sun, 19 Nov 2006 19:35:58 -0500</pubDate>
      </item>
            <item>
         <title>User review::EducationChuser</title>
         <description><![CDATA[<blockquote><a title="Education ChUser: Prototype2 Slides and Site (Rajyalakshmi's Blog)" href="http://learningremix.net/f2006integ/rkanduri/2006/11/education_chuser_prototype2_sl.shtml">Education ChUser: Prototype2 Slides and Site (Rajyalakshmi's Blog)</a>  Our Education ChUser team greatly appreciate your reviews.<br />
</blockquote><br />
Wow, EducationChuser your interface is awesome!&nbsp; Packed with features and the attention to detail is absolutely outstanding!<br />
<br />
I really like how you've incorporated the directions (to and from) each university.&nbsp; Adding the ability to input user reviews, displaying each school's logo, and the cnn news feed demonstrates a tremendous effort.&nbsp; Great job!&nbsp; From reading your ppt, I see that you've added quite a few more features.<br />
<br />
The number of features are substantial.&nbsp; The appearance of your interface is very professional.&nbsp; I really dig your progress!<br />
<br />
I will concur; it does not work (fully functional) in FireFox.&nbsp; However I was able to get the schools mapped only to have the browser wigg out after selecting a school.&nbsp; I get multiple alert boxes telling me an address &quot;not found&quot;.<br />
<br />
Again, great job.&nbsp; I love it!]]></description>
         <link>http://learningremix.net/f2006integ/ataylo15/2006/11/user_review_educationchuser.shtml</link>
         <guid>http://learningremix.net/f2006integ/ataylo15/2006/11/user_review_educationchuser.shtml</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">educationchuser</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">groupproject</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">prototype2</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">review</category>
        
         <pubDate>Sun, 19 Nov 2006 18:52:22 -0500</pubDate>
      </item>
      
   </channel>
</rss>
