<?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>Ryan's Blog &#187; technology</title>
	<atom:link href="http://ryannedeff.com/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryannedeff.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 30 Jan 2009 21:14:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows CD Burning</title>
		<link>http://ryannedeff.com/blog/2009/01/windowscdburning/</link>
		<comments>http://ryannedeff.com/blog/2009/01/windowscdburning/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 17:26:04 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[Burning Software]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ryannedeff.com/blog/?p=32</guid>
		<description><![CDATA[Hey, I have a blog!
Wow, how time flys when you&#8217;re working. I just wanted to give a quick plug for a great piece of software I just found. If you use Windows, you&#8217;ve likely used and been unsatisfied with the built in software for burning CDs. If you&#8217;re like me, you don&#8217;t like the price [...]]]></description>
			<content:encoded><![CDATA[<p>Hey, I have a blog!</p>
<p>Wow, how time flys when you&#8217;re working. I just wanted to give a quick plug for a great piece of software I just found. If you use Windows, you&#8217;ve likely used and been unsatisfied with the built in software for burning CDs. If you&#8217;re like me, you don&#8217;t like the price tags that come with most CD burning software packages.</p>
<p>Here&#8217;s the solution. CDBurnerXP is a free software package that I&#8217;ve been testing in a wide corporate deployment, and I can&#8217;t be happier. This software allows burning of ISO images, DVD&#8217;s, and all the other goodies. And, I don&#8217;t think anyone can argue with the price tag.</p>
<p>Check it out at <a href="http://cdburnerxp.se/">http://cdburnerxp.se/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ryannedeff.com/blog/2009/01/windowscdburning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Documenting NTFS Permissions</title>
		<link>http://ryannedeff.com/blog/2008/07/documenting-ntfs-permissions/</link>
		<comments>http://ryannedeff.com/blog/2008/07/documenting-ntfs-permissions/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 13:28:04 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Documenting]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[Permissions]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://ryannedeff.com/blog/?p=27</guid>
		<description><![CDATA[Recently, I was asked to get a &#8220;snapshot&#8221; of the NTFS permissions on a Windows Server 2003, File and Print server. My boss simply wanted screen shots of everything, and I knew that would be rather useless. I wanted to have a file that could be used to actually enter the information into the system, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I was asked to get a &#8220;snapshot&#8221; of the NTFS permissions on a Windows Server 2003, File and Print server. My boss simply wanted screen shots of everything, and I knew that would be rather useless. I wanted to have a file that could be used to actually enter the information into the system, if I ever had to rebuild this machine. After about 20 minutes of, &#8220;Right Click&#8221;, &#8220;Security&#8221; and copying down the permissions, I thought to myself, &#8220;There is no way in crap I&#8217;m going to do this on this entire directory tree.&#8221;</p>
<p>So, I was off to visit my good friend &#8220;Command Line&#8221; to see if I could get it to tell me what I wanted to know. After about half an hour of playing, I finally got what I wanted.</p>
<p>I found the command &#8220;cacls&#8221; which is a new one to me. You can use it to display the NTFS permissions on an object.</p>
<p>In my case, I wanted to show all the permissions, for every directory in a rather large tree, and dump the info into a text file. well, it&#8217;s as simple as:</p>
<p>cacls * &gt; filename.txt</p>
<p>Viola! Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryannedeff.com/blog/2008/07/documenting-ntfs-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disqus now working again</title>
		<link>http://ryannedeff.com/blog/2008/07/disqus-now-working-again/</link>
		<comments>http://ryannedeff.com/blog/2008/07/disqus-now-working-again/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 20:15:20 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[disqus]]></category>

		<guid isPermaLink="false">http://ryannedeff.com/blog/?p=26</guid>
		<description><![CDATA[The good folks at Disqus (http://www.disqus.com) have helped me resolve the issues with the changes to my post URL format.
If you manage any type of website with a discusion or comments section, I highly recomend you check out their solution. The big selling point for me was the user profiles, that allow you to follow [...]]]></description>
			<content:encoded><![CDATA[<p>The good folks at Disqus (<a href="http://www.disqus.com">http://www.disqus.com</a>) have helped me resolve the issues with the changes to my post URL format.</p>
<p>If you manage any type of website with a discusion or comments section, I highly recomend you check out their solution. The big selling point for me was the user profiles, that allow you to follow a commenter from site to site. There are plenty of other great features, such as your usual ranking systems, spam management and many more. Go check them out.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryannedeff.com/blog/2008/07/disqus-now-working-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogs and URL&#8217;s</title>
		<link>http://ryannedeff.com/blog/2008/07/blogs-and-urls/</link>
		<comments>http://ryannedeff.com/blog/2008/07/blogs-and-urls/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 00:00:43 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Linking]]></category>
		<category><![CDATA[name schemes]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://ryannedeff.com/blog/?p=25</guid>
		<description><![CDATA[When I reconfigured Wordpress, I forgot to customize the URL&#8217;s that it generates for my posts. I didn&#8217;t think it was a big deal, until now. I&#8217;m tired of seeing that ugly URL in the browser, as /?p=&#8221;postnumber&#8221; isn&#8217;t very friendly. Not to mention, it&#8217;s difficult to post links to particular posts on other websites [...]]]></description>
			<content:encoded><![CDATA[<p>When I reconfigured Wordpress, I forgot to customize the URL&#8217;s that it generates for my posts. I didn&#8217;t think it was a big deal, until now. I&#8217;m tired of seeing that ugly URL in the browser, as /?p=&#8221;postnumber&#8221; isn&#8217;t very friendly. Not to mention, it&#8217;s difficult to post links to particular posts on other websites or in emails.</p>
<p>Granted, anything can be turned into a hyperlink, but that&#8217;s not really the point. I love sending plain text emails and IMs, because they are easy to read on just about any device or client. There&#8217;s something I like about being able to see the URL and know exactly what it&#8217;s (supposedly) pointing to.</p>
<p>I wouldn&#8217;t think it would be a big deal, but a few of my posts are starting to get linked from outside sources, like other blogs. I don&#8217;t want to break these links, and just flat out change the way wordpress generates URLs. So, I think after this post, I&#8217;m going to try to change the way my future posts are stored.</p>
<p>Does anyone have any advice? I&#8217;m not keen on post numbers, obviously, and plain date stamps don&#8217;t do it for me either. I know Wordpress can link via the post title, but as the blog gets older, that&#8217;s going to get cumbersome. So perhaps maybe some hybrid of the two. /year/month/title maybe?</p>
<p>What schemes do you use on your sites?</p>
<p>*edit*</p>
<p>Apparently, WordPress is now smart enough to automatically create redirects when you change your permalinks structure. Sweet, eh? Problem solved.</p>
<p>Now, apparently I&#8217;ve broken the Disqus comments that were attached to the old URLs. Please forgive me while I try to correct this.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryannedeff.com/blog/2008/07/blogs-and-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Staying on top of the game</title>
		<link>http://ryannedeff.com/blog/2008/06/staying-on-top-of-the-game/</link>
		<comments>http://ryannedeff.com/blog/2008/06/staying-on-top-of-the-game/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 17:27:46 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[practice]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[studying]]></category>

		<guid isPermaLink="false">http://ryannedeff.com/blog/?p=24</guid>
		<description><![CDATA[I’ve been studying to take the CCNA exam this summer, and it’s amazing to me. I’ve taken many Cisco classes at the local community college over the years, and I’ve had lots of hands on work with them over the same span of time. I feel that I have a solid understanding of what’s going [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">I’ve been studying to take the CCNA exam this summer, and it’s amazing to me. I’ve taken many Cisco classes at the local community college over the years, and I’ve had lots of hands on work with them over the same span of time. I feel that I have a solid understanding of what’s going on inside those famous green boxes, and the technology around them.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">However, over the past 2 years, I’ve had almost no hands on Cisco work, outside of physical layer stuff, as it’s just not a part of my job anymore. I took a “prep test” this morning, just to see where I stand, and I was not pleased with the results.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Cisco is very much a “use it or loose it” skill, as are many of the specialized IT skill sets. Does anyone out there have any tips to stay on top of these areas? My only resource is to occasionally grab a book and reread it or browse through it. My old college textbooks and accompanying workbooks and labs are great for that. Take the occasional quiz or review, and read up on the areas where you are weak or slipping.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Surely, someone out there has a better, or more reliable way. Or am I already ahead of the game?</span></p>
]]></content:encoded>
			<wfw:commentRss>http://ryannedeff.com/blog/2008/06/staying-on-top-of-the-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating the world?</title>
		<link>http://ryannedeff.com/blog/2008/06/automating-the-world/</link>
		<comments>http://ryannedeff.com/blog/2008/06/automating-the-world/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 18:25:03 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[automation]]></category>

		<guid isPermaLink="false">http://ryannedeff.com/blog/?p=22</guid>
		<description><![CDATA[There was a great post on Slashdot a while back, that I just wanted to share. It offers a great insight into the motivation behind the automation of several tasks.  It&#8217;s a little long winded, so I&#8217;ve hidden the actual thread behind a break.
Just some food for thought&#8230;

unwise (Score:1, Interesting)
by Anonymous Coward on Wednesday April [...]]]></description>
			<content:encoded><![CDATA[<p>There was a great post on Slashdot a while back, that I just wanted to share. It offers a great insight into the motivation behind the automation of several tasks.  It&#8217;s a little long winded, so I&#8217;ve hidden the actual thread behind a break.</p>
<p>Just some food for thought&#8230;</p>
<p><span id="more-22"></span></p>
<p>unwise (Score:1, Interesting)<br />
by Anonymous Coward on Wednesday April 16, @01:36PM (#23093170)<br />
Eliminating all human labor is unwise and ultimately self-destructive. Delegating &#8220;black arts&#8221; to highly reproducible mechanical processes goes against esthetics and homogenizes into blandness the infinitely variable human process it replaces.<br />
This is all just shallow thinking to maximize short-term profits. In that sense, it is just plain dumb, albeit in a spectacular bling-blingy sort of way.</p>
<p> </p>
<p>Reply to This</p>
<p>Ah, a luddite. How cute (Score:4, Insightful)<br />
by Moraelin (679338)  on Wednesday April 16, @02:05PM (#23093552) Journal</p>
<p>Ah, a luddite. How cute.</p>
<p>I&#8217;ve got news for you. Your standard of living, or that you can afford to spew pretentious words on Slashdot instead of being out in the fields with an ox-drawn plough, is because things like that already happened.</p>
<p>E.g., look at the clothes you wear. There&#8217;s been quite the movement against mechanical looms in the 19&#8242;th century. In fact, that was _the_ original luddite movement. Turns out that it wasn&#8217;t self-destructive or short-term after all. Previously you&#8217;d have maybe one set of clothes, total, for a decade. And you&#8217;d stitch and patch them when they broke, because it would be too expensive to buy a new set.</p>
<p>E.g., the fact that they&#8217;re clean. Previously washing the clothes was a very time-consuming manual process, and it wouldn&#8217;t be done anywhere near daily. If you enjoy pulling a clean new t-shirt out of the drawer daily, or a pair of socks, or underwear, or whatever, then roll it around in your head that people used to just wear the same clothes through mud and dirt and whatnot for quite a while.</p>
<p>E.g., if you enjoy a nice office job with a computer, it&#8217;s only because agriculture got heavily mechanized and a small number of farmers can feed the rest of society to do better stuff. We used to need 5 peasant families to support a knight. Maybe also add a burgher family, although those were a lot fewer than that actually. Almost three quarters of the population used to be out there ploughing dawn to dusk, just for subsistence, in the good old days of non-mechanized manual labour. By sheer probabilities, chances are that would be your lot in life, if we still were at that point.</p>
<p>E.g., for that matter, read that again: dawn to dusk. Literally, that was how the acre was defined: the surface that a peasant with one ox can plough in a day, from dusk to dawn. That would be your daily schedule, for 6 days a week. Not to keep some cushy office job by putting up with a PHB&#8217;s demands for overtime. That would be the _normal_ schedule, and just for subsistence.</p>
<p>E.g., enjoy all that free TV and free content on the internet and whatnot? Well, that too is because society now makes enough of a surplus, that marketing can blow on subsidizing those in exchange for ads. Previously your only entertainment would be the pub, sitting and listening to the same stories around the fire, and maybe a village dance on sundays. Don&#8217;t think even books, because those were quite the uber-expensive things before Gutenberg went and made it a &#8220;highly reproducible mechanical process&#8221;.</p>
<p>Etc, etc, etc.</p>
<p>Turns out that none of that actually made us any poorer. We just end up producing more, and affording to divert more work into entertainment and services.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryannedeff.com/blog/2008/06/automating-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Windows XP Pro</title>
		<link>http://ryannedeff.com/blog/2008/06/securing-windows-xp-pro/</link>
		<comments>http://ryannedeff.com/blog/2008/06/securing-windows-xp-pro/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 13:39:53 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://ryannedeff.com/blog/?p=21</guid>
		<description><![CDATA[If you are like me, you&#8217;re dodging the bullet on upgrading your personal PC to Windows Vista. Maybe I&#8217;m just growing old, and resistant to change, but I just don&#8217;t like Vista. So, many people ask, &#8220;With Microsoft sending XP to an early grave, what can I do to keep it running on my PC?&#8221;
Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>If you are like me, you&#8217;re dodging the bullet on upgrading your personal PC to Windows Vista. Maybe I&#8217;m just growing old, and resistant to change, but I just don&#8217;t like Vista. So, many people ask, &#8220;With Microsoft sending XP to an early grave, what can I do to keep it running on my PC?&#8221;</p>
<p>Microsoft isn&#8217;t killing XP entirely. They are just stopping the sale of new copies. If you don&#8217;t already have it, you&#8217;re not going to be able to buy it. If you already have a copy, it&#8217;s not a big deal just yet, as far as I can tell. The best thing to do is just follow a few basic rules of computing to keep your PC secure. A secure PC is a happy PC, and will keep you up and running for as long as you are willing to keep it that way.</p>
<p>First things first, everything I&#8217;m about to spew out is from my personal and professional experience. These tips aren&#8217;t meant for the corporate or enterprise network. This is for those of us at home with one or two PC&#8217;s around the house. Please don&#8217;t think this is going to work in any situation where you have more users or computers than you do fingers.</p>
<p>1- Don&#8217;t trust anything.</p>
<p>Don&#8217;t know what it is? Not sure where it came from? Is that big name brand spelled wrong? Don&#8217;t install it, click on it, open it or read it. Unless you are 100% sure that it is legit, don&#8217;t use it.</p>
<p>2- Stay up to date.</p>
<p>I know they aren&#8217;t perfect, but stay on top of those Windows updates. It&#8217;s safe to be leary of major updates like service packs, sometimes it&#8217;s better to wait a day or two for the major bugs to be worked out. A couple Google searches for your model PC or laptop and the name of the update will usually turn up major bugs. Same goes for printers, network and video cards or even CPU brands or models.</p>
<p>3- Get a good anti-virus program.</p>
<p>Avoid the &#8220;all in one&#8221; type programs. It&#8217;s been my experience that the more tasks a piece of software tries to take on, the worse it gets. (Norton Internet Security Suite, anyone?) Stick with a good old fashioned anti-virus program. I&#8217;ve used AVG for many years with great success. (<a title="http://www.grisoft.com" href="http://www.grisoft.com" target="_blank">http://www.grisoft.com</a>) The free version should be more than enough for most home users, but the Pro version really stands out if you like to tweak, or have a more advanced setup.</p>
<p>If you need something to keep the malware away, Spybot Search &amp; Destroy (<a title="http://www.spybot.info" href="http://www.spybot.info" target="_blank">http://www.spybot.info</a>) and AdAware (<a title="http://www.lavasoft.com" href="http://www.lavasoft.com" target="_blank">http://www.lavasoft.com</a>) are both tried and true. I think Spybot alone is usually sufficient, but you can&#8217;t beat the one, two punch combo.</p>
<p>4- Don&#8217;t set a password on your user account.</p>
<p>&#8220;Holy crap, are you kidding me? What are you, nuts?&#8221; Before you think I&#8217;m crazy, just understand this. When you don&#8217;t set a password on a user account, remote access is disabled for that user in XP Pro. Unless someone is physically sitting at your computer, they aren&#8217;t going to log in. And if someone you don&#8217;t want using your computer is sitting at it, you&#8217;ve got more problems than I can address here.</p>
<p>If you absolutely have to have a password on your computer to get the &#8220;Warm fuzzy feeling,&#8221; set a BIOS password, and leave your computer off when not in use. When you turn on the computer, you get prompted for a password. If you don&#8217;t have the password, the computer won&#8217;t even boot up. You shouldn&#8217;t be wasting electricty by having it run 24/7 anyway. <img src='http://ryannedeff.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>5- Don&#8217;t use IE.</p>
<p>Sure, Internet Explorer has gotten better with IE7, but FireFox is really a better solution. Just don&#8217;t go bogging it down with all those add on extensions. Do you really need to have the weather report constantly updating on your screen? They just end up sucking up memory and bandwidth. Opera is also another choice, if FireFox just doesn&#8217;t do it for you.</p>
<p>Sure, there are some sites that are designed for IE, and some will even force you to use it. Not a big deal, just don&#8217;t use it for your everyday, all the time browsing.</p>
<p>6- It&#8217;s not a matter of if something fails, it&#8217;s a matter of when.</p>
<p>I&#8217;m sorry to say it, but computers aren&#8217;t perfect, and something is going to go wrong somewhere. Whether a piece of hardware fails, you accidentally delete something, a windows update breaks something, a program you install crashes your computer, lightning strikes, you get a virus, or the kids decide that the computer is hungry and feed it a ham sandwich and glass of milk. The possibilities are endless.</p>
<p>How can I make sure I don&#8217;t loose my data? Backups. I recommend that everyone has an external hard drive of some sort.</p>
<p>I just bought a Western Digital eBook, which is a USB hard drive that you can hook up to any computer. Mine is 500 gigs, and it makes a great place to save pictures, documents, music or anything else you don&#8217;t want to loose, and isn&#8217;t likely to fill up any time soon. (My laptop currently only has a 40 gig hard drive in it.) I keep it hooked up to my laptop, and I make it a point to copy what important data to it regularly. That way, I have two copies of everything. One on my hard drive, and one on the eBook. If you want to be double safe, you can copy the data from the eBook and burn it to a CD or DVD on a regular basis, and have yet another backup, in case something happens to the eBook.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryannedeff.com/blog/2008/06/securing-windows-xp-pro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Less is more&#8230;</title>
		<link>http://ryannedeff.com/blog/2008/05/less-is-more/</link>
		<comments>http://ryannedeff.com/blog/2008/05/less-is-more/#comments</comments>
		<pubDate>Thu, 29 May 2008 14:44:37 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://ryannedeff.com/blog/?p=15</guid>
		<description><![CDATA[I love computers. I love technology. I especially love getting to play with the new toys. If you are here and reading this, then I’m sure you know this. Along these lines though, I just have to vent, and let the world know, “I hate working in IT.”
I was reading a nice article the other [...]]]></description>
			<content:encoded><![CDATA[<p>I love computers. I love technology. I especially love getting to play with the new toys. If you are here and reading this, then I’m sure you know this. Along these lines though, I just have to vent, and let the world know, “I hate working in IT.”</p>
<p>I was reading a nice article the other day, written by Michael Janke, at “Last in – First out <a href="http://lastinfirstout.blogspot.com">http://lastinfirstout.blogspot.com</a>” and it inspired me. He talks about how he surfs the internet with both java and flash, and basically everything he can, disabled. The only problem is, you’re hard pressed to find a useable “big name” website that can function like that. A great example, was his fight with trying to get information from the Acura website. You can read about that battle here: <a href="http://lastinfirstout.blogspot.com/2008/05/flash-javascript-and-clowns-that-design.html">http://lastinfirstout.blogspot.com/2008/05/flash-javascript-and-clowns-that-design.html</a></p>
<p>At the end of the article, he makes a statement that ring very near and dear to my heart.</p>
<blockquote><p>“I&#8217;ve got a solution though &#8211; Make all web site designers &amp; testers use a 1Ghz Pentium with 256MB of RAM for their workstation. I&#8217;ll bet that they&#8217;ll design fast, lightweight web sites.</p>
<p>They&#8217;ll have to.”</p></blockquote>
<p>I agree. Many people come to me with problems, and when I can’t duplicate them, they are quick to say, “Oh you work in IT. You’ve got the latest and greatest equipment.”</p>
<p>False. In fact, nothing could be further from the truth. I take pride in being at the END of the product replacement cycle. I want the oldest, slowest, dumbest stuff possible. I like to keep my users way ahead of myself, at least in hardware terms. In fact, I have NEVER owned a personal computer with more than 512 megs of ram, but that’s another story for another day.</p>
<p>My theory is, “If I can make due with the worst equipment, and make it work, then I know my users shouldn’t have any problems.” Am I the only one that takes a “Less is more” approach?</p>
]]></content:encoded>
			<wfw:commentRss>http://ryannedeff.com/blog/2008/05/less-is-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I found this new service&#8230;</title>
		<link>http://ryannedeff.com/blog/2008/05/i-found-this-new-service/</link>
		<comments>http://ryannedeff.com/blog/2008/05/i-found-this-new-service/#comments</comments>
		<pubDate>Tue, 20 May 2008 17:25:33 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Toys]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Jott]]></category>

		<guid isPermaLink="false">http://ryannedeff.com/blog/?p=12</guid>
		<description><![CDATA[I found this new service called Jott. And it seems work pretty well. I just see if it post to my blog or not. listen
Powered by Jott
]]></description>
			<content:encoded><![CDATA[<p>I found this new service called Jott. And it seems work pretty well. I just see if it post to my blog or not. <a href="http://www.jott.com/show.aspx?id=403daee3-4d89-4331-a224-9f05bdeef76c" target="_blank">listen</a></p>
<p>Powered by <a href="http://jott.com" target="_blank">Jott</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ryannedeff.com/blog/2008/05/i-found-this-new-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
