<?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>Aytemir.com &#187; gallery</title>
	<atom:link href="http://aytemir.com/tag/gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://aytemir.com</link>
	<description>Creative Daydreaming</description>
	<lastBuildDate>Wed, 09 Jun 2010 08:28:46 +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>Gallery Image Sharing with Google Buzz</title>
		<link>http://aytemir.com/gallery-image-sharing-google-buzz/</link>
		<comments>http://aytemir.com/gallery-image-sharing-google-buzz/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 21:14:17 +0000</pubDate>
		<dc:creator>Tschai</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[google buzz]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aytemir.com/?p=1126</guid>
		<description><![CDATA[Google Buzz seems the next hot thing in the tech savy blog world&#8230;and I kinda like it. There are already a lot of tutorials for getting started as a developer/designer with it, but as always the one feature I need for my gallery site is missing: sharing gallery images with Google Buzz. For some live [...]]]></description>
			<content:encoded><![CDATA[<p>Google Buzz seems the next hot thing in the tech savy blog world&#8230;and I kinda like it. There are already a lot of tutorials for getting started as a developer/designer with it, but as always the one feature I need for my gallery site is missing: <strong>sharing gallery images with Google Buzz.</strong></p>
<p>For some live demo and examples check out the <a href="http://fan-tas-tic.com/categories/">sub categories</a>, <a href="http://fan-tas-tic.com/stats/">sub stats</a>, <a href="http://fan-tas-tic.com/tags/">tags</a> or any single posts at the <a href="http://fan-tas-tic.com/">Fan-tas-tic! Inspiration Galleries</a>: click on the Google Buzz button and see what the buzz is about!</p>
<p><span id="more-1126"></span></p>
<p>As you may have noticed from de demo above I&#8217;ve got my social sharing and bookmark stuff also <em>outside the loop</em>, which makes this a bit trickier than it should.</p>
<p>That&#8217;s why my code is centrally in the functions.php of my WordPress theme. And here&#8217;s how full code behind the Google Buzz button looks like:<br />
<img src="http://aytemir.com/wp-content/uploads/2010/02/buzz-code.png" alt="Buzz Code for Sharing Images" /></p>
<p>Let&#8217;s dissect the code for a quick analysis.</p>
<h3>The URL</h3>
<p>Line 1 contains the URL you want to buzz; the variable <strong>$share_link</strong> is the URL you want to pass through.  You can replace this with <strong>the_permalink()</strong> if you are on a single post page.<br />
I use the Buzz button also on other pages than the single post page. Therefore I need to use the following function in the <em>functions.php</em>:</p>
<pre class="brush: php">
function ftt_get_currenturl(){ return &#039;http://&#039;.$_SERVER[&quot;HTTP_HOST&quot;].$_SERVER[&quot;REQUEST_URI&quot;]; }
</pre>
<h3>The title</h3>
<p>Line 2 contains the title we want to buzz: although you can use <strong>the_title()</strong> when on a single post page, I use <strong>wp_title()</strong>, because I use the Buzz button also on other pages.</p>
<h3>The thumbnail</h3>
<p>Line 3 contains the actual image we want to buzz, along with some optional text.<br />
Already somewhere above this you should have the following statement to get the proper thumbnail for the current post (when on a single page) or the last thumbnail/post on the page, which should be satisfactory too:</p>
<pre class="brush: php">$thumbnail = wp_get_attachment_image_src(get_post_thumbnail_id(), &#039;thumbnail&#039;);
</pre>
<h3>The Result</h3>
<p>That should do the trick! Now, when you click on the Google Buzz, you should get something like this:<br />
<a href="http://aytemir.com/wp-content/uploads/2010/02/Image-Sharing-with-Google-Buzz.jpg"><img class="alignleft size-full wp-image-1127" title="Image Sharing with Google Buzz" src="http://aytemir.com/wp-content/uploads/2010/02/Image-Sharing-with-Google-Buzz.jpg" alt="" width="521" height="273" /></a></p>
<p>You can play around and adjust stuff to your liking. Let me know in the comments, whether this works for your (gallery) site.</p>
<h3>UPDATE</h3>
<p>Note that something is messing the code displayed in this post! Maybe because I&#8217;ve just upgraded to WP 2.9.2!?<br />
So I had to resort to screenshots&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://aytemir.com/gallery-image-sharing-google-buzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTT!:10 fan-tas-tic images of 2009!</title>
		<link>http://aytemir.com/ftt10-fan-tas-tic-images-of-2009/</link>
		<comments>http://aytemir.com/ftt10-fan-tas-tic-images-of-2009/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 18:14:58 +0000</pubDate>
		<dc:creator>Fan-tas-tic</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[anime]]></category>
		<category><![CDATA[best of]]></category>
		<category><![CDATA[fan-tas-tic]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[top list]]></category>
		<category><![CDATA[toplists]]></category>

		<guid isPermaLink="false">http://aytemir.com/?p=1095</guid>
		<description><![CDATA[Simply a selection of 10 of the most fan-tas-tic images from fan-tas-tic.com. The site is still in alpha and there has been only a soft launch, but it working out quit well. Once in beta the site should be full of images which can only rated as as &#8216;FTT!&#8217;&#8230;fan-tas-tic! Eos Divine Protection Red Sonja Flight [...]]]></description>
			<content:encoded><![CDATA[<p>Simply a selection of 10 of the most fan-tas-tic images from <a href="http://fan-tas-tic.com">fan-tas-tic.com</a>. The site is <a href="http://aytemir.com/fan-tas-tic-user-generated-galleries/">still in <strong>alpha</strong></a> and there has been only a soft launch, but it working out quit well.<br />
Once in <strong>beta</strong> the site should be full of images which can only rated as as &#8216;FTT!&#8217;&#8230;fan-tas-tic!</p>
<h3>Eos Divine Protection<br />
<h3>
<a href="http://fan-tas-tic.com/eos-divine-protection/"><img src="http://aytemir.com/wp-content/uploads/2009/12/Eos-Divine_Protection.jpg" alt="Eos Devine Protection" /></a></p>
<h3>Red Sonja<br />
<h3>
<a href="http://fan-tas-tic.com/red-sonja/"><img src="http://aytemir.com/wp-content/uploads/2009/12/Red-Sonja.jpg" alt="Red Sonja" /></a></p>
<h3>Flight of the Dragon<br />
<h3>
<a href="http://fan-tas-tic.com/flight-dragon/"><img src="http://aytemir.com/wp-content/uploads/2009/12/Flight-of-the-Dragon.jpg" alt="Flight of the Dragon" /></a></p>
<p><span id="more-1095"></span></p>
<h3>Angel and Demons<br />
<h3>
<a href="http://fan-tas-tic.com/angel-demons/"><img src="http://aytemir.com/wp-content/uploads/2009/12/Angel-and-Demons.jpg" alt="Angel and Demons" /></a></p>
<h3>Dungeons &#038; Dragons: Legendary Boon<br />
<h3>
<a href="http://fan-tas-tic.com/legendary-boon-kerem-beyit/"><img src="http://aytemir.com/wp-content/uploads/2009/12/Legendary-Boon-Kerem-Beyit.jpg" alt="Dungeons &#038; Dragons: Legendary Boon" /></a></p>
<h3>Budapest – Fantasy landscape<br />
<h3>
<a href="http://fan-tas-tic.com/budapest-fantasy-landscape-kornel-ravadits/"><img src="http://aytemir.com/wp-content/uploads/2009/12/Budapest-Fantasy-landscape1.jpg" alt="Budapest – Fantasy landscape" /></a></p>
<h3>The God of Hellfire<br />
<h3>
<a href="http://fan-tas-tic.com/god-hellfire/"><img src="http://aytemir.com/wp-content/uploads/2009/12/God-of-Hellfire.jpg" alt="The God of Hellfire" /></a></p>
<h3>Fusion<br />
<h3>
<a href="http://fan-tas-tic.com/fusion-luis-royo/"><img src="http://aytemir.com/wp-content/uploads/2009/12/Luis-Royo-Fusion.jpg" alt="Fusion by Luis Royo" /></a></p>
<h3>Purple Mage<br />
<h3>
<a href="http://fan-tas-tic.com/purple-mage/"><img src="http://aytemir.com/wp-content/uploads/2009/12/Purple-Mage-Chan-Yoo-Seok.jpg" alt="Purple Mage" /></a></p>
<h3>Black God&#8217;s Kiss<br />
<h3>
<a href="http://fan-tas-tic.com/black-gods-kiss-arnistotle/"><img src="http://aytemir.com/wp-content/uploads/2009/12/Black_God__s_Kiss_by_arnistotle.jpg" alt="Black God's Kiss" /></a></p>
<p>Once you&#8217;re at <a href="http://fan-tas-tic.com">fan-tas-tic.com</a> don&#8217;t forget the rate the images you think it&#8217;s FTT!</p>
]]></content:encoded>
			<wfw:commentRss>http://aytemir.com/ftt10-fan-tas-tic-images-of-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fan-tas-tic! User Generated Galleries</title>
		<link>http://aytemir.com/fan-tas-tic-user-generated-galleries/</link>
		<comments>http://aytemir.com/fan-tas-tic-user-generated-galleries/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 20:23:33 +0000</pubDate>
		<dc:creator>Fan-tas-tic</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fan-tas-tic]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aytemir.com/?p=1043</guid>
		<description><![CDATA[It took me longer than foreseen, but after a couple of different approaches there is a final alpha version of my fan-tas-tic project. Although still in a alpha stage, I think a soft launch with this post is a logical move prior to a beta version: behold FAN-TAS-TIC! User Generated Galleries. WTF is FTT! FTT! [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fan-tas-tic.com"><img src="http://aytemir.com/wp-content/uploads/2009/11/ftt_2.png" alt="ftt_2" title="ftt_2" width="150" height="387" class="alignleft size-full wp-image-1059" /></a> <a href="http://fan-tas-tic.com"><img src="http://aytemir.com/wp-content/uploads/2009/11/ftt_1.png" alt="ftt_1" title="ftt_1" width="150" height="214" class="alignleft size-full wp-image-1058" /></a> <a href="http://fan-tas-tic.com"><img src="http://aytemir.com/wp-content/uploads/2009/11/ftt_3.png" alt="ftt_3" title="ftt_3" width="150" height="391" class="alignleft size-full wp-image-1060" /></a></p>
<p>It took me longer than foreseen, but after a couple of different approaches there is a final <em>alpha</em> version of my fan-tas-tic project. Although still in a alpha stage, I think a <em>soft launch</em> with this post is a logical move prior to a beta version: behold <a href="http://fan-tas-tic.com">FAN-TAS-TIC! User Generated Galleries</a>.</p>
<p><strong>WTF is FTT!</strong><br />
FTT! is actually designed and developed as a pure <em>personal</em> project: a fantastic image gallery, with &#8216;fantastic&#8217; covering the genres science-fiction, (heroic) fantasy/sword &#038; sorcery, gothic, horror, anime <em>and</em> the quality of the art self displayed at the gallery.</p>
<p><strong>So…yet another gallery?</strong><br />
Supervisually yes…it’s nothing more than just another gallery.</p>
<p>However some of the features what should make FTT! really unique compared to other galleries are:<span id="more-1043"></span><br />
<strong>Banner blindness prove</strong>:</p>
<ul>
<li> All sponsor/ad banners are blended in the design, so the users are ‘bothered’ as little as possible</li>
<li> The banner spots are randomly generated to minimize the &#8216;blindness&#8217; effect</li>
<li> Also the single post banner is very visible, yet blended</li>
</ul>
<p><strong>Quality of the content</strong>:</p>
<ul>
<li> Advanced user submission form (to be moderated by admin for ‘quality control’)</li>
<li> Only fan-tas-tic images are approved; no doodles here!</li>
<li> All images are categorized, tagged and archived and are available via the statistics</li>
<li> All uploads have (if available) a link to the original author and gallery and/or the source of the image</li>
</ul>
<p><strong>User friendly UI</strong>:</p>
<ul>
<li> Any image can be rated (and is automatically ranked)</li>
<li> Also the less rated and low rated images are highlighted (randomly or via related posts)</li>
<li> Different kind of archives are present: monthly, yearly, per category or per uploader/submitter</li>
<li> Most and least rated post  are relative to the current tag, category of the single post</li>
<li> Simple navigation (sub)menu’s showing all submenu</li>
<li> Statistics: Overview of the last rated images and the highest, lowest, most and least rated images</li>
</ul>
<p>I&#8217;ve also left some additional features out, which were time consuming to implement…maybe they’ll make it in the next version</p>
<p><strong>Still to do…</strong><br />
Although I need to work some details out and have to do a lot of code cleaning and optimization and the GUI is somewhat Spartan, the site is live and is ready to be (alpha-)tested.</p>
<p><strong>Feedback?</strong><br />
Any constructive feedback for this alpha-version is welcome in the comments below…<a href="http://fan-tas-tic.com"></p>
]]></content:encoded>
			<wfw:commentRss>http://aytemir.com/fan-tas-tic-user-generated-galleries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A fan-tas-tic start of 2009!</title>
		<link>http://aytemir.com/a-fan-tas-tic-start-of-2009/</link>
		<comments>http://aytemir.com/a-fan-tas-tic-start-of-2009/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 19:50:28 +0000</pubDate>
		<dc:creator>Fan-tas-tic</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[fan-tas-tic]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aytemir.com/?p=880</guid>
		<description><![CDATA[As stated in my post Setting goals for 2009 I’ll try to post only about the projects I’m working on…from now on. And I have to admit it’s hard not to blog, rant or rave about anything else. Because there is actually a lot to blog, rant and rave about. For example this blog now [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://aytemir.com/wp-content/uploads/2009/01/2009-293x150.jpg" alt="A fan-tas-tic start of 2009!" title="photo credit: http://designwithathought.com/?p=339"  class="alignleft"></p>
<p>As stated in my post <a href="http://aytemir.com/setting-goals-for-2009">Setting goals for 2009</a> I’ll try to post only about the projects I’m working on…from now on. And I have to admit it’s hard not to blog, rant or rave about anything else.<br />
Because there is actually a lot to blog, rant and rave about. For example this blog now has reached a Pagerank of 2 in 3 months, but so did my sleeping site Uppedd.com, which never had any content at all…and this is a big mystery to me.<br />
<span id="more-880"></span><br />
The first post of 2009 year is a &#8216;fan-tas-tic&#8217; one. Well, actually it&#8217;s about one of my projects called ‘Fan-tas-tic’ and a although the name may suggest otherwise it’s actually a quite humble project: a ‘fan-tas-tic gallery’ powered by WordPress.</p>
<p>Yes, I am aware that there are already hundreds of (CSS) galleries (like these lists of examples: <a href="http://www.smashingmagazine.com/2006/12/21/creme-de-la-creme-of-css-list-of-css-galleries/">36</a> + <a href="http://www.nuff-respec.com/technology/css-gallery-roundup">74</a> + <a href="http://www.edwinsdesignlab.be/blog/webdesign-galleries/">115</a>) and <a href="http://www.cssleak.com/news/7-WordPress-Themes-To-Create-Your-Own-CSS-Gallery.html">a lot of free WordPress themes to make your own</a>. However they all lack some essential features for the visitors and for the administrator.<br />
I’ll come back to these features in another post, when I’ve got the full feature list of my own gallery complete.</p>
<p>In the mean time you should also check out some of the galleries above for inspiration and figure out which features you think they lack and leave a comment. If I can, I might just implement it in my &#8216;Fan-tas-tic Gallery&#8217; theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://aytemir.com/a-fan-tas-tic-start-of-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
