<?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>Clarity Computers</title>
	<atom:link href="http://www.devclarity.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devclarity.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 18 Feb 2010 02:21:46 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Projects of Intrest</title>
		<link>http://www.devclarity.com/2010/02/projects-of-intrest/</link>
		<comments>http://www.devclarity.com/2010/02/projects-of-intrest/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 20:07:29 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.devclarity.com/?p=461</guid>
		<description><![CDATA[PhoneGap is an open source development tool for building (compiled) fast, easy mobile apps with JavaScript.  (iPhone, Android, Palm, Symbian and Blackberry)
http://phonegap.com/
MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.
http://mootools.net/
MooLego UI is a small, minimal &#38; extensible, Object-Oriented JavaScript User Interface Framework based on Mootools.
http://ui.moolego.org/
Plupload allows you to [...]]]></description>
			<content:encoded><![CDATA[<p>PhoneGap is an open source development tool for building (compiled) fast, easy mobile apps with JavaScript.  (iPhone, Android, Palm, Symbian and Blackberry)</p>
<p><a href="http://phonegap.com/" target="_blank">http://phonegap.com/</a></p>
<p>MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.</p>
<p><a href="http://mootools.net/" target="_blank">http://mootools.net/</a></p>
<p>MooLego UI is a small, minimal &amp; extensible, Object-Oriented JavaScript User Interface Framework based on Mootools.</p>
<p><a href="http://ui.moolego.org/" target="_blank">http://ui.moolego.org/</a></p>
<p>Plupload allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms,</p>
<p><a href="http://www.plupload.com/" target="_blank">http://www.plupload.com/</a></p>
<p><strong>APE</strong> is a full-featured <em>OpenSource</em> solution designed for Ajax Push.  (Uses <a href="http://www.mootools.net/" target="_blank">mootools</a> for its server-side JavaScript)</p>
<p><a href="http://www.ape-project.org/" target="_blank">http://www.ape-project.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devclarity.com/2010/02/projects-of-intrest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weather Lookup</title>
		<link>http://www.devclarity.com/2010/02/weather-lookup/</link>
		<comments>http://www.devclarity.com/2010/02/weather-lookup/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:18:45 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.devclarity.com/?p=452</guid>
		<description><![CDATA[Silverlight enabled weather forecaster]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.devclarity.com/wp-content/uploads/2010/02/WeatherLookup.png"><a href="http://beta.devclarity.com/silverlight/weather/" target="_blank"><img class="alignnone size-full wp-image-454" title="WeatherLookup" src="http://www.devclarity.com/wp-content/uploads/2010/02/WeatherLookup1.png" alt="" width="515" height="343" /></a><br />
</a></p>
<p>Lately, I have been exploring the <a href="http://www.microsoft.com/silverlight/" target="_blank">Silverlight</a> technology.  I wanted to share with you the <a href="http://beta.devclarity.com/silverlight/weather/" target="_blank">application</a> I wrote with this interesting technology.</p>
<p>The application is another weather forecaster, you type in your zip code and it goes out to <a href="http://wunderground.com/" target="_blank">Weather Underground</a> and grabs the data to build the page.</p>
<p>Download the source: <a href="http://github.com/hazlema/Silverlight-Weather-Lookup">HERE</a><br />
Preview the app: <a href="http://beta.devclarity.com/silverlight/weather/">HERE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devclarity.com/2010/02/weather-lookup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Weather Information from Yahoo Web Services in C#</title>
		<link>http://www.devclarity.com/2010/02/yahoo-webservices/</link>
		<comments>http://www.devclarity.com/2010/02/yahoo-webservices/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 18:01:38 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Files]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.devclarity.com/?p=435</guid>
		<description><![CDATA[I wrote an article sometime back on The CodeProject that dealt with Geolocation.  I wrote this back in 2005 so I figured I would update my post here and add a new twist.

The new code still uses YAHOO&#8217;s web services, however this time I am writing it in LINQ and C#.  So lets [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote an article sometime back on <a href="http://codeproject.com/" target="_blank">The CodeProject</a> that dealt with <a href="http://www.codeproject.com/KB/ajax/GeoLocation.aspx" target="_blank">Geolocation</a>.  I wrote this back in 2005 so I figured I would update my post here and add a new twist.</p>

The new code still uses YAHOO&#8217;s web services, however this time I am writing it in LINQ and C#.  So lets dive right in shall we?  This is a simple console based program, you can re do it as a webapp or a forms program, but the concept is the same.
<pre class="brush: csharp;">using System;
using System.Linq;
using System.Xml.Linq;

namespace YahooWeather
{
    class Program
    {
        public string appid { get; set; }

        public Program(string appid)
        {
            this.appid = appid;
        }
    }
}</pre>

<p>It starts off as any program does with a basic namespace deceleration, as you can see there is one property called appid that gets set when you create an instence of this class.</p>
<pre class="brush: csharp;">        public string GetWoeid(string Zipcode)
        {
            string query = String.Format(&quot;http://where.yahooapis.com/v1/places.q('{0}')?appid={1}&quot;, Zipcode, this.appid);
            XDocument thisDoc = XDocument.Load(query);
            XNamespace ns = &quot;http://where.yahooapis.com/v1/schema.rng&quot;;

            return (from i in thisDoc.Descendants(ns + &quot;place&quot;) select i.Element(ns + &quot;woeid&quot;).Value).First();
        }</pre>
<p>This function loads up <strong>http://where.yahooapis.com/v1/</strong> and grabs the XML stream with LINQ then returns the woeid.  The woeid is a unique number that identifies your location</p>
<p>Next, we have to get the weather RSS feed from Yahoo using your woeid</p>
<pre class="brush: csharp;">        public void GetWeather(string Zipcode)
        {
            string query = String.Format(&quot;http://weather.yahooapis.com/forecastrss?w={0}&quot;, GetWoeid(Zipcode));
            XDocument thisDoc = XDocument.Load(query);
            XNamespace ns = &quot;http://xml.weather.yahoo.com/ns/rss/1.0&quot;;
            var results = (from i in thisDoc.Descendants(ns + &quot;forecast&quot;) select i);

            foreach (var thisResult in results)
                Console.WriteLine(&quot;{0}, it will be {1} with a low of {2} and a high of {3}&quot;, thisResult.Attribute(&quot;date&quot;).Value, thisResult.Attribute(&quot;text&quot;).Value, thisResult.Attribute(&quot;low&quot;).Value, thisResult.Attribute(&quot;high&quot;).Value);
        }</pre>

<p>This function prints out the current weather conditions.  In the same way we got the woeid (parsing xml/rss), we are getting the weather results.  All thats left now is the main procedure.</p>
<pre class="brush: csharp;">        static void Main(string[] args)
        {
            Program thisYahoo = new Program(&quot;&lt;strong&gt;YOUR KEY HERE&lt;/strong&gt;&quot;);

            Console.Write(&quot;Enter your zip code please: &quot;);
            thisYahoo.GetWeather(Console.ReadLine());

            Console.Write(&quot;Press Enter...&quot;);
            Console.ReadLine();
        }</pre>
<br />
<p><a href="http://developer.yahoo.com/geo/geoplanet/" target="_blank">View the Yahoo GeoPlanet API documentation</a> |
<a href="http://developer.yahoo.com/weather/" target="_blank">View the Yahoo Weather API documentation</a> |
<a href="https://login.yahoo.com/config/login_verify2?.src=devnet&#038;.done=http%3A%2F%2Fdeveloper.apps.yahoo.com%2Fwsregapp%2F" target="_blank">Get a Yahoo application ID</a></p>

Note: There is a file embedded within this post, please visit this post to download the file.
]]></content:encoded>
			<wfw:commentRss>http://www.devclarity.com/2010/02/yahoo-webservices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect Blogengine Links to Wordpress (running on a Rackspace Cloud)</title>
		<link>http://www.devclarity.com/2010/01/redirect-blogengine-links-to-wordpress-running-on-a-rackspace-cloud/</link>
		<comments>http://www.devclarity.com/2010/01/redirect-blogengine-links-to-wordpress-running-on-a-rackspace-cloud/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 05:20:51 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[BlogEngine]]></category>

		<guid isPermaLink="false">http://www.devclarity.com/?p=409</guid>
		<description><![CDATA[Problem
I used to have a web server running IIS and BlogEngine.  When people come to my new site looking for an article they will get a nasty error.  For one the site is now PHP.  I wanted to remap all the files from the old URL&#8217;s to the new URL&#8217;s.

Old URL

http://www.devclarity.com/blog/post/topic.aspx

New URL

http://www.devclarity.com/index.php?s=topic

I figured I would [...]]]></description>
			<content:encoded><![CDATA[<h2>Problem</h2>
<p>I used to have a web server running IIS and BlogEngine.  When people come to my new site looking for an article they will get a nasty error.  For one the site is now PHP.  I wanted to remap all the files from the old URL&#8217;s to the new URL&#8217;s.</p>

<p><strong>Old URL</strong><br />

http://www.devclarity.com/blog/post/topic.aspx</p>

<p><strong>New URL</strong><br />

http://www.devclarity.com/index.php?s=topic</p>

<p>I figured I would just put a redirect in <strong>.htaccess</strong>, but little did I know that the web server sees the .aspx extension of the old URL and processes it on the IIS server.  Thanks a lot Rackspace Cloud <img src='http://www.devclarity.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<h2>Solution</h2>
I created a Web.Config file to send all errors to a page called Redirect.aspx.
<pre class="brush: xml;">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
&lt;configuration&gt;
    &lt;system.web&gt;
		&lt;customErrors defaultRedirect=&quot;redirect.aspx&quot; mode=&quot;On&quot;&gt;   
		    &lt;error statusCode=&quot;500&quot; redirect=&quot;redirect.aspx&quot; /&gt;
		    &lt;error statusCode=&quot;404&quot; redirect=&quot;redirect.aspx&quot; /&gt;
		    &lt;error statusCode=&quot;403&quot; redirect=&quot;redirect.aspx&quot; /&gt; 
		&lt;/customErrors&gt;
    &lt;/system.web&gt;
&lt;/configuration&gt;</pre>


Then, redirect.aspx takes the URL and modifies the aspx extension to a html one and redirects the new link back to the page.
<pre class="brush: vb;">&lt;%
	Dim ASPXPath as String
	
	ASPXPath = Request.QueryString(&quot;aspxerrorpath&quot;) 
	ASPXPath = ASPXPath.Replace(&quot;aspx&quot;, &quot;html&quot;).replace(&quot;-&quot;, &quot;+&quot;)
%&gt;
&lt;html&gt;
&lt;body&gt;
	&lt;h3&gt;Please wait, your content has moved&lt;/h3&gt;
	
	&lt;script&gt;
		window.location='&lt;%=ASPXPath%&gt;';
	&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>


<p><strong>Old URL:</strong><br />

http://www.devclarity.com/blog/post/topic.aspx</p>

<p><strong>New URL:</strong><br />

http://www.devclarity.com/blog/post/topic.html</p>

So now, the only thing was setting up the .htaccess file to handle the old url.  What this rule does, is it takes the topic out of the passed URL and reroutes it to the Wordpress search engine.
<pre class="brush: plain;">RewriteRule ^blog/post/([\w-\+]+)\.html$ /index.php?s=$1 [R=permanent,L]</pre>

<h2>Result</h2>
<p><a href="http://www.devclarity.com/blog/post/Backup-Mover.aspx">http://www.devclarity.com/blog/post/Backup-Mover.aspx</a> now takes you to the remapped Backup Mover page on the Wordpress site.</p>

(Of course, this post is new so if you use the old backup-mover link you will see this page first with the backup mover article under it <img src='http://www.devclarity.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> )]]></content:encoded>
			<wfw:commentRss>http://www.devclarity.com/2010/01/redirect-blogengine-links-to-wordpress-running-on-a-rackspace-cloud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FTP Help</title>
		<link>http://www.devclarity.com/2010/01/ftp-help/</link>
		<comments>http://www.devclarity.com/2010/01/ftp-help/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 21:07:14 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[Knowladge Base]]></category>

		<guid isPermaLink="false">http://www.devclarity.com/?p=383</guid>
		<description><![CDATA[Your FTP accounts password is the same as your control panel password.

Where should I put my web content (files)?
 How can I access my FTP content with SSHFS?
 How do I add content to my website?
 Should I upload files as ASCII or binary?
 What FTP software should I use?
 What are the FTP settings [...]]]></description>
			<content:encoded><![CDATA[<p>Your FTP accounts password is the same as your control panel password.</p>
<ul>
<li><a title="Where should I put my web content (files)?" href="http://cloudsites.rackspacecloud.com/index.php/Where_should_I_put_my_web_content_%28files%29%3F" target="_blank">Where should I put my web content (files)?</a></li>
<li> <a title="How can I access my FTP content with SSHFS?" href="http://cloudsites.rackspacecloud.com/index.php/How_can_I_access_my_FTP_content_with_SSHFS%3F" target="_blank">How can I access my FTP content with SSHFS?</a></li>
<li> <a title="How do I add content to my website?" href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_add_content_to_my_website%3F" target="_blank">How do I add content to my website?</a></li>
<li> <a title="Should I upload files as ASCII or binary?" href="http://cloudsites.rackspacecloud.com/index.php/Should_I_upload_files_as_ASCII_or_binary%3F" target="_blank">Should I upload files as ASCII or binary?</a></li>
<li> <a title="What FTP software should I use?" href="http://cloudsites.rackspacecloud.com/index.php/What_FTP_software_should_I_use%3F" target="_blank">What FTP software should I use?</a></li>
<li> <a title="What are the FTP settings for my website?" href="http://cloudsites.rackspacecloud.com/index.php/What_are_the_FTP_settings_for_my_website%3F" target="_blank">What are the FTP settings for my website?</a></li>
<li> <a title="Why can't I connect to my website via FTP?" href="http://cloudsites.rackspacecloud.com/index.php/Why_can%27t_I_connect_to_my_website_via_FTP%3F" target="_blank">Why can&#8217;t I connect to my website via FTP?</a></li>
<li> <a title="Does the FTP service support restarts/continuations?" href="http://cloudsites.rackspacecloud.com/index.php/Does_the_FTP_service_support_restarts/continuations%3F" target="_blank">Does the FTP service support restarts/continuations?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.devclarity.com/2010/01/ftp-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The new home of Clarity Computers</title>
		<link>http://www.devclarity.com/2010/01/the-new-home-of-clarity-computers/</link>
		<comments>http://www.devclarity.com/2010/01/the-new-home-of-clarity-computers/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 04:49:44 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.devclarity.com/?p=314</guid>
		<description><![CDATA[As you know, if you are a client, we had to move out of our data center.  But onward and upward, we now have a new home complete with better email and ftp support.  I will say the migrations of our user base was a bit of a pain but well worth it.
You may have [...]]]></description>
			<content:encoded><![CDATA[<p>As you know, if you are a client, we had to move out of our data center.  But onward and upward, we now have a new home complete with better email and ftp support.  I will say the migrations of our user base was a bit of a pain but well worth it.</p>
<p>You may have noticed <a href="http://devclarity.com">devclarity.com</a> has a new look.  This is still a work in progress so if you see a pile of dirt somewhere, just walk around it for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devclarity.com/2010/01/the-new-home-of-clarity-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Us</title>
		<link>http://www.devclarity.com/2010/01/5-contact-us/</link>
		<comments>http://www.devclarity.com/2010/01/5-contact-us/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 21:50:00 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Contact Us]]></category>

		<guid isPermaLink="false">http://www.devclarity.com/?p=252</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[[contact-form]
]]></content:encoded>
			<wfw:commentRss>http://www.devclarity.com/2010/01/5-contact-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Configuration Help</title>
		<link>http://www.devclarity.com/2010/01/email-configuration-help/</link>
		<comments>http://www.devclarity.com/2010/01/email-configuration-help/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 21:44:54 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Knowladge Base]]></category>

		<guid isPermaLink="false">http://www.devclarity.com/?p=247</guid>
		<description><![CDATA[
How do I configure my email account in Entourage?
How do I configure my email account in Eudora?

How do I configure my email account in Mail.app (Apple Mail &#38; Mac Mail)?
How do I configure my email account in Outlook (2000)?

How do I configure my email account in Outlook (2002 &#38; XP)?

How do I configure my email [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Entourage%3F" target="_blank">How do I configure my email account in Entourage?</a></li>
<li><a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Eudora%3F" target="_blank">How do I configure my email account in Eudora?</a></li>
<li><a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Mail.app_%28Apple_Mail_%26_Mac_Mail%29%3F" target="_blank"></a></li>
<li><a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Mail.app_%28Apple_Mail_%26_Mac_Mail%29%3F" target="_blank">How do I configure my email account in Mail.app (Apple Mail &amp; Mac Mail)?</a></li>
<li><a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Outlook_%282000%29%3F" target="_blank">How do I configure my email account in Outlook (2000)?</a><br />
<a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Outlook_%282002_%26_XP%29%3F" target="_blank"></a></li>
<li><a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Outlook_%282002_%26_XP%29%3F" target="_blank">How do I configure my email account in Outlook (2002 &amp; XP)?</a><br />
<a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Outlook_%282003%29%3F"></a></li>
<li><a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Outlook_%282003%29%3F">How do I configure my email account in Outlook (2003)?</a><br />
<a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Outlook_%282007%29%3F" target="_blank"></a></li>
<li><a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Outlook_%282007%29%3F" target="_blank">How do I configure my email account in Outlook (2007)?</a></li>
<li><a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Outlook_Express%3F" target="_blank">How do I configure my email account in Outlook Express?</a><a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_PowerMail%3F" target="_blank"><br />
</a></li>
<li><a href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_PowerMail%3F" target="_blank">How do I configure my email account in PowerMail?</a><a title="How do I configure my email account in Thunderbird" href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Thunderbird"><br />
</a></li>
<li><a title="How do I configure my email account in Thunderbird" href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Thunderbird">How do I configure my email account in Thunderbird<br />
</a></li>
<li><a title="How do I configure my email account in VersaMail?" href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_VersaMail%3F">How do I configure my email account in VersaMail?</a></li>
<li><a title="How do I configure my email account in Windows Mail?" href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Windows_Mail%3F">How do I configure my email account in Windows Mail?</a></li>
<li><a title="How do I configure my email account in Windows Mobile?" href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_in_Windows_Mobile%3F">How do I configure my email account in Windows Mobile?</a></li>
<li><a title="How do I configure my email account on my iPhone?" href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_on_my_iPhone%3F">How do I configure my email account on my iPhone?</a></li>
<li><a title="How do I configure my email account on my Palm Pre?" href="http://cloudsites.rackspacecloud.com/index.php/How_do_I_configure_my_email_account_on_my_Palm_Pre%3F">How do I configure my email account on my Palm Pre?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.devclarity.com/2010/01/email-configuration-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trouble Tickets</title>
		<link>http://www.devclarity.com/2010/01/trouble-tickets/</link>
		<comments>http://www.devclarity.com/2010/01/trouble-tickets/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 20:34:44 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Trouble Tickets]]></category>

		<guid isPermaLink="false">http://www.devclarity.com/?p=233</guid>
		<description><![CDATA[What is a Trouble Ticket?
A trouble ticket is the fastest way to get help with any aspect of your site.  When you fill out a trouble ticket, your issue is logged and dispatched to the appropriate support technician.  The technician then analyzes and corrects your problem and updates your ticket.  As the author of your [...]]]></description>
			<content:encoded><![CDATA[<h2>What is a Trouble Ticket?</h2>
<p>A trouble ticket is the fastest way to get help with any aspect of your site.  When you fill out a trouble ticket, your issue is logged and dispatched to the appropriate support technician.  The technician then analyzes and corrects your problem and updates your ticket.  As the author of your ticket you are intently notified via email when any action is carried out with your ticket.  Tickets are the best way to keep records about problems and make sure that your issue gets resolved in a timely fashion.</p>
<p>Tickets are handled on a first come first serve basis, and are normally carried out within the hour, during normal business hours.</p>
<p><strong>Create a trouble ticket:</strong><br />
<a href="http://devclarity.com/tickets">http://devclarity.com/ticket</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devclarity.com/2010/01/trouble-tickets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development / Hosting</title>
		<link>http://www.devclarity.com/2010/01/development/</link>
		<comments>http://www.devclarity.com/2010/01/development/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 20:28:53 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Knowladge Base]]></category>

		<guid isPermaLink="false">http://www.devclarity.com/?p=229</guid>
		<description><![CDATA[Development
No matter what size the job, no matter what you need we can help.  We can create a full blown web portal, a simple HTML/Ajax form or install/customize a blog or other web application its up to you.
td{font-weight:bold;width:33%;padding:3px}
Our development team specializes in the following technologies:




ASP.NET
PHP
CSS


Javascript
jQuery
Mootools


MSSQL
MySql
XML


Classic ASP
HTML
XHTML




If you need any job done, no matter what the [...]]]></description>
			<content:encoded><![CDATA[<h2>Development</h2>
<p>No matter what size the job, no matter what you need we can help.  We can create a full blown web portal, a simple HTML/Ajax form or install/customize a blog or other web application its up to you.<br />
<style>td{font-weight:bold;width:33%;padding:3px}</style><br />
Our development team specializes in the following technologies:<br />

<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>ASP.NET</td>
<td>PHP</td>
<td>CSS</td>
</tr>
<tr>
<td>Javascript</td>
<td>jQuery</td>
<td>Mootools</td>
</tr>
<tr>
<td>MSSQL</td>
<td>MySql</td>
<td>XML</td>
</tr>
<tr>
<td>Classic ASP</td>
<td>HTML</td>
<td>XHTML</td>
</tr>
</tbody>
</table>
<br>
If you need any job done, no matter what the size, please <a href="http://www.devclarity.com/category/5-contact-us/">contact</a> us today!
<br><br>
</p>
<h2>Hosting</h2>
<p>After we build your web application we can host it in our <a href="http://en.wikipedia.org/wiki/Cloud_computing" target="_blank">cloud servers</a>.  Hosting with us ensures you priority support for your website/application.  However, if we did not build your site we are still able to host it on our cloud, for details please <a href="http://www.devclarity.com/category/5-contact-us/">contact</a> us today!  We offer Email, Spam Protection, 24/7 Phone Support, FTP, Linux or Windows based servers (for the same low price), PHP/ASP.NET/MySql and MSSQL.  We can even host your domains registration!</p>
<h2>Testimonials</h2>
<div id="sfstest-page"><div class="text">Clarity Computers has been a great asset to our company already. Extremely knowledgeable in many different programming languages and database architectures. Rates are extremely reasonable, and project completion deadlines have been very, very speedy. Highly recommended as a service provider!</div><div class="client">Michael Willson<br/><a href="http://www.maddancer.com/">Maddancer Media</a><br/></div><div class="grayline"></div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.devclarity.com/2010/01/development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
