<?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>Kerberos&#039; Web &#187; Web development</title>
	<atom:link href="http://k3rb.com/blog/kerb/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://k3rb.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 14:08:06 +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>WordPress theming &#8211; how-to guides and tutorials to a beautiful WordPress theme</title>
		<link>http://k3rb.com/blog/2010/07/wordpress-theming-how-to-guides-and-tutorials-to-a-beautiful-wordpress-theme/</link>
		<comments>http://k3rb.com/blog/2010/07/wordpress-theming-how-to-guides-and-tutorials-to-a-beautiful-wordpress-theme/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 18:51:48 +0000</pubDate>
		<dc:creator>Kerberos</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress theming]]></category>

		<guid isPermaLink="false">http://k3rb.com/blog/?p=192</guid>
		<description><![CDATA[We love WordPress for blogs and simple presentation sites.  While we prefer Drupal for more complex projects, WordPress is simpler and faster for basic projects as has a friendlier admin interface to boot.  On top of that, WordPress has more themes available compared to Drupal themes.
There are many free and affordable WordPress themes [...]]]></description>
		<wfw:commentRss>http://k3rb.com/blog/2010/07/wordpress-theming-how-to-guides-and-tutorials-to-a-beautiful-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal theming resources &#8211; free themes and paid designs</title>
		<link>http://k3rb.com/blog/2010/07/drupal-theming-resources-free-themes-and-paid-designs/</link>
		<comments>http://k3rb.com/blog/2010/07/drupal-theming-resources-free-themes-and-paid-designs/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 18:18:54 +0000</pubDate>
		<dc:creator>Kerberos</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://k3rb.com/blog/?p=183</guid>
		<description><![CDATA[As we rely more and more on Drupal for our Web projects, theming becomes an increasingly larger part of our development process.  Everyone wants a site that looks and feels unique and professional.  Luckily, there many resources available for Drupal theming if you don&#8217;t have as much time or are on a tighter [...]]]></description>
		<wfw:commentRss>http://k3rb.com/blog/2010/07/drupal-theming-resources-free-themes-and-paid-designs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beautiful graphics done without images: CSS3 and HTML5</title>
		<link>http://k3rb.com/blog/2010/06/beautiful-graphics-done-without-images-css3-and-html5/</link>
		<comments>http://k3rb.com/blog/2010/06/beautiful-graphics-done-without-images-css3-and-html5/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 18:38:18 +0000</pubDate>
		<dc:creator>Kerberos</dc:creator>
				<category><![CDATA[Cool Technology]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[CSS3/HTML5]]></category>

		<guid isPermaLink="false">http://k3rb.com/blog/?p=180</guid>
		<description><![CDATA[I recently came across some beautiful Web graphics done without the use of any images, done purely in HTML 5 and CSS 3.  I thought I&#8217;d share these little nuggets with you:

Jeff Batterton: iPhone World clock without images in CSS3 
Graphicpeel: iOS Icons in Pure CSS
David DeSandro: Opera Logo with CSS
Rather Splendid: Pure CSS [...]]]></description>
		<wfw:commentRss>http://k3rb.com/blog/2010/06/beautiful-graphics-done-without-images-css3-and-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Tuning Apache Web Server &#8211; Enabled Modules</title>
		<link>http://k3rb.com/blog/2010/06/performance-tuning-apache-web-server-enabled-modules/</link>
		<comments>http://k3rb.com/blog/2010/06/performance-tuning-apache-web-server-enabled-modules/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 14:34:28 +0000</pubDate>
		<dc:creator>Kerberos</dc:creator>
				<category><![CDATA[Server admin]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Performance tuning]]></category>

		<guid isPermaLink="false">http://k3rb.com/blog/?p=173</guid>
		<description><![CDATA[There are many different aspects to tuning Apache.  In this post, I will focus on tuning which modules are compiled into Apache and also dynamically enabled.  The more modules you have enabled, the more memory Apache will consume and the more processing it needs to perform; try to enable the minimum amount of [...]]]></description>
		<wfw:commentRss>http://k3rb.com/blog/2010/06/performance-tuning-apache-web-server-enabled-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL: SELECT not working on TRIM queries &#8211; a workaround</title>
		<link>http://k3rb.com/blog/2010/03/mysql-select-not-working-on-trim-queries-a-workaround/</link>
		<comments>http://k3rb.com/blog/2010/03/mysql-select-not-working-on-trim-queries-a-workaround/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 18:11:28 +0000</pubDate>
		<dc:creator>Kerberos</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[TRIM]]></category>

		<guid isPermaLink="false">http://k3rb.com/blog/?p=160</guid>
		<description><![CDATA[We recently noticed that MySQL does not work for WHERE queries with TRIM like:
UPDATE tablename SET column = TRIM(column) WHERE column != TRIM(column)
Technically a query like this is unnecessary, you can just TRIM directly.
But say you wanted to do a SELECT since you need to do something else with those records.  This does not [...]]]></description>
		<wfw:commentRss>http://k3rb.com/blog/2010/03/mysql-select-not-working-on-trim-queries-a-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Grid Systems (960 gs and blueprint)</title>
		<link>http://k3rb.com/blog/2010/01/css-grid-systems-960-gs-and-blueprint/</link>
		<comments>http://k3rb.com/blog/2010/01/css-grid-systems-960-gs-and-blueprint/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 00:57:45 +0000</pubDate>
		<dc:creator>Kerberos</dc:creator>
				<category><![CDATA[Useful tools]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Grids]]></category>

		<guid isPermaLink="false">http://k3rb.com/blog/?p=128</guid>
		<description><![CDATA[CSS Grid Systems have become the latest Web design trend.  While controversial among the HTML purists because grids violate the strict separation between content and presentation through the insertion of CSS classes such as class="grid_4", designers big and small are falling in love with them.  Grids certainly streamline, simplify and sometimes even inspire [...]]]></description>
		<wfw:commentRss>http://k3rb.com/blog/2010/01/css-grid-systems-960-gs-and-blueprint/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Has your mail server has been blacklisted for spam?</title>
		<link>http://k3rb.com/blog/2009/12/has-your-mail-server-has-been-blacklisted-for-spam/</link>
		<comments>http://k3rb.com/blog/2009/12/has-your-mail-server-has-been-blacklisted-for-spam/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 10:49:04 +0000</pubDate>
		<dc:creator>Kerberos</dc:creator>
				<category><![CDATA[Useful tools]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[blacklist]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://k3rb.com/blog/?p=95</guid>
		<description><![CDATA[We used a shared host for one of our projects and recently noticed a lot of emails not making it to their intended destinations.  It turns out that someone else on our shared host was using it to send spam and, as a result, everyone&#8217;s email from that IP address was marked as spam [...]]]></description>
		<wfw:commentRss>http://k3rb.com/blog/2009/12/has-your-mail-server-has-been-blacklisted-for-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL Vulnerability</title>
		<link>http://k3rb.com/blog/2009/11/ssl-vulnerability/</link>
		<comments>http://k3rb.com/blog/2009/11/ssl-vulnerability/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 16:34:10 +0000</pubDate>
		<dc:creator>Kerberos</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://k3rb.com/blog/?p=82</guid>
		<description><![CDATA[This may be a bit worrisome if you have valuable data to protect online:
HTTPS, SSL attack vector discovered; fix is on the way
A fix is on the way and hopefully this gets resolved quickly before hackers start taking advantage of it.  Or maybe they have known about this for a while before security researchers [...]]]></description>
		<wfw:commentRss>http://k3rb.com/blog/2009/11/ssl-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preventing Web crawlers from accessing your development site with robots.txt</title>
		<link>http://k3rb.com/blog/2009/10/preventing-web-crawlers-from-accessing-your-development-site-with-robots-txt/</link>
		<comments>http://k3rb.com/blog/2009/10/preventing-web-crawlers-from-accessing-your-development-site-with-robots-txt/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 13:58:14 +0000</pubDate>
		<dc:creator>Kerberos</dc:creator>
				<category><![CDATA[Useful tools]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Robots.txt]]></category>

		<guid isPermaLink="false">http://k3rb.com/blog/?p=68</guid>
		<description><![CDATA[We recently started a development site for a new project.  Soon, we noticed an Amazon AWS instance accessing URLs deep within our site regularly.  The site was access protected (you need to be logged in to see the pages), so those access attempts failed but were annoying nonetheless.
A bit more digging revealed that this was [...]]]></description>
		<wfw:commentRss>http://k3rb.com/blog/2009/10/preventing-web-crawlers-from-accessing-your-development-site-with-robots-txt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web templates &#8211; the good and the bad</title>
		<link>http://k3rb.com/blog/2009/09/web-templates-the-good-and-the-bad/</link>
		<comments>http://k3rb.com/blog/2009/09/web-templates-the-good-and-the-bad/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 14:30:30 +0000</pubDate>
		<dc:creator>Kerberos</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://k3rb.com/blog/2009/09/web-templates-the-good-and-the-bad/</guid>
		<description><![CDATA[As part of my work, I have looked at various ways to do Web templates.  Here is the overview of some and my observations:
RapidWeaver
RapidWeaver has been around for a long time.  It&#8217;s Mac only and not a bad tool overall.  We use it for some of our internal pages that we had [...]]]></description>
		<wfw:commentRss>http://k3rb.com/blog/2009/09/web-templates-the-good-and-the-bad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
