<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>Shoko&apos;s Blog</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/" />
   <link rel="self" type="application/atom+xml" href="http://learningremix.net/f2006integ/snukaya/atom.xml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13</id>
   <updated>2006-12-06T06:14:16Z</updated>
   
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.31</generator>

<entry>
   <title>eventmaps testing search results display</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/12/eventmaps_testing_search_resul.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.1027</id>
   
   <published>2006-12-06T06:08:26Z</published>
   <updated>2006-12-06T06:14:16Z</updated>
   
   <summary><![CDATA[ Kokila's Blog For a search which yields more than 25 results, only first 25 results are displayed in the events list and&nbsp;for the events occuring in the same location the markers are overlapping so not all markers are visible...]]></summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="display" label="display" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="eventmaps" label="eventmaps" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="results" label="results" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="search" label="search" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="testing" label="testing" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<blockquote>
<p><strong><font size="2" face="Arial"><a href="http://learningremix.net/f2006integ/kgangapp/" title="Kokila's Blog">Kokila's Blog</a></font></strong></p>
<p><strong><font size="2" face="Arial">For a search which yields more than 25 results, only first 25 results are displayed in the events list and&nbsp;for the events occuring in the same location the markers are overlapping so not all markers are visible on the map.</font></strong></p>
</blockquote><strong><font size="2"><font face="Arial">Thanks, kokila,<br />
There are two ways to solve this issue.<br />
1st) not set the &quot;page_size&quot;.<br />
&quot;page_size&quot; argument is optional for the evdb search api. Right now we put &quot;page_size=25&quot; argument when we call the event search api every time. However if we don't set the &quot;page_size&quot;, we can get all events at one time.<br />
2nd) we can call search api (total_items/25) times with &quot;page_number&quot; argument.</font></font></strong>]]>
      
   </content>
</entry>
<entry>
   <title></title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/12/eventmaps_narrow_zoom_range_is_1.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.987</id>
   
   <published>2006-12-03T05:26:17Z</published>
   <updated>2006-12-03T05:29:42Z</updated>
   
   <summary>Eventmaps: Narrow zoom range issue (Kokila&apos;s Blog) thanks kokila! I checked it. Both are due to the same cause. The error is fixed. If there are any other errors, please let me know....</summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="eventmaps" label="eventmaps" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="issue" label="issue" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="narrow" label="narrow" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="range" label="range" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="zoom" label="zoom" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<strong><font size="2" face="Arial"><a href="http://learningremix.net/f2006integ/kgangapp/2006/12/eventmaps_narrow_zoom_range_issue.shtml" title="Eventmaps: Narrow zoom range issue (Kokila's Blog)">Eventmaps:  Narrow zoom range issue (Kokila's Blog)</a><br />
<br />
thanks kokila!<br />
I checked it.<br />
Both are due to the same cause. <br />
The error is fixed.<br />
<br />
If there are any other errors,<br />
please let me know.<br />
</font></strong>]]>
      
   </content>
</entry>
<entry>
   <title>JavaScript Library</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/11/javascript_library.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.969</id>
   
   <published>2006-11-29T19:32:40Z</published>
   <updated>2006-11-29T19:35:09Z</updated>
   
   <summary>There are useful javascript libarary sites. listed below. Yahoo! UI Library http://developer.yahoo.com/yui/ script.aculo.us http://script.aculo.us/ Rico http://www.openrico.org/ Prototype Window Class http://prototype-window.xilinus.com/ Lightbox JS http://www.huddletogether.com/projects/lightbox2/ Prototype http://prototype.conio.net/...</summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="javascript" label="javascript" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="library" label="library" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<strong><font size="2" face="Arial">There are useful javascript libarary sites.<br />
listed below.<br />
<br />
Yahoo! UI Library<br />
<a href="http://developer.yahoo.com/yui/">http://developer.yahoo.com/yui/</a><br />
<br />
script.aculo.us<br />
<a href="http://script.aculo.us/">http://script.aculo.us/</a><br />
<br />
Rico<br />
<a href="http://www.openrico.org/">http://www.openrico.org/</a><br />
<br />
Prototype Window Class<br />
<a href="http://prototype-window.xilinus.com/">http://prototype-window.xilinus.com/</a><br />
<br />
Lightbox JS<br />
<a href="http://www.huddletogether.com/projects/lightbox2/">http://www.huddletogether.com/projects/lightbox2/</a><br />
<br />
Prototype<br />
<a href="http://prototype.conio.net/">http://prototype.conio.net/</a><br />
<br />
</font></strong>]]>
      
   </content>
</entry>
<entry>
   <title>Eventmaps: Any other errors?</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/11/eventmaps_any_other_errors.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.968</id>
   
   <published>2006-11-29T19:31:03Z</published>
   <updated>2006-11-29T19:32:36Z</updated>
   
   <summary>Sometimes the picture doesn&apos;t show in the Satellite window. Now, I&apos;m examining the issue. If there are any other errors, please let me know....</summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="eventmaps" label="eventmaps" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="groupproject" label="groupproject" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<strong><font size="2" face="Arial">Sometimes the picture doesn't show in the Satellite window.<br />
Now, I'm examining the issue.<br />
If there are any other errors, <br />
please let me know.</font></strong>]]>
      
   </content>
</entry>
<entry>
   <title>Eventmaps: Narrow zoom range issue</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/11/eventmaps_narrow_zoom_range_is.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.967</id>
   
   <published>2006-11-29T19:26:46Z</published>
   <updated>2006-11-29T19:31:07Z</updated>
   
   <summary>eventmaps prototype2 review summary groupproject (Kokila&apos;s Blog) Kokila, what is the problem? I couldn&apos;t find the review about the narrow zooming range issue. Please let me know more details. I can figure out the issue....</summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="eventmaps" label="eventmaps" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="groupproject" label="groupproject" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="review" label="review" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<strong><font size="2" face="Arial"><a href="http://learningremix.net/f2006integ/kgangapp/2006/11/eventmaps_prototype2_review_su.shtml" title="eventmaps prototype2 review summary groupproject (Kokila's Blog)">eventmaps  prototype2 review summary groupproject (Kokila's Blog)</a> <br />
Kokila,<br />
what is the problem?<br />
I couldn't find the review about the narrow zooming range issue.<br />
Please let me know more details.<br />
I can figure out the issue.<br />
</font></strong>]]>
      
   </content>
</entry>
<entry>
   <title>Eventmaps: Mark in ANTARCTICA issue</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/11/eventmaps_mark_in_antarctica_i.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.966</id>
   
   <published>2006-11-29T19:23:56Z</published>
   <updated>2006-11-29T19:26:40Z</updated>
   
   <summary>EventMaps Prototype 2 Review (Eric&apos;s Blog) The error is fixed. When the geocoder error happened, there was one simple error code and I fixed it....</summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="eventmaps" label="eventmaps" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="groupproject" label="groupproject" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<strong><font size="2" face="Arial"><a href="http://learningremix.net/f2006integ/enapier/2006/11/eventmaps_prototype_2_review.shtml" title="EventMaps Prototype 2 Review (Eric's Blog)">EventMaps  Prototype 2 Review (Eric's Blog)</a><br />
The error is fixed.<br />
When the geocoder error happened, there was one simple error code and I fixed it.</font></strong><br />]]>
      
   </content>
</entry>
<entry>
   <title>Eventmaps: Crossbrowser issue</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/11/eventmaps_crossbrowser_issue.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.965</id>
   
   <published>2006-11-29T19:20:09Z</published>
   <updated>2006-11-29T19:23:57Z</updated>
   
   <summary>Screenshot eventmaps groupproject prototype2 review (Kokila&apos;s Blog) The crossbrowser issues were already fixed before posted as prototype-2. (1. calendar issue, 2.picture and icon in the infowindow issue) Sorry to confuse you. I&apos;m wondering if there are other issues I didn&apos;t...</summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="crossbrowser" label="crossbrowser" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="eventmaps" label="eventmaps" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="groupproject" label="groupproject" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<strong><font size="2"><a href="http://learningremix.net/f2006integ/kgangapp/2006/11/screenshot_eventmaps_groupproject_prototype2_review_.shtml" title="Screenshot eventmaps groupproject prototype2 review (Kokila's Blog)">Screenshot  eventmaps groupproject prototype2 review (Kokila's Blog)</a><br />
<br />
</font></strong><font size="2" face="Arial"><strong>The crossbrowser issues were already fixed before posted as prototype-2.<br />
(1. calendar issue, 2.picture and icon in the infowindow issue)<br />
Sorry to confuse you.<br />
I'm wondering if there are other issues I didn't notice.<br />
Please let me know.</strong></font>]]>
      
   </content>
</entry>
<entry>
   <title>Review: Concerquest prototype2</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/11/review_concerquest_prototype2.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.844</id>
   
   <published>2006-11-15T20:02:23Z</published>
   <updated>2006-11-15T20:26:18Z</updated>
   
   <summary><![CDATA[Great Progress! The interface is simple and easy to use. However, I think start time is very important for events. Also, you need a title for the page. I&rsquo;m looking forward to your proto3.　Good luck!...]]></summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="concerquest" label="concerquest" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="groupproject" label="groupproject" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="prototype2" label="prototype2" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="review" label="review" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<p align="left" style="text-align: left;" class="MsoNormal"><strong><font size="2" face="Arial"><span lang="EN-US">Great Progress!<br />
The interface is simple and easy to use.<br />
However, I think start time is very important for events. Also, you need a title for the page.<span style=""></span><br />
I&rsquo;m looking forward to your proto3.</span><span style="font-family: &quot;ＭＳ Ｐゴシック&quot;;">　</span><span lang="EN-US">Good luck!</span></font></strong></p>]]>
      
   </content>
</entry>
<entry>
   <title>Review: Webfinancial prototype2</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/11/review_webfinancial_prototype2.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.843</id>
   
   <published>2006-11-15T20:01:03Z</published>
   <updated>2006-11-15T20:17:29Z</updated>
   
   <summary><![CDATA[Great Work! Interesting Application! It is easy to use and gives useful information. I was wondering why there are about 4 &quot;MICROSOFOT CORP&quot; in the company list same as Kokila mentioned before. It would be helpful to include commas in...]]></summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="groupproject" label="groupproject" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="prototype2" label="prototype2" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="review" label="review" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="webfinancial" label="webfinancial" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<p class="MsoNormal"><strong><font size="2" face="Arial"><span lang="EN-US">Great Work! Interesting Application!<br />
It is easy to use and gives useful information.<br />
I was wondering why there are about 4 &quot;MICROSOFOT CORP&quot; in the company list same as <a href="http://learningremix.net/f2006integ/kgangapp/2006/11/webfinancial_prototype2_review.shtml">Kokila</a> mentioned before.<br />
It would be helpful to include commas in the numbers. Also, the underlines on the left side look like links.<o:p> <br />
</o:p></span></font></strong></p>
<p align="left" style="text-align: left;" class="MsoNormal"><strong><font size="2" face="Arial"><span lang="EN-US">I&rsquo;m looking forward to your proto3.</span><span style="font-family: &quot;ＭＳ Ｐゴシック&quot;;">　</span><span lang="EN-US">Good luck!</span></font></strong></p>]]>
      
   </content>
</entry>
<entry>
   <title>Review: Kayakers prototype2</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/11/review_kayakers_prototype2.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.835</id>
   
   <published>2006-11-15T04:40:29Z</published>
   <updated>2006-11-15T20:28:16Z</updated>
   
   <summary><![CDATA[Great Progress!! Your application looks nice! Especially, I like your mouse over behavior: tooltips, because you can get hotel names without a mouse click. It&rsquo;s a really good idea. One issue is that I clicked the right side hotel list,...]]></summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="groupproject" label="groupproject" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="kayakers" label="kayakers" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="prototype2" label="prototype2" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="review" label="review" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<p class="MsoNormal" style=""><font size="2"><strong><font face="Arial"><span lang="EN-US">Great Progress!! </span></font></strong></font></p>
<p align="left" class="MsoNormal" style="text-align: left;"><font size="2"><strong><font face="Arial"><span lang="EN-US">Your application looks nice! Especially, I like your mouse over behavior: tooltips, because you can get hotel names without a mouse click. It&rsquo;s a really good idea.<o:p> <br />
</o:p></span></font></strong></font></p>
<p align="left" class="MsoNormal" style="text-align: left;"><font size="2"><strong><font face="Arial"><span lang="EN-US">One issue is that I clicked the right side hotel list, and the wrong marker&rsquo;s info window popped up. It seems to shift by one line.</span></font></strong></font></p>
<p align="left" class="MsoNormal" style="text-align: left;"><font size="2"><strong>I'm looking forward to your proto3. Good luck!</strong><strong><font face="Arial"><span lang="EN-US"><o:p></o:p></span></font></strong></font></p>]]>
      
   </content>
</entry>
<entry>
   <title>EventMaps Prototype 2 Review</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/11/eventmaps_prototype_2_review.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.829</id>
   
   <published>2006-11-15T02:49:24Z</published>
   <updated>2006-11-15T20:31:16Z</updated>
   
   <summary><![CDATA[EventMaps Prototype 2 Review (Eric's Blog) &nbsp; Eric, Thank you for your comment! 1. I think the site would be more effective if the user were able to close the search results box. I think you mentioned during your presentation...]]></summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="eventmaps" label="eventmaps" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="groupproject" label="groupproject" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="prototype2" label="prototype2" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="review" label="review" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<font face="Arial"><strong><font size="2"><a title="EventMaps Prototype 2 Review (Eric's Blog)" href="http://learningremix.net/f2006integ/enapier/2006/11/eventmaps_prototype_2_review.shtml">EventMaps  Prototype 2 Review (Eric's Blog)</a><br />
&nbsp;<strong><br />
Eric</strong></font><font size="2"><strong><span lang="EN-US">,<br />
Thank you for your comment!<br />
</span></strong></font></strong></font><blockquote><font face="Arial"><strong><font size="2">1. I think the site would be more effective if the user were able to close the search results box. I think you mentioned during your presentation that you would like to do something like this..... </font></strong></font></blockquote><font face="Arial"><strong><font size="2">Valuable advice!<br />
W</font><font size="2"><strong>e are reconsidering layout issues for the final.<br />
<br />
</strong></font></strong></font><blockquote><font face="Arial"><strong><font size="2">2. When I put in the following information: &quot;Category: Music,&quot; &quot;Location: Ypsilanti, MI,&quot; &quot;Radius: 5 miles,&quot; and &quot;Date: Future,&quot;......<br />
</font></strong></font></blockquote><font face="Arial"><strong><font size="2">ANTARCTICA! Oh...<img alt="" src="/mt-static-f2006/FCKeditor/emoticons/confused_smile.gif" /><br />
Thanks for letting me know&nbsp; I didn't notice it.<br />
</font><font size="2"><strong></strong></font></strong></font>]]>
      
   </content>
</entry>
<entry>
   <title>Review by Raji: Eventmaps Prototype II</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/11/review_by_raji_eventmaps_proto.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.819</id>
   
   <published>2006-11-14T17:28:37Z</published>
   <updated>2006-11-15T20:34:03Z</updated>
   
   <summary>Review by Raji: Eventmaps Prototype II (Rajyalakshmi&apos;s Blog) Dear Eventmappers, Excellent job on the prototype II. Your UI looks awesome ! It was a great presentation Raji, Thank you for your comment! Here are a few issues I thought I...</summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="eventmpas" label="eventmpas" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="groupproject" label="groupproject" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="prototype2" label="prototype2" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="review" label="review" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<font size="2" face="Arial"><strong><a title="Review by Raji: Eventmaps Prototype II (Rajyalakshmi's Blog)" href="http://learningremix.net/f2006integ/rkanduri/2006/11/review_by_raji_eventmaps_proto.shtml">Review  by Raji: Eventmaps Prototype II (Rajyalakshmi's Blog)</a><br />
</strong></font>
<div class="entry-body"><font size="2" face="Arial"><strong><font color="#339966"><span style="font-weight: bold;"></span></font></strong></font><blockquote><font size="2" face="Arial"><strong><font color="#339966"><span style="font-weight: bold;"><font color="#339966"><font color="#000000">Dear Eventmappers,</font></font></span></font><br />
<font color="#339966"><span style="font-weight: bold;"><font color="#339966"><font color="#000000"> Excellent job on the <a target="prototype II" href="http://people.emich.edu/uharihar/is696/nov10/eventmaps.htm#">prototype II</a>. Your UI looks awesome ! It was a great <a target="presentation" href="http://people.emich.edu/uharihar/is696/nov10/EventMaps_ProtoII.pps">presentation</a><br />
</font></font></span></font></strong></font></blockquote>
<p class="MsoNormal">  </p>
<p class="MsoNormal"><font size="2" face="Arial"><strong><span lang="EN-US">Raji,<br />
Thank you for your comment!</span><br />
</strong></font></p>
<blockquote><font size="2" face="Arial"><strong><font color="#339966"><span style="font-weight: bold;"><font color="#339966"><font color="#000000">Here are a few issues I thought I would let you know-</font></font></span></font><br />
<font color="#339966"><span style="font-weight: bold;"><font color="#339966"><font color="#000000"> The panel in which you have the event markers is fixed. I agree with Nattakorn here. I think it would be more user friendly if the user can move the panel anywhere he wants on the screen.</font></font></span></font><font color="#339966"><span style="font-weight: bold;"></span></font><br />
</strong></font></blockquote><font size="2" face="Arial"><strong>nice idea! we are reconsidering layout issues for the next proto.<br />
</strong><strong><font color="#339966"><span style="font-weight: bold;"></span></font><font color="#339966"><span style="font-weight: bold;"></span></font><font color="#339966"><span style="font-weight: bold;"></span></font><font color="#339966"><span style="font-weight: bold;"></span></font><font color="#339966"><span style="font-weight: bold;"></span></font><font color="#339966"><span style="font-weight: bold;"></span></font><font color="#339966"><span style="font-weight: bold;"></span></font><font color="#339966"><span style="font-weight: bold;"></span></font><font color="#339966"><span style="font-weight: bold;"></span></font><font color="#339966"><span style="font-weight: bold;"></span></font><font color="#339966"><span style="font-weight: bold;"></span></font></strong></font><blockquote><font size="2" face="Arial"><strong><font color="#339966"><span style="font-weight: bold;"></span></font></strong></font></blockquote><blockquote><font size="2" face="Arial"><strong><font color="#339966"><span style="font-weight: bold;"><font color="#339966"><font color="#000000">What is the number that we see beside the search button. You might have mentioned it in the class but I apologise if I missed that. If that is the number of events/search results, I see a different number of&nbsp; markers in the panel.</font></font></span></font><br />
</strong></font></blockquote><font size="2" face="Arial"><strong>yes, the number is the count of events.<br />
Sometimes some events are located in the same place, so markers are lapped over in the same place.<br />
I think your case is this case.<br />
</strong></font><blockquote><font size="2" face="Arial"><strong><font color="#339966"><span style="font-weight: bold;"></span></font></strong></font></blockquote><blockquote><font size="2" face="Arial"><strong><font color="#339966"><span style="font-weight: bold;"><font color="#339966"><font color="#000000"> I opened your application both in mozilla and IE but couldn't find the image tab. Did you remove it&nbsp; by any chance?</font></font></span></font><br />
</strong></font></blockquote><font size="2" face="Arial"><strong><font color="#339966"><span style="font-weight: bold;"><font color="#339966"><font color="#000000"><img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /></font></font></span></font>No, we didn't remove this feature. We can see both in IE and Firefox.<br />
But the Image tab is added only in case the event data from EVDB has image information.<br />
</strong></font><blockquote><font size="2" face="Arial"><strong><font color="#339966"><span style="font-weight: bold;"></span></font></strong></font></blockquote><font size="2" face="Arial"><strong><font color="#339966"><span style="font-weight: bold;"><font color="#339966"><font color="#000000"><img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot-1.jpg" alt="" /></font></font></span></font></strong></font></div>
<font size="2" face="Arial"><strong></strong></font>]]>
      
   </content>
</entry>
<entry>
   <title>Review: EducationChuser prototype2</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/11/review_educationchuser_prototy.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.815</id>
   
   <published>2006-11-14T17:21:29Z</published>
   <updated>2006-11-15T20:36:17Z</updated>
   
   <summary>EducationChuser team! Great progress!! Great User Interface! I like user review functions and the CNN feed. It&apos;s interesting. One issue is that I got some errors, probably geocoder errors. I wonder if it is possible to store the latitude/ longitude...</summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="educationchuser" label="educationchuser" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="groupproject" label="groupproject" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="prototype2" label="prototype2" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="review" label="review" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<font size="2"><strong>EducationChuser team!<br />
</strong></font>
<p class="MsoNormal"><font size="2"><strong><span lang="EN-US">Great progress!! Great User Interface!<br />
I like user review functions and the CNN feed.<br />
It's interesting.<o:p> <br />
</o:p></span></strong></font></p>
<p align="left" class="MsoNormal" style="text-align: left;"><strong><font size="2"><span lang="EN-US">One issue is that I got some errors, probably geocoder errors. I wonder if it is possible to store the latitude/ longitude data to your database.<br />
In our project, we are using geocoder by address data from EVDB, but if errors occurred from geocoder, we are using latitude/ longitude data from EVDB for only that.</span></font></strong></p>]]>
      
   </content>
</entry>
<entry>
   <title>Google Calendar API</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/11/google_calendar_api.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.760</id>
   
   <published>2006-11-08T21:34:37Z</published>
   <updated>2006-11-08T21:36:24Z</updated>
   
   <summary>Google Calendar API http://code.google.com/apis/gdata/calendar.html I&apos;m thinking whether this API can be used for our project....</summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="eventmaps" label="eventmaps" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="googlecalendar" label="googlecalendar" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="groupproject" label="groupproject" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<strong><font size="2">Google Calendar API<br />
<a href="http://code.google.com/apis/gdata/calendar.html">http://code.google.com/apis/gdata/calendar.html</a><br />
I'm thinking whether this API can be used for <a href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-f2006integ/mt-tags.cgi?tags=eventmaps">our project</a>. <br />
</font></strong>]]>
      
   </content>
</entry>
<entry>
   <title>Eventmaps - Photos</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/f2006integ/snukaya/2006/11/eventmaps_photos.shtml" />
   <id>tag:learningremix.net,2006:/f2006integ/snukaya//13.759</id>
   
   <published>2006-11-08T20:44:51Z</published>
   <updated>2006-11-08T20:49:20Z</updated>
   
   <summary>eventmaps-flickr (Usha&apos;s Blog) check this website site http://www.trippermap.com/ also check this documentation for flickr api http://www.flickr.com/services/api/ We can also use photos API Yahoo Photos http://developer.yahoo.com/photos/ AOL Pictures http://dev.aol.com/aol_pictures_json_api.html...</summary>
   <author>
      <name>Shoko</name>
      
   </author>
   
   <category term="eventmaps" label="eventmaps" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="groupproject" label="groupproject" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="photos" label="photos" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en-us" xml:base="http://learningremix.net/f2006integ/snukaya/">
      <![CDATA[<strong><font size="2"><a href="http://learningremix.net/f2006integ/uharihar/2006/11/eventmapsflickr.shtml" title="eventmaps-flickr (Usha's Blog)">eventmaps-flickr  (Usha's Blog)</a><br />
</font></strong> <blockquote>
<p><strong><font size="2">check this website site </font><font size="2" face="Arial"><a href="http://www.trippermap.com/">http://www.trippermap.com/</a></font><font size="2"><br />
also check this documentation for flickr api </font><font size="2" face="Arial"><a href="http://www.flickr.com/services/api/">http://www.flickr.com/services/api/</a></font></strong></p>
</blockquote><strong><font size="2">We can also use photos API<br />
<br />
Yahoo Photos<br />
<a href="http://developer.yahoo.com/photos/">http://developer.yahoo.com/photos/</a><br />
<br />
AOL Pictures<br />
<a href="http://dev.aol.com/aol_pictures_json_api.html">http://dev.aol.com/aol_pictures_json_api.html</a></font></strong>]]>
      
   </content>
</entry>

</feed>
