<?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>Helvensteijn.com &#187; tweaks</title>
	<atom:link href="http://helvensteijn.com/tag/tweaks/feed/" rel="self" type="application/rss+xml" />
	<link>http://helvensteijn.com</link>
	<description>The glass is neither half full nor half empty; It is simply oversized</description>
	<lastBuildDate>Thu, 19 Jan 2012 04:14:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>New code section</title>
		<link>http://helvensteijn.com/2011/03/10/new-code-section/</link>
		<comments>http://helvensteijn.com/2011/03/10/new-code-section/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 23:53:52 +0000</pubDate>
		<dc:creator>Colin Helvensteijn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://helvensteijn.com/?p=1586</guid>
		<description><![CDATA[I just launched a new code section. I always had something like that in the form of some separate pages, but now I integrated it into WordPress, so it looks and behaves the same as the rest of this site. I&#8217;ll have to see if I think any of the old projects are still interesting &#8230; <a class="more-link" href="http://helvensteijn.com/2011/03/10/new-code-section/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>I just launched a new <a href="/code/">code section</a>. I always had something like that in the form of some separate pages, but now I integrated it into WordPress, so it looks and behaves the same as the rest of this site.</p>
<p>I&#8217;ll have to see if I think any of the old projects are still interesting enough to bring them back to this new section, I haven&#8217;t decided yet. I did kick off with two articles, <a href="/code/source-code-in-wordpress/">the first</a> explains how I managed to get WordPress to save and display code properly, <a href="/code/php-weirdness/">the other</a> describes one of many inconsistencies in PHP, one I didn&#8217;t know about until yesterday.</p>
<p>With these custom post types, WordPress is getting quite powerful as a general purpose CMS, provided you know some PHP to bend it to your will. Only the menu system isn&#8217;t quite there yet. The &#8220;Code&#8221; menu item is not in it&#8217;s active state (chevron on the left side) on article pages in the code section as it should be.</p>
]]></content:encoded>
			<wfw:commentRss>http://helvensteijn.com/2011/03/10/new-code-section/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My own URL shortener</title>
		<link>http://helvensteijn.com/2011/01/05/my-own-url-shortener/</link>
		<comments>http://helvensteijn.com/2011/01/05/my-own-url-shortener/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 23:19:06 +0000</pubDate>
		<dc:creator>Colin Helvensteijn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hlvn.st]]></category>
		<category><![CDATA[short URL]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://helvensteijn.com/?p=1525</guid>
		<description><![CDATA[When I started using Twitter about a year ago, I soon realized that if I wanted to tweet about a new blog post on my site, I was going to need a URL shortener. Back then, I chose to use bit.ly&#8217;s services, and until recently, saw no reason to change that. Lately, however, it seems &#8230; <a class="more-link" href="http://helvensteijn.com/2011/01/05/my-own-url-shortener/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>When I started using Twitter about a year ago, I soon realized that if I wanted to tweet about a new blog post on my site, I was going to need a URL shortener. Back then, I chose to use <a href="http://bit.ly">bit.ly&#8217;s services</a>, and until recently, saw no reason to change that. Lately, however, it seems everyone is using his/her own domain for short URL&#8217;s, so I jumped on the bandwagon, too. <img src='http://helvensteijn.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A few days ago, I acquired the domain <strong>hlvn.st</strong>, and now I also have the database structure and some simple PHP scripts in place to make the whole thing do its magic. For the keywords (the part after the / in the short URL) I decided to use 4 case-insensitive alphanumeric characters. That gives me 36<sup>4</sup> (1,679,616) possibilities, minus a few ones that I blocked for obvious reasons. Seems enough for the time being. If I need more, I can always go up to 5 or even 6 characters, giving me 60,466,176 or 2,176,782,336 possibilities, respectively.</p>
<p>Now that I have my own working URL shortener, I removed all the existing bit.ly short URL&#8217;s from my blog posts (they&#8217;ll continue to work so long as bit.ly exists, though) and replaced them with hlvn.st ones. I currently intend to only use hlvn.st for blog posts or other parts of my own web site, but in the future I may decide to use it for anything and everything I need short URL&#8217;s for. An API is already in place, so WordPress can automatically shrink its permalinks for new posts (like this one).</p>
<p>On a (completely unrelated) side note, let&#8217;s cut the two-thousand-whatever-crap. It&#8217;s <strong>twenty-eleven</strong> (<strong lang="nl-NL">twintig-elf</strong> for the Dutch among you), which is much easier to pronounce. <img src='http://helvensteijn.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://helvensteijn.com/2011/01/05/my-own-url-shortener/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor tweaks</title>
		<link>http://helvensteijn.com/2009/07/21/minor-tweaks/</link>
		<comments>http://helvensteijn.com/2009/07/21/minor-tweaks/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 17:53:27 +0000</pubDate>
		<dc:creator>Colin Helvensteijn</dc:creator>
				<category><![CDATA[This web site]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://helvensteijn.com/?p=925</guid>
		<description><![CDATA[I&#8217;ve made some minor tweaks to this site during the last few weeks. The displaying of comments has improved, most notably the comment time, as opposed to only the date. I didn&#8217;t go as far as to implement threaded comments in my theme, because as they are now, with a fixed width, I don&#8217;t really &#8230; <a class="more-link" href="http://helvensteijn.com/2009/07/21/minor-tweaks/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made some minor tweaks to this site during the last few weeks.</p>
<p>The displaying of comments has improved, most notably the comment time, as opposed to only the date. I didn&#8217;t go as far as to implement threaded comments in my theme, because as they are now, with a fixed width, I don&#8217;t really see a viable way to clearly distinguish between levels. That will be something for an upcoming theme.</p>
<p>Notices and warnings now have a uniform appearance, with nicely rounded corners in browsers that support the CSS3 <samp>border-radius</samp> property. Same goes for form buttons, which had the default browser appearance until recently.</p>
<p>Other than that, there have been numerous small, less notable, improvements all over the place. As for the upcoming theme I mentioned above: don&#8217;t expect something anytime soon. It is currently no more than some vague ideas and sketches.</p>
]]></content:encoded>
			<wfw:commentRss>http://helvensteijn.com/2009/07/21/minor-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some small tweaks</title>
		<link>http://helvensteijn.com/2008/08/28/some-small-tweaks/</link>
		<comments>http://helvensteijn.com/2008/08/28/some-small-tweaks/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 15:37:38 +0000</pubDate>
		<dc:creator>Colin Helvensteijn</dc:creator>
				<category><![CDATA[This web site]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://helvensteijn.com/?p=441</guid>
		<description><![CDATA[I&#8217;ve made a few small tweaks to my new design. There are always some things that don&#8217;t exactly work as planned, things still needing to be worked out, and things that simply came up along the way. First of all, there was nothing to open full-size images in-page for thumbnails, they just behaved like normal &#8230; <a class="more-link" href="http://helvensteijn.com/2008/08/28/some-small-tweaks/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a few small tweaks to <a href="/2008/08/07/redesign/">my new design</a>. There are always some things that don&#8217;t exactly work as planned, things still needing to be worked out, and things that simply came up along the way.</p>
<p>First of all, there was nothing to open full-size images in-page for thumbnails, they just behaved like normal links. I formerly used <a href="http://www.lokeshdhakar.com/projects/lightbox2/">Lightbox</a> for that, but was never really happy with it. Fiddled around somewhat with other implementations, and ended up using <a href="http://www.mjijackson.com/shadowbox/">Shadowbox</a> on this web site from now on.</p>
<p>Then, I recreated the <a href="/files/">Files section</a> &mdash; which now makes use of Shadowbox for images and movies &mdash; and the font-size adjustment &mdash; which can now be found to the right of the main menu.</p>
<p>Also, since the fixes for Internet Explorer require JavaScript to be enabled anyway, I decided JavaScript could just as well handle the loading of said fixes. So I removed the conditional comment (nasty thing <img src='http://helvensteijn.com/wp/wp-includes/images/smilies/icon_twisted.gif' alt=':twisted:' class='wp-smiley' />  ) from the HTML.</p>
<p>And lastly, I didn&#8217;t particularly like the gray background, but hadn&#8217;t decided yet what to do with it. As you can see, I have now.</p>
]]></content:encoded>
			<wfw:commentRss>http://helvensteijn.com/2008/08/28/some-small-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site tweaks</title>
		<link>http://helvensteijn.com/2007/07/02/site-tweaks/</link>
		<comments>http://helvensteijn.com/2007/07/02/site-tweaks/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 13:57:37 +0000</pubDate>
		<dc:creator>Colin Helvensteijn</dc:creator>
				<category><![CDATA[This web site]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://macbook.local/wordpress/?p=23</guid>
		<description><![CDATA[Now that I have ample time available, I&#8217;ve looked at some issues that I still had with this web site. First of all, the page navigation on the left was somewhat buggy. When one was somewhere inside the blog, the &#8220;Blog&#8221; item in the menu would not be highlighted. That&#8217;s been fixed. Secondly, the page &#8230; <a class="more-link" href="http://helvensteijn.com/2007/07/02/site-tweaks/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Now that I have <a href="/2007/06/29/vacation/" title="Blog post: &#8220;Vacation...&#8221;">ample time</a> available, I&#8217;ve looked at some issues that I still had with this web site.</p>
<p>First of all, the page navigation on the left was somewhat buggy. When one was somewhere inside the blog, the &#8220;Blog&#8221; item in the menu would not be highlighted. That&#8217;s been fixed.</p>
<p>Secondly, the page titles were inconsistent. Static pages were OK, but in the blog, somtimes there was a page title (when inside archives or posts), but for example on the main blog page, it simply said &#8220;helvensteijn.com&#8221;, without any page title. Not very nice. Now, whenever one is somewhere inside the blog, the title will reflect that correctly. On the main blog page, it now sais &#8220;helvensteijn.com » Blog&#8221; and deeper inside the blog, it will tell you where you are.</p>
<p>The third issue was that one could not post any comment while logged in. Since I&#8217;m the only user and I have user registration disabled, this actually only concerned me. But still it was annoying (there&#8217;s some top-secret password-protected pages on this site where I use comments to keep track of certain things concerning this site, like bugs to squash <img src='http://helvensteijn.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ). That was probably due to some stupid mistake that I made earlier when prepping this site for initial launch. It took me a while to trace it back to it&#8217;s origin, but now I&#8217;m finally able to comment on myself while logged in. <img src='http://helvensteijn.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Then, I tweaked the home page to always be /home/ instead of / for more clarity. Whenever someone tries to access / on this site, he or she is silently redirected to /home/ to reflect that in their browser.</p>
<p>And finally, to the outside world probably the most visible change, the home page now lists the three most recent posts from my blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://helvensteijn.com/2007/07/02/site-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

