<?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/"
	>

<channel>
	<title>Center for the Handheld Web</title>
	<atom:link href="http://chw.rit.edu/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://chw.rit.edu/blog</link>
	<description>A Center at RIT for the Study of Handheld &#38; Mobile Devices</description>
	<lastBuildDate>Thu, 29 Oct 2009 23:36:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating Twitter Widgets using JASON and PHP</title>
		<link>http://chw.rit.edu/blog/?p=487</link>
		<comments>http://chw.rit.edu/blog/?p=487#comments</comments>
		<pubDate>Wed, 28 Oct 2009 23:26:16 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://chw.rit.edu/blog/?p=487">gaikwad.abhijit</span></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chw.rit.edu/blog/?p=487</guid>
		<description><![CDATA[by Abhijit Gaikwad
Have you ever wondered how to create Twitter widgets?
Today I will walk you through simple steps to create a Twitter widgets using JASON, JQEURY, php.
First of you will have to select a twitter API. You can choose an API from http://apiwiki.twitter.com/Twitter-API-Documentation. For instance I will use Twitter Trends API.
Now create an php class [...]]]></description>
		<wfw:commentRss>http://chw.rit.edu/blog/?feed=rss2&amp;p=487</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending the &#8220;twitterinfo&#8221; service</title>
		<link>http://chw.rit.edu/blog/?p=459</link>
		<comments>http://chw.rit.edu/blog/?p=459#comments</comments>
		<pubDate>Fri, 08 May 2009 15:41:05 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://chw.rit.edu/blog/?p=459">jeffsonstein</span></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Logical Design]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[webs]]></category>

		<guid isPermaLink="false">http://chw.rit.edu/blog/?p=459</guid>
		<description><![CDATA[<em>hey - where do you find out the date you joined twitter? everyone is twittering about their anniversary dates, but I can't even find mine&#33;</em> Here is one answer, in progress...]]></description>
		<wfw:commentRss>http://chw.rit.edu/blog/?feed=rss2&amp;p=459</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Collaboration, Insight, Initiatives, and Innovations meet &#8211; The Richard Tapia conference Celebration of Diversity in Computing 2009</title>
		<link>http://chw.rit.edu/blog/?p=348</link>
		<comments>http://chw.rit.edu/blog/?p=348#comments</comments>
		<pubDate>Tue, 21 Apr 2009 15:30:22 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://chw.rit.edu/blog/?p=348">phavanhna</span></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[conference]]></category>

		<guid isPermaLink="false">http://chw.rit.edu/blog/?p=348</guid>
		<description><![CDATA[by Phavanhna Douangboupha
April 1-4, 2009, Portland,  Oregon


My view of the conference

Prof. Reynold Bailey (Department of Computer Science), Daniel Rabess (Software Engineering Student), and I (Phavanhna Douangboupha, MS IT Student, Department of Information Technology) &#8211; Golisano College of Computing and Information Sciences (GCCIS) attended the conference on April 1-4, 2009. A student from Kate Gleason [...]]]></description>
		<wfw:commentRss>http://chw.rit.edu/blog/?feed=rss2&amp;p=348</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REST Service Implementation using HTTP – Cross Domain Request</title>
		<link>http://chw.rit.edu/blog/?p=273</link>
		<comments>http://chw.rit.edu/blog/?p=273#comments</comments>
		<pubDate>Sun, 29 Mar 2009 19:44:17 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://chw.rit.edu/blog/?p=273">phavanhna</span></dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Physical Design]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[location tracking]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[web-based resource tracking]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://chw.rit.edu/blog/?p=273</guid>
		<description><![CDATA[By Phavanhna Douangboupha, 03/29/09
The three main basic ideas of a REST process are to process a client request, to response to the request, and return a result/data in XML format according to the request.
Two techniques that can be used are getting parameters from client through a URL query string and the use of HTTP methods. [...]]]></description>
		<wfw:commentRss>http://chw.rit.edu/blog/?feed=rss2&amp;p=273</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REST Client simple Implementation and Test</title>
		<link>http://chw.rit.edu/blog/?p=251</link>
		<comments>http://chw.rit.edu/blog/?p=251#comments</comments>
		<pubDate>Sun, 08 Mar 2009 09:43:25 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://chw.rit.edu/blog/?p=251">phavanhna</span></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[web-based resource tracking]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://chw.rit.edu/blog/?p=251</guid>
		<description><![CDATA[by Phavanhna Douangboupha
There are many ways to implement a REST web service client request which includes PHP, JavaScript XMLHttpRequest, C# system web HTTP web request, Java HttpClient, the command line:curl, Python, and Ruby. I am going to talk about PHP and JavaScript XMLHttpRequest techniques in this blog.
The purpose of using REST web service in this [...]]]></description>
		<wfw:commentRss>http://chw.rit.edu/blog/?feed=rss2&amp;p=251</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WIMP is Dying, Long Live WIMGi</title>
		<link>http://chw.rit.edu/blog/?p=228</link>
		<comments>http://chw.rit.edu/blog/?p=228#comments</comments>
		<pubDate>Wed, 04 Mar 2009 18:26:12 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://chw.rit.edu/blog/?p=228">jeffsonstein</span></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Physical Design]]></category>
		<category><![CDATA[paradigms]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[multi touch]]></category>
		<category><![CDATA[multitouch]]></category>
		<category><![CDATA[WIMGi]]></category>
		<category><![CDATA[WIMP]]></category>

		<guid isPermaLink="false">http://chw.rit.edu/blog/?p=228</guid>
		<description><![CDATA[The WIMP formulation for human–computer interaction design has lasted a long time (since 1980), and has become perceived as a synonym for "desktop GUI", but I think it is dying as a result of two things: the spread of touch-gesture oriented handheld devices, and the emergence of practical &#38; relatively inexpensive multi-touch screens.]]></description>
		<wfw:commentRss>http://chw.rit.edu/blog/?feed=rss2&amp;p=228</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Design for Mobile 2009&#8243; Conference</title>
		<link>http://chw.rit.edu/blog/?p=219</link>
		<comments>http://chw.rit.edu/blog/?p=219#comments</comments>
		<pubDate>Wed, 04 Mar 2009 16:34:46 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://chw.rit.edu/blog/?p=219">jeffsonstein</span></dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Web applications]]></category>
		<category><![CDATA[webapp]]></category>

		<guid isPermaLink="false">http://chw.rit.edu/blog/?p=219</guid>
		<description><![CDATA[The <a href="http://www.design4mobile.com/conference.html" title="visit D4M 2009 Conference site">Design for Mobile 2009 conference</a> will take place from 20 - 22 April, in Lawrence Kansas, and I have been invited to give a session there on the W3C "Mobile Web Applications Best Practices" document, the first draft of which is being put together now.]]></description>
		<wfw:commentRss>http://chw.rit.edu/blog/?feed=rss2&amp;p=219</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Location Tracking Techniques</title>
		<link>http://chw.rit.edu/blog/?p=195</link>
		<comments>http://chw.rit.edu/blog/?p=195#comments</comments>
		<pubDate>Sun, 01 Feb 2009 03:43:07 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://chw.rit.edu/blog/?p=195">phavanhna</span></dc:creator>
				<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Sahana]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[handheld]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[location tracking]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://chw.rit.edu/blog/?p=195</guid>
		<description><![CDATA[by Phavanhna Douangboupha

This blog contains information about some of the current practices in location tracking technologies. It mainly discusses the three common methodologies &#8211; GPS, Cell Towers, and Wi-Fi positioning service. The blog is a part of the ongoing investigation for the proposed capstone project on Web-based resource tracking during a disaster or crisis situation.

In [...]]]></description>
		<wfw:commentRss>http://chw.rit.edu/blog/?feed=rss2&amp;p=195</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>W3C Mobile Web Applications Best Practices document needs your input</title>
		<link>http://chw.rit.edu/blog/?p=187</link>
		<comments>http://chw.rit.edu/blog/?p=187#comments</comments>
		<pubDate>Wed, 28 Jan 2009 23:27:39 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://chw.rit.edu/blog/?p=187">jeffsonstein</span></dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://chw.rit.edu/blog/?p=187</guid>
		<description><![CDATA[The World Wide Web Consortium (aka W3C) is currently developing a <a href="http://www.w3.org/2005/MWI/BPWG/Group/Drafts/BestPractices-2.0/ED-mobile-bp2-20090101" title="read the current draft document">Mobile Web Applications Best Practices</a> document, and we are soliciting input]]></description>
		<wfw:commentRss>http://chw.rit.edu/blog/?feed=rss2&amp;p=187</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Sahana. User friendly interface</title>
		<link>http://chw.rit.edu/blog/?p=184</link>
		<comments>http://chw.rit.edu/blog/?p=184#comments</comments>
		<pubDate>Mon, 26 Jan 2009 18:29:40 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://chw.rit.edu/blog/?p=184">axz1236</span></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Logical Design]]></category>
		<category><![CDATA[Sahana]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[sahana user friendly interface UI]]></category>

		<guid isPermaLink="false">http://chw.rit.edu/blog/?p=184</guid>
		<description><![CDATA[Assylbek Zhumadyrov
Sahana, UI
Audience: the audience of this project is all users of Sahana system from quests and regular users to administrators.
Goals: the main goal of this project is to design the easiest and simplest interface for users of Sahana. Achieving this goal will include two main steps:
1.	designing a logical model of the entire Sahana system [...]]]></description>
		<wfw:commentRss>http://chw.rit.edu/blog/?feed=rss2&amp;p=184</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
