<?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>Udder Talk &#187; Udder Stuff</title>
	<atom:link href="http://www.uddertalk.com/category/udder-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uddertalk.com</link>
	<description>A blog about the udderly unessential and fun technology around us.</description>
	<lastBuildDate>Tue, 27 Jul 2010 19:33:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Images are cool but Content is still King.</title>
		<link>http://www.uddertalk.com/2010/07/27/images-are-cool-but-content-is-still-king/</link>
		<comments>http://www.uddertalk.com/2010/07/27/images-are-cool-but-content-is-still-king/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 19:33:08 +0000</pubDate>
		<dc:creator>dnyce</dc:creator>
				<category><![CDATA[Udder Stuff]]></category>

		<guid isPermaLink="false">http://www.uddertalk.com/?p=6363</guid>
		<description><![CDATA[Over the past few weeks I have come up with more than a few posts that I believe my readers, as few of you as there are, will find useful. So why haven&#8217;t I posted these nuggets of knowledge? Well &#8230; <a href="http://www.uddertalk.com/2010/07/27/images-are-cool-but-content-is-still-king/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">Over the past few weeks I have come up with more than a few posts that I believe my readers, as few of you as there are, will find useful. So why haven&#8217;t I posted these nuggets of knowledge? Well I&#8217;ve been caught up in trying to find the perfect image to catch your attention while making it relevant to the post at hand. That practice ends here.</p>
<p>If I want to give you the content that you deserve in a more timely fashion, then I need to stop worrying about finding images to go along with posts and start focusing on the content. The content is what you&#8217;re really after, so I&#8217;m going to give it to you. Maybe I&#8217;ll re-visit a post and update it with some funny, crazy, new, fresh pics, Icanhazcheezburger style, but until then, let&#8217;s get back to the matter at hand. Sharing knowledge.
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.uddertalk.com/2010/07/27/images-are-cool-but-content-is-still-king/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Codeigniter with a Vanilla twist</title>
		<link>http://www.uddertalk.com/2008/07/12/codeigniter-with-a-vanilla-twist/</link>
		<comments>http://www.uddertalk.com/2008/07/12/codeigniter-with-a-vanilla-twist/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 02:39:12 +0000</pubDate>
		<dc:creator>dnyce</dc:creator>
				<category><![CDATA[Udder Stuff]]></category>
		<category><![CDATA[Udder Technology]]></category>

		<guid isPermaLink="false">http://www.uddertalk.com/?p=6273</guid>
		<description><![CDATA[Never has a framework been so easy to manage, and yet so powerful. I&#8217;ve been playing with Codeigniter for over a month now and I must say&#8230; It feels good. I made a small footprint in the CI world. I &#8230; <a href="http://www.uddertalk.com/2008/07/12/codeigniter-with-a-vanilla-twist/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">Never has a framework been so easy to manage, and yet so powerful. I&#8217;ve been playing with Codeigniter for over a month now and I must say&#8230; It feels good. I made a small footprint in the CI world. I managed to integrate the Vanilla Forum engine with one of the authentication systems used by Codeigniter.</p>
<p>Codeigniter is great framework in and of itself, but it does not come with a built in auth library. Therefore there are many parties who have stepped in to fill this void. I won&#8217;t go into details about these libraries, but know that they are all a great choice when it comes time to secure your application. However, the authentication library that I have chosen to use is called CL Auth.</p>
<p>CL Auth is a great authentication library that comes with some pretty useful functions. It was written by Jason Ashdown (<a href="http://codeigniter.com/forums/member/49348/" target="_blank">Flash UK</a> over at the CI Forums) and inspired by the FreakAuth Light Authentication Library.</p>
<p>Here is a quick feature list:</p>
<p style="padding-left: 30px;"><strong>* Remember Me</strong> (inspired by phpBB3)<br />
<strong>* Forgotten Password</strong><br />
<strong>* DB Sessions</strong><br />
<strong>* Better Captcha</strong><br />
<strong>* URI Auth management</strong> (see below)<br />
<strong>* Email Verification</strong><br />
<strong>* Login using Username OR Email address</strong><br />
<strong>* Password encryption with MD5 MCrypt</strong><br />
<strong>* Extendable user profile</strong><br />
<strong>* Optimised for performance</strong></p>
<p style="padding-left: 30px;"><strong>CL Auth does not come with an <span style="text-decoration: underline;">Admin Panel</span></strong></p>
<p style="padding-left: 30px;"><strong>CL Auth is compatible with CodeIgniter 1.6.3 (verified)</strong></p>
<p>The system takes a new spin on authentication by using a uri management system for handling users and groups.</p>
<p>I decided to drum up an integration of this authentication library with the Vanilla Forum Engine. Vanilla is another, clean, modular, and state of the art forum engine that takes a different approach to managing a forum.</p>
<p>Check out the integration wiki <a href="http://codeigniter.com/wiki/CL_Auth_Integration_with_Vanilla_Forum_Engine/" target="_blank">here</a>.</p>
<p>Now it&#8217;s back to coding.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.uddertalk.com/2008/07/12/codeigniter-with-a-vanilla-twist/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>It&#8217;s my Dos in a Box</title>
		<link>http://www.uddertalk.com/2008/02/03/its-my-dos-in-a-box/</link>
		<comments>http://www.uddertalk.com/2008/02/03/its-my-dos-in-a-box/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 07:59:33 +0000</pubDate>
		<dc:creator>dnyce</dc:creator>
				<category><![CDATA[Udder Stuff]]></category>

		<guid isPermaLink="false">http://www.uddertalk.com/2008/02/03/its-my-dos-in-a-box/</guid>
		<description><![CDATA[A short while back I got to thinking about a game that a friend of mine introduced me to. The game was called Flame Dragon Knights and it&#8217;s coded entirely in Japanese. That fact frustrated me to no end but &#8230; <a href="http://www.uddertalk.com/2008/02/03/its-my-dos-in-a-box/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">A short while back I got to thinking about a game that a friend of mine introduced me to. The game was called Flame Dragon Knights and it&#8217;s coded entirely in Japanese. That fact frustrated me to no end but from the moment I first played it, I was hooked. I immediately ran home and got my Dos equipped PC ready for battle. So when I got to thinking about it this time, I got a little nostalgic. Then during my thought process I realized that I had the game saved on my pc! The only problem now was how do I get it to work on my Windows XP equipped computer? Enter the DosBox&#8230;</p>
<p><a href="http://www.dosbox.com"> Dosbox</a> is a great tool that I use whenever I need to bring back those programs from my past, i.e. Flame Dragon Knights. It was created by a team of 4 individuals with the intention of running  games made for our old friend, MS-Dos. These days pc&#8217;s come equipped with a much more robust operating environment, yes even Vista is considered robust   :ban:  . Dosbox will emulate an Intel x86 PC complete with sound, graphics, mouse, etc&#8230; In other words, it&#8217;s an old school emulator with an attitude. I highly recommend it if you need to play some of the old school classics (the original Daggerfall comes to mind).</p>
<p>Installation is easy peasy.</p>
<p>Head over to their site and hit the version number in the top right:</p>
<p><a href="http://www.dosbox.com" title="DOSBox Website"><img src="http://www.uddertalk.com/wp-content/uploads/2008/02/dosboxhomepage.gif" alt="dosboxhomepage.gif" border="0" /></a></p>
<p>Now once you have the right version for your Operating System, click on and install the executable file that is downloaded. After the short install, you&#8217;ll have a &#8220;DOSBox&#8221; icon on your desktop.</p>
<p>Step 1: Open up the program and you&#8217;ll be presented with  the first screen.</p>
<p><a href="http://www.uddertalk.com/wp-content/uploads/2008/02/step1.gif" title="step1.gif"><img src="http://www.uddertalk.com/wp-content/uploads/2008/02/step1.gif" alt="step1.gif" border="0" /></a></p>
<p>Step 2: The first thing you need to do is &#8220;mount&#8221; a drive that you can work with. If your familiar with Linux then you know what it means to mount a drive. The quick definition is simply this. You are going to add a drive to your current working environment which contains the files that you want to run/play with. Enough techie talk. Go ahead and type (without quotes): “mount c c:\the-name-of-the-folder-that-contains-your-files”</p>
<p><a href="http://www.uddertalk.com/wp-content/uploads/2008/02/step2.gif" title="step2.gif"><img src="http://www.uddertalk.com/wp-content/uploads/2008/02/step2.gif" alt="step2.gif" border="0" /></a></p>
<p>Step 3: Then you&#8217;ll want to switch to the &#8220;c:\&#8221; drive by typing (without quotes): &#8220;c:&#8221;</p>
<p><a href="http://www.uddertalk.com/wp-content/uploads/2008/02/step3.gif" title="step3.gif"><img src="http://www.uddertalk.com/wp-content/uploads/2008/02/step3.gif" alt="step3.gif" border="0" /></a></p>
<p>Now you just have to track down the folder and files that will run the game you need to play.  Like magic I can once again play the game that has been haunting my memories lately.</p>
<p><a href="http://www.uddertalk.com/wp-content/uploads/2008/02/fdknightsgame.gif" title="fdknightsgame.gif"><img src="http://www.uddertalk.com/wp-content/uploads/2008/02/fdknightsgame.gif" alt="fdknightsgame.gif" border="0" /></a></p>
<p>There you have it folks&#8230; My Dos in a Box!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.uddertalk.com/2008/02/03/its-my-dos-in-a-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>working furiously while contem&#8230;</title>
		<link>http://www.uddertalk.com/2008/01/22/working-furiously-while-contem/</link>
		<comments>http://www.uddertalk.com/2008/01/22/working-furiously-while-contem/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 22:17:04 +0000</pubDate>
		<dc:creator>dnyce</dc:creator>
				<category><![CDATA[Udder Stuff]]></category>

		<guid isPermaLink="false">http://www.uddertalk.com/2008/01/22/working-furiously-while-contem/</guid>
		<description><![CDATA[working furiously while contemplating on some marketing ideas.]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">working furiously while contemplating on some marketing ideas.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.uddertalk.com/2008/01/22/working-furiously-while-contem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding my way around Twitter &#8230;</title>
		<link>http://www.uddertalk.com/2008/01/21/finding-my-way-around-twitter/</link>
		<comments>http://www.uddertalk.com/2008/01/21/finding-my-way-around-twitter/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 04:49:29 +0000</pubDate>
		<dc:creator>dnyce</dc:creator>
				<category><![CDATA[Udder Stuff]]></category>

		<guid isPermaLink="false">http://www.uddertalk.com/2008/01/21/finding-my-way-around-twitter/</guid>
		<description><![CDATA[Finding my way around Twitter while working on my next blog post.]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">Finding my way around Twitter while working on my next blog post.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.uddertalk.com/2008/01/21/finding-my-way-around-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
