<?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>Khaled alHabache's official blog &#187; Prism</title>
	<atom:link href="http://www.khelll.com/blog/tag/prism/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khelll.com/blog</link>
	<description>What web development means....</description>
	<lastBuildDate>Tue, 16 Mar 2010 23:21:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Bringing web applications to your Desktop with Prism</title>
		<link>http://www.khelll.com/blog/web/bringing-web-applications-to-your-desktop-with-prism/</link>
		<comments>http://www.khelll.com/blog/web/bringing-web-applications-to-your-desktop-with-prism/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 05:48:51 +0000</pubDate>
		<dc:creator>khelll</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Desktop Application]]></category>
		<category><![CDATA[Prism]]></category>
		<category><![CDATA[Web Application]]></category>

		<guid isPermaLink="false">http://www.khelll.com/blog/?p=558</guid>
		<description><![CDATA[I have almost finished working on a web app that will be used inside intranets by students willing to do their English language exams interactively. I have reached the point where I want the app to have as much as possible the look of a desktop one. So I started thinking that may be with [...]]]></description>
			<content:encoded><![CDATA[<p>I have almost finished working on a web app that will be used inside intranets by students willing to do their English language exams interactively. I have reached the point where I want the app to have as much as possible the look of a desktop one. So I started thinking that may be with the help of Javascript I might be able to remove the browser toolbar; not a bad idea so far. Also I wanted to disable both back and refresh buttons because the exam is timed and the student will have a time counter for each section. However after I ran through<a href="http://stackoverflow.com/questions/961188/disable-browsers-back-button"> this</a> thread and found a strong resistance towards such ideas, I decided to go with other solution. Simply I chose to remove the toolbar and use keystroke events to determine which ones are related to navigation, just like &#8216;f5&#8242; and &#8216;backspace&#8217;. So far so good, but after few minutes of work on this approach, I had few thoughts at mind: &#8220;Why am I doing so? Do I really need a browser to do this? shouldn&#8217;t be there any software that can render HTML markup and can have a customized interface?&#8221;<br />
I start searching for such a software and found <a href="http://prism.mozilla.com/">Prism</a>, which is a cool product by Mozilla that helps you turning a web app into a desktop like one. Taken from the product <a href="http://prism.mozilla.com/why/">why</a> page:</p>
<blockquote><p>Instead of running all your web apps in the browser, Prism lets you run them in their own window just like normal applications. A single faulty app or web page can no longer take down everything you are working on. </p></blockquote>
<p>Prism is so easy to be used, it takes 1 minute approximately to turn your web app into a desktop one and you will gain many Desktop integration things like:</p>
<ul>
<li>Access web apps from system taskbar or dock</li>
<li>Tray icon and dock menus</li>
<li>Associate applications with browser links</li>
<li>Minimize to tray</li>
<li>System tray icon and dock badges</li>
</ul>
<p>Prism can be used as a stand alone soft, or just another Firefox addon(this one didn&#8217;t play well with me). Give it a shoot, you won&#8217;t regret it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khelll.com/blog/web/bringing-web-applications-to-your-desktop-with-prism/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
