<?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>blog.dev001.net</title>
	<atom:link href="http://blog.dev001.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dev001.net</link>
	<description>Just another Web Developer's weblog</description>
	<lastBuildDate>Sat, 16 Jan 2010 03:00:51 +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>Creating images for HTML emails with GIMP</title>
		<link>http://blog.dev001.net/2010/01/creating-images-for-html-emails-with-gimp/</link>
		<comments>http://blog.dev001.net/2010/01/creating-images-for-html-emails-with-gimp/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 02:54:53 +0000</pubDate>
		<dc:creator>rfc2822</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://blog.dev001.net/?p=231</guid>
		<description><![CDATA[If you&#8217;re designing HTML emails (for instance, newsletters or other mails that are not created with a Mail User Agent), you will know that you have to use HTML 3.2 because of Outlook 2007 and its strange Word 2007 rendering. (By the way, I&#8217;d even extend Microsoft&#8217;s argument that Word is better for security reasons [...]]]></description>
		<wfw:commentRss>http://blog.dev001.net/2010/01/creating-images-for-html-emails-with-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3: show login page for protected pages when user not is logged in</title>
		<link>http://blog.dev001.net/2009/10/typo3-show-login-page-for-protected-pages-when-user-not-is-logged-in/</link>
		<comments>http://blog.dev001.net/2009/10/typo3-show-login-page-for-protected-pages-when-user-not-is-logged-in/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 14:55:25 +0000</pubDate>
		<dc:creator>rfc2822</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://blog.dev001.net/?p=228</guid>
		<description><![CDATA[The problem: If you have pages which are only accessible for certain FE user groups, some of your users may bookmark these protected pages and return when they are not logged in (or you may send the URLs in a newsletter, etc.). Typo3 handles this case as a &#8220;404 Page not found&#8221; situation (I don&#8217;t [...]]]></description>
		<wfw:commentRss>http://blog.dev001.net/2009/10/typo3-show-login-page-for-protected-pages-when-user-not-is-logged-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3: htmlRTE &#8220;Zebra&#8221; tables (classes for odd/even rows) using TSConfig</title>
		<link>http://blog.dev001.net/2009/07/typo3-htmlrte-zebra-tables-classes-for-oddeven-rows-using-tsconfig/</link>
		<comments>http://blog.dev001.net/2009/07/typo3-htmlrte-zebra-tables-classes-for-oddeven-rows-using-tsconfig/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 00:43:25 +0000</pubDate>
		<dc:creator>rfc2822</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://blog.dev001.net/?p=224</guid>
		<description><![CDATA[It took me some hours and the documentation is not very good, but finally I have found out how to mark up table rows from RTE tables (not elements with content type &#8220;table&#8221;) with alternating CSS classes. Put this into your page TSConfig:
RTE.classes.zebra-rows {
  name = Zebra table
  alternating.rows {
    startAt = 1
    oddClass = [...]]]></description>
		<wfw:commentRss>http://blog.dev001.net/2009/07/typo3-htmlrte-zebra-tables-classes-for-oddeven-rows-using-tsconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6: AlphaImageLoader rendering problem when 3D acceleration available</title>
		<link>http://blog.dev001.net/2009/07/ie6-alphaimageloader-rendering-problem-when-3d-acceleration-available/</link>
		<comments>http://blog.dev001.net/2009/07/ie6-alphaimageloader-rendering-problem-when-3d-acceleration-available/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 20:35:32 +0000</pubDate>
		<dc:creator>rfc2822</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.dev001.net/?p=211</guid>
		<description><![CDATA[If you ever had the pain to code Web designs with the goal to support IE6, you will know the AlphaImageLoader workaround to &#8220;emulate&#8221; transparent PNGs. Of course, this workaround brings new problems, for instance the problem that links are not clickable when positioned over a AlphaImageLoader PNG. This can be fixed with position: relative.
You [...]]]></description>
		<wfw:commentRss>http://blog.dev001.net/2009/07/ie6-alphaimageloader-rendering-problem-when-3d-acceleration-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 acceleration experience</title>
		<link>http://blog.dev001.net/2009/06/typo3-acceleration-experience/</link>
		<comments>http://blog.dev001.net/2009/06/typo3-acceleration-experience/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 23:18:29 +0000</pubDate>
		<dc:creator>rfc2822</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://blog.dev001.net/?p=209</guid>
		<description><![CDATA[How to accelerate Typo3 for a page with relative high load?
No statistically significant data but just a few benchmarks (made with ab) for the feeling:
Typo3 (no_cache = 1): ~ 1 rq/s
Typo3 (with cache): ~ 3 rq/s
Typo3 (with cache and eAccelerator): ~ 50 rq/s
Typo3 (with cache, eAccelerator and Squid reverse proxy): ~ 2000 rq/s
]]></description>
		<wfw:commentRss>http://blog.dev001.net/2009/06/typo3-acceleration-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an empty Typo3/4.2 installation that supports UTF-8</title>
		<link>http://blog.dev001.net/2009/05/creating-an-empty-typo342-installation-that-supports-utf-8/</link>
		<comments>http://blog.dev001.net/2009/05/creating-an-empty-typo342-installation-that-supports-utf-8/#comments</comments>
		<pubDate>Fri, 01 May 2009 21:26:27 +0000</pubDate>
		<dc:creator>rfc2822</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false">http://blog.dev001.net/?p=199</guid>
		<description><![CDATA[I always use UTF-8 with my Typo3 installations even if it&#8217;s not needed in the first version of the Web site because translation is a requirement often arises at a later time.
The way I create my new, empty Typo3 4.2 installation that fully supports UTF-8:

Create the database with
CREATE DATABASE tt_new_site DEFAULT CHARSET 'UTF-8';
GRANT ALL ON [...]]]></description>
		<wfw:commentRss>http://blog.dev001.net/2009/05/creating-an-empty-typo342-installation-that-supports-utf-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing myisam_suggest with a book&#8217;s index</title>
		<link>http://blog.dev001.net/2009/04/comparing-myisam_suggest-with-a-books-index/</link>
		<comments>http://blog.dev001.net/2009/04/comparing-myisam_suggest-with-a-books-index/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 19:21:48 +0000</pubDate>
		<dc:creator>rfc2822</dc:creator>
				<category><![CDATA[Data Processing]]></category>
		<category><![CDATA[AutoComplete]]></category>
		<category><![CDATA[AutoSuggest]]></category>
		<category><![CDATA[full-text index]]></category>
		<category><![CDATA[MyISAM]]></category>

		<guid isPermaLink="false">http://blog.dev001.net/?p=196</guid>
		<description><![CDATA[Recently I had an idea how to illustrate how myisam_suggest works by a comparison with a normal printed book&#8217;s index:
&#8220;AutoSuggest&#8221; for a printed book
Image you have a thick book with hundreds of thousands of words in it. Now you want to know all words beginning with &#8220;fu&#8221; for some reason (= AutoSuggest).
Without the (full-text) index [...]]]></description>
		<wfw:commentRss>http://blog.dev001.net/2009/04/comparing-myisam_suggest-with-a-books-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails: Digitally sign outgoing emails (S/MIME)</title>
		<link>http://blog.dev001.net/2009/04/rails-digitally-sign-outgoing-emails-smime/</link>
		<comments>http://blog.dev001.net/2009/04/rails-digitally-sign-outgoing-emails-smime/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 11:37:55 +0000</pubDate>
		<dc:creator>rfc2822</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[S/MIME]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.dev001.net/?p=189</guid>
		<description><![CDATA[In this article, I will introduce one method to digitally sign outgoing emails with S/MIME using Ruby on Rails.
require &#8216;openssl&#8217; vs. Kernel.system openssl
At first, I tried to sign mails using the Ruby OpenSSL library which is basically a lightweight wrapper for libopenssl. However, I was not successful; I found out how to create PKCS7 signatures [...]]]></description>
		<wfw:commentRss>http://blog.dev001.net/2009/04/rails-digitally-sign-outgoing-emails-smime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails: Using HTML typography automatically</title>
		<link>http://blog.dev001.net/2009/04/rails-using-html-typography-automatically/</link>
		<comments>http://blog.dev001.net/2009/04/rails-using-html-typography-automatically/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:20:28 +0000</pubDate>
		<dc:creator>rfc2822</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://blog.dev001.net/?p=182</guid>
		<description><![CDATA[There&#8217;s a way you can use special characters for HTML typography in Rails without much work: Just let your views about raw text and then overwrite the html_escape (h) method:
module ApplicationHelper
&#8230;
&#160; def h&#40;s&#41;
&#160; &#160; super&#40;s&#41;. \
&#160; &#160; &#160; gsub&#40;&#8216;(c)&#8217; &#160;, &#8216;&#38;copy&#8217;&#41;. \
&#160; &#160; &#160; gsub&#40;&#8216;(r)&#8217; &#160;, &#8216;&#38;reg;&#8217;&#41;. \
&#160; &#160; &#160; gsub&#40;&#8216;(tm)&#8217; , &#8216;&#38;trade;&#8217;&#41;. \
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.dev001.net/2009/04/rails-using-html-typography-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails 2.3: Using ActiveRecord from within console application</title>
		<link>http://blog.dev001.net/2009/04/rails-23-using-activerecord-from-within-console-application/</link>
		<comments>http://blog.dev001.net/2009/04/rails-23-using-activerecord-from-within-console-application/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 21:48:32 +0000</pubDate>
		<dc:creator>rfc2822</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.dev001.net/?p=177</guid>
		<description><![CDATA[If you use Ruby on Rails and want to have access to ActiveRecord and all the other nifty features from within a standalone Ruby script (for instance, a cronjob script that checks integrity of your data), all you need to do is including the &#8220;environment&#8221; script that fully sets up the Rails environment. In this [...]]]></description>
		<wfw:commentRss>http://blog.dev001.net/2009/04/rails-23-using-activerecord-from-within-console-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
