<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using Rich Internet Applications to Keep Undergrad Computer Science Interesting</title>
	<atom:link href="http://blog.digitalbackcountry.com/2008/01/using-rich-internet-applications-to-keep-undergrad-computer-science-interesting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.digitalbackcountry.com/2008/01/using-rich-internet-applications-to-keep-undergrad-computer-science-interesting/</link>
	<description>Ryan Stewart on the Flash Platform</description>
	<lastBuildDate>Sat, 04 Sep 2010 00:03:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: J. Mihai</title>
		<link>http://blog.digitalbackcountry.com/2008/01/using-rich-internet-applications-to-keep-undergrad-computer-science-interesting/comment-page-1/#comment-4748</link>
		<dc:creator>J. Mihai</dc:creator>
		<pubDate>Thu, 10 Jan 2008 13:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=1218#comment-4748</guid>
		<description>In Romania there is the problem of some of the teacher not knowing exactly what they are teaching their students. We have many Faculties in one University, all Engeneering ones, yet in very few of them studets are able to go further with their experiments. Very few are testing as much as they should what programming languages fits the best for them.

As about web aplications, I would like to say that you are perfectly right about being close to the design. I am an Adobe Photoshop lover, that is the first software I really liked that much that I was spending few ours a day editing and creating images. After I decided that I want to go further and learn some programming. Its nice to see you can combine design an programming in something useful and nice looking.

Kind regards,
   J.Mihai</description>
		<content:encoded><![CDATA[<p>In Romania there is the problem of some of the teacher not knowing exactly what they are teaching their students. We have many Faculties in one University, all Engeneering ones, yet in very few of them studets are able to go further with their experiments. Very few are testing as much as they should what programming languages fits the best for them.</p>
<p>As about web aplications, I would like to say that you are perfectly right about being close to the design. I am an Adobe Photoshop lover, that is the first software I really liked that much that I was spending few ours a day editing and creating images. After I decided that I want to go further and learn some programming. Its nice to see you can combine design an programming in something useful and nice looking.</p>
<p>Kind regards,<br />
   J.Mihai</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Swartzfager</title>
		<link>http://blog.digitalbackcountry.com/2008/01/using-rich-internet-applications-to-keep-undergrad-computer-science-interesting/comment-page-1/#comment-4747</link>
		<dc:creator>Brian Swartzfager</dc:creator>
		<pubDate>Wed, 09 Jan 2008 13:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=1218#comment-4747</guid>
		<description>The guys in the CrossTalk article are worried that today&#039;s comp sci students aren&#039;t learning how to do really deep programming (things like managing memory usage and communicating with hardware devices) because those tasks are either automated or abstracted/hidden from the programmer by the programming language itself or through the use of code libraries.

Since most RIA technologies hide or handle these tasks just as much (if not more) than Java does, I don&#039;t think they would be the biggest fans of the RIA movement.  :)

Web application programming still seems to be an afterthought here at my university.  I think we have one class that teaches students how to build websites with HTML, CSS, and JavaScript, and one class that introduces students to PHP, mySQL, and Apache.  There are no classes on ColdFusion despite the fact that most of the departmental web applications and dynamic websites run off of ColdFusion.</description>
		<content:encoded><![CDATA[<p>The guys in the CrossTalk article are worried that today&#8217;s comp sci students aren&#8217;t learning how to do really deep programming (things like managing memory usage and communicating with hardware devices) because those tasks are either automated or abstracted/hidden from the programmer by the programming language itself or through the use of code libraries.</p>
<p>Since most RIA technologies hide or handle these tasks just as much (if not more) than Java does, I don&#8217;t think they would be the biggest fans of the RIA movement.  <img src='http://blog.digitalbackcountry.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Web application programming still seems to be an afterthought here at my university.  I think we have one class that teaches students how to build websites with HTML, CSS, and JavaScript, and one class that introduces students to PHP, mySQL, and Apache.  There are no classes on ColdFusion despite the fact that most of the departmental web applications and dynamic websites run off of ColdFusion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://blog.digitalbackcountry.com/2008/01/using-rich-internet-applications-to-keep-undergrad-computer-science-interesting/comment-page-1/#comment-4746</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Wed, 09 Jan 2008 01:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=1218#comment-4746</guid>
		<description>The problem here is that Computer Science != Software Engineering, and most people don&#039;t realize that. CS is very math intensive, and universities often make it a part of their Mathematics departments. Programming is actually supposed to be a very minor part of the CS degree program (a tool to further explore theory related to logic, math, and computation). Many schools offer a separate degree in Software Engineering. This type of program should be more focused on real-world development practices, and building RIAs would probably fit in well.

A BFA for programming seems weird. Certainly, with computers permeating our lives, degree programs need to exist for people who will be designing our user interfaces. I&#039;m not exactly what&#039;s available right now, but I know that some colleges do already offer some sort of study in the field of Human-Computer Interaction (HCI), which is probably the best bet at the moment.</description>
		<content:encoded><![CDATA[<p>The problem here is that Computer Science != Software Engineering, and most people don&#8217;t realize that. CS is very math intensive, and universities often make it a part of their Mathematics departments. Programming is actually supposed to be a very minor part of the CS degree program (a tool to further explore theory related to logic, math, and computation). Many schools offer a separate degree in Software Engineering. This type of program should be more focused on real-world development practices, and building RIAs would probably fit in well.</p>
<p>A BFA for programming seems weird. Certainly, with computers permeating our lives, degree programs need to exist for people who will be designing our user interfaces. I&#8217;m not exactly what&#8217;s available right now, but I know that some colleges do already offer some sort of study in the field of Human-Computer Interaction (HCI), which is probably the best bet at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://blog.digitalbackcountry.com/2008/01/using-rich-internet-applications-to-keep-undergrad-computer-science-interesting/comment-page-1/#comment-4745</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 08 Jan 2008 21:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalbackcountry.com/?p=1218#comment-4745</guid>
		<description>I have a better idea.  Outsource it all to India where it belongs.</description>
		<content:encoded><![CDATA[<p>I have a better idea.  Outsource it all to India where it belongs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
