<?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>Netexceed blog by Jason Mohan&#187; Netexceed by Jason Mohan</title>
	<atom:link href="http://www.jasonmohan.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonmohan.com</link>
	<description>I am an IT professional who loves to stay on the leading edge of technology, and tries to tackle most commonly faced issues by computer users, and administrators.</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:18:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create ICA files with Citrix Quick Launch Tool</title>
		<link>http://www.jasonmohan.com/citrix/create-ica-files-with-citrix-quick-launch-tool/</link>
		<comments>http://www.jasonmohan.com/citrix/create-ica-files-with-citrix-quick-launch-tool/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 20:18:19 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[citrix]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=417</guid>
		<description><![CDATA[Creating ICA files is usually pretty easy, but not all the time. I had an instance where I couldn&#8217;t create an ICA file with the access management console. So I used the ICA file creator from citrix, however it kept throwing up errors, and generic errors at that. I was fed up trying to find [...]]]></description>
			<content:encoded><![CDATA[<p>Creating ICA files is usually pretty easy, but not all the time. I had an instance where I couldn&#8217;t create an ICA file with the access management console. So I used the ICA file creator from citrix, however it kept throwing up errors, and generic errors at that. I was fed up trying to find a solution. Then I found this Citrix Quick Launch tool, which allows you to directly connect to a published application on a citrix server, and creates and ICA file. So for my purposes bascially it did the same thing create an ICA file, but this one actually tells you what the error actually is instead of throwing something generic at you. Low and behold once I found out what the error was, the fix was to remove all my Citrix clients off of my machine and download the latest version (the one with the agent and the web). Then the ICA file creator worked and so did the Citrix Quick Launch tool.</p>
<p>Citrix Quick Launch Tool: <a href="http://support.citrix.com/article/CTX122536">http://support.citrix.com/article/CTX122536</a></p>
<p>Citrix ICA file Creator: <a href="http://support.citrix.com/article/CTX113472">http://support.citrix.com/article/CTX113472</a></p>
<p>Use the Quick Launch, it looks and works better at least in my opinion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/citrix/create-ica-files-with-citrix-quick-launch-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup WSS 3.0 automatically</title>
		<link>http://www.jasonmohan.com/other/how-to-backup-wss-3-0-automatically/</link>
		<comments>http://www.jasonmohan.com/other/how-to-backup-wss-3-0-automatically/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 20:52:41 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=414</guid>
		<description><![CDATA[So how do you backup WSS 3.0 automatically? Well you know you can go into the operations center and backup manually, by setting the destination. However this will not automatically backup your sharepoint farm on a daily basis. There is a simple command to backup your sharepoint farm via command line. Once you have a [...]]]></description>
			<content:encoded><![CDATA[<p>So how do you backup WSS 3.0 automatically? Well you know you can go into the operations center and backup manually, by setting the destination. However this will not automatically backup your sharepoint farm on a daily basis. There is a simple command to backup your sharepoint farm via command line. Once you have a command line then you can create a batch file and backup however your want.</p>
<p><strong>Here&#8217;s the backup command:</strong> stsadm -o backup -directory c:\backup -backupmethod full</p>
<p>Here&#8217;s my batch file, I&#8217;m backing up to the local hard drive and then copying it to a share (my share is not a Windows computer, so I can&#8217;t backup directly to it, but if you want to backup to a share you can as long as it&#8217;s on the domain).</p>
<p>cd &#8220;c:\program files\common files\microsoft shared\web server extensions\12\bin&#8221;<br />
stsadm -o backup -directory c:\backup -backupmethod full<br />
net use s: <a href="file://\\192.168.0.21\backups">\\192.168.0.21\backups</a><br />
xcopy c:\backup s:\wss /e /h /y<br />
net use s: /delete</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/other/how-to-backup-wss-3-0-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to start a full crawl on sharepoint</title>
		<link>http://www.jasonmohan.com/other/how-to-start-a-full-crawl-on-sharepoint/</link>
		<comments>http://www.jasonmohan.com/other/how-to-start-a-full-crawl-on-sharepoint/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 18:20:23 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=411</guid>
		<description><![CDATA[If you trying to get sharepoint to start a full crawl of your site, or you need to diagnose a problem you have to wait for sharepoint to start it&#8217;s full crawl interval. However with the below command you have it start immediately.
Stsadm -o spsearch -action fullcrawlstart
]]></description>
			<content:encoded><![CDATA[<p>If you trying to get sharepoint to start a full crawl of your site, or you need to diagnose a problem you have to wait for sharepoint to start it&#8217;s full crawl interval. However with the below command you have it start immediately.</p>
<p><strong>Stsadm -o spsearch -action fullcrawlstart</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/other/how-to-start-a-full-crawl-on-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to access embedded SQL on WSS 3.0</title>
		<link>http://www.jasonmohan.com/other/how-to-access-embedded-sql-on-wss-3-0/</link>
		<comments>http://www.jasonmohan.com/other/how-to-access-embedded-sql-on-wss-3-0/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 15:54:32 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=407</guid>
		<description><![CDATA[I wanted to access the SQL databases on my WSS 3.0 server, however I was using the embedded edition of SQL. So I downloaded SQL Management Server studio, but I couldn&#8217;t still access the databases. It kept saying it can&#8217;t make a remote connection to the server though I was trying to access it via [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to access the SQL databases on my WSS 3.0 server, however I was using the embedded edition of SQL. So I downloaded SQL Management Server studio, but I couldn&#8217;t still access the databases. It kept saying it can&#8217;t make a remote connection to the server though I was trying to access it via local to the machine. Then I found this.  Type it in as the server name, and violia!</p>
<p><strong>Server Name:</strong> \\.\pipe\MSSQL$MICROSOFT##SSEE\SQL\QUERY</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/other/how-to-access-embedded-sql-on-wss-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Jailbreak for 3.1.3 is here!</title>
		<link>http://www.jasonmohan.com/other/iphone-jailbreak-for-3-1-3-is-here/</link>
		<comments>http://www.jasonmohan.com/other/iphone-jailbreak-for-3-1-3-is-here/#comments</comments>
		<pubDate>Mon, 03 May 2010 13:16:32 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=402</guid>
		<description><![CDATA[The iPhone spirit Jailbreak for 3.1.3 is here. Much thanks goes to the Dev Team and @comex for this release. Works on iPhone 3G, 3GS, and the iPad. Jailbreak is very easy, attach your iphone or ipad and click jailbreak that&#8217;s it. Below are the screenshots for the mac version of spirit. The download links [...]]]></description>
			<content:encoded><![CDATA[<p>The iPhone spirit Jailbreak for 3.1.3 is here. Much thanks goes to the Dev Team and @comex for this release. Works on iPhone 3G, 3GS, and the iPad. Jailbreak is very easy, attach your iphone or ipad and click jailbreak that&#8217;s it. Below are the screenshots for the mac version of spirit. The download links for Windows and Mac are below.</p>
<p>1. <a href="http://spiritjb.com/">Download link</a> for iPhone Spirit Jailbreak.</p>
<p>Screenshots for Spirit on a mac.</p>
<p><a href="http://www.jasonmohan.com/wp-content/uploads/Screen-shot-2010-05-03-at-8.07.39-AM.png"><img class="alignnone size-medium wp-image-403" title="iPhone Spirit Jailbreak images" src="http://www.jasonmohan.com/wp-content/uploads/Screen-shot-2010-05-03-at-8.07.39-AM-300x98.png" alt="" width="300" height="98" /></a></p>
<p><a href="http://www.jasonmohan.com/wp-content/uploads/Screen-shot-2010-05-03-at-8.08.30-AM.png"><img class="alignnone size-medium wp-image-404" title="iPhone Spirit jailbreak download" src="http://www.jasonmohan.com/wp-content/uploads/Screen-shot-2010-05-03-at-8.08.30-AM-300x98.png" alt="" width="300" height="98" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/other/iphone-jailbreak-for-3-1-3-is-here/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Jailbreak 3.1.3 spirit is coming</title>
		<link>http://www.jasonmohan.com/iphone/iphone-jailbreak-3-1-3/</link>
		<comments>http://www.jasonmohan.com/iphone/iphone-jailbreak-3-1-3/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 20:51:15 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=398</guid>
		<description><![CDATA[The iPhone Jailbreak 3.1.3 is coming soon here from the Dev Team possibly in a few days, or maybe a couple of weeks. If you have a iPhone 3GS 3.1.2 you probably have jailbroken, but have to constantly tether it back to a computer and run blackra1n again everytime the iPhone resets. The new Spirit [...]]]></description>
			<content:encoded><![CDATA[<p>The iPhone Jailbreak 3.1.3 is <span style="text-decoration: line-through;">coming soon</span> <a href="http://www.jasonmohan.com/other/iphone-jailbreak-for-3-1-3-is-here/">here</a> from the Dev Team <span style="text-decoration: line-through;">possibly in a few days, or maybe a couple of weeks</span>. If you have a iPhone 3GS 3.1.2 you probably have jailbroken, but have to constantly tether it back to a computer and run blackra1n again everytime the iPhone resets. The new Spirit jailbreak from the Dev Team will allow you to jailbreak your iPhone without tethering everytime you reset your iPhone. The spirit jailbreak works on iPhone 3G, and iPhone 3GS with 3.1.3. Stay tuned for the download link from the Dev site. It will be updated here also. Note this new jailbreak will not unlock your phone to use on another carrier, only jailbreak. Before the jailbreak comes out make sure you&#8217;ve done the following:</p>
<p>1. Make sure backup you SHSH Blobs. I&#8217;ve written a guide <a href="http://www.jasonmohan.com/iphone/backup-your-iphone-shsh-blobs-before-the-spirit-jailbreak/" target="_blank">here</a>.</p>
<p>2. Make sure you do not upgrade iTunes to the new 9.1.1 version.</p>
<p><em><strong>Spirit Jailbreak Details</strong></em></p>
<ul>
<li>Spirit is an untethered jailbreak</li>
<li>Spirit works on all devices</li>
<li>Spirit does not have a carrier unlock</li>
<li>Spirit requires your device to be activated</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/iphone/iphone-jailbreak-3-1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apply Citrix Password Manager per application or per AD group only</title>
		<link>http://www.jasonmohan.com/citrix/apply-citrix-password-manager-per-application-or-per-ad-group-only/</link>
		<comments>http://www.jasonmohan.com/citrix/apply-citrix-password-manager-per-application-or-per-ad-group-only/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 13:59:08 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[citrix]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=394</guid>
		<description><![CDATA[Most people like me don&#8217;t see the benefits of running Citrix password manager on the whole farm. I want only have it run based on a published application, or based on a AD group. Citrix password manager it&#8217;s a love hate relationship for me. I hate it most of the time, except for like one [...]]]></description>
			<content:encoded><![CDATA[<p>Most people like me don&#8217;t see the benefits of running Citrix password manager on the whole farm. I want only have it run based on a published application, or based on a AD group. Citrix password manager it&#8217;s a love hate relationship for me. I hate it most of the time, except for like one application in our whole Citrix farm. I have like 50 out of 3000 users that could only benefit from Citrix password manager, the rest don&#8217;t need it. So how do I apply Citrix password manager to a subset of users, or application.  Below is the step by step. Bascially what you are doing is removing it from startup, and only applying it to startup based on an application, or AD group (via VB logon script). I&#8217;ve given you two ways to launch Citrix password manager, based on a published application or via a AD group on logon.</p>
<p><strong>Run Citrix password manager based on a published application </strong></p>
<p>1. Regedit, and go to HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\AppSetup</p>
<p>2. Modify it, and remove only just this (nothing else). C:\Program Files\Citrix\MetaFrame Password Manager\wts\ssolauncher.exe /nossoshutdown</p>
<p>3. Close regedit</p>
<p>4. Now you can apply it to a published app like notepad with the following command. &#8220;C:\Program Files\Citrix\MetaFrame Password Manager\wts\ssolauncher.exe&#8221; /application &#8220;C:\Windows\notepad.exe&#8221;. The working doesn&#8217;t change either, in this case it would be C:\Windows\notepad.exe.</p>
<p><strong>Run Citrix password manager based on a AD group at logon using a VBScript.</strong></p>
<p>Here&#8217;s the logon vbscript I used, use at your discretion. If a user was in the Citrix Password Manager AD Group (I created this security group in AD, it&#8217;s not a standard group that comes with Citrix or anything) then the Citrix password manager would run.</p>
<p>For Each strGroup in objUser.MemberOf<br />
strGroupPath = &#8220;LDAP://&#8221; &amp; strGroup<br />
Set objGroup = GetObject(strGroupPath)<br />
strGroupName = objGroup.CN</p>
<p>Select Case strGroupName</p>
<p>Case &#8220;Citrix Password Manager&#8221;</p>
<p>Dim aWshShell<br />
Set aWshShell = WScript.CreateObject(&#8220;WScript.Shell&#8221;)<br />
Return = aWshShell.Run(&#8220;c:\progra~1\citrix\metafr~1\wts\ssoLauncher.exe /nossoshutdown&#8221;, 1, true)<br />
Set aWshShell = Nothing</p>
<p>End Select</p>
<p>Next</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/citrix/apply-citrix-password-manager-per-application-or-per-ad-group-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup your iPhone SHSH Blobs, before the spirit jailbreak</title>
		<link>http://www.jasonmohan.com/iphone/backup-your-iphone-shsh-blobs-before-the-spirit-jailbreak/</link>
		<comments>http://www.jasonmohan.com/iphone/backup-your-iphone-shsh-blobs-before-the-spirit-jailbreak/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 23:23:19 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=390</guid>
		<description><![CDATA[The Dev Team will soon be releasing an iPhone 3.1.3 jailbreak without tethering. I&#8217;ll update this post as soon as the update is released. However this jailbreak is a userland jailbreak called Spirit. This is a jailbreak not an unlock (unlock means you can use the iPhone on tmobile also). A userland jailbreak is a [...]]]></description>
			<content:encoded><![CDATA[<p>The Dev Team will soon be releasing an iPhone 3.1.3 jailbreak without tethering. I&#8217;ll update this post as soon as the update is released. However this jailbreak is a userland jailbreak called Spirit. This is a jailbreak not an unlock (unlock means you can use the iPhone on tmobile also). A userland jailbreak is a security hole that was found and being used to jailbreak a phone. Apple will usually patch such holes in a day or so by releasing a new software update (like maybe 3.1.4). So before the jailbreak is released, and apple updates the firmware on their site, you will need to backup you SHSH Blobs. This will allow you to restore to an older software version, in case you need to erase your iPhone, or somehow you accidentally upgraded. Once a the new software version is released, and you need to restore your iPhone (or accidentally upgrade), it will only restore to the latest version provided by apple. The latest version may not have a jailbreak though, so you&#8217;ll be screwed. However you can bypass this if you backup your SHSH Blobs. Once Apple releases a new software version you can no longer create the SHSH Blobs for the older software  version, even if you didn&#8217;t upgrade.  To backup you need a software called umbrella, and your phone&#8217;s eccid. It&#8217;s not complicated</p>
<p>1. Get your iPhone&#8217;s eccid, to find out how to do that <a href="http://www.ihackintosh.com/2009/09/grab-and-get-signed-your-ecid-for-iphone-3gs-os-3-1/" target="_blank">click here</a>.</p>
<p>2. Now download umbrella, by <a href="http://thefirmwareumbrella.blogspot.com/" target="_blank">going here</a>.</p>
<p>3. Now run the exe, or dmg depending if you are a mac or windows user.</p>
<p>4. Put in the ECCID you got from step 1.</p>
<p>5. Choose 3.1.3 (or whatever the latest version is that&#8217;s jailbroken), and pick apple.</p>
<p>6. Find the file that was saved, and keep it somewhere safe, you will need it in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/iphone/backup-your-iphone-shsh-blobs-before-the-spirit-jailbreak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reboot your server remotely with IPMI using Dell&#8217;s BMC</title>
		<link>http://www.jasonmohan.com/other/reboot-your-server-remotely-with-ipmi-using-dells-bmc/</link>
		<comments>http://www.jasonmohan.com/other/reboot-your-server-remotely-with-ipmi-using-dells-bmc/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 14:51:13 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=387</guid>
		<description><![CDATA[I bought a new poweredge T110 server, it came with BMC (Baseboard management controller) already installed. I needed to reboot the system, because it was unresponsive (Windows 2008 server crashed). However I can&#8217;t RDP into it, and I&#8217;m not at the site where the physical machine is located. All I needed was someone to power [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a new poweredge T110 server, it came with BMC (Baseboard management controller) already installed. I needed to reboot the system, because it was unresponsive (Windows 2008 server crashed). However I can&#8217;t RDP into it, and I&#8217;m not at the site where the physical machine is located. All I needed was someone to power cycle it, but no one was available. That&#8217;s when I did some research. Apparently all new poweredge servers come with at least BMC installed. I couldn&#8217;t purchased an iDrac for that server because it wasn&#8217;t available. So after some research I found the Dell BMC supports IPMI. However you need something to access the BMC using IPMI, and I don&#8217;t have linux so I can&#8217;t use the impitool. That&#8217;s when I found this software, <a href="ftp://ftp.supermicro.com/utility/IPMIView/Windows/">IPMIView from Supermicro</a>. Now you have to first configure the BMC, physically on the box before you can do all this (usually when the server boots up you&#8217;ll see this message press ctrl &#8211; e to configure BMC within 5 seconds). Luckily I configured this when I installed the server initially.</p>
<p>1. Install the software.</p>
<p>2. Go to File &gt; New System</p>
<p>3. Put in the IP Address for the BMC controller, this should be different that your ip address for the server.</p>
<p>4. Double click on your the newly created system, and put in your username and password (again you should&#8217;ve configured this initially on the BMC controller when you installed the server).</p>
<p>5. Now go to IPM Device, and pick reset.</p>
<p>6. Now you server should reboot, like if you were on site pressing the power button.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/other/reboot-your-server-remotely-with-ipmi-using-dells-bmc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Turning webpages into applications on a mac</title>
		<link>http://www.jasonmohan.com/other/turning-webpages-into-applications-on-a-mac/</link>
		<comments>http://www.jasonmohan.com/other/turning-webpages-into-applications-on-a-mac/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 15:30:07 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://www.jasonmohan.com/?p=380</guid>
		<description><![CDATA[There are some web applications out there, that you wish were actually applications instead of firing up a web browser and navigating to the web application. Well you can if you have a mac, with a program called Fluid. It&#8217;s simple and easy. I recently converted a weather web app into a full blown application. [...]]]></description>
			<content:encoded><![CDATA[<p>There are some web applications out there, that you wish were actually applications instead of firing up a web browser and navigating to the web application. Well you can if you have a mac, with a program called <a href="http://fluidapp.com/">Fluid</a>. It&#8217;s simple and easy. I recently converted a weather web app into a full blown application. If you live in Houston, you know the weather changes drastically from one day to the next. Like yesterday, it was warm in the 70&#8217;s and then last night it was in the 30&#8217;s. However I wanted a weather app that was easy and simple to use. So I created one with Fluid and Weather Underground and put the instructions below. This will work for any webpage, if you can navigate to it, it will work. <span style="text-decoration: line-through;">Now I&#8217;m not sure if there is an application like this for windows, but if you know of any please let us know via comments.</span> EDIT: Check out <a href="http://prism.mozilla.com/features/">Prism</a> for Windows which does pretty much the same thing.<span style="text-decoration: line-through;"><br />
</span></p>
<p>1. First download <a href="http://fluidapp.com/">Fluid</a> and install it on your mac.</p>
<p>2. Now navigate to the webpage you want to turn into a app. I used this site from weather underground. <a href="http://www.wunderground.com/auto/wxmap/">http://www.wunderground.com/auto/wxmap/</a>.</p>
<p>3. Now I navigated to Houston, because I wanted Houston to be the main focus in the web application which was the following <a href="http://www.wunderground.com/cgi-bin/findweather/getForecast?brand=wxmap&amp;query=29.726999,-95.361298">URL</a>.</p>
<p>4. Now fire up Fluid.</p>
<p>5. Insert the URL you want to convert, give the application a name, and a icon (if you want, otherwise it will pull the favicon from the website URL)</p>
<p>6. Now just hit create and your application should look like the one below I made for the weather app. Simple as that, place the new app in your dock or wherever you want.</p>
<p><a href="http://www.jasonmohan.com/wp-content/uploads/Screen-shot-2010-02-15-at-9.17.37-AM1.png"><img class="alignnone size-medium wp-image-383" title="Fluid Application" src="http://www.jasonmohan.com/wp-content/uploads/Screen-shot-2010-02-15-at-9.17.37-AM1-300x205.png" alt="Converting a webpage into an application by Jason Mohan" width="300" height="205" /></a></p>
<p>Note: You can also make the app part of your desktop, by going to your newly created app and converting it to an embedded SSB. Here is a <a href="http://fluidapp.com/blog/2008/06/12/screencast-embedded-ssb-sneak-peak/">Youtube video link</a> for more instruction regarding SSBs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/other/turning-webpages-into-applications-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
