<?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>sdm networks weblog &#187; graphics</title>
	<atom:link href="http://sdm-net.org/tag/graphics/feed/" rel="self" type="application/rss+xml" />
	<link>http://sdm-net.org</link>
	<description>The web and other things</description>
	<lastBuildDate>Mon, 21 Jun 2010 08:20:59 +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>Room for Milk</title>
		<link>http://sdm-net.org/2006/08/room-for-milk/</link>
		<comments>http://sdm-net.org/2006/08/room-for-milk/#comments</comments>
		<pubDate>Wed, 16 Aug 2006 09:31:03 +0000</pubDate>
		<dc:creator>René Samselnig</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[treemaps]]></category>

		<guid isPermaLink="false">http://www.sdm-net.org/2006/08/room-for-milk/</guid>
		<description><![CDATA[<p>Today I found some interesting pages about treemaps. Normally used to graphically display size information about a large amount of data it can also be used on websites to display tags. Don&#8217;t know what I mean? Then check this one out: RoomforMilk. Nice idea, Geoff Gaudreault!</p>
]]></description>
			<content:encoded><![CDATA[<p>Today I found some interesting pages about treemaps. Normally used to graphically display size information about a large amount of data it can also be used on websites to display tags. Don&#8217;t know what I mean? Then check this one out: <a href="http://www.roomformilk.com">RoomforMilk</a>. Nice idea, <a href="http://www.gaudreault.org/">Geoff Gaudreault</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://sdm-net.org/2006/08/room-for-milk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimised fotoalbum available</title>
		<link>http://sdm-net.org/2006/03/optimised-fotoalbum-available/</link>
		<comments>http://sdm-net.org/2006/03/optimised-fotoalbum-available/#comments</comments>
		<pubDate>Sun, 12 Mar 2006 14:06:43 +0000</pubDate>
		<dc:creator>René Samselnig</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[fotoalbum]]></category>
		<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://www.sdm-net.org/2006/03/optimised-fotoalbum-available/</guid>
		<description><![CDATA[<p>Today I played a bit with my fotoalbum. I learned that I made a whole lot of database queries which are not necessary at all. So I began making optimisations to improve performance. After adding a query counter and looking at some queries and code I found out how to improve the behaviour given. The [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>Today I played a bit with my <a href="/development/fotoalbum/">fotoalbum</a>. I learned that I made a whole <strong>lot</strong> of database queries which are not necessary at all. So I began making optimisations to improve performance.
<span id="more-76"></span></p>

<p>After adding a query counter and looking at some queries and code I found out how to improve the behaviour given. The thing that created most of the queries (>60%) was the recursive function <em>isPublished()</em>. But this function is needed to successfully tell if an image is published or not. So what to do? Use caching!</p>

<p>The cache did a good job, but could not reduce the number of queries the way I wanted it to be. So I tried harder on optimising queries, loops and object creation.</p>

<p>Finally I could gain a reduction of about <strong>93%</strong> of the queries made when it was not optimised at all. This is great, you know, because an image gallery should not eat that much server performance.</p>

<p>Well, go to <a href="/fotoalbum/">my installation of fotoalbum</a> if you&#8217;d like to see it in action. If you like it, then you can also  <a href="/download/">get a copy</a> of it! If something fails then please report it to <a href="/development/fotoalbum/">the fotoalbum page</a> so I can help you or at least fix the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://sdm-net.org/2006/03/optimised-fotoalbum-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first Inkscape icon</title>
		<link>http://sdm-net.org/2005/10/my-first-inkscape-icon/</link>
		<comments>http://sdm-net.org/2005/10/my-first-inkscape-icon/#comments</comments>
		<pubDate>Wed, 12 Oct 2005 20:32:58 +0000</pubDate>
		<dc:creator>René Samselnig</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[inkscape]]></category>

		<guid isPermaLink="false">http://www.sdm-net.org/2005/10/my-first-inkscape-icon/</guid>
		<description><![CDATA[<p>Inkscape is a very simple yet powerful vector graphics program. You can create and edit any svg image and even include other images in it. It is easy to use &#8211; it took me about an hour to create this icon although I had no previous Inkscape knowledge. I also tried out some advanced functions [...]</p>
]]></description>
			<content:encoded><![CDATA[<p><fotoalbum><image id="903" /></fotoalbum>
Inkscape is a very simple yet powerful vector graphics program. You can create and edit any svg image and even include other images in it. It is easy to use &#8211; it took me about an hour to create this icon although I had no previous Inkscape knowledge. I also tried out some advanced functions as gradients and drawing bezier curves. It was really fun creating an icon, maybe I&#8217;ll create my own for <a href="/2005/08/my-fotoalbum">my fotoalbum</a>.
<span id="more-36"></span></p>

<h6>Inkscape</h6>

<p>An Inkscape package is already included in my favourite distribution <a href="http://www.ubuntulinux.org">Ubuntu</a>. If you&#8217;d like to have more information about Inkscape I&#8217;d like to redirect you to <a href="http://www.inkscape.org">the Inkscape Website</a>. There you&#8217;ll find news, an FAQ and most important tutorials to get to know how to work with Inkscape.</p>

<h6>The Icon</h6>

<p>The icon uses the well known question mark to represent the help functionality. It has orange background because it is meant to be included into the <a href="http://www.uni-klu.ac.at">uni@klu homepage</a> I&#8217;m helping out sometimes. I already did some icons on that page but never used a vector graphics program to do that (I used <a href="http://www.gimp.org">The GIMP</a> instead).</p>

<p>It has some bezier reflections on the upper half and an oval reflection with gradient on the lower third of the icon. This way it has a very glassy look. This has not been my idea, many icon themes use this technique to create high quality icon sets. Personally I like flat icons more, but this one will hopefully be the first of a new set at uni@klu.</p>

<h6>The Source</h6>

<p>If you&#8217;re interested you can have the Inkscape svg file. Just drop me a line and I&#8217;ll send it to you asap.</p>
]]></content:encoded>
			<wfw:commentRss>http://sdm-net.org/2005/10/my-first-inkscape-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The GIMP &#8211; My own Paint Brush</title>
		<link>http://sdm-net.org/2005/02/the-gimp-my-own-paint-brush/</link>
		<comments>http://sdm-net.org/2005/02/the-gimp-my-own-paint-brush/#comments</comments>
		<pubDate>Fri, 25 Feb 2005 10:17:19 +0000</pubDate>
		<dc:creator>René Samselnig</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://www.sdm-net.org/wordpress/?p=7</guid>
		<description><![CDATA[<p>I found out about the tutorials at the GIMP website (The GIMP), so I tried out some of them. The most impressing tutorial for me has been the &#8220;Draw A Paint Brush&#8221; tutorial by Tuomas Kuosmanen. You can see the resulting image at the left, I&#8217;m going to put the gimp source file up when [...]</p>
]]></description>
			<content:encoded><![CDATA[<div class="left"><img src="/content/thumb-gimppaint_brush.png" alt="My own Paint Brush." /></div>

<p>I found out about the tutorials at the GIMP website (<a href="http://www.gimp.org">The GIMP</a>), so I tried out some of them. The most impressing tutorial for me has been the <a href="http://www.gimp.org/tutorials/Draw_A_Paint_Brush/">&#8220;Draw A Paint Brush&#8221;</a> tutorial by Tuomas Kuosmanen. You can see the resulting image at the left, I&#8217;m going to put the gimp source file up when I&#8217;ve got more time.
<span id="more-7"></span></p>

<p><img src="/content/gimppaint_brush.png" alt="My own Paint Brush." align="center" /></p>

<p>This is the Paint Brush in its original size, hope you like it!</p>

<p>My girlfriend told me she wanted to have a colour palette for the paint brush, so I tried it out. It&#8217;s not that good, but it&#8217;s a start :).</p>

<p>This is a merged image of the Colour Palette and the Paint Brush.</p>
]]></content:encoded>
			<wfw:commentRss>http://sdm-net.org/2005/02/the-gimp-my-own-paint-brush/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
