<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>David Szpunar Exists Differently</title>
	
	<link>http://www.existdifferently.com</link>
	<description>David Szpunar + Personal Blog = Exist Differently</description>
	<lastBuildDate>Sat, 05 Nov 2011 19:09:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<feedburner:info uri="existdifferently" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://www.existdifferently.com/feed/" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Fwww.existdifferently.com%2Ffeed%2F" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Fwww.existdifferently.com%2Ffeed%2F" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Fwww.existdifferently.com%2Ffeed%2F" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://www.existdifferently.com/feed/" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Fwww.existdifferently.com%2Ffeed%2F" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Fwww.existdifferently.com%2Ffeed%2F" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Fwww.existdifferently.com%2Ffeed%2F" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>Microsoft Virtual Server inside of VMware ESXi virtual machine</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/p6l0IwkDOF8/</link>
		<comments>http://www.existdifferently.com/2011/microsoft-virtual-server-inside-of-vmware-esxi-virtual-machine/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 19:09:17 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=70</guid>
		<description><![CDATA[Virtual machines inside of virtual machines like to sleep around.  But maybe I should give you some context! I just moved an SBS 2008 installation from a physical server to a virtual machine. It&#8217;s a temporary thing until we rebuild the whole server in a couple of weeks, but it&#8217;s one of the steps. The [...]]]></description>
			<content:encoded><![CDATA[<p>Virtual machines inside of virtual machines like to sleep around.  But maybe I should give you some context!</p>
<p>I just moved an SBS 2008 installation from a physical server to a virtual machine. It&#8217;s a temporary thing until we rebuild the whole server in a couple of weeks, but it&#8217;s one of the steps. The physical SBS box had Microsoft Virtual Server installed on it running Blackberry software for Exchange (just for one user, but he&#8217;s the owner so it&#8217;s important that it keep working!). Once the virtual machine was up and running (hosted on VMware ESXi 5.0 free), everything seemed to be going fine until I took a look at the Blackberry server. I had to change the networking in Virtual Server to use the new virtual network card (instead of the old physical one). Then I booted the virtual-inside-virtual machine&#8230;.and lost networking to the SBS VM!</p>
<p>I&#8217;ll save you the extended details of troubleshooting, which involved some reboots and reconfigurations and resets. The solution was go into the VMware vSphere Client, click on the host at the left, then on the Configuration tab, and then on Networking on the Hardware submenu. I clicked on Properties of vSwitch0, and then edited the vSwitch configuration. On the Security tab, I changed Promiscuous Mode from Reject to Accept, and OK&#8217;d my way out of all the settings screens. This is a great security feature but prevents the use of sub-virtualized machines that require promiscuous mode (now you see why I mentioned sleeping around?).</p>
<p>One thing I also did was add a second virtual network card to the SBS machine and unbind it from IPv4 and IPv6, but assign it as the physical card used by Microsoft Virtual Server for the Blackberry virtual machine. This gives me a little logical separation between the NIC used by the SBS system and the one used by Blackberry, though it doesn&#8217;t gain me much given the overall setup. It was more one of my troubleshooting changes I decided was worth keeping. You do still have to enable Promiscuous Mode for the Virtual Server to get network connectivity (a hint was that with the defaults, broadcast traffic worked because the NIC would get an IP via DHCP, but unicast traffic would fail; broadcast traffic was functioning even with Promiscuous Mode disabled!).</p>
<p>I&#8217;ve dealt with Promiscuous Mode before to get firewalls working in VMware, such as pfSense, which is why I though to check on the setting eventually. I&#8217;m happy that my past experience was able to help with my current one, and now I&#8217;ve shared with you and, hopefully, future Googlers looking for a solution to a similar problem!</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=p6l0IwkDOF8:nA_X5kwglBI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=p6l0IwkDOF8:nA_X5kwglBI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=p6l0IwkDOF8:nA_X5kwglBI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=p6l0IwkDOF8:nA_X5kwglBI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=p6l0IwkDOF8:nA_X5kwglBI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=p6l0IwkDOF8:nA_X5kwglBI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=p6l0IwkDOF8:nA_X5kwglBI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=p6l0IwkDOF8:nA_X5kwglBI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/p6l0IwkDOF8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2011/microsoft-virtual-server-inside-of-vmware-esxi-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2011/microsoft-virtual-server-inside-of-vmware-esxi-virtual-machine/</feedburner:origLink></item>
		<item>
		<title>iOS 5 has some good vibrations</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/Xkc0RmgN2Ec/</link>
		<comments>http://www.existdifferently.com/2011/ios-5-has-some-good-vibrations/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 05:12:16 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=64</guid>
		<description><![CDATA[You can record custom vibrations for general use or for specific contacts in the new iOS 5 operating system from Apple.]]></description>
			<content:encoded><![CDATA[<p>At least, they&#8217;re good if you make them good! As pointed out by <a title="@GlennF" href="https://twitter.com/#!/glennf">Glenn Fleishman</a> on Twitter in these <a title="Tweet 1 from @GlennF" href="https://twitter.com/#!/GlennF/status/124241729422508032">two</a> <a title="Tweet 2 by @GlennF" href="https://twitter.com/#!/GlennF/status/124242804691042304">tweets</a>, in Apple&#8217;s newly-released iOS 5 for iPhone (and perhaps some of the other iProducts, but I&#8217;ve only looked on the phone and it really mainly makes sense there), you can go to Settings &gt; General &gt; Accessibility, Custom Vibration = On and then edit the vibration along with the ringtone whenever you edit a contact. Also, you can create your own &#8220;vibration&#8221; pattern &#8220;ringtones&#8221; of a sort once this setting is on, just go to Settings &gt; Sounds and at the very bottom, you&#8217;ll see Vibration Patterns where you can dig down and select from various defaults or record your own.</p>
<p>Personally, my first attempt was my <a title="My tweet about Morse code" href="https://twitter.com/#!/dszp/status/124344506580602880">first name in Morse code</a>, since it&#8217;s about all I remember from when I got my Amateur Radio license well over ten years ago (and I failed the code test, which I wasn&#8217;t planning on taking, and got my code-free Technician level license I was aiming for :-) Who knew that many years later I&#8217;d wish I&#8217;d learned Morse code better so I could more easily recognize callers by feeling my pocket vibrate? Definitely not me! (I did learn code decently well but visually and not audibly, and the translation was slow and painful, and difficult to un-learn and re-learn. Learn it the right way the first time!)</p>
<p>So I&#8217;ll probably not do too much with the custom vibrations, at least not ones containing secret Morse code (secret mostly from me). Glenn may far better with his <a href="https://twitter.com/#!/GlennF/status/124348234037604352">luscious beats</a>, which must mean he&#8217;s a better musician than I! But thanks, Glenn, for the custom vibrations tip. I also checked out the other &#8220;Accessibility&#8221; settings, which are pretty cool; I&#8217;ve heard of them before but hadn&#8217;t paid very much attention. Some options aren&#8217;t useful just for official &#8220;accessibility&#8221; reasons, so don&#8217;t be afraid to browse!</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=Xkc0RmgN2Ec:zm18GvdU_wo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=Xkc0RmgN2Ec:zm18GvdU_wo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=Xkc0RmgN2Ec:zm18GvdU_wo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=Xkc0RmgN2Ec:zm18GvdU_wo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=Xkc0RmgN2Ec:zm18GvdU_wo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=Xkc0RmgN2Ec:zm18GvdU_wo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=Xkc0RmgN2Ec:zm18GvdU_wo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=Xkc0RmgN2Ec:zm18GvdU_wo:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/Xkc0RmgN2Ec" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2011/ios-5-has-some-good-vibrations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2011/ios-5-has-some-good-vibrations/</feedburner:origLink></item>
		<item>
		<title>Stupidest Spam Email</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/WRmXssnhG5s/</link>
		<comments>http://www.existdifferently.com/2011/stupidest-spam-email/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 01:16:24 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=61</guid>
		<description><![CDATA[OK it&#8217;s not the stupidest, plenty compete for that title and I won&#8217;t bother to judge. But, this spam email I got in my Gmail junk box is so ridiculous&#8230;throwing all the other poor Nigerian spammers under the bus. And then, of course, saying the same thing as all the rest&#8230;just had to share because it [...]]]></description>
			<content:encoded><![CDATA[<p>OK it&#8217;s not the stupidest, plenty compete for that title and I won&#8217;t bother to judge. But, this spam email I got in my Gmail junk box is so ridiculous&#8230;throwing all the other poor Nigerian spammers under the bus. And then, of course, saying the same thing as all the rest&#8230;just had to share because it was so incredibly dumb:</p>
<blockquote><p><em>Subject:</em> STOP CONTACTING THOSE PEOPLE.CONTACT MRS. JANICE ROWE FOR YOUR COMPENSATION</p>
<p>Good day</p>
<p>I am Mrs. Janice Rowe, I am a US citizen, 48 years Old. I reside here in New Braunfels Texas. My residential address is as follows.10854 Crockett Court. Apt 30, New Brunets Texas, United States, am thinking of relocating since I am now rich. I am one of those that took part in the Compensation in Nigeria many years ago and they refused to pay me, I had paid over $20,000 while in the US, trying to get my payment all to no avail.</p>
<p>So I decided to travel down to Nigeria with all my compensation documents, and I was directed to meet Mrs. Janice Rowe, who is the member of COMPENSATION AWARD COMMITTEE, and I contacted him and he explained everything to me. He said whoever is contacting us through emails are fake. He took me to the paying bank for the claim of my Compensation payment. Right now I am the most happiest woman on earth because I have received my compensation funds of $7.500, 000.00 Moreover, Mrs. Janice Rowe showed me the full information of those that are yet to receive their payments and I saw your name as one of the beneficiaries, and your email address, that is why I decided to email you to stop dealing with those people, they are not with your fund, they are only making money out of you. I will advise you to contact Mrs. Janice Rowe.</p>
<p>You have to contact him directly on this information below.</p>
<p>JOAKIN COMPENSATION HOUSE</p>
<p>Name: Mrs. Janice Rowe.<br />
Email: kudafrancis@voila.fr<br />
Phone: +234-7042481256</p>
<p>You really have to stop dealing with those people that are contacting you and telling you that your fund is with them, it is not in any way with them, they are only taking advantage of you and they will dry you up until you have nothing. The only money I paid after I met Mrs. Janice Rowe was just $420 for the paper works, take note of that.</p>
<p>As soon as you contact him he will send you the payment information which you are to use in sending the payment to him in order for him to obtain the document from the court of law there in Nigeria so that your fund can be transfer to you without any delay just the way mine was being transfer to me. Send him the following details if you know you are ready to make the payment so that as soon as he receive your information he will send to you the payment details for sending him the $420USD that is needed for him to get the document that is needed to make the transfer a successful one without any further payment.</p>
<p>Fill Out the information to him if you are ready to get your fund and also ready to make the payment.</p>
<p>Your Full Name:&#8230;&#8230;&#8230;&#8230;&#8230;<br />
Direct Phone:&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..<br />
Country&#8230;&#8230;&#8230;&#8230;&#8230;..<br />
Occupation:&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
Gender:&#8230;&#8230;&#8230;<br />
Age:&#8230;&#8230;&#8230;&#8230;..</p>
<p>Once again stop contacting those people, I will advise you to contact Mrs. Janice Rowe<br />
so that he can help you to deliver your fund instead of dealing with those liars that will be turning you around asking for different kind of money to complete your transaction.</p>
<p>Thank You and Be Blessed.</p>
<p>Mrs. Janice Rowe.<br />
10854 Crockett Court. Apt 30,<br />
New Brunets Texas.<br />
United States of America</p></blockquote>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=WRmXssnhG5s:Pn9vZ9M_owE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=WRmXssnhG5s:Pn9vZ9M_owE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=WRmXssnhG5s:Pn9vZ9M_owE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=WRmXssnhG5s:Pn9vZ9M_owE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=WRmXssnhG5s:Pn9vZ9M_owE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=WRmXssnhG5s:Pn9vZ9M_owE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=WRmXssnhG5s:Pn9vZ9M_owE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=WRmXssnhG5s:Pn9vZ9M_owE:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/WRmXssnhG5s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2011/stupidest-spam-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2011/stupidest-spam-email/</feedburner:origLink></item>
		<item>
		<title>IT vs. Web Design vs. Web Development – they’re different!</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/ja8Z-Mh5Mz8/</link>
		<comments>http://www.existdifferently.com/2011/it-vs-web-dev-vs-design/#comments</comments>
		<pubDate>Tue, 03 May 2011 15:41:35 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=52</guid>
		<description><![CDATA[Nick says, "While at a conference last week it hit me that those who are not entrenched in IT (information technology) often don't know there's a difference between web development and IT." What a true statement! I'm not sure why this confusion exists really, beyond people not paying attention (a common problem everywhere), although there are some similarities between the two and often one person does both (or some of both).]]></description>
			<content:encoded><![CDATA[<p>A friend of mine, Nick Nicholaou, just posted a blog post about <a title="Ministry IT: Web Development &amp; IT-- Are They the Same Thing?" href="http://ministry-it.blogspot.com/2011/05/web-development-it-are-they-same-thing.html">Web Development and IT &#8211; Are They The Same Thing</a>? I started to leave a comment to expound upon his (correct) answer a bit because this is an area where I&#8217;ve done a bit of thinking. And then I realized, my comment is way longer than Nick&#8217;s post; perhaps I should move it to my own blog?</p>
<p>In his post, Nick says, &#8220;While at a conference last week it hit me that those who are not entrenched in IT (information technology) often don&#8217;t know there&#8217;s a difference between web development and IT.&#8221; What a true statement! I&#8217;m not sure why this confusion exists really, beyond people not paying attention (a common problem everywhere), although there are some similarities between the two and often one person does both (or some of both). And you must have IT infrastructure underneath a website for the hosting at least, so they are related, though IT for most websites isn&#8217;t even hosted on most organization&#8217;s internal infrastructure!</p>
<p>IT, by the way, is an <a title="Wikipedia: Acronym and initialism" href="http://en.wikipedia.org/wiki/Acronym_and_initialism">initialism</a> for Information Technology. This <em>should be</em> obvious, but we&#8217;re talking here about not knowing the difference between IT and website creation, so I&#8217;m not going to assume (which, as you may know, is not a good idea anyway)!.</p>
<p>Nick goes on to say that IT is an &#8220;applied science&#8221; and web development is an &#8220;applied art.&#8221; I think that&#8217;s good, using science/art terms; one (IT) is a creative position that happens to use a lot of technology (both in the creation and then in the hosting/setup of the result) and the other, while it involves creativity as far as creating solutions to problems with technology, consists much more of a defined process to find a solution to a problem or create and manage a technology platform for others to use for their own disciplines, and not creating content for public (or even captive audience) consumption.</p>
<p>Confusion happens because there are people who cross disciplines (sometimes well, often horribly) and because, as Nick mentions, systems set up in the IT world are then used to do web development/design as well a host it (though the hosting infrastructure is often outsourced, another confusion).</p>
<p>And hey, an issue I run into even more often is the difference between web design and web development. Again, because people cross disciplines (again, often poorly!) and don&#8217;t understand what is what. Design = visual layout and content creation, and human-computer interaction decisions. Development = creation of interactive websites by programming in various tools, including server-side scripting/programming, database interaction, and client-side programming such as JavaScript and HTML5, and even Flash.</p>
<p>A good designer is not automatically a good programmer (for web and other programming areas!) and vice versa. In fact I think one reason so many sites stink so horribly is the tendency for one person to do it all when they really are terrible at one of the two. I do know people who are excellent at both but they are uncommon, IMHO. And they often get bored with designing and programming websites themselves because they&#8217;re very smart and move on to more interesting and advanced things (one guy I know like this is getting his masters in <a title="HDID Masters Program at Indiana University" href="http://www.soic.indiana.edu/graduate/programs/hcid/">Human-Computer Interaction Design</a> here).</p>
<p>So, I would agree with Nick and argue that not only should IT and website creation be understood as separate functions done by (usually) separate people, or occasionally as two separate functions and activities done by the same person at different times (I&#8217;ve done this myself in the past!), but web design and web development should be thought of as separate, but symbiotic, functions that are best done by separate people in the best case, and by one talented person in rare circumstances. (Alternately, and commonly, a designer will use a previously developed tool, such as <a title="WordPress Software" href="http://www.wordpress.org">WordPress</a> or another Content Management System, not having a separately commissioned developer for a specific project. However, these tools were created by web developers!)</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=ja8Z-Mh5Mz8:smZMBI8hyr4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=ja8Z-Mh5Mz8:smZMBI8hyr4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=ja8Z-Mh5Mz8:smZMBI8hyr4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=ja8Z-Mh5Mz8:smZMBI8hyr4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=ja8Z-Mh5Mz8:smZMBI8hyr4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=ja8Z-Mh5Mz8:smZMBI8hyr4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=ja8Z-Mh5Mz8:smZMBI8hyr4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=ja8Z-Mh5Mz8:smZMBI8hyr4:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/ja8Z-Mh5Mz8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2011/it-vs-web-dev-vs-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2011/it-vs-web-dev-vs-design/</feedburner:origLink></item>
		<item>
		<title>My four year old computer repair boy</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/aLwX9mZqSGU/</link>
		<comments>http://www.existdifferently.com/2011/my-four-year-old-computer-repair-boy/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 19:28:12 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Kids]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=48</guid>
		<description><![CDATA[My son, 4, was talking to me before naptime today. He said, &#8220;I&#8217;m going to a friend&#8217;s house tonight to fix her computer, because it just won&#8217;t do anything. She just clicked on Google Chrome and nothing happens, so I&#8217;m going to go over there and fix it for her because she has an appointment [...]]]></description>
			<content:encoded><![CDATA[<p>My son, 4, was talking to me before naptime today. He said, &#8220;I&#8217;m going to a friend&#8217;s house tonight to fix her computer, because it just won&#8217;t do anything. She just clicked on Google Chrome and nothing happens, so I&#8217;m going to go over there and fix it for her because she has an appointment tomorrow so she needs it fixed by tomorrow. She said, &#8216;I need it fixed by [son's name] or David (me).&#8217;&#8221;</p>
<p>There was a bit more, but he kept talking long enough I think that&#8217;s all I remember (not uncommon) :-) Looks like I&#8217;m rubbing off quite well onto my mini-me! Too bad his imaginary friends would pay with imaginary money if he billed them, or I might have him start paying rent.</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=aLwX9mZqSGU:QkBhIN-hAvM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=aLwX9mZqSGU:QkBhIN-hAvM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=aLwX9mZqSGU:QkBhIN-hAvM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=aLwX9mZqSGU:QkBhIN-hAvM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=aLwX9mZqSGU:QkBhIN-hAvM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=aLwX9mZqSGU:QkBhIN-hAvM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=aLwX9mZqSGU:QkBhIN-hAvM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=aLwX9mZqSGU:QkBhIN-hAvM:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/aLwX9mZqSGU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2011/my-four-year-old-computer-repair-boy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2011/my-four-year-old-computer-repair-boy/</feedburner:origLink></item>
		<item>
		<title>F.lux makes computer look better at night</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/HHXRMCsB-aw/</link>
		<comments>http://www.existdifferently.com/2011/flux/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 05:09:15 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=36</guid>
		<description><![CDATA[What is it? A small program, available for Windows, Mac and Linux operating systems, that runs in the background and adjusts the color temperature of your monitor so it matches daylight during the day, and incandescent light at night, so the monitor matches your surroundings.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been around 2 years and 4 months since my last post here. A lot has happened. But I&#8217;ve decided (for now) to leave the old as-is, the layout the same (not that you&#8217;ve seen it recently to remember, if you&#8217;ve ever even been here before) and just dive right in. I&#8217;m going to be posting whatever random stuff I want to here, from cool computer software to my experiences assembling IKEA furniture for my home office (maybe). Let&#8217;s start with some cool software (freeware, so it&#8217;s extra nice).</p>
<p>The software is <a title="F.lux software" href="http://www.stereopsis.com/flux/"><strong>f.lux</strong></a> from <a title="Stereopsis" href="http://www.stereopsis.com/">Stereopsis</a>, written by <a title="Michael Herf's blog" href="http://www.nerdblog.com/">Michael</a> <a title="Michael @Herf on Twitter" href="http://twitter.com/herf">Herf</a>, the guy who wrote <a title="Picasa" href="http://picasa.google.com/">Picasa</a> and sold it to Google. His wife is an artist and the process of lighting her studio and finding lots of information about light (<a title="Stereopsis discussion of light sources and colors" href="http://stereopsis.com/fullspectrum/">probably more than you want to know</a>) led to the creation of f.lux. What is it? A small program, available for Windows, Mac and Linux operating systems, that runs in the background and adjusts the color temperature of your monitor so it matches daylight during the day, and incandescent light at night, so the monitor matches your surroundings (you can customize some of this for your light sources). All you have to do is tell it where you are, but it even makes a good educated guess at that (I assume with IP geolocation and/or the timezone setting in your computer, I haven&#8217;t checked).</p>
<p>The whole thing is straightforward. Just install and run; tweak if desired. You can click for a quick preview of how the monitor will change over a 24-hour period. This is my second night trying it. After sunset, my monitor has a warmer color tone. It&#8217;s a little odd, but it doesn&#8217;t have the same glaring brightness to my eyes, and when I look at the TV over my laptop screen the laptop&#8217;s backlight doesn&#8217;t scream at me out of the corner of my eyes as much, it blends in better with the room. It was annoying enough in the past that I would usually shut the laptop lid while watching TV, but it didn&#8217;t bother me nearly as much tonight (I reduced the screen brightness down significantly from full as I usually do, as well).</p>
<p>It&#8217;s still a bit odd to see the cast of my screen look slightly different at night, but it&#8217;s so much more comfortable I&#8217;m pretty sure f.lux is here to stay. It&#8217;s free, easy to turn off (or disable for an hour with a checkbox), is automatic and unobtrusive. No real reason not to try it. Oh, and you can open up the advanced settings and adjust the color temperatures in case you work in fluorescent lighting instead of daylight during the day, for example.</p>
<p>And you can&#8217;t help but like a guy who in 2001 was ranting about how <a title="Stereopsis: Sign up for our Mastercard or this Envelope will Self-Destruct" href="http://www.stereopsis.com/mcard.html">credit card offers were terribly annoying</a> when made to look like important, urgent bills. That must mean he writes good software :-)</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=HHXRMCsB-aw:8hH3bFYdixE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=HHXRMCsB-aw:8hH3bFYdixE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=HHXRMCsB-aw:8hH3bFYdixE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=HHXRMCsB-aw:8hH3bFYdixE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=HHXRMCsB-aw:8hH3bFYdixE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=HHXRMCsB-aw:8hH3bFYdixE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=HHXRMCsB-aw:8hH3bFYdixE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=HHXRMCsB-aw:8hH3bFYdixE:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/HHXRMCsB-aw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2011/flux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2011/flux/</feedburner:origLink></item>
		<item>
		<title>Apple recalls iPhone 3G Power Adapters</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/NckBTfwjMWQ/</link>
		<comments>http://www.existdifferently.com/2008/apple-recalls-iphone-3g-power-adapters/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 05:17:26 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[power adapter]]></category>
		<category><![CDATA[recall]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=32</guid>
		<description><![CDATA[The new power adapters are nice and tiny on the iPhone 3G but they&#8217;re also apparently dangerous and can break off in power outlets. I posted more information over at my Lakeview Information Technology blog. Check it out if you have an iPhone 3G, Apple is replacing them for free starting October 10th! (Or order [...]]]></description>
			<content:encoded><![CDATA[<p>The new power adapters are nice and tiny on the iPhone 3G but they&#8217;re also apparently dangerous and can break off in power outlets. I posted <a title="Lakeview Infotech: iPhone 3G Power Adapters Recalled" href="http://infotech.lakeviewchurch.org/2008/09/21/iphone-power-adapters-recalled/">more information over at my Lakeview Information Technology blog</a>. Check it out if you have an iPhone 3G, Apple is replacing them for free starting October 10th! (Or order a replacement online today which will ship on or after that date.)</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=NckBTfwjMWQ:oQb3y8J_mUE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=NckBTfwjMWQ:oQb3y8J_mUE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=NckBTfwjMWQ:oQb3y8J_mUE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=NckBTfwjMWQ:oQb3y8J_mUE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=NckBTfwjMWQ:oQb3y8J_mUE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=NckBTfwjMWQ:oQb3y8J_mUE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=NckBTfwjMWQ:oQb3y8J_mUE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=NckBTfwjMWQ:oQb3y8J_mUE:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/NckBTfwjMWQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2008/apple-recalls-iphone-3g-power-adapters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2008/apple-recalls-iphone-3g-power-adapters/</feedburner:origLink></item>
		<item>
		<title>iPhone’s not as tasty as I’d like: Delicious Bookmarks App</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/CR-4drsBDVY/</link>
		<comments>http://www.existdifferently.com/2008/iphone-not-tasty-like-delicious-bookmarks-app/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 04:44:58 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone App]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=20</guid>
		<description><![CDATA[I&#8217;m a huge fan of Yahoo!&#8217;s Delicious social bookmarking service. There are copycats but it was the first (it was originally called del.icio.us and used that as a domain name), and it&#8217;s still the largest. Yahoo! bought it because it was so popular, and they took a very long time to release their version 2.0 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a huge fan of Yahoo!&#8217;s <a title="Delicious Social Bookmarking" href="http://www.delicious.com/">Delicious social bookmarking</a> service. There are copycats but it was the first (it was originally called del.icio.us and used that as a domain name), and it&#8217;s still the largest. Yahoo! bought it because it was so popular, and they took a very long time to release their version 2.0 of the service not too long ago. What is it? Instead of (or in addition to, if you like) of using your web brower&#8217;s built-in Bookmarks (or Favorites) feature, you can instead save the page to your Delicious account. Instead of putting links in folders, you can assign freeform tags to the entry (kind of like multiple separate folders), and enter a description of up to 1,000 characters in length.  Unless you mark the item as Private, anyone else can see your links, and they aggregate into a large tagged database of links useful at multiple levels. But you probably just want to get your links back out when you need them, and it&#8217;s pretty good at that, too.</p>
<p>The desktop side is great, and <a title="My public Delicious bookmarks" href="http://www.delicious.com/davidszp">I have close to 2,000 links right now</a> saved in my Delicious account. But what about when I want to visit one of those sites from my iPhone? Well, there&#8217;s the Delicious website, which I could use from Safari. But I&#8217;d like a native app. I was very happy when I saw the App called <em>&#8220;Bookmarks&#8221;</em> and saw the description!</p>
<p>My excitement was misplaced. The extent of the App is a Settings dialog box, where you enter your Delicious username and password and press Login. For a week or two, I&#8217;d tried this a few times and it didn&#8217;t do anything. No response, the Login button just didn&#8217;t &#8220;do&#8221; anything visible. Maybe it was a Delicious backend problem, maybe it was the number of tags I have (remember, about 2,000 bookmarks, and those are tagged with 2,300 different tags!). Regardless, no feedback. Then, almost as if by magic, I had a list of keywords. The entire actual program consist of an &#8220;All Tags&#8221; screen you can scroll through (but not search) like Contacts, only it&#8217;s a list of every tag you&#8217;ve ever used, alphabetically.</p>
<p>No offence, but scrolling through 2,300 tags is not my idea of the way to find something quickly! Definitely need some search. Supposing I do find the tag I want, tapping it shows a list of the links tagged with that tag, intuitively. But each entry is on one line, and it runs of the end of the screen giving merely an elipsis to indicate it was too long to fit. How about tapping a link for a description? Nope, that closes the app alogether and opens Safari, the iPhone&#8217;s web browser, taking me directly to the link without passing Go and without collecing $200! That would be OK if there were a smaller &#8220;details&#8221; button or some way to view additional details if I wanted to, including the full title. I would be even better if I could edit or delete links so I could fix erorrs as they pop up. But no, I&#8217;m stuck with a long list of hard-to-find tags that get me to a list of short, unreadable (in their entirety) link names with no URL, description, or other information. And I can&#8217;t browse sites tagged a particular tag by other people, one of the good ways to find meta-information that others have so graciously saved for you about websites! No way to even view links people who &#8220;subscribe&#8221; to your links save back for you!</p>
<p>So what does this app do for me? Nothing. I never use it. It&#8217;s small, and it sits on my iPhone for now, as I keep hoping an update will show up on the App Store that will make my dreams come true. For now, I&#8217;m snoring. Really, I will be in a few minutes. (Although it&#8217;s only due in small part to this App.) Give it a miss for now, unless you have very few tabs and meager bookmark access needs!</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=CR-4drsBDVY:qiT-YvQzBcw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=CR-4drsBDVY:qiT-YvQzBcw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=CR-4drsBDVY:qiT-YvQzBcw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=CR-4drsBDVY:qiT-YvQzBcw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=CR-4drsBDVY:qiT-YvQzBcw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=CR-4drsBDVY:qiT-YvQzBcw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=CR-4drsBDVY:qiT-YvQzBcw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=CR-4drsBDVY:qiT-YvQzBcw:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/CR-4drsBDVY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2008/iphone-not-tasty-like-delicious-bookmarks-app/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2008/iphone-not-tasty-like-delicious-bookmarks-app/</feedburner:origLink></item>
		<item>
		<title>Remote Desktop for the iPhone: WinAdmin ($11.99)</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/26t9Xgp65oA/</link>
		<comments>http://www.existdifferently.com/2008/remote-desktop-iphone-winadmin/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 16:01:35 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone App]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[WinAdmin]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=14</guid>
		<description><![CDATA[WinAdmin is the best app I&#8217;ve paid for ($11.99) and it&#8217;s more than the cost of all l other apps I&#8217;ve bought combined! (So far at least.) Worth every penny. Even though there are free and cheaper RDP clients, the features and polish of this one win hands down and I won&#8217;t even try the [...]]]></description>
			<content:encoded><![CDATA[<p>WinAdmin is the best app I&#8217;ve paid for ($11.99) and it&#8217;s more than the cost of all l other apps I&#8217;ve bought combined! (So far at least.) Worth every penny.</p>
<p>Even though there are free and cheaper RDP clients, the features and polish of this one win hands down and I won&#8217;t even try the others. And that was before the latest upgrade adding console support (oh yeah!), more resolutions (I think), and Vista/Server 2008 support! I have had issues connecting to Vista/Server 2008 but haven&#8217;t investigated further yet and it&#8217;s not a deal-breaker (so far it looks like it&#8217;s connecting but never shows the screen). Not hard to RDP to an XP/Server 2003 box and re-RDP out to the Vista/Server 2008 box, using <a title="mRemote: Free Remote Control Interface" href="http://www.mremote.org/">mRemote</a> for example (an <em>excellent</em>, free Windows RDP/VNC/SSH/HTTP/HTTPS/etc client!). This is the first release claiming Vista/Server 2008 support so issues are forgivable for now; like I said there are workarounds.</p>
<p>I&#8217;ve used this to fix server problems at both places I work already. Reviewers on the iTunes Store that say to use VNC obviously don&#8217;t administer Windows servers or have RDP experience. VNC has its place and I have an app to do that too (Mocha VNC Lite, haven&#8217;t needed the paid version yet), but in general RDP is faster, more reliable, and built-in to all Windows systems (XP home doesn&#8217;t count :-) Plus RDP is the way to get on a Terminal Server if you have the need.</p>
<p>WinAdmin works great through the iPhone&#8217;s VPN connection capabilities, which is how I usually use it if I&#8217;m not onsite. If you don&#8217;t know how to use Remote Desktop, figure that out first using desktop computers and then get this. If you&#8217;re a Mac user, you should look at alternates like VNC since RDP (Remote Desktop Protocol) is a Microsoft-only thing (another uninformed complaint from iTunes Store reviewers). WinAdmin right now has four out of five stars and 222 reviews on the iTunes Store, even with the dumb complaints from users who can&#8217;t figure it out!</p>
<p>If you&#8217;re a network or systems administrator, this is worth well more than twice what it&#8217;s selling for. Thanks to <a title="Andrew Mitry: Anchorite.org" href="http://anchorite.org/blog/">Andrew Mitry</a> in the <a title="#citrt IRC channel via web-based Mibbit client" href="http://tinyurl.com/citrtirc">#citrt IRC channel</a> for first bringing it to my attention and endorsing it!</p>
<p>It looks like my reviews so far are only of the paid apps I have! Probably because they were useful enough to me to pay for. I won&#8217;t part with my money for junk apps! Plenty of free stuff I&#8217;ll get to reviewing though :-)</p>
<p><strong>UPDATE:</strong> I forgot to link to the official WinAdmin support site, which has an FAQ and some tutorials. It&#8217;s available from the Help link in the program, but you can look at it now: <a title="iPhone WinAdmin Support pages" href="http://iphonewinadmin.com/support/Support.html">WinAdmin Support</a>. The FAQ has not been updated to reflect the newest version&#8217;s features such as Vista and Server 2008 support yet (but hey, what developer likes writing documentation, right? :-)</p>
<p><strong>UPDATE on Sept. 3</strong>: I&#8217;ve seen a few people looking on search engines for something similar to WinAdmin on the Mac. Microsoft makes the only Remote Desktop client for Mac that I know of, to connect to Windows machines from a Mac workstation. It&#8217;s called <a title="Microsoft: Remote Desktop Connection Client for Mac 2" href="http://www.microsoft.com/mac/products/remote-desktop/default.mspx">Remote Deskto Connection Client for Mac 2</a>, and it&#8217;s free. I&#8217;ve used it just a little bit, and it&#8217;s acutally pretty good, possibly better in some ways than the Windows Remote Deskop Client! (But not better than mRemote on Windows).</p>
<p>If you want to connect to your Mac from your iPhone remotely, a different scenario, you should look for a Macintosh VNC server for the Mac (use Google, I&#8217;m not familar with any I can recall but I have set it up once before) and use a program like Mocha VNC Lite or Mocha VNC (the paid version with more features). There may be others, I don&#8217;t use VNC very often. You can also install a free VNC Server like <a title="Ultr@VNC" href="http://www.ultravnc.com/">Ultr@VNC</a> on your Windows machine to connect remotely, but I prefer Remote Desktop in most (but not all) circumstances for this.</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=26t9Xgp65oA:gXjJEJiDHgg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=26t9Xgp65oA:gXjJEJiDHgg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=26t9Xgp65oA:gXjJEJiDHgg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=26t9Xgp65oA:gXjJEJiDHgg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=26t9Xgp65oA:gXjJEJiDHgg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=26t9Xgp65oA:gXjJEJiDHgg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=26t9Xgp65oA:gXjJEJiDHgg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=26t9Xgp65oA:gXjJEJiDHgg:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/26t9Xgp65oA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2008/remote-desktop-iphone-winadmin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2008/remote-desktop-iphone-winadmin/</feedburner:origLink></item>
		<item>
		<title>IRC on the iPhone: Rooms (99 cents)</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/2aaSLt9wNWo/</link>
		<comments>http://www.existdifferently.com/2008/irc-iphone-rooms/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 15:21:14 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[Rooms]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=12</guid>
		<description><![CDATA[The Rooms app came out a few weeks after the iPhone was released. Someone in the #citrt IRC chat channel mentioned it to me, as I don&#8217;t generally keep up with apps that aren&#8217;t free, and Rooms is $0.99. But it&#8217;s well worth the price! It&#8217;s still in beta but it&#8217;s very usable, and as [...]]]></description>
			<content:encoded><![CDATA[<p>The Rooms app came out a few weeks after the iPhone was released. Someone in the <a title="#citrt IRC channel via web-based Mibbit client" href="http://tinyurl.com/citrtirc">#citrt IRC chat channel </a>mentioned it to me, as I don&#8217;t generally keep up with apps that aren&#8217;t free, and Rooms is $0.99. But it&#8217;s well worth the price! It&#8217;s still in beta but it&#8217;s very usable, and as far as I know it&#8217;s the only native IRC option on the iPhone (although if you have a Mac there&#8217;s a way to connect through a program there in some cases, which I&#8217;m unfamiliar with).</p>
<p>The biggest issues with the Rooms app are that IRC commands, like &#8220;/me&#8221; to show an action, aren&#8217;t supported yet, and that the app drains the battery very quickly. The battery issue is not going to go away since using the internet costs battery (you can set the app to stay connected while the screen is off, which is great, or not go to sleep at all, which is nice but eats a lot more battery due to keeping the screen on). However, additional features including the &#8220;/me&#8221; command are planned for a future release <a title="Björn Teichmann: Rooms: Your mobile chat client for the iPhone" href="http://www.derflash.de/blog/?page_id=146">according to the developer on his blog</a>. Also coming is SSL and IRC server password support, as well as support for identifying your nickname with nickserv.</p>
<p>I have had Rooms crash occasionally, which is not surprising given that it&#8217;s a beta. One day I had it reboot my phone twice in a row (before I could use it), twice. It didn&#8217;t otherwise cause problems and since I&#8217;ve upgraded my iPhone to 2.0.2 firmware I don&#8217;t think I&#8217;ve had an issue (and in fact, my iPhone issues have mostly gone away entirely, which I may post about at some point). It&#8217;s hard to tell in many cases whether bugs are the fault of Apple or an App developer, since the platform and the apps are both so new and Apple is still rather close-mouthed (and limits what developers can talk about in some cases, too). But that&#8217;s a story for another day, and maybe another blog (there&#8217;s plenty of discussion out there!).</p>
<p>(Normally I&#8217;d link to the apps I&#8217;m mentioning online, but the only official place to link that I know of is a direct link to the Apple Store in iTunes. Rather than find and link those URLs for these quick posts, I will probably just give the name of the app, since it&#8217;s so easy to find with a search in the iTunes Store or even from the App Store on the iPhone itself, and you can purchase from either place! If I have the URL handy I may make some exceptions. You can probably find an iTunes link for most Apps with a simple Google search, but again, just search the iTunes Store, unless you&#8217;re searching for additional reviews!)</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=2aaSLt9wNWo:1RjZN60FaXE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=2aaSLt9wNWo:1RjZN60FaXE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=2aaSLt9wNWo:1RjZN60FaXE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=2aaSLt9wNWo:1RjZN60FaXE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=2aaSLt9wNWo:1RjZN60FaXE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=2aaSLt9wNWo:1RjZN60FaXE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=2aaSLt9wNWo:1RjZN60FaXE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=2aaSLt9wNWo:1RjZN60FaXE:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/2aaSLt9wNWo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2008/irc-iphone-rooms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2008/irc-iphone-rooms/</feedburner:origLink></item>
		<item>
		<title>Yep it’s that good</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/NF_9gYHyIUU/</link>
		<comments>http://www.existdifferently.com/2008/yep-its-that-good/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 14:58:28 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone Apps]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=10</guid>
		<description><![CDATA[I had intended to post about the iPhone here. But it&#8217;s so much fun to play with (or in a few cases, I was so busy fixing it), I never got around to actually posting anything! No guarantees that will change, but I may post some tidbits soon. Probably just some random thoughts about an [...]]]></description>
			<content:encoded><![CDATA[<p>I had intended to post about the iPhone here. But it&#8217;s so much fun to play with (or in a few cases, I was so busy fixing it), I never got around to actually posting anything! No guarantees that will change, but I may post some tidbits soon. Probably just some random thoughts about an application, maybe not a full review. Definitely a recommendtation&#8230;in most cases, if I post about it, I&#8217;m recommending you get it, especially if it&#8217;s free :-) If I don&#8217;t like it, you&#8217;ll know too. I started with over 80-90 Apps installed, but I&#8217;ve pared down to around 70 since then. All but 4 or 5 are free Apps.</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=NF_9gYHyIUU:rzBTPqEl4cQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=NF_9gYHyIUU:rzBTPqEl4cQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=NF_9gYHyIUU:rzBTPqEl4cQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=NF_9gYHyIUU:rzBTPqEl4cQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=NF_9gYHyIUU:rzBTPqEl4cQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=NF_9gYHyIUU:rzBTPqEl4cQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=NF_9gYHyIUU:rzBTPqEl4cQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=NF_9gYHyIUU:rzBTPqEl4cQ:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/NF_9gYHyIUU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2008/yep-its-that-good/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2008/yep-its-that-good/</feedburner:origLink></item>
		<item>
		<title>Today is iPhone Day!</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/ng4do0189nI/</link>
		<comments>http://www.existdifferently.com/2008/today-is-iphone-day/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 17:27:43 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=7</guid>
		<description><![CDATA[For me at least. My iPhone has arrived at the AT&#38;T store, finally (I ordered it on July 17th!) and I&#8217;m going to pick it up later this evening. I wish I could go and get it now, but I&#8217;ll wait &#8217;til after work. I already posted a bit on my Lakeview blog, so I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>For me at least. My iPhone has arrived at the AT&amp;T store, finally (I ordered it on July 17th!) and I&#8217;m going to pick it up later this evening. I wish I could go and get it now, but I&#8217;ll wait &#8217;til after work. I already <a title="Lakeview Info Tech: The Day of the iPhone Has Arrived!" href="http://infotech.lakeviewchurch.org/2008/07/30/the-day-of-the-iphone-has-arrived/">posted a bit on my Lakeview blog</a>, so I&#8217;ll wait to post more here until I actually get it!</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=ng4do0189nI:tu1ZQrFZQWI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=ng4do0189nI:tu1ZQrFZQWI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=ng4do0189nI:tu1ZQrFZQWI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=ng4do0189nI:tu1ZQrFZQWI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=ng4do0189nI:tu1ZQrFZQWI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=ng4do0189nI:tu1ZQrFZQWI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=ng4do0189nI:tu1ZQrFZQWI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=ng4do0189nI:tu1ZQrFZQWI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/ng4do0189nI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2008/today-is-iphone-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2008/today-is-iphone-day/</feedburner:origLink></item>
		<item>
		<title>iPhone Cometh, I Speweth Here</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/g3cXgXYha9Y/</link>
		<comments>http://www.existdifferently.com/2008/iphone-cometh/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 17:22:37 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=4</guid>
		<description><![CDATA[I&#8217;m getting an iPhone soon, it&#8217;s been ordered! I already mentioned it on my Lakeview Church IT blog. I&#8217;ve already downloaded over 70 of the free applications from the iPhone Apps Store to iTunes so I can try them out (and I may get some paid programs, but not until the iPhone is in-hand!). When [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting an iPhone soon, it&#8217;s been ordered! I already <a title="Lakeview InfoTech: iPHone has been ordered!" href="http://infotech.lakeviewchurch.org/2008/07/18/iphone-has-been-ordered/">mentioned it on my Lakeview Church IT blog</a>. I&#8217;ve already downloaded over 70 of the free applications from the iPhone Apps Store to iTunes so I can try them out (and I may get some paid programs, but not until the iPhone is in-hand!). When I try the apps, what happens if I want to post a review or a rant? I don&#8217;t want to take up space on my Lakeview InfoTech blog with a ton of iPhone posts (there will probably be a few anyway), so I&#8217;m going to put them here. That should give me an iPhone outlet while keeping the non-iPhone-ers that read my Lakeview blog happy as well! Sound like a plan? Doesn&#8217;t really matter does it? It&#8217;s what I&#8217;m going to do! But you can always comment if you think otherwise :-)</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=g3cXgXYha9Y:c_Nu9oZ6ua4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=g3cXgXYha9Y:c_Nu9oZ6ua4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=g3cXgXYha9Y:c_Nu9oZ6ua4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=g3cXgXYha9Y:c_Nu9oZ6ua4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=g3cXgXYha9Y:c_Nu9oZ6ua4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=g3cXgXYha9Y:c_Nu9oZ6ua4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=g3cXgXYha9Y:c_Nu9oZ6ua4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=g3cXgXYha9Y:c_Nu9oZ6ua4:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/g3cXgXYha9Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2008/iphone-cometh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2008/iphone-cometh/</feedburner:origLink></item>
		<item>
		<title>Warmer Weather</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/_8Cf17Y2yTI/</link>
		<comments>http://www.existdifferently.com/2008/warmer-weather/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 06:50:00 +0000</pubDate>
		<dc:creator>David Szpunar</dc:creator>
				<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=3</guid>
		<description><![CDATA[Looking at the forecast for the next few days it looks like it&#8217;s going to finally be a bit warmer. I&#8217;m looking forward to it! But the April Showers are starting a bit early&#8230;]]></description>
			<content:encoded><![CDATA[<p>Looking at the forecast for the next few days it looks like it&#8217;s going to finally be a bit warmer. I&#8217;m looking forward to it! But the April Showers are starting a bit early&#8230;</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=_8Cf17Y2yTI:xgDryTdr3Lk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=_8Cf17Y2yTI:xgDryTdr3Lk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=_8Cf17Y2yTI:xgDryTdr3Lk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=_8Cf17Y2yTI:xgDryTdr3Lk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=_8Cf17Y2yTI:xgDryTdr3Lk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=_8Cf17Y2yTI:xgDryTdr3Lk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=_8Cf17Y2yTI:xgDryTdr3Lk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=_8Cf17Y2yTI:xgDryTdr3Lk:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/_8Cf17Y2yTI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2008/warmer-weather/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2008/warmer-weather/</feedburner:origLink></item>
		<item>
		<title>David’s Personal Blog Official Welcome</title>
		<link>http://feedproxy.google.com/~r/ExistDifferently/~3/f3cmjLGtj1Y/</link>
		<comments>http://www.existdifferently.com/2008/official-welcome/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 04:00:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Church IT]]></category>
		<category><![CDATA[me]]></category>

		<guid isPermaLink="false">http://www.existdifferently.com/?p=1</guid>
		<description><![CDATA[Hi, I&#8217;m David Szpunar, and this is one of my blogs. Right now, it&#8217;s my personal one, where I plan on putting odds and ends that don&#8217;t really fit anywhere else. I started this blog back in November of 2004 but after over a year of no updates, I decided to archive my old content [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;m David Szpunar, and this is one of my blogs. Right now, it&#8217;s my personal one, where I plan on putting odds and ends that don&#8217;t really fit anywhere else. I started this blog back in November of 2004 but after over a year of no updates, I decided to archive my old content and start fresh. I&#8217;m the Network and Systems Manager at <a title="Lakeview Church homepage" href="http://www.lakeviewchurch.org/">Lakeview Church</a>, where I&#8217;ve been cataloging my IT journey in my <a title="Lakeview Information Technology Blog" href="http://infotech.lakeviewchurch.org/">Lakeview Information Technology</a> blog for just over a year. For now, you should go and <a title="Lakeview Information Technology Blog" href="http://infotech.lakeviewchurch.org/">check it out</a>!</p>
<p><img src="http://www.existdifferently.com/?voyeur=1"></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=f3cmjLGtj1Y:XRTHIfJfQuw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=f3cmjLGtj1Y:XRTHIfJfQuw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=f3cmjLGtj1Y:XRTHIfJfQuw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=f3cmjLGtj1Y:XRTHIfJfQuw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=f3cmjLGtj1Y:XRTHIfJfQuw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=f3cmjLGtj1Y:XRTHIfJfQuw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ExistDifferently?a=f3cmjLGtj1Y:XRTHIfJfQuw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/ExistDifferently?i=f3cmjLGtj1Y:XRTHIfJfQuw:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ExistDifferently/~4/f3cmjLGtj1Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.existdifferently.com/2008/official-welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.existdifferently.com/2008/official-welcome/</feedburner:origLink></item>
	</channel>
</rss>

