<?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>Hexapixel &#187; Site Related</title>
	<atom:link href="http://hexapixel.com/category/site-related/feed" rel="self" type="application/rss+xml" />
	<link>http://hexapixel.com</link>
	<description>Programming, Eclipse, SWT and everything inbetween</description>
	<lastBuildDate>Fri, 05 Mar 2010 15:28:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Server Move</title>
		<link>http://hexapixel.com/2009/09/16/server-move</link>
		<comments>http://hexapixel.com/2009/09/16/server-move#comments</comments>
		<pubDate>Wed, 16 Sep 2009 11:37:26 +0000</pubDate>
		<dc:creator>Emil</dc:creator>
				<category><![CDATA[Site Related]]></category>

		<guid isPermaLink="false">http://hexapixel.com/?p=788</guid>
		<description><![CDATA[The Hexapixel.com server is moving to a new data center. Hopefully downtime should be minimal but it&#8217;s possible DNS propagation can take a little longer for some people (depending on ISP). The move is taking place over the next week. The lack of recent articles is due to being completely swamped. I&#8217;m hoping to find [...]]]></description>
			<content:encoded><![CDATA[<p>The Hexapixel.com server is moving to a new data center. Hopefully downtime should be minimal but it&#8217;s possible DNS propagation can take a little longer for some people (depending on ISP). The move is taking place over the next week. </p>
<p>The lack of recent articles is due to being completely swamped. I&#8217;m hoping to find some time to write a few more soon!</p>
<p>Also, a new version of the Source Helper should arrive soon, with Eclipse 3.5 support and a whole lot of fixes.</p>
]]></content:encoded>
			<wfw:commentRss>http://hexapixel.com/2009/09/16/server-move/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java Source Helper 0.2.1</title>
		<link>http://hexapixel.com/2009/01/23/java-source-helper-021</link>
		<comments>http://hexapixel.com/2009/01/23/java-source-helper-021#comments</comments>
		<pubDate>Fri, 23 Jan 2009 13:13:50 +0000</pubDate>
		<dc:creator>Emil</dc:creator>
				<category><![CDATA[Site Related]]></category>
		<category><![CDATA[sourcehelper]]></category>

		<guid isPermaLink="false">http://hexapixel.com/?p=558</guid>
		<description><![CDATA[I updated the Java Source Helper to version 0.2.1 after doing a quick-fix to the code to allow formatting with braces on a single line below the starting block (which would previously only show a starting brace and nothing else). As people format their code differently this will undoubtedly become a future issue in trying [...]]]></description>
			<content:encoded><![CDATA[<p>I updated the <a href="/projects/sourcehelper">Java Source Helper</a> to version 0.2.1 after doing a quick-fix to the code to allow formatting with braces on a single line below the starting block (which would previously only show a starting brace and nothing else). As people format their code differently this will undoubtedly become a future issue in trying to process the source. Because of this I&#8217;m currently re-coding the entire code-parsing &#8220;engine&#8221; to use the Java AST tree instead which will allow for any crazy-formatting and the popup should still show the correct code.</p>
<p>Another addition to 0.2.1 is that you may now choose the line style (default is now &#8220;Eclipse&#8221;, and the other option is &#8220;IntelliJ&#8221;). The Eclipse line is the same as when you hover over a collapsible block of code in the ruler on the left.</p>
<p>Apart from those changes, there&#8217;s been quite a few feature requests and feedback (thanks!). I will try to accommodate as many of them as possible in the next release. One feature that is going in right away is the ability to show the &#8220;starting brace&#8221; parent, and its parent, and its parent &#8211; and so on up to a preference-set &#8220;max parent-history&#8221; limit. This will help give an even better insight into where you are in the code. Each parent will be shown in such a way that it&#8217;s obvious that they are the nested parent-parents, and the idea is to keep the window small as before (by default anyway).</p>
<p>I will be on vacation next week so it will be sometime early February probably when the new release comes out. Feel free to post comments/requests until then of course. New code is in the <a href="/projects/sourcehelper">usual place</a>, with new source. The screenshots have not been updated yet to reflect 0.2.1 but reflect 0.2.0, so I suggest you try it out to see the new stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://hexapixel.com/2009/01/23/java-source-helper-021/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Java Source Helper Version</title>
		<link>http://hexapixel.com/2009/01/18/new-java-source-helper-version</link>
		<comments>http://hexapixel.com/2009/01/18/new-java-source-helper-version#comments</comments>
		<pubDate>Sun, 18 Jan 2009 11:24:19 +0000</pubDate>
		<dc:creator>Emil</dc:creator>
				<category><![CDATA[Site Related]]></category>
		<category><![CDATA[sourcehelper]]></category>

		<guid isPermaLink="false">http://hexapixel.com/?p=548</guid>
		<description><![CDATA[I just uploaded version 0.2.0 of the Java Source Helper (+ source) which includes new features, bugfixes and a preference page for controlling aspects of the plugin. To see what&#8217;s new, including fresh screenshots, head over to the sourcehelper page located here. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>I just uploaded version 0.2.0 of the <a href="/projects/sourcehelper">Java Source Helper</a> (+ source) which includes new features, bugfixes and a preference page for controlling aspects of the plugin. </p>
<p>To see what&#8217;s new, including fresh screenshots, head over to the sourcehelper page located <a href="/projects/sourcehelper">here</a>. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://hexapixel.com/2009/01/18/new-java-source-helper-version/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site &#8211; WordPress Based</title>
		<link>http://hexapixel.com/2008/12/28/new_site-wordpress</link>
		<comments>http://hexapixel.com/2008/12/28/new_site-wordpress#comments</comments>
		<pubDate>Sat, 27 Dec 2008 23:39:23 +0000</pubDate>
		<dc:creator>Emil</dc:creator>
				<category><![CDATA[Site Related]]></category>

		<guid isPermaLink="false">http://localhost/?p=246</guid>
		<description><![CDATA[Welcome to the new Hexapixel.com! As you can probably tell, the site has gone through an overhaul and been completely replaced. The old site was very static, and a big pain to update.  I had grand plans back in the day to build an admin interface for it, but it just never happened (other projects [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the new Hexapixel.com!</p>
<p>As you can probably tell, the site has gone through an overhaul and been completely replaced. The old site was very static, and a big pain to update.  I had grand plans back in the day to build an admin interface for it, but it just never happened (other projects always took precedence). Plus it wasn&#8217;t exactly a site built for making any changes or posts as it was quite space limited.</p>
<p>In any case, as I&#8217;ve felt like writing a few articles and such over the years and I wanted to incorporate that into the new site design, I browsed around to see what blogging sites (a word I hate) are using nowadays and came across <a title="Go to WordPress" href="http://www.wordpress.org" target="_blank">WordPress</a> which seems to be a very popular blogging backend that is self-hosted. I&#8217;ve tested a few blogging &#8220;API&#8217;s&#8221; in the past, but none really seemed to fit into what I wanted to do.</p>
<p>At first inspection, WordPress seemed to fit the bill quite well. It comes with plugin capabilities and there&#8217;s literally thousands of plugins out there already (always a good sign that a third party product is popular and community focused), and it also comes with thousands of &#8220;themes&#8221;, some quite professional and nice, and others less so. And of course, it&#8217;s completely free and incredibly well documented. Two words that don&#8217;t usually go together in the world of free third party code.</p>
<p>WordPress however is aimed towards that you either run it as a blog only, or incorporate your entire site into it &#8211; so every page is WordPress &#8220;hosted&#8221;. I was at first against this, mostly as I figured there was just &#8220;no way&#8221; I could customize some pages more than what a &#8220;blogging tool&#8221; could handle. But after playing around with it for a while I realized that it would be much more work trying to escape WordPress instead of letting it do the job. So I slowly succumbed and let WordPress handle the entire site. It was a good choice as it does it wonderfully, and despite a few hiccups along the way, I have found no irritating moments apart from the usual CSS/HTML madness with IE/FireFox/etc (thank god I don&#8217;t do much web development anymore, UI programming has less hassles!).</p>
<p>As for the theme, it&#8217;s not a WordPress theme that&#8217;s available for download. Even though there are nice ones, I&#8217;d hate for my site to look like some other site out there. So I sketched up some designs in Photoshop, and stuck to the one you now see. It&#8217;s a pretty &#8220;uneventful&#8221; theme as themes go, quite colorless and bland compared to many others out there, but I think it fits my style and the intent of the site.</p>
<p>The site isn&#8217;t exactly &#8220;done&#8221; yet, there&#8217;s undoubtedly a few tweaks left to do, but most of the old content has been transferred over and been updated so that widgets / documentation can still be found in the same place as before.</p>
<p>In any case, I look forward to doing regular posts and stories from my life as a UI coder (Eclipse, RCP, SWT, Java, C#, etc etc). Hopefully something interesting for everyone! And all the old content is still on the site as well, for those that could care less about articles and want to go straight to the code. Oh, and of course, there&#8217;s built-in RSS support (see the footer) for both posts and comments, so you don&#8217;t even have to come here anymore to see what&#8217;s new! Great isn&#8217;t it!?</p>
<p>Comments are welcome, and if you see something I missed, let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://hexapixel.com/2008/12/28/new_site-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
