<?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>Josef Richter &#187; image</title>
	<atom:link href="http://www.josefrichter.com/blog/tag/image/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.josefrichter.com/blog</link>
	<description>blogging about the world around</description>
	<lastBuildDate>Sun, 25 Jul 2010 17:20:44 +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>Auto-fit background image in CSS</title>
		<link>http://www.josefrichter.com/blog/auto-fit-background-image-in-css/</link>
		<comments>http://www.josefrichter.com/blog/auto-fit-background-image-in-css/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 21:35:47 +0000</pubDate>
		<dc:creator>Josef Richter</dc:creator>
				<category><![CDATA[webdesign]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[resize]]></category>

		<guid isPermaLink="false">http://richter.wordpress.com/?p=14</guid>
		<description><![CDATA[I was trying to implement a background image which automatically resizes with the browser window. I was inspired by this lovely site: http://www.ringvemedia.com/. I googled out some solutions, however, none of them seemed to work just right. After few experiments, I arrived to this solution, which seems to be working so far: UPDATE: also removed [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to implement a background image which automatically resizes with the browser window. I was inspired by this lovely site: <a href="http://www.ringvemedia.com/" target="_self">http://www.ringvemedia.com/</a>. I googled out some solutions, however, none of them seemed to work just right. After few experiments, I arrived to this solution, which seems to be working so far:</p>
<p>UPDATE: also removed the scrollbars</p>
<blockquote><p>
body {<br />
overflow-y: hidden ! important;<br />
overflow-x auto ! important;<br />
}</p>
<p>#background {<br />
width: 100%;<br />
left: 0px;<br />
top: 0px;<br />
position: absolute;<br />
z-index: 0;<br />
}</p>
<p>#content {<br />
z-index: 2;<br />
position: absolute;<br />
}</p>
<p>#background img { width: 100%; }</p>
<p>&lt;div id=&#8221;background&#8221;&gt;<br />
&lt;img src=&#8221;images/bg1.jpg&#8221; /&gt;<br />
&lt;/div&gt;&lt;!&#8211; end #background &#8211;&gt;</p>
<p>&lt;div id=&#8221;content&#8221;&gt;Lorem ipsum&lt;/div&gt;</p></blockquote>
<p>update: this solution is implemented at http://www.lachmani.cz/ &#8211; check it out!</p>
<p>Any better solutions out there? Any suggestions how to improve it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.josefrichter.com/blog/auto-fit-background-image-in-css/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Batch resize of images in MacOS</title>
		<link>http://www.josefrichter.com/blog/batch-resize-of-images-in-macos/</link>
		<comments>http://www.josefrichter.com/blog/batch-resize-of-images-in-macos/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 20:15:33 +0000</pubDate>
		<dc:creator>Josef Richter</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[scale]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://richter.wordpress.com/?p=8</guid>
		<description><![CDATA[I was looking for a simple utility for batch resizing of images. I used batch operations in XnView in Windows but can&#8217;t find suitable alternative for Mac. Fortunately, I found out that I can easily create such utility myself in Automator. If you don&#8217;t want to play with Automator, I give away my utility for [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for a simple utility for batch resizing of images. I used batch operations in XnView in Windows but can&#8217;t find suitable alternative for Mac. Fortunately, I found out that I can easily create such utility myself in Automator. If you don&#8217;t want to play with Automator, I give away my utility for free download.</p>
<p>It works this way:</p>
<p>1. select files to resize</p>
<p><a href="http://richter.files.wordpress.com/2008/11/picture-61.png"><img class="alignnone size-full wp-image-10" title="dialogue 1" src="http://richter.files.wordpress.com/2008/11/picture-61.png" alt="dialogue 1" width="600" height="429" /></a></p>
<p>2. select destination folder</p>
<p><a href="http://richter.files.wordpress.com/2008/11/picture-7.png"><img class="alignnone size-full wp-image-11" title="dialogue 2" src="http://richter.files.wordpress.com/2008/11/picture-7.png" alt="dialogue 2" width="334" height="244" /></a></p>
<p>3. select new size of the files</p>
<p><a href="http://richter.files.wordpress.com/2008/11/picture-8.png"><img class="alignnone size-full wp-image-12" title="dialogue 3" src="http://richter.files.wordpress.com/2008/11/picture-8.png" alt="dialogue 3" width="345" height="217" /></a></p>
<p>&#8230;and that&#8217;s it. Download the application from the widget in the sidebar or use <a href="http://www.box.net/shared/9egnu3ujn9">this direct link</a>. Enjoy!</p>
<p>For completeness, here is how it looks in Automator:</p>
<p><a href="http://richter.files.wordpress.com/2008/11/picture-9.png"><img class="alignnone size-full wp-image-20" title="automator" src="http://richter.files.wordpress.com/2008/11/picture-9.png" alt="automator" width="500" height="678" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.josefrichter.com/blog/batch-resize-of-images-in-macos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
