<?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>Mark&#039;s Blog</title>
	<atom:link href="http://www.kramidnarg.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kramidnarg.com</link>
	<description></description>
	<lastBuildDate>Wed, 02 Mar 2011 22:05:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Imgur Uploader</title>
		<link>http://www.kramidnarg.com/2011/03/02/imgur-uploader/</link>
		<comments>http://www.kramidnarg.com/2011/03/02/imgur-uploader/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 22:05:33 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kramidnarg.com/?p=145</guid>
		<description><![CDATA[This is under construction, but it is just my attempt at creating a imgur uploader in Adobe AIR.]]></description>
			<content:encoded><![CDATA[<p>This is under construction, but it is just my attempt at creating a imgur uploader in Adobe AIR.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kramidnarg.com/2011/03/02/imgur-uploader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Furaffinity URL Creator</title>
		<link>http://www.kramidnarg.com/2011/01/09/furaffinity-url-creator/</link>
		<comments>http://www.kramidnarg.com/2011/01/09/furaffinity-url-creator/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 03:25:46 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kramidnarg.com/?p=137</guid>
		<description><![CDATA[I was reading this journal and i noticed that there were a ton of FA usernames, and it would be useful to see people&#8217;s icons and maybe have a link to their FA profile. FA has a syntax for this, which is simply :iconUSERNAMEHERE: for both a icon and a link, :USERNAMEHEREicon: for just a [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading this<a href="http://www.furaffinity.net/journal/2005598/"> journal</a> and i noticed that there were a ton of FA usernames, and it would be useful to see people&#8217;s icons and maybe have a link to their FA profile.</p>
<p>FA has a syntax for this, which is simply :iconUSERNAMEHERE: for both a icon and a link, :USERNAMEHEREicon: for just a icon and :linkUSERNAMEHERE: for just a link.</p>
<p>So i wrote a quick java program to read FA usernames from a text file and would write them to another text file formatted them how the user wanted, either icon, link, or both.</p>
<p>It works, but however i seemed to of been stonewalled by FA themselves. It seems that their journal rendering system only parses the first 20 of these links and ignores the rest and just leaves them as :iconwhatever: . I can understand this if there were a ton of icons and the server would have to serve all of those every time someone visited the page, but that should not be happening if they are just hyperlinks. Whatever FA&#8230;..not like its going to get fixed any time soon.</p>
<p>Here is the program if anyone wants it.</p>
<p><strong>Download:</strong> <a href="http://www.kramidnarg.com/programs/fa_url_creator/Furaffinity_URL_Creator.jar">Executable JAR file</a></p>
<p><strong>Screenshot:  <a href="http://www.kramidnarg.com/wp-content/uploads/2011/01/Furaffinity_url_creator.png"><img class="aligncenter size-full wp-image-138" title="Furaffinity_url_creator" src="http://www.kramidnarg.com/wp-content/uploads/2011/01/Furaffinity_url_creator.png" alt="" width="400" height="320" /></a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kramidnarg.com/2011/01/09/furaffinity-url-creator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Minecraft Archiver</title>
		<link>http://www.kramidnarg.com/2010/12/23/java-minecraft-archiver/</link>
		<comments>http://www.kramidnarg.com/2010/12/23/java-minecraft-archiver/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 22:14:17 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kramidnarg.com/?p=122</guid>
		<description><![CDATA[Java Minecraft Archiver This is a little utility i have been writing to help me manage my minecraft saves between computers. I was just using the trick where you use mklink (on windows) or just symlinks on linux to link my .minecraft directory to my Dropbox folder, but Dropbox completely chokes on tons of small [...]]]></description>
			<content:encoded><![CDATA[<h1>Java Minecraft Archiver</h1>
<p>This is a little utility i have been writing to help me manage my minecraft saves between computers.</p>
<p>I was just using the trick where you use mklink (on windows) or just symlinks on linux to link my .minecraft directory to my Dropbox folder, but Dropbox completely chokes on tons of small files, and minecraft saves have many thousands of tiny small files. Also, when dropbox encountered a conflict , it does not tell you about it and simply renames the old file, and tries to merge it or something and as a result you get a nasty chunk error in your world.</p>
<p>So the idea came to light. I know there are tons of minecraft backup utilties , such as the ones <a href="http://www.minecraftwiki.net/wiki/Programs_and_Editors#Backup_Utilities">here</a> , but i noticed not many of them ran on all 3 major OSes, windows/mac/linux, so I assume that maybe someone else would appreciate if I shared my little program with the rest of the world.</p>
<p><strong>Download:</strong></p>
<p><a href="https://launchpad.net/jra/+download">https://launchpad.net/jra/+download</a></p>
<p><strong>Source Code:﻿﻿</strong></p>
<p>﻿<a href="https://launchpad.net/jra">https://launchpad.net/jra</a></p>
<p><strong>Features:</strong></p>
<ul>
<li>compresses entire saves folder to a .tar.gz archive and places it in the specified directory</li>
</ul>
<p><strong>Future Features:</strong></p>
<ul>
<li>restore backups to the saves folder</li>
<li>have different revisions of backups, choose which one to restore</li>
<li>have a set number of revisions to store before deleting old ones</li>
<li>generating map images</li>
<li>backup comments</li>
<li>chunk repairing using chunks from old save files</li>
<li>and any more that I can think of</li>
</ul>
<p><strong>Screenshots:</strong></p>
<p style="text-align: center;"><strong>Linux:</strong></p>
<p style="text-align: right;"><strong><a href="http://www.kramidnarg.com/wp-content/uploads/2010/12/MinecraftArchiver_1.0_linux.png"><img class="aligncenter size-full wp-image-109" title="MinecraftArchiver_1.0_linux" src="http://www.kramidnarg.com/wp-content/uploads/2010/12/MinecraftArchiver_1.0_linux.png" alt="" width="400" height="350" /></a></strong></p>
<p style="text-align: center;">
<p style="text-align: center;"><strong>Windows:</strong></p>
<p style="text-align: center;"><a href="http://www.kramidnarg.com/wp-content/uploads/2010/12/MinecraftArchiver-1.1_win.png"><img class="aligncenter size-full wp-image-119" title="MinecraftArchiver-1.1_win" src="http://www.kramidnarg.com/wp-content/uploads/2010/12/MinecraftArchiver-1.1_win.png" alt="" width="510" height="360" /></a></p>
<p style="text-align: center;"><strong>Mac:</strong></p>
<p style="text-align: center;"><a href="http://www.kramidnarg.com/wp-content/uploads/2010/12/MinecraftArchiver-1.1_mac.png"><img class="aligncenter size-full wp-image-118" title="MinecraftArchiver-1.1_mac" src="http://www.kramidnarg.com/wp-content/uploads/2010/12/MinecraftArchiver-1.1_mac.png" alt="" width="500" height="350" /></a></p>
<p style="text-align: center;"><strong><br />
</strong></p>
<p style="text-align: center;"><strong><br />
</strong></p>
<p style="text-align: center;"><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kramidnarg.com/2010/12/23/java-minecraft-archiver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.kramidnarg.com/2010/12/11/welcome/</link>
		<comments>http://www.kramidnarg.com/2010/12/11/welcome/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 03:18:23 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kramidnarg.com/?p=115</guid>
		<description><![CDATA[Welcome! Check out some of my programming projects on the top navigation bar]]></description>
			<content:encoded><![CDATA[<p>Welcome! Check out some of my programming projects on the top navigation bar</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kramidnarg.com/2010/12/11/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

