<?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>Darjan Panic - Freelance Graphic, Web Designer and Photographer &#187; Web Design</title>
	<atom:link href="http://www.darjanpanic.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darjanpanic.com</link>
	<description></description>
	<lastBuildDate>Tue, 10 May 2011 21:18:35 +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>Grid system in web design</title>
		<link>http://www.darjanpanic.com/web-design/grid-system-in-web-design/</link>
		<comments>http://www.darjanpanic.com/web-design/grid-system-in-web-design/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 12:38:07 +0000</pubDate>
		<dc:creator>Darjan Panic</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[grid]]></category>

		<guid isPermaLink="false">http://www.darjanpanic.com/?p=577</guid>
		<description><![CDATA[Grid systems are great for positioning the layout of your website, make it one, two, five or even more column and bring some order into the whole design. Grid systems started a long time ago, to be more specific in print and they can also be applied to other mediums, where you need to have [...]]]></description>
			<content:encoded><![CDATA[<p>Grid systems are great for positioning the layout of your website, make it one, two, five or even more column and bring some order into the whole design. Grid systems started a long time ago, to be more specific in print and they can also be applied to other mediums, where you need to have a nice composition and order. So today in the internet age, it&#8217;s no wonder the grid system has it&#8217;s roots in print.</p>
<p>I always start to sketch the layout in Photoshop having the grid in my background almost until the finish of the web design. At last i change the grid background to the background that fits with css and the whole design looks clean.</p>
<p>For beginners it may be a bit hard to understand this so i suggest starting with a template. The 960px ones are most popular because of the monitor or LCD display resolutions nowadays and because they are easily dividable. You can get a free grid system at <a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovLzk2MC5ncy8=">http://www.960.gs </a>and not only for Photoshop but also for other software you use. Also there is a demo and more information on grid systems and web designs.</p>
<p>Here is a short preview of how to properly use a grid system:</p>
<p style="text-align: center;"><img class="size-full wp-image-578 aligncenter" title="grid system" src="http://www.darjanpanic.com/wp-content/uploads/grid-system.jpg" alt="" width="460" height="352" /></p>
 <img src="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?view=1&post_id=577" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darjanpanic.com/web-design/grid-system-in-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Very slow and jerky scrolling with IE problem</title>
		<link>http://www.darjanpanic.com/web-design/very-slow-and-jerky-scrolling-with-ie-problem/</link>
		<comments>http://www.darjanpanic.com/web-design/very-slow-and-jerky-scrolling-with-ie-problem/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 11:05:23 +0000</pubDate>
		<dc:creator>Darjan Panic</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.darjanpanic.com/?p=215</guid>
		<description><![CDATA[As i was optimizing the current design for Firefox and IE i came to a big problem of really slow scrolling in IE. Of course everything worked 100% ok with Firefox but not IE. I think that every designer has to get payed more when he&#8217;s designing a webpage just because IE takes a lot [...]]]></description>
			<content:encoded><![CDATA[<p>As i was optimizing the current design for Firefox and IE i came to a big problem of really slow scrolling in IE. Of course everything worked 100% ok with Firefox but not IE. I think that every designer has to get payed more when he&#8217;s designing a webpage just because IE takes a lot of time to make the css and html being displayed correctly.</p>
<p>So just add those couple of hours, the smashed keyboard and mouse, hair loss and other things that happen when you make the code work in Internet Explorer to your end quote. This is the most time consuming and boring thing to do when designing every website.</p>
<p>Now one of the problems that occur is the bad scrolling in IE. The whole page loads and scrolls really slow and jerky. It&#8217;s hard to figure out what part of the code is responsible for this bug. After some time i figured out it it the <strong>PNG transparent background</strong> that makes problems in IE.</p>
<p>If we look closer at me current transparent bg pattern in Firefox we ca see it&#8217;s a 5px X 4px in size and repeated.</p>
<p style="text-align: center;"><img class="aligncenter" title="bg_png" src="http://www.darjanpanic.com/wp-content/uploads/bg_png.gif" alt="" /></p>
<p>Now this is the problem that IE doesn&#8217;t like. I really dunno why but it may eat up his memory or something.</p>
<p>So whats a solution for this if you want to have transparent bg? Well i fixed this with a new css style, that is only for IE 6 and above using this code:<br />
<span class="comment">&lt;!&#8211;[if gt IE 6]&gt;<br />
LINK TO THE NEW CSS FILE<br />
&lt;![endif]&#8211;&gt;</span></p>
<p>This css file was a save as from the original file. I deleted all the css styles except the lines where i had the <strong>transparent png bg</strong> and then i changed the 5&#215;5px one with a new <strong>1&#215;1 one.</strong> <strong>I saved the transparency but i lost the pattern in IE</strong>.</p>
<p style="text-align: center;"><img class="size-full wp-image-218 aligncenter" title="bg_png2" src="http://www.darjanpanic.com/wp-content/uploads/bg_png2.jpg" alt="" width="369" height="492" /></p>
<p>After that i haven&#8217;t had any problems with slow scrolling in IE. I know i may have lost the pattern, but i saved the transparency and got rid of the scrolling problem which was so bad that people would leave my site thinking it has spy ware or bad scripts etc.</p>
 <img src="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?view=1&post_id=428" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darjanpanic.com/web-design/very-slow-and-jerky-scrolling-with-ie-problem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Portfolio and sevices are up!</title>
		<link>http://www.darjanpanic.com/web-design/portfolio-and-sevices-are-up/</link>
		<comments>http://www.darjanpanic.com/web-design/portfolio-and-sevices-are-up/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 14:32:31 +0000</pubDate>
		<dc:creator>Darjan Panic</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.darjanpanic.com/web-design/portfolio-and-sevices-are-up/</guid>
		<description><![CDATA[It took me quite some time to finish this, but it still isn&#8217;t at 100% yet. But the portfolio is up and so are the services. I&#8217;ll be updating the services page soon since i want to add descriptions to each of them. 
I tried to find the best and my recent work for the [...]]]></description>
			<content:encoded><![CDATA[<p>It took me quite some time to finish this, but it still isn&#8217;t at 100% yet. But the portfolio is up and so are the services. I&#8217;ll be updating the services page soon since i want to add descriptions to each of them. <span id="more-411"></span></p>
<p>I tried to find the best and my recent work for the <a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5kYXJqYW5wYW5pYy5jb20vcG9ydGZvbGlvLw==">portfolio </a>. I also didn&#8217;t just add them to a wordpress page, instead i made a new one. I really wanted people that will be looking at my work, to not get distracted by the blog design and it&#8217;s content i have now. so i just put a logo and added the thumbnails of my work which than open in full size with the help of lightbox.</p>
<p>As for services, i&#8217;m really not a good copywriter so i need more time to write all of this stuff for it. And since there are a lot of pages i&#8217;ll try to make at least one daily. But the descriptions for <a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5kYXJqYW5wYW5pYy5jb20vc2VydmljZXMvbG9nb3MtY29ycG9yYXRlLWlkZW50aXR5Lmh0bWw=">logotype design/corporate identity</a> and <a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5kYXJqYW5wYW5pYy5jb20vc2VydmljZXMvd2Vic2l0ZS1kZXNpZ24uaHRtbA==">website design</a>.</p>
 <img src="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?view=1&post_id=411" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darjanpanic.com/web-design/portfolio-and-sevices-are-up/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Color palette #004 &#8211; In the woods</title>
		<link>http://www.darjanpanic.com/web-design/color-palette-004-in-the-woods/</link>
		<comments>http://www.darjanpanic.com/web-design/color-palette-004-in-the-woods/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 11:11:54 +0000</pubDate>
		<dc:creator>Darjan Panic</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.darjanpanic.com/color-palette/color-palette-004-in-the-woods/</guid>
		<description><![CDATA[Todays color palette will be a green/gray one. The photo was made on Pohorje hill. And what i like about it is, that on the left side, the trees seem really old and gray. then just as someone would make a straight line, it ends and then the green and pretty trees start. 
The same [...]]]></description>
			<content:encoded><![CDATA[<p>Todays color palette will be a green/gray one. The photo was made on Pohorje hill. And what i like about it is, that on the left side, the trees seem really old and gray. then just as someone would make a straight line, it ends and then the green and pretty trees start. <span id="more-408"></span></p>
<p>The same this happens on the ground with dead leaves on the ground on left and green grass on the right.</p>
<p><a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5mbGlja3IuY29tL3Bob3Rvcy8yNjYzMzc2MEBOMDAvMTE0NzEzOTk2OS8=" title=\"Photo Sharing\"><img src="http://farm2.static.flickr.com/1341/1147139969_cb7501fe6f.jpg" width="500" height="334" alt="Old and new forest" /></a></p>
<p>Now i&#8217;ve chosen a really calm and maybe also a bit depressed colors from this photography of the trees in the woods. But if used right you can get a pretty nice mood of your art/project from it.</p>
<p><img src="http://www.colourlovers.com/wallPaper/390x300/p/126403/COLOURlovers.com-In_the_woods.png" alt="In the woods" /></p>
<p><a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5jb2xvdXJsb3ZlcnMuY29tL3BhbGV0dGUvMTI2NDAzL0luX3RoZV93b29kcw==" target=\"_blank\"><img src="http://www.colourlovers.com/badge/p/126403/In_the_woods.png" style="width: 240px; height: 120px; border: 0 none;" alt="In the woods" /></a></p>
 <img src="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?view=1&post_id=408" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darjanpanic.com/web-design/color-palette-004-in-the-woods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nominated for best blog design</title>
		<link>http://www.darjanpanic.com/web-design/i-got-nominated-for-best-blog-design/</link>
		<comments>http://www.darjanpanic.com/web-design/i-got-nominated-for-best-blog-design/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 20:36:28 +0000</pubDate>
		<dc:creator>Darjan Panic</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.darjanpanic.com/web-design/i-got-nominated-for-best-blog-design/</guid>
		<description><![CDATA[I got a email today saying that i should nominate my blog for Best Blog Design at the Bloggers Choice Awards. After reading more about it, it seems  like a really good idea.
This would be a great thing for me in ways of getting more subscribers to my blog and also a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>I got a email today saying that i should nominate my blog for <strong>Best Blog Design</strong> at the <a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5ibG9nZ2Vyc2Nob2ljZWF3YXJkcy5jb20vYmxvZ3Mvc2hvdy8yNjY0Mg==">Bloggers Choice Awards</a>. After reading more about it, it seems  like a really good idea.<span id="more-406"></span></p>
<p>This would be a great thing for me in ways of getting more subscribers to my blog and also a lot of exposure and even more design work.</p>
<p>Anyone who feels that you like my blog design too, please use the bottom badge to vote for me:</p>
<p><a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5ibG9nZ2Vyc2Nob2ljZWF3YXJkcy5jb20vYmxvZ3Mvc2hvdy8yNjY0Mi8/dXRtX3NvdXJjZT1ibG9nZ2Vyc2Nob2ljZWF3YXJkcyYjMDM4O3V0bV9tZWRpdW09YmFkZ2UmIzAzODt1dG1fY29udGVudD1iZXN0YmxvZ2Rlc2lnbg=="><img src="http://www.bloggerschoiceawards.com/images/bca_badges/bca_badge_bestblogdesign.gif" border="0" alt="My site was nominated for Best Blog Design!"></a></p>
<p>Thanks!</p>
 <img src="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?view=1&post_id=406" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darjanpanic.com/web-design/i-got-nominated-for-best-blog-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Color palette #003 &#8211; Damaged and cracked tower in woods</title>
		<link>http://www.darjanpanic.com/web-design/color-palette-003-damaged-and-cracked-tower-in-woods/</link>
		<comments>http://www.darjanpanic.com/web-design/color-palette-003-damaged-and-cracked-tower-in-woods/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 12:33:20 +0000</pubDate>
		<dc:creator>Darjan Panic</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.darjanpanic.com/color-palette/color-palette-003-damaged-and-cracked-tower-in-woods/</guid>
		<description><![CDATA[A new day is here which means you&#8217;re probably waiting for a new post, or a new color palette. Well&#8230; let&#8217;s start with the second option first. Todays colors will be gray and blue ones. They were  taken&#8230; 
&#8230;from a photo of a damaged, cracked tower that was in the woods on a hill [...]]]></description>
			<content:encoded><![CDATA[<p>A new day is here which means you&#8217;re probably waiting for a new post, or a new color palette. Well&#8230; let&#8217;s start with the second option first. Todays colors will be gray and blue ones. They were  taken&#8230; <span id="more-405"></span></p>
<p>&#8230;from a photo of a damaged, cracked tower that was in the woods on a hill near me. (too bad it isn&#8217;t the Eiffel tower, London tower or even the Tiffany tower, since then i&#8217;d be a more interesting photograph). It was pretty amazing since it was build will plain bricks and cement and is pretty high. There&#8217;s a ledge on the side but you can&#8217;t go up there. Too bad since the view would be amazing.</p>
<p><a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5mbGlja3IuY29tL3Bob3Rvcy8yNjYzMzc2MEBOMDAvMTE0ODAxMjAzNi8=" title=\"Photo Sharing\"><img src="http://farm2.static.flickr.com/1439/1148012036_13b5e56b41.jpg" width="334" height="500" alt="Tower" /></a></p>
<p>Most people that see this photo ask me how did i get those clouds so blue. Well i used a Hoya cingular polarizator for my lens. when you turn it it filters rays so you get a clean view of the sky.</p>
<p>Here are the colors i&#8217;ve chosen from the cracked and damaged tower.<br />
<img src="http://www.colourlovers.com/wallPaper/390x300/p/126399/COLOURlovers.com-Tower_in_woods.png" alt="Tower in woods" /></p>
<p><a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5jb2xvdXJsb3ZlcnMuY29tL3BhbGV0dGUvMTI2Mzk5L1Rvd2VyX2luX3dvb2Rz" target=\"_blank\"><img src="http://www.colourlovers.com/badge/p/126399/Tower_in_woods.png" style="width: 240px; height: 120px; border: 0 none;" alt="Tower in woods" /></a></p>
 <img src="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?view=1&post_id=405" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darjanpanic.com/web-design/color-palette-003-damaged-and-cracked-tower-in-woods/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve been learning 3D modeling and texturing lately</title>
		<link>http://www.darjanpanic.com/web-design/ive-been-learning-3d-modeling-and-texturing-lately/</link>
		<comments>http://www.darjanpanic.com/web-design/ive-been-learning-3d-modeling-and-texturing-lately/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 12:43:34 +0000</pubDate>
		<dc:creator>Darjan Panic</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.darjanpanic.com/web-design/ive-been-learning-3d-modeling-and-texturing-lately/</guid>
		<description><![CDATA[And i&#8217;ve made some nice steps forward too. I really love the way CG art helps making all of those 3D animation movies like the famous Ice Age, Finding Nemo and also all of the new ones as well. It&#8217;s amazing how the animators give them life and character which makes all of the illusion [...]]]></description>
			<content:encoded><![CDATA[<p>And i&#8217;ve made some nice steps forward too. I really love the way CG art helps making all of those 3D animation movies like the famous Ice Age, Finding Nemo and also all of the new ones as well. It&#8217;s amazing how the animators give them life and character which makes all of the illusion even more real.<span id="more-404"></span></p>
<p>So being a big fan of this field also made me want to learn it. I know that it takes a lot of time to learn only the basics (i&#8217;ve had some help with some helpful books). So with these skills i was able to start on working on a new project, which will take a while. I will be making a flash version of my site soon which will also have a intro movie.</p>
<p>The best thing of the intro movie will be, that it will featuring ME in 3D <img src='http://www.darjanpanic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The scenario is still a work in progress but the modeling and texturing of my character is going pretty well.Here are some screenshots of different models.</p>
<p><a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5kYXJqYW5wYW5pYy5jb20vY29udGVudC9ncmFwaGljcy9kYXJpMS5qcGc=" rel=\"lightbox\"><img src="http://www.darjanpanic.com/content/graphics/dari1t.jpg" alt="3d model" /></a></p>
<p><a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5kYXJqYW5wYW5pYy5jb20vY29udGVudC9ncmFwaGljcy9kYXJpMi5qcGc=" rel=\"lightbox\"><img src="http://www.darjanpanic.com/content/graphics/dari2t.jpg" alt="3d textured model" /></a></p>
<p><a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5kYXJqYW5wYW5pYy5jb20vY29udGVudC9ncmFwaGljcy9kYXJpMy5qcGc=" rel=\"lightbox\"><img src="http://www.darjanpanic.com/content/graphics/dari3t.jpg" alt="3d texture and model smooth" /></a></p>
<p>It still need LOTS of work though <img src='http://www.darjanpanic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
 <img src="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?view=1&post_id=404" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darjanpanic.com/web-design/ive-been-learning-3d-modeling-and-texturing-lately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color palette #002 &#8211; Drag lift pillar on a blue sky</title>
		<link>http://www.darjanpanic.com/web-design/color-palette-002-drag-lift-pillar-on-a-blue-sky/</link>
		<comments>http://www.darjanpanic.com/web-design/color-palette-002-drag-lift-pillar-on-a-blue-sky/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 17:13:11 +0000</pubDate>
		<dc:creator>Darjan Panic</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.darjanpanic.com/color-palette/color-palette-002-drag-lift-pillar-on-a-blue-sky/</guid>
		<description><![CDATA[The day was perfect and the drag lift pillar was in a good place so i just had to tage this shot. Todays color palette is a nice blueish one.
Here is the picture i used for it:

And here is the color palette i made out of it.


enjoy
 ]]></description>
			<content:encoded><![CDATA[<p>The day was perfect and the drag lift pillar was in a good place so i just had to tage this shot. Todays color palette is a nice blueish one.<span id="more-402"></span></p>
<p>Here is the picture i used for it:</p>
<p><a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5mbGlja3IuY29tL3Bob3Rvcy8yNjYzMzc2MEBOMDAvMTE0NzE2ODE4Ny8=" title=\"Photo Sharing\"><img src="http://farm2.static.flickr.com/1318/1147168187_7c0bc32f0d.jpg" width="334" height="500" alt="Maribor Pohorje" /></a></p>
<p>And here is the color palette i made out of it.</p>
<p><img src="http://www.colourlovers.com/wallPaper/390x300/p/126389/COLOURlovers.com-Drag_lift_pillar.png" alt="Drag lift pillar on a blue sky" /></p>
<p><a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5jb2xvdXJsb3ZlcnMuY29tL3BhbGV0dGUvMTI2Mzg5L0RyYWdfbGlmdF9waWxsYXI=" target=\"_blank\"><img src="http://www.colourlovers.com/badge/p/126389/Drag_lift_pillar.png" style="width: 240px; height: 120px; border: 0 none;" alt="Drag lift pillar" /></a></p>
<p>enjoy</p>
 <img src="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?view=1&post_id=402" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darjanpanic.com/web-design/color-palette-002-drag-lift-pillar-on-a-blue-sky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5000 web 2.0 logotypes in 333 seconds</title>
		<link>http://www.darjanpanic.com/web-design/5000-web-20-logotypes-in-333-seconds/</link>
		<comments>http://www.darjanpanic.com/web-design/5000-web-20-logotypes-in-333-seconds/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 15:10:59 +0000</pubDate>
		<dc:creator>Darjan Panic</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.darjanpanic.com/web-design/5000-web-20-logotypes-in-333-seconds/</guid>
		<description><![CDATA[Simple spark  is a directory of mostly web 2.0 services and sites. They also feature iPhone and Mobile Apps. Also a nice thing is&#8230; 
&#8230;that they have found a really nice way for promoting their site. Since they&#8217;re a directory, they&#8217;ve gathered all the logotypes of their web apps sites and made a little [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3NpbXBsZXNwYXJrLmNvbS8="rel=\"nofollow\">Simple spark</a>  is a directory of mostly web 2.0 services and sites. They also feature iPhone and Mobile Apps. Also a nice thing is&#8230; <span id="more-401"></span></p>
<p>&#8230;that they have found a really nice way for promoting their site. Since they&#8217;re a directory, they&#8217;ve gathered all the logotypes of their web apps sites and made a little movie. But actually there isn&#8217;t anything little in it since it has about 5000 logotypes in it.</p>
<p>For people with good eyes it&#8217;s also a good way to get inspiration <img src='http://www.darjanpanic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  or if you pause/play a lot.</p>
<p>Have fun.</p>
<p><object width="425" height="353"><param name="movie" value="http://www.youtube.com/v/Hs_xnyJtWEc"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Hs_xnyJtWEc" type="application/x-shockwave-flash" wmode="transparent" width="425" height="353"></embed></object></p>
 <img src="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?view=1&post_id=401" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darjanpanic.com/web-design/5000-web-20-logotypes-in-333-seconds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color palette #001 &#8211; Magic Mushroom</title>
		<link>http://www.darjanpanic.com/web-design/color-palette-001-magic-mushroom/</link>
		<comments>http://www.darjanpanic.com/web-design/color-palette-001-magic-mushroom/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 14:05:27 +0000</pubDate>
		<dc:creator>Darjan Panic</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.darjanpanic.com/color-palette/color-palette-001-magic-mushroom/</guid>
		<description><![CDATA[For my first color palette i&#8217;ll make it from a photograph i&#8217;ve done recently. It&#8217;s a small red &#8220;magic&#8221; mushroom. 
What i really like about it, is that even if was darker, the red color of the mushroom head is really standing out. I also had some trouble taking the shot since it was under [...]]]></description>
			<content:encoded><![CDATA[<p>For my first color palette i&#8217;ll make it from a photograph i&#8217;ve done recently. It&#8217;s a small red &#8220;magic&#8221; mushroom. <span id="more-399"></span></p>
<p>What i really like about it, is that even if was darker, the red color of the mushroom head is really standing out. I also had some trouble taking the shot since it was under a dry tree that had it&#8217;s branches to the floor so i had to bend those to get a clean photo.</p>
<p><a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5mbGlja3IuY29tL3Bob3Rvcy8yNjYzMzc2MEBOMDAvMTE0NzE0MDQwNy8=" title=\"Photo Sharing\"><img src="http://farm2.static.flickr.com/1057/1147140407_ef166af4fa.jpg" width="500" height="334" alt="Mushroom 4" /></a></p>
<p>And here is the magic mushroom palette made from this photo:</p>
<p><img src="http://www.colourlovers.com/wallPaper/390x300/p/126329/COLOURlovers.com-mushroom.png" alt="Magic Mushroom" /></p>
<p><a href="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5jb2xvdXJsb3ZlcnMuY29tL3BhbGV0dGUvMTI2MzI5L211c2hyb29t" target=\"_blank\"><img src="http://www.colourlovers.com/badge/p/126329/mushroom.png" style="width: 240px; height: 120px; border: 0 none;" alt="mushroom" /></a></p>
<p>Feel free to vote for it on Colour lovers <img src='http://www.darjanpanic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
 <img src="http://www.darjanpanic.com/wp-content/plugins/feed-statistics.php?view=1&post_id=399" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darjanpanic.com/web-design/color-palette-001-magic-mushroom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

