<?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>Cordobo</title>
	<atom:link href="http://cordobo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cordobo.com</link>
	<description>Weblog of Andreas Jacob on on Webdesign and CSS</description>
	<lastBuildDate>Fri, 05 Mar 2010 09:10:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Green Park 2 Wordpress Theme &#8211; New Languages available</title>
		<link>http://cordobo.com/1506-green-park-2-wordpress-theme-new-languages/</link>
		<comments>http://cordobo.com/1506-green-park-2-wordpress-theme-new-languages/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 13:49:34 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Translation]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=1506</guid>
		<description><![CDATA[
It took me a while to get back to work on Green Park after a little break and some vacations. So, this is only a small update to the translations for Green Park 2 Beta 5 but Beta 6 is on the way. Thanks to the following users, the theme now features native support for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cordobo.com/green-park-2/" title="Cordobo Green Park 2 Beta 5 Download"><img src="http://farm3.static.flickr.com/2597/3735308761_91d472e663.jpg" alt="Cordobo Green Park 2 Beta 5 Download" /></a></p>
<p>It took me a while to get back to work on Green Park after a little break and some vacations. So, this is only a small update to the translations for <a href="http://cordobo.com/green-park-2/">Green Park 2 Beta 5</a> but Beta 6 is on the way. Thanks to the following users, the theme now features native support for 12+1 language.</p>
<p><span id="more-1506"></span></p>
<ol>
<li><strong>Chinese</strong> by <a href="http://wxzbb.com/">wxzbb</a></li>
<li><strong>English</strong> (default) by me</li>
<li><strong>French</strong> by Julien</li>
<li><strong>German</strong> by <a href="http://cordobo.com/">Andreas Jacob</a></li>
<li><strong>Icelandic</strong> by <a href="http://joi.betra.is/">Jóhannes Birgir Jensson</a></li>
<li><strong>Italian</strong> by Saverio Tonno</li>
<li><strong>Norwegian Bokmål</strong> by <a href="http://imback.net/">Bjørn-Arild Eriksen-Woll</a></li>
<li><strong>Polish</strong> by <a href="http://tosiek.pl/">Tosiek</a></li>
<li><strong>Romanian</strong> by <a href="http://www.ebacalaureat.net/">Cristian Boba</a></li>
<li><strong>Russian</strong> (formal) by <a href="http://garden.t-i-m.me/">Dr. Dmitry Tarasov</a></li>
<li><strong>Russian</strong> (informal) by <a href="http://blog.perlover.com/">Perllover</a></li>
<li><strong>Spanish</strong> (castellano) by <a href="http://www.cuarenton.com/">José Manuel Mao</a></li>
<li><strong>Swedish</strong> by <a href="http://www.jonvision.se/">Jon Klarström</a></li>
</ol>
<p><strong>Many thanks for your contributions!</strong></p>
<p>The new release (still Beta 5) <a href="http://cordobo.com/free-wordpress-templates/green-park-2/#download">is now available for download</a> from the Green Park 2 page and <del datetime="2010-01-11T18:04:32+00:00">should be available within a few hours from</del> <a href="http://wordpress.org/extend/themes/cordobo-green-park-2">Wordpress.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/1506-green-park-2-wordpress-theme-new-languages/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Wordpress: Limited Randomized Blogroll without Plugin</title>
		<link>http://cordobo.com/1476-random-wordpress-blogroll/</link>
		<comments>http://cordobo.com/1476-random-wordpress-blogroll/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 15:10:05 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=1476</guid>
		<description><![CDATA[Create a smaller blogroll with many links with Wordpress built-in functions wp_list_bookmarks, limit, and orderby]]></description>
			<content:encoded><![CDATA[<p>Have you ever redesigned your blog and <strong>your new design only allowed a limited space for your &#8220;one mile high&#8221; blogroll?</strong> A friend of mine ran into exactly this problem with his newly redesigned blog.</p>
<p><span id="more-1476"></span></p>
<p>The really simple solution we came up is resource-friendly while <strong>he can keep all of his links</strong>. Most probably the best thing of this simple usage of Wordpress functions: it&#8217;s entirely based on Wordpress&#8217; <strong>template tags</strong> and there is no need for another plugin.</p>
<h3>Wordpress Template Tags</h3>
<p>Our weapon of choice is the <a href="http://codex.wordpress.org/Template_Tags/wp_list_bookmarks">wp_list_bookmarks</a> template tag. It comes in handy if you use a new <a href="http://cordobo.com/free-wordpress-templates/">Wordpress theme</a> as starting point, which already uses this tag. If not, now it&#8217;s the time to get rid of deprecated tags like <code>get_links()</code> or <code>get_links_list()</code>.</p>
<p>To start, open the file where your link-list is located, most probably sidebar.php or footer.php. The default usage for wp_list_bookmarks is:</p>
<p><code>&lt;?php wp_list_bookmarks(); ?&gt;</code></p>
<h3>Useful parameters: limit and orderby</h3>
<p>Remember, we need to limit the output because of the new design while still giving link-love to all of our blog-friends. To achieve this goal, we applied two parameters to the tag:</p>
<p><code>limit</code> and <code>orderby</code>.</p>
<h3>The Function</h3>
<p>These two parameters combined provide us with the limited set of randomized links we need. Seven randomized links fit into the available space, so here is the final template tag with two parameters applied:</p>
<p><code>&lt;?php wp_list_bookmarks('limit=7&#038;orderby=rand'); ?&gt;</code></p>
<p>Jupp, it&#8217;s remarkably simple, but it works exactly as intended.</p>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/1476-random-wordpress-blogroll/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Cordobo Green Park 2 Beta 5</title>
		<link>http://cordobo.com/1449-cordobo-green-park-2-beta-5/</link>
		<comments>http://cordobo.com/1449-cordobo-green-park-2-beta-5/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 17:39:03 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Cordobo Green Park 2]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[green park 2]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=1449</guid>
		<description><![CDATA[
Late last month I released Green Park 2 Beta 4 with a small support for i18n &#8212; thanks to a lot of people with a lot more eyes than I have, I could fix around 15 smaller issues, two bugs and I got a lot of feedback regarding the i18n of the theme. Thanks to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cordobo.com/green-park-2/" title="Cordobo Green Park 2 Beta 5 Download"><img src="http://farm3.static.flickr.com/2597/3735308761_91d472e663.jpg" alt="Cordobo Green Park 2 Beta 5 Download" /></a></p>
<p>Late last month I released Green Park 2 Beta 4 with a small support for <abbr title="Internationalization">i18n</abbr> &mdash; thanks to a lot of people with a lot more eyes than I have, I could fix around 15 smaller issues, two bugs and I got a lot of feedback regarding the <abbr title="Internationalization">i18n</abbr> of the theme. Thanks to the community, we have support for the following languages:</p>
<p><span id="more-1449"></span></p>
<ol>
<li><strong>Chinese</strong> by <a href="http://wxzbb.com/">wxzbb</a></li>
<li><strong>English</strong> (default) by me</li>
<li><strong>French</strong> by Julien</li>
<li><strong>German</strong> by <a href="http://cordobo.com/">Andreas Jacob</a></li>
<li><strong>Polish</strong> by <a href="http://tosiek.pl/">Tosiek</a></li>
<li><strong>Spanish</strong> (castellano) by <a href="http://www.cuarenton.com/">José Manuel Mao</a></li>
<li><strong>Swedish</strong> by <a href="http://www.jonvision.se/">Jon Klarström</a></li>
</ol>
<p>I&#8217;d love to see your language here as well <img src='http://cordobo.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Please check this posting: <a href="http://cordobo.com/1381-green-park-2-beta-5-pre/">Green Park 2 &ndash; for translators</a></p>
<h3>Green Park 2 Beta 5 is available for download</h3>
<p>So it&#8217;s time to release <strong>Green Park 2 Beta 5</strong> into the wild. The download is now available:</p>
<p><a href="http://cordobo.com/green-park-2/#download">Download Green Park 2</a> Beta 5 | <a href="http://themes.cordobo.com/">Demo</a> (<a href="http://cordobo.com/green-park-2/#changelog">Changelog</a>)</p>
<h3>Like it? Buy me a cup of coffee <img src='http://cordobo.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </h3>
<p>As you might know, coders love coffee &mdash; and I need a lot. If you like my free themes, feel free to send me <strong>1$ for a coffee</strong>.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="5976565" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" />
          <img alt="" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1" /><br />
        </form>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/1449-cordobo-green-park-2-beta-5/feed/</wfw:commentRss>
		<slash:comments>137</slash:comments>
		</item>
		<item>
		<title>Happy Birthday, Dear Blog</title>
		<link>http://cordobo.com/1421-happy-birthday-dear-blog/</link>
		<comments>http://cordobo.com/1421-happy-birthday-dear-blog/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 13:22:07 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Cordobo]]></category>
		<category><![CDATA[happy birthday]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=1421</guid>
		<description><![CDATA[
&#169; 2008 by Andreas Jacob &#8212; Reborn, Cordobo wearing Hardbound 2
During the last five years I studied literature and linguistics, worked as webdesigner for an agency, gained a lot of good and some not so good experiences, travelled about 29 thousand miles, made the decision to resign from my job and started to work as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/cordobo/2707173536/" title="Reborn by Cordobo, on Flickr"><img src="http://farm4.static.flickr.com/3018/2707173536_feb67c4fe8.jpg" width="500" height="389" alt="Reborn by Cordobo" /></a><br />
<small>&copy; 2008 by Andreas Jacob &mdash; Reborn, Cordobo wearing Hardbound 2</small></p>
<p>During the last five years I studied literature and linguistics, worked as webdesigner for an agency, gained a lot of good and some not so good experiences, travelled about 29 thousand miles, made the decision to resign from my job and started to work as <a href="http://cordobo.com/about/">freelance webdesigner</a> which I didn&#8217;t regret and &mdash; I had one blog.</p>
<p><span id="more-1421"></span></p>
<p>Five years ago I started this blog on August 19<sup>th</sup>, 2004 as a personal blog with an entry about a <a href="http://cordobo.com/6-notebook-entlaufen/">lost laptop of my Korean friend Young</a>. The focus shifted slowly and I covered mainly web 2.0 services. For about three years now the blog is about <strong>web development</strong> <span class="amp">&amp;</span> <strong>webdesign</strong> with few exceptions.</p>
<h3>Statistics of five funny years</h3>
<ul>
<li><strong>2 domains</strong> (cordobo.de <span class="amp">&amp;</span> cordobo.com)</li>
<li><strong>3 webhosters</strong></li>
<li><strong>6 plugins</strong> (Akismet, All in One SEO Pack, <a href="http://cordobo.com/1074-nofollow-post-feed-links-trackback-urls/">Dean&#8217;s Permalinks Migration</a>, Google XML Sitemaps, Twitter for Wordpress <span class="amp">&amp;</span> WP Super Cache)</li>
<li><strong>7 MySQL databases</strong></li>
<li><strong>12</strong> <a href="http://cordobo.com/free-wordpress-templates/">wordpress themes</a> (some are available for free)</li>
<li><strong>24</strong> wordpress updates/upgrades</li>
<li>visitors from <strong>151 countries</strong>, mostly from the USA, Germany, China, Brazil, India, Australia, Canada <span class="amp">&amp;</span> the U.K.</li>
<li><strong>332 articles</strong> (+11 drafts)</li>
<li><strong>1,952 comments</strong>, trackbacks and pingbacks</li>
<li><strong>4,540 backlinks</strong> (says <a href="http://www.google.com/search?q=link%3Acordobo.com">Google</a>)</li>
<li><strong>131,132 spams</strong><br />
highest: July 2008 &#8211; 7,927 spams<br />
lowest: November 2006 &#8211; 35 spams</li>
<li><strong>1,260,113 visitors</strong></li>
<li><strong>4,019,760 served pages</strong></li>
<li><strong>3,753 GB of Traffic</strong></li>
<li>and infinite hours spent with CSS, HTML, Wordpress, Photoshop, Illustrator, Eclipse &hellip;</li>
</ul>
<p>Today I celebrate my blogs fifth birthday with some new clothes &#8211; the actual theme used on Cordobo is called &#8220;<strong>Hardbound 2</strong>&#8220;. Its a clean theme <strong>optimized for fast rendering</strong>, features a lot of <strong>accessibility improvements</strong> with a strong focus on <strong>typography</strong>. Although there are still some minor issues, misalignments and unformatted areas here and there, I couldn&#8217;t resist any longer to change to the new theme.</p>
<p>Hope you liked it so far, for another term of five years.</p>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/1421-happy-birthday-dear-blog/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Green Park 2 Beta 5 pre &#8211; for translators</title>
		<link>http://cordobo.com/1381-green-park-2-beta-5-pre/</link>
		<comments>http://cordobo.com/1381-green-park-2-beta-5-pre/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 14:57:27 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[green park 2]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=1381</guid>
		<description><![CDATA[This release is for developers and translators only. It is not supported and not recommended for production use (the latest official and supported version is Green Park Beta 4). The latest supported version is Green Park Beta 5.
Comments not related to Beta 5 pre will be removed from this post to keep the focus on [...]]]></description>
			<content:encoded><![CDATA[<p>This release is for developers and translators only. It is not supported and <strong>not recommended for production use</strong> <del datetime="2009-08-21T19:13:28+00:00">(the latest official and supported version is <a href="http://cordobo.com/1233-cordobo-green-park-2-beta/">Green Park Beta 4</a>).</del> The latest supported version is <a href="http://cordobo.com/1449-cordobo-green-park-2-beta-5/">Green Park Beta 5</a>.</p>
<p>Comments not related to Beta 5 pre will be removed from this post to keep the focus on translations.</p>
<p><span id="more-1381"></span></p>
<p>If you want to help translate Green Park 2 (GP2) into your language, download the pre-release theme. The theme contains a folder with default.mo/default.po files (English) and example files de_DE.mo/de_DE.po (German).</p>
<p>Translations for Beta 5 should be zipped and mailed to the e-mail mentioned in the readme.txt file.</p>
<h3>Ressources for Translators</h3>
<p><a href="http://www.zyblog.de/2006/01/15/localizing-wordpress-themes/">Localizing Wordpress Themes</a> (English) (<a href="http://www.zyblog.de/2006/01/06/wordpress-themes-lokalisieren/">German version</a>)<br />
<a href="http://urbangiraffe.com/articles/localizing-wordpress-themes-and-plugins/">Localizing WordPress Themes and Plugins</a> (English)<br />
<a href="http://codex.wordpress.org/Translating_WordPress#Translation_Tools">Wordpress Codex: Translation Tools</a></p>
<h3>Feedback</h3>
<p>If you encounter any issues regarding the grammar or syntax in your language, please let me know.<br />
Feedback, bug reports and workarounds in general are highly appreciated.</p>
<h3>Download</h3>
<p><strong><del datetime="2009-08-21T19:13:28+00:00">Not recommended for production use</del></strong><br />
<a href="http://cordobo.com/free-wordpress-templates/green-park-2/#download">Green Park Beta 5 &#8211; i18n</a> (Updated August 21<sup>st</sup>, 2009)</p>
<h3>Translations</h3>
<p>These translations will be available for Beta 5:</p>
<ol>
<li><strong>Chinese</strong> by <a href="http://wxzbb.com/">wxzbb</a></li>
<li><strong>French</strong> by Julien</li>
<li><strong>German</strong> by <a href="http://cordobo.com/">Andreas Jacob</a></li>
<li><strong>Polish</strong> by <a href="http://tosiek.pl/">Tosiek</a></li>
<li><strong>Spanish</strong> (castellano) by <a href="http://www.cuarenton.com/">José Manuel Mao</a></li>
<li><strong>Swedish</strong> by <a href="http://www.jonvision.se/">Jon Klarström</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/1381-green-park-2-beta-5-pre/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>
