<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>Dave&apos;s Deep, Deep Thoughts</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/" />
   <link rel="self" type="application/atom+xml" href="http://learningremix.net/w2007integ/dmcalpin/atom.xml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21</id>
   <updated>2007-04-21T21:11:19Z</updated>
   
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.33</generator>

<entry>
   <title>Where are your sites after we graduate?</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/where_are_your_sites_after_we_graduate.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1800</id>
   
   <published>2007-04-21T20:55:39Z</published>
   <updated>2007-04-21T21:11:19Z</updated>
   
   <summary>Throughout the semester, i really enjoyed watching all of the different websites develop, and mature into the 3rd and final (for some) iterations. Helping develop our web site was very fun for me and i learned so much. I can...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=locations">locations</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=locations">locations</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=permanent">permanent</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=permanent">permanent</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=websites">websites</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=websites">websites</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      <![CDATA[Throughout the semester, i really enjoyed watching all of the different websites develop, and mature into the 3rd and final (for some) iterations. Helping develop our web site was very fun for me and i learned so much. I can safely say i have a more than competent understanding of AJAX, javascript, xml, html, some php, and also agile methods of developing software/websites. I hope everyone had as much fun and learned as much as I did, and I can easily say, this was my favorite class ive had at EMU. But with all that said, i was just wondering which teams were going to keep developing their sites, and post them on a server other than people.emich.edu?

Team extreme will be located <a href="http://www.kaespace.com/sportsmaps/NBA/">here</a>, at:
http://www.kaespace.com/sportsmaps/NBA/

so what about everyone else?]]>
      
   </content>
</entry>
<entry>
   <title>Some basic JSON to get you started</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/some_basic_json_to_get_you_started.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1799</id>
   
   <published>2007-04-21T20:18:42Z</published>
   <updated>2007-04-21T20:55:17Z</updated>
   
   <summary>Well, i missed the class where Bud talked about JSON, but i was still interested in the language, so i found a site that gave me, in addition to the book, some basic understanding of it. JSON, which stands for...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=json">JSON</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=json">JSON</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=programming">programming</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=programming">programming</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      <![CDATA[Well, i missed the class where Bud talked about <a href="http://www.json.org/">JSON</a>, but i was still interested in the language, so i found a site that gave me, in addition to the book, some basic understanding of it. JSON, which stands for JavaScript Object Notation, is a subset of the JavaScript Programming language. JSON has two major parts, and object, and a list of values. "An object is an unordered set of name/value pairs." and the list of values would be a list of strings, numbers etc. ]]>
      
   </content>
</entry>
<entry>
   <title>Got worms?</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/got_worms.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1730</id>
   
   <published>2007-04-19T02:43:28Z</published>
   <updated>2007-04-19T02:51:41Z</updated>
   
   <summary>A newly discovered DNS flaw in the Windows 2000 Server and Windows Server 2003 has internet security watchers on the look out. It seems that a new exploit, utilizing Active Directory and DNS, has been discovered. The SANS Internet Storm...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=activedirectory">active directory</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=activedirectory">active directory</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=dns">DNS</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=dns">DNS</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=exploit">exploit</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=exploit">exploit</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=w32rinbotbc">W32.Rinbot.BC</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=w32rinbotbc">W32.Rinbot.BC</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      <![CDATA[A newly discovered DNS flaw in the Windows 2000 Server and Windows Server 2003 has internet security watchers on the look out. It seems that a new exploit, utilizing Active Directory and DNS, has been discovered. <blockquote>The SANS Internet Storm Center then passed the information on to Microsoft, which last week confirmed that a new buffer overflow flaw has been found in its DNS Server Service implementation in Windows 2000 Server service pack 4 and Windows Server 2003 SP1 and SP2.
According to Microsoft Security Advisory (935964), the flaw can be exploited remotely by sending a malformed Remote Procedure Call (RPC) packet to a vulnerable computer. Microsoft it is working on a patch for the flaw, but would not commit to delivering an out-of-cycle patch. Its next regularly scheduled round of patches is about three weeks away, on May 8.</blockquote>
Malicious code quickly found its way onto the internet. W32.Rinbot.BC, was the first worm to utilize the exploit. <a href="http://www.itjungle.com/two/two041807-story02.html">Click here!</a> for more info.]]>
      
   </content>
</entry>
<entry>
   <title>Ultra Mobile PC takes advantage of 3G wireless connectivity</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/ultra_mobile_pc_takes_advantage_of_3g_wireless_connecti_1.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1729</id>
   
   <published>2007-04-19T02:30:10Z</published>
   <updated>2007-04-19T03:22:43Z</updated>
   
   <summary>High Tech Computer Corp. has come out with a new type of portable computer that seems to be the next generation of mobile computing. The Ultra Mobile PC(UMPC) is no bigger than a couple of DVD cases and has 7&quot;...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=htc">HTC</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=htc">HTC</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=mobile">mobile</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=mobile">mobile</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=ultra">ultra</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=ultra">ultra</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=umpc">UMPC</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=umpc">UMPC</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      <![CDATA[High Tech Computer Corp. has come out with a new type of portable computer that seems to be the next generation of mobile computing. The Ultra Mobile PC(UMPC) is no bigger than a couple of DVD cases and has 7" screen, and 30gb hdd. This has to be one of the coolest things i have seen in a while. The new UMPC is shown running Vista, which is quite an accomplishment :-P. But all in all, the size to power ratio is excelent. This type of PC is perfect for those on the run because it takes advantage of 3G wireless technology, typically used for cell phones, bluetooth 2.0, and wi-fi!!! I think i will be getting my hands on one of these as soon as they come out in mid 2007. For more info click <a href="http://www.geekzone.co.nz/content.asp?contentid=7098">here!</a>

<img alt="HTCShift.jpg" src="http://learningremix.net/w2007integ/dmcalpin/HTCShift.jpg" width="479" height="386" />

]]>
      
   </content>
</entry>
<entry>
   <title>Less Printing, More Flickr</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/less_printing_more_flickr.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1727</id>
   
   <published>2007-04-19T02:09:06Z</published>
   <updated>2007-04-19T02:24:01Z</updated>
   
   <summary>With the cost of digital cameras dropping, people are taking more and more digital pictures, than ever before. But what one may not know is what happens after the picture is taken. It used to be, the standard was to...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=adobe">adobe</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=adobe">adobe</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=flickr">flickr</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=flickr">flickr</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=photobucket">photobucket</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=photobucket">photobucket</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=photoshop">photoshop</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=photoshop">photoshop</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      <![CDATA[With the cost of digital cameras dropping, people are taking more and more digital pictures, than ever before. But what one may not know is what happens after the picture is taken. It used to be, the standard was to have the picture taken off the camera, then "photoshopped", and then printed to be displayed for many to see. But it seems that in today's inter-connected age, people are printing their photo's less, and posting them on-line, on websites such as <a href="http://www.flickr.com/">Flikr</a>, or <a href="http://photobucket.com/">photobucket. </a> This is a continuing trend that effects companies such as Adobe, who publish Adobe Photoshop. A program that many photographers once used to edit their pictures for such reasons as reducing red-eye or blurring a background. Now there is less of that needed because people don't print off their pictures, the just toss them online, where those little adjustments that were once mandatory, go unnoticed. Check out <a href="http://www.wired.com/software/softwarereviews/news/2007/03/pshop_cs0327">wired.com</a> for more info.]]>
      
   </content>
</entry>
<entry>
   <title>Tim O&apos;Reilly on Web 2.0</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/tim_oreilly_on_web_20.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1725</id>
   
   <published>2007-04-19T01:35:36Z</published>
   <updated>2007-04-19T02:41:16Z</updated>
   
   <summary>Tim O&apos;Reilly, the man who coined the term Web 2.0 hosted a Web 2.0 expo, to help people get the gist of what this new technology is all about. This Expo ran from April 15 to 18 at the Moscone...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=expo">expo</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=expo">expo</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=oreilly">o'reilly</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=oreilly">o'reilly</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=web20">web 2.0</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=web20">web 2.0</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=wired">wired</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=wired">wired</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      <![CDATA[Tim O'Reilly, the man who coined the term <a href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html">Web 2.0</a> hosted a Web 2.0 expo, to help people get the gist of what this new technology is all about. This Expo ran from April 15 to 18 at the Moscone Center in San Francisco, and as many as 10,000 people were expected to attend. This expo will covered topics necessary to start up your own Web 2.0 site, including topics such as "the elementary (web 2.0 fundamentals) to the complex and critical (web operations)."

I think that everyone in Bud's class has learned how exciting web 2.0 can be, and also, we now have a great understanding of how to use the technology. It's great that this type of conference is going on too, to get people to understand, accept, and use web 2.0.

Check out <a href="http://www.wired.com/techbiz/people/news/2007/04/timoreilly_0413/">Wired.com's</a> coverage of this topic.
]]>
      
   </content>
</entry>
<entry>
   <title>The power of blogging effects American Idol</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/the_power_of_blogging_effects_american_idol.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1688</id>
   
   <published>2007-04-17T16:48:38Z</published>
   <updated>2007-04-17T18:09:06Z</updated>
   
   <summary>Sanjaya Malakar, one of the singers on this season&apos;s American Idol has been said to be &quot;not the most talented&quot; singer on the show. Despite that, he has gained much popularity due to blogging. But popularity isn&apos;t necessarily a good...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=americanidol">american idol</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=americanidol">american idol</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=blog">blog</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=blog">blog</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=blogging">blogging</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=blogging">blogging</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=sanjaya">sanjaya</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=sanjaya">sanjaya</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      <![CDATA[Sanjaya Malakar, one of the singers on this season's American Idol has been said to be "not the most talented" singer on the show. Despite that, he has gained much popularity due to blogging. But popularity isn't necessarily a good thing, most of the blogs seem to be negative, and there is even a website, <a href="http://www.votefortheworst.com/taxonomy/term/8">VoteForTheWorst.com</a>, that is trying to get people to vote for Sanjaya, to "ruin" American Idol. "According to a BuzzMetrics report, Sanjaya -- now referred to by only his first name on many sites -- has seen blog references increase 338 percent from February 18, when he first reached critical mass, to April 8." <a href="http://www.cnn.com/2007/TECH/internet/04/17/television.idol.reut/index.html">Check out on CNN!</a>]]>
      
   </content>
</entry>
<entry>
   <title>Where&apos;s my caffeine Iteration 2 review By David McAlpine</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/wheres_my_caffeine_iteration_2_review_by_david_mcalpine.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1491</id>
   
   <published>2007-04-04T22:36:39Z</published>
   <updated>2007-04-04T22:40:13Z</updated>
   
   <summary>Cool site, im not a coffee drinker, but for those who are, its good stuff. Strength: Its great for those who drink starbucks 4 times a day to be able to find a great coffee place right where they are....</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=whereismycaffeinecom">whereismycaffeine.com</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=whereismycaffeinecom">whereismycaffeine.com</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      Cool site, im not a coffee drinker, but for those who are, its good stuff.

Strength:
Its great for those who drink starbucks 4 times a day to be able to find a great coffee place right where they are. And its also good that people can add new places, by emailing you.

Weakness:
Adding a new place would be sweet if it was automated, and as soon as someone fills out a form, that the marker shows up on the map. Also, see if you can implement the pictures onto the main page, maybe at the bottom of the map, if someone clicks on a starbucks, then pics of starbucks show up or something.

Overall great job.
      
   </content>
</entry>
<entry>
   <title>My Favorite Places Iteration 2 Review</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/my_favorite_places_iteration_2_review.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1490</id>
   
   <published>2007-04-04T22:23:16Z</published>
   <updated>2007-04-04T22:31:14Z</updated>
   
   <summary>Well, you guys beat us to number one, but don&apos;t expect to stay there for too long! Great site, i think its cool that you can keep a list of places you like online, and share them with friends. Strengths:...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=myfavoriteplaces">myfavoriteplaces</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=myfavoriteplaces">myfavoriteplaces</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      Well, you guys beat us to number one, but don&apos;t expect to stay there for too long!

Great site, i think its cool that you can keep a list of places you like online, and share them with friends.

Strengths:
Great layout, very easy on the eyes. good mashup that is simple yet useful.

Weakness:
Use Case: I entered my name, map was centered on somewhere in california. i then typed in &quot;shoes brighton, mi&quot; which then provided a list of shoe stores in brighton. but the map did not change location, nor was i able to add anything to my favorites list when clicking on the add part under each item. so i then typed in buds name after refreshing the site. the map is still centered on california, but i click on one of his favorite places. the map then centers on somewhere in ypsi which is good, but im not able to add any new favorites to his places.

my questions are...
1. am i just not able to create a new user and add favorite places yet, or is this a bug?
2. Do you have the ip address locator working or is it that if it cant get my ip address, it defaults to california.
3. im not sure why the &quot;add to my favorite places&quot; button/link isnt working.

Overall great site, just some bugs to work out, i hope you guys get the third column, that our guest suggested, for iteration 3.
      
   </content>
</entry>
<entry>
   <title>MCubed Iteration 2 Review by David McAlpine</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/mcubed_iteration_2_review_by_david_mcalpine.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1489</id>
   
   <published>2007-04-04T22:06:45Z</published>
   <updated>2007-04-04T22:15:21Z</updated>
   
   <summary>Great site for those in need of jobs, or even college students who have just graduated. Strengths: Simple enough to use, i put information technology and ann arbor in the search criteria, and up popped jobs all in the expected...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=mcubed">mcubed</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=mcubed">mcubed</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      Great site for those in need of jobs, or even college students who have just graduated.

Strengths:
Simple enough to use, i put information technology and ann arbor in the search criteria, and up popped jobs all in the expected area. The map zoomed in nicely also, right on the ann arbor area.

Weakness:
The map has about an inch of white space above it, i dont know why. Also, think about the design of your website. Maybe get a header, some background, and other stuff like that in there to make it look nicer.

Great job.
      
   </content>
</entry>
<entry>
   <title>Map your buddies iteration 2 review by David McAlpine</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/map_your_buddies_iteration_2_review_by_david_mcalpine.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1488</id>
   
   <published>2007-04-04T21:58:36Z</published>
   <updated>2007-04-04T22:06:33Z</updated>
   
   <summary>Sweet site! Strengths: Simple and strait to the point, ez to use, which is always great. I used the demo account and found friends all over the world. Weakness: When clicking on the markers on the map, the info window...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=mapyourbuddies">MapYourBuddies</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=mapyourbuddies">MapYourBuddies</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      Sweet site!

Strengths:
Simple and strait to the point, ez to use, which is always great. I used the demo account and found friends all over the world.

Weakness:
When clicking on the markers on the map, the info window pops up with out a profile picture, but when selecting someone from the sidebar, the picture does pop up in the info window.

Over all cool site.
      
   </content>
</entry>
<entry>
   <title>ISA iteration 2 review</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/isa_iteration_2_review.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1487</id>
   
   <published>2007-04-04T21:33:37Z</published>
   <updated>2007-04-04T21:52:17Z</updated>
   
   <summary>Wow, very nice site, helpful to international students. Strengths: Plenty of information for those who may not be familiar with the area. Lots of APIs used which is great to. The info windows pop up nicely with good information. Weakness...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=isa">ISA</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=isa">ISA</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      Wow, very nice site, helpful to international students.

Strengths:
Plenty of information for those who may not be familiar with the area. Lots of APIs used which is great to. The info windows pop up nicely with good information.

Weakness
The format of the Ypsi news that first pops up is a bit rough, it just looks like one blob of information.

Other than that, get the info on the left side of the google map to work and your site will be great.
      
   </content>
</entry>
<entry>
   <title>HackNMash Iteration 2 Review</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/hacknmash_iteration_2_review.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1486</id>
   
   <published>2007-04-04T21:15:33Z</published>
   <updated>2007-04-04T21:32:14Z</updated>
   
   <summary>Wow, you guys went through a lot of trouble to build a website, and then have one link to a google calendar. Strengths: You provide a lot of information that will be helpful to the local chapter of PWP, and...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=hacknmash">HackNMash</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=hacknmash">HackNMash</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      Wow, you guys went through a lot of trouble to build a website, and then have one link to a google calendar.

Strengths:
You provide a lot of information that will be helpful to the local chapter of PWP, and the layout is nice too.

Weakness:
It seems like your main project focuses more around the information provided for PWP, not the mashup. the mashup seems like just one feature of a huge site. Also, when i was browsing in firefox, the blue tabs appeared nicely in blue, but on a white background, as if they were floating there. not a big problem, just might want to think about colors and making the site flow.

Good Job
      
   </content>
</entry>
<entry>
   <title>AJACS iteration 2 review</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/04/ajacs_iteration_2_review.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1485</id>
   
   <published>2007-04-04T21:07:32Z</published>
   <updated>2007-04-04T21:14:38Z</updated>
   
   <summary>The site looks really nice, the layout has changed and i think it great that you have instructions on the left side. It really is a great place for tourists to go to. You have great information on weather,and also...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=ajacs">AJACS</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=ajacs">AJACS</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2review">Iteration2review</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      The site looks really nice, the layout has changed and i think it great that you have instructions on the left side. It really is a great place for tourists to go to. You have great information on weather,and also pictures of great popular places.

Strengths:
Its a really useful site if i was planning on traveling to India, and seeing some major cities and attractions. The layout is great too.

Weakness:
Where people search is limited by what you provide in the dropdown box, and the latest headlines didnt work for me, but i think i saw in your powerpoint you are working on that for Iteration 3

Great job!
      
   </content>
</entry>
<entry>
   <title>Team Extreme! - Iteration 2</title>
   <link rel="alternate" type="text/html" href="http://learningremix.net/w2007integ/dmcalpin/2007/03/team_extreme_iteration_2_2.shtml" />
   <id>tag:learningremix.net,2007:/w2007integ/dmcalpin//21.1102</id>
   
   <published>2007-03-23T02:14:41Z</published>
   <updated>2007-03-23T02:29:06Z</updated>
   
   <summary>Here is the location for our iteration 2 powerpoint presentation and our web site. We&apos;ve come quite a long way since iteration 1, and now, having &quot;mastered the technology&quot; we are now focusing on our target audience. We will be...</summary>
   <author>
      <name>David McAlpine</name>
      
   </author>
   
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2site">Iteration2Site</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=iteration2site">Iteration2Site</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=teamextreme">TeamExtreme</a>]]>" label="<![CDATA[<a rel="tag" href="http://learningremix.net/cgi-sys/cgiwrap/fpgibson/learningremix.net/mt-w2007integ/plugins/tags/app.cgi?blog_id=21&amp;tags=teamextreme">TeamExtreme</a>]]>" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="en" xml:base="http://learningremix.net/w2007integ/dmcalpin/">
      <![CDATA[Here is the location for our iteration 2 <a href="http://people.emich.edu/mchiang4/iteration2.ppt">powerpoint presentation</a> and our <a href="http://people.emich.edu/mchiang4/is449/3.html">web site</a>. We've come quite a long way since iteration 1, and now, having "mastered the technology" we are now focusing on our target audience. We will be posting links around various online communities, to our web site, hoping to recieve feedback on what they did or didn't like, and also we will be placing a counter on the page, to see how many people come to the site.]]>
      
   </content>
</entry>

</feed>
