<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GVSU Web Team</title>
	<atom:link href="http://gvwebteam.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gvwebteam.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Dec 2010 21:20:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gvwebteam.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>GVSU Web Team</title>
		<link>http://gvwebteam.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gvwebteam.wordpress.com/osd.xml" title="GVSU Web Team" />
	<atom:link rel='hub' href='http://gvwebteam.wordpress.com/?pushpress=hub'/>
		<item>
		<title>&#8216;Undo&#8217; a query in Oracle</title>
		<link>http://gvwebteam.wordpress.com/2010/12/10/undo-a-query-in-oracle/</link>
		<comments>http://gvwebteam.wordpress.com/2010/12/10/undo-a-query-in-oracle/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 21:20:07 +0000</pubDate>
		<dc:creator>Brittany Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gvwebteam.wordpress.com/?p=53</guid>
		<description><![CDATA[I just wanted to make note of a handy feature that Oracle has: the SELECT &#8230; AS OF query. I learned of this feature a couple of months ago when I did a panicked google search after accidentally deleting a lot of live data. I reeeeeeaaaaallllyyy didn&#8217;t want to have to call up IT and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gvwebteam.wordpress.com&amp;blog=733746&amp;post=53&amp;subd=gvwebteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just wanted to make note of a handy feature that Oracle has: the SELECT &#8230; AS OF query. I learned of this feature a couple of months ago when I did a panicked google search after accidentally deleting a lot of live data. I reeeeeeaaaaallllyyy didn&#8217;t want to have to call up IT and request a backup from them (not to mention explain to the client why their system was messed up). But with the SELECT&#8230;AS OF query, I could grab the data from 5 minutes before my &#8216;oh sh!t&#8217; moment, re-insert it, and everything&#8217;s okay.</p>
<p>Here&#8217;s the syntax (so that I can come back and grab it again next time I need it!):</p>
<p>INSERT INTO table_name<br />
    (SELECT * FROM table_name AS OF TIMESTAMP<br />
     TO_TIMESTAMP(&#8217;2010-12-10 15:30:00&#8242;, &#8216;YYYY-MM-DD HH:MI:SS&#8217;));</p>
<p>(It seems like, at least on our servers, roughly 12 hours is the  farthest back you can go. So if you realize your troubles a day later, you&#8217;re SOL.)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gvwebteam.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gvwebteam.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gvwebteam.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gvwebteam.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gvwebteam.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gvwebteam.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gvwebteam.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gvwebteam.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gvwebteam.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gvwebteam.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gvwebteam.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gvwebteam.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gvwebteam.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gvwebteam.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gvwebteam.wordpress.com&amp;blog=733746&amp;post=53&amp;subd=gvwebteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gvwebteam.wordpress.com/2010/12/10/undo-a-query-in-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac017848798fbf98fab473938822a992?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">websitediva</media:title>
		</media:content>
	</item>
		<item>
		<title>Launching the GVSU Alternate Homepage</title>
		<link>http://gvwebteam.wordpress.com/2010/10/21/launching-the-gvsu-alternate-homepage/</link>
		<comments>http://gvwebteam.wordpress.com/2010/10/21/launching-the-gvsu-alternate-homepage/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 18:26:25 +0000</pubDate>
		<dc:creator>Brittany Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gvwebteam.wordpress.com/?p=38</guid>
		<description><![CDATA[Yesterday, via Facebook and Twitter, we soft-launched the GVSU Alternate Homepage, a project we&#8217;ve been playing with for a few months. The alternate homepage, an idea cooked up by members of the web team, is intended to be a very simple, quick loading, one-stop web portal for internal audiences. Basically, we took a good hard [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gvwebteam.wordpress.com&amp;blog=733746&amp;post=38&amp;subd=gvwebteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/brittanyhunter/5102537594/" title="GVSU Alternate Homepage"><img src="http://farm2.static.flickr.com/1190/5102537594_c78c8685da_z.jpg" width="575" height="386" alt="GVSU Alternate Homepage" /></a></p>
<p>Yesterday, via Facebook and Twitter, we soft-launched the <a href="http://www.gvsu.edu/alt">GVSU Alternate Homepage,</a> a project we&#8217;ve been playing with for a few months. The alternate homepage, an idea cooked up by members of the web team, is intended to be a very simple, quick loading, one-stop web portal for internal audiences. Basically, we took a good hard look at what parts of the website are used the most by current students, faculty and staff, cut out all the rest, added some design magic, and this is what happened.</p>
<h3>But why would you go and do a thing like that? What&#8217;s wrong with the existing homepage?</h3>
<p>We don&#8217;t think there&#8217;s anything wrong with the regular homepage. We worked hard to get it to where it is, we&#8217;re very proud of it, and have no intentions to replace it anytime soon! However, the struggle of designing and managing a university homepage is that there are many audiences to consider and many usability hurdles to contend with. A university&#8217;s homepage needs to be an appealing, attractive, easy-to-navigate page for prospective students and their parents; it needs to provide current students, faculty, and staff with the links and resources they need; and it serves as a way to keep alumni, friends, and the community informed about what&#8217;s going on at the university.</p>
<p>We think our homepage does all of these things very well. However, we also know from experience that sometimes, life here at GVSU can get very hectic. Sometimes you just need to get somewhere on the website fast, without being distracted by the latest GVNow news item or updates from the events calendar. </p>
<p>So that&#8217;s why we developed the alternate homepage. Using it, you can get to the most popular places on our website with under 2 clicks and 1 page load. It has no frills. Just links and a pretty picture. </p>
<p><strong>Speaking of the picture,</strong> it changes every day, just like the one on the GVSU homepage. Users can <a href="http://www.gvsu.edu/alt/?page=about">sign up</a> to vote on which photos appear each day. </p>
<h3>The soft launch: what we learned</h3>
<p>Yesterday afternoon, we pushed the page live and did a soft-launch, simply saying, &#8220;What do you think of this alternative GVSU homepage? http://www.gvsu.edu/alt/&#8221; After a few minutes, the responses started rolling in. They ranged from positive:</p>
<blockquote><p>
&#8220;DUDES! That&#8217;s a sweet homepage. Very avant garde for higher ed.&#8221;</p>
<p>&#8220;WHAT IS THIS? GOOGLE? &#8212; But seriously, up the opacity by like 5% and it&#8217;d be pretty fantastic. I&#8217;d love to see this as the homepage.&#8221;</p>
<p>&#8220;I like it better.&#8221;</p>
<p>&#8220;*LIKE* Clean, easy to find elements, particularly Banner and athletics.&#8221;</p>
<p>&#8220;love the alternate homepage! Makes finding things a lot quicker.&#8221;</p>
</blockquote>
<p>&#8230;to not so positive: </p>
<blockquote><p>&#8220;Not a fan at all. To much waisted space and dose a poor job of advertising GVSU to new students.&#8221;</p>
<p>&#8220;It&#8217;s not informative enough. There is no section for prospective students either. If I were new,I wouldn&#8217;t know where to start to look&#8221;</p>
<p>&#8220;It doesn&#8217;t *feel* like a homepage. I feel like I&#8217;ve been taken to GVSU&#8217;s google search page. Home should match the rest of the site.&#8221;</p>
<p>&#8220;I don&#8217;t like it. I like the website it is now. I especially like the events being on the page of what&#8217;s going on around campus. I don&#8217;t think this would be a good option for incoming students.&#8221;</p></blockquote>
<p>Several responses to our facebook page, in particular, displayed a surprising (and somewhat disheartening!) amount of outrage. What became immediately apparent is that, in our mysterious, concise launch, we had done a poor job of communicating the page&#8217;s target audience and its purpose. Users were jumping to the conclusion that we intended it as a replacement to the other homepage.</p>
<p>So, we quickly started re-tweeting and did some explaining: </p>
<p><img src="http://gvwebteam.files.wordpress.com/2010/10/screen-shot-2010-10-21-at-2-04-22-pm.png?w=548&#038;h=211" alt="" title="explaining ourselves" width="548" height="211" class="aligncenter size-full wp-image-45" /></p>
<p><img src="http://gvwebteam.files.wordpress.com/2010/10/screen-shot-2010-10-21-at-2-02-52-pm1.png?w=501&#038;h=531" alt="" title="explaining ourselves" width="501" height="531" class="aligncenter size-full wp-image-47" /></p>
<p>And people were happier. After they realized what our intentions were, the crowd on Twitter had mostly positive feedback and a lot of people seemed thrilled with the idea. Facebook users, on the other hand, were still pretty lukewarm to the concept. (What are the implications there about the differences between the overall user base of the two sites? I&#8217;ll leave you to ponder that one.) Overall, the situation was a good reminder that with any new concept, especially something as unusual as this one, it&#8217;s important to be clear about our intentions. A little communication can go a long way towards happy users.</p>
<p>In just under 24 hours since we did our soft launch, it has had 1,700 views and 56 people have marked it as their preferred GVSU homepage. I look forward to more feedback as more people learn about the page and begin to use (or not use) it, and I think it will be interesting to see what we learn and how the page evolves as we continue to make it more useful and user-friendly.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gvwebteam.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gvwebteam.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gvwebteam.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gvwebteam.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gvwebteam.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gvwebteam.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gvwebteam.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gvwebteam.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gvwebteam.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gvwebteam.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gvwebteam.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gvwebteam.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gvwebteam.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gvwebteam.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gvwebteam.wordpress.com&amp;blog=733746&amp;post=38&amp;subd=gvwebteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gvwebteam.wordpress.com/2010/10/21/launching-the-gvsu-alternate-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac017848798fbf98fab473938822a992?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">websitediva</media:title>
		</media:content>

		<media:content url="http://farm2.static.flickr.com/1190/5102537594_c78c8685da_z.jpg" medium="image">
			<media:title type="html">GVSU Alternate Homepage</media:title>
		</media:content>

		<media:content url="http://gvwebteam.files.wordpress.com/2010/10/screen-shot-2010-10-21-at-2-04-22-pm.png" medium="image">
			<media:title type="html">explaining ourselves</media:title>
		</media:content>

		<media:content url="http://gvwebteam.files.wordpress.com/2010/10/screen-shot-2010-10-21-at-2-02-52-pm1.png" medium="image">
			<media:title type="html">explaining ourselves</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Team CMS Site Updated!</title>
		<link>http://gvwebteam.wordpress.com/2010/09/09/web-team-cms-site-updated/</link>
		<comments>http://gvwebteam.wordpress.com/2010/09/09/web-team-cms-site-updated/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 14:10:01 +0000</pubDate>
		<dc:creator>Brittany Hunter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gvwebteam.wordpress.com/?p=32</guid>
		<description><![CDATA[Today I launched the updated Official GVSU Web Team site. The site features new team member bios and a page with details about some of our favorite projects. Check it out!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gvwebteam.wordpress.com&amp;blog=733746&amp;post=32&amp;subd=gvwebteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I launched the updated Official GVSU Web Team site. The site features new <a href="http://gvsu.edu/gvwebteam/about-us-3.htm">team member bios</a> and a page with details about some of our <a href="http://gvsu.edu/gvwebteam/projects-2.htm">favorite projects.</a></p>
<p>Check it out!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gvwebteam.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gvwebteam.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gvwebteam.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gvwebteam.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gvwebteam.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gvwebteam.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gvwebteam.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gvwebteam.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gvwebteam.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gvwebteam.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gvwebteam.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gvwebteam.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gvwebteam.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gvwebteam.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gvwebteam.wordpress.com&amp;blog=733746&amp;post=32&amp;subd=gvwebteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gvwebteam.wordpress.com/2010/09/09/web-team-cms-site-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac017848798fbf98fab473938822a992?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">websitediva</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcoming new students to the team</title>
		<link>http://gvwebteam.wordpress.com/2010/08/11/welcoming-new-students-to-the-team/</link>
		<comments>http://gvwebteam.wordpress.com/2010/08/11/welcoming-new-students-to-the-team/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 15:00:26 +0000</pubDate>
		<dc:creator>Dave Poortvliet</dc:creator>
				<category><![CDATA[Students]]></category>

		<guid isPermaLink="false">http://gvwebteam.wordpress.com/?p=28</guid>
		<description><![CDATA[We are very excited to welcome three new students to the GVSU web team. Kelly Granbacka (web designer) &#8211; www.kgranbacka.com Vincenzo Pavano (web developer) &#8211; portfolio includes Rockford Public Schools, Earthkeeper Farm, and more. Bryan VanDyke (web developer) &#8211; http://www.cis.gvsu.edu/~vandykeb/CS371/examples.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gvwebteam.wordpress.com&amp;blog=733746&amp;post=28&amp;subd=gvwebteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We are very excited to welcome three new students to the GVSU web team.</p>
<p><strong>Kelly Granbacka</strong> (web designer) &#8211; <a href="http://www.kgranbacka.com">www.kgranbacka.com</a><br />
<strong>Vincenzo Pavano</strong> (web developer) &#8211; portfolio includes <a href="http://www.rockfordschools.org/">Rockford Public Schools</a>, <a href="http://www.earthkeeperfarm.com/">Earthkeeper</a> Farm, and more.<br />
<strong>Bryan VanDyke</strong> (web developer) &#8211; <a href="http://www.cis.gvsu.edu/~vandykeb/CS371/examples.html">http://www.cis.gvsu.edu/~vandykeb/CS371/examples.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gvwebteam.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gvwebteam.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gvwebteam.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gvwebteam.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gvwebteam.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gvwebteam.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gvwebteam.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gvwebteam.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gvwebteam.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gvwebteam.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gvwebteam.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gvwebteam.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gvwebteam.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gvwebteam.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gvwebteam.wordpress.com&amp;blog=733746&amp;post=28&amp;subd=gvwebteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gvwebteam.wordpress.com/2010/08/11/welcoming-new-students-to-the-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/521472fa3bc8f6b7a95c349402883fba?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dave Poortvliet</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitter Lists</title>
		<link>http://gvwebteam.wordpress.com/2009/11/19/twitter-lists/</link>
		<comments>http://gvwebteam.wordpress.com/2009/11/19/twitter-lists/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:07:01 +0000</pubDate>
		<dc:creator>Eric Stoike</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[department]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[list]]></category>

		<guid isPermaLink="false">http://gvwebteam.wordpress.com/?p=16</guid>
		<description><![CDATA[You may or may not have heard about one of the newest Twitter features called Lists. We are quite excited about this feature over on the webteam as it will allow us to &#8220;move&#8221; the functionality that we are aiming for with the GVSU Social Media page to an actual Twitter function. We were already [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gvwebteam.wordpress.com&amp;blog=733746&amp;post=16&amp;subd=gvwebteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You may or may not have heard about one of the newest Twitter features called Lists. We are quite excited about this feature over on the webteam as it will allow us to &#8220;move&#8221; the functionality that we are aiming for with the <a href="http://gvsu.edu/socialmedia/">GVSU Social Media</a> page to an actual Twitter function. We were already maintaining this list of different departments on campus that have official department Twitter accounts. This provided a one stop location to find all of the official accounts but there was no way to be alerted when changes to the list occurred. We thought about providing an RSS feed so followers could stay up to date with new accounts but this will actually be better in the long run. You have the ability to &#8220;follow&#8221; a list just as you have the ability to follow as specific person on Twitter. The difference being when we add people to the list, then you automatically get their updates because you are following our list. Pretty cool eh?</p>
<p>What do we have so far? We have two lists started and will continue to add to them as the GVSU community expands their Twitter presence.</p>
<ul>
<li>The <a href="http://twitter.com/GVSU/departments">department list</a> will contain all official accounts of GVSU departments on campus.</li>
<li>The <a href="http://twitter.com/GVSU/studentlife">student life list</a> will contain all the various parts of the Office of Student Life as they have multiple avenues to promote student events on campus.</li>
</ul>
<p>If you have a department on campus that is missing from either of these lists, please feel free to let me know via email (stoikeer at gvsu dot edu).</p>
<p>So what&#8217;s the catch? Well, Twitter has provided us with this great new feature BUT&#8230; right now basically the only place you can see the updates from (or follow) these lists is on the website. If you are using a client such as <a href="http://seesmic.com/">Seesmic</a>, <a href="http://www.twhirl.org/">Twhirl</a>, <a href="http://iconfactory.com/software/twitterrific">Twitterific</a>, <a href="http://www.tweetdeck.com/beta/">Tweetdeck</a> or <a href="http://www.atebits.com/tweetie-mac/">Tweetie</a> (just to name a few) then you will not be able to see updates from the lists you follow until those products update to accommodate the new feature. Right now, <a href="http://seesmic.com/">Seesmic</a> is the only one that has made the necessary update enabling you to see these updates.</p>
<p>So basically, stay tuned! We are working on our end and just have to wait for a few software companies to figure things out on their end.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gvwebteam.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gvwebteam.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gvwebteam.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gvwebteam.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gvwebteam.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gvwebteam.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gvwebteam.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gvwebteam.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gvwebteam.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gvwebteam.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gvwebteam.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gvwebteam.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gvwebteam.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gvwebteam.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gvwebteam.wordpress.com&amp;blog=733746&amp;post=16&amp;subd=gvwebteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gvwebteam.wordpress.com/2009/11/19/twitter-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b805da412c5ca7f6de566cc8e9ad1462?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cowboyeric</media:title>
		</media:content>
	</item>
	</channel>
</rss>
