<?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>-99 design studio</title>
	<atom:link href="http://www.minus99.com/lang/en/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.minus99.com</link>
	<description>-99 design studio, is a multi-disiplinary digital agency running by a bunch of design addict creative people, we enjoy creating cool stuff that we and our clients love.</description>
	<lastBuildDate>Sat, 12 May 2012 11:53:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: null, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>Ofiste basketbol akrobasi</title>
		<link>http://www.minus99.com/lang/en/blog/ofiste-basketbol-akrobasi</link>
		<comments>http://www.minus99.com/lang/en/blog/ofiste-basketbol-akrobasi#comments</comments>
		<pubDate>Sat, 12 May 2012 11:08:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[playground]]></category>
		<category><![CDATA[activities]]></category>
		<category><![CDATA[office]]></category>

		<guid isPermaLink="false">http://www.minus99.com/?p=996</guid>
		<description><![CDATA[Basketbol çevirme ustası @yigitgoral, 10 parmak + kalem üzerinde çevirebiliyor : )]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/41988190?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="740" height="416" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe><br />
Basketbol çevirme ustası <a href="http://twitter.com/YigitGoral" target="_blank">@yigitgoral</a>, 10 parmak + kalem üzerinde çevirebiliyor : )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.minus99.com/lang/en/blog/ofiste-basketbol-akrobasi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Cross-Browser Custom Events allows you to send variables along with events</title>
		<link>http://www.minus99.com/lang/en/blog/javascript-cross-browser-custom-events</link>
		<comments>http://www.minus99.com/lang/en/blog/javascript-cross-browser-custom-events#comments</comments>
		<pubDate>Mon, 30 Apr 2012 07:46:22 +0000</pubDate>
		<dc:creator>alacaesar</dc:creator>
				<category><![CDATA[playground]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.minus99.com/?p=938</guid>
		<description><![CDATA[This is a handy approach to manage your events in javascript. A single solution to work on all browsers, with no much headache about which browser supports which kind of methods. I looked around on the internet but I could &#8230; <a href="http://www.minus99.com/lang/en/blog/javascript-cross-browser-custom-events"><div class="continue"><span class="meta-nav">&#8594;</span></div></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.minus99.com/wp-content/uploads/2012/04/800.jpg" alt="" title="800" width="800" height="176" class="alignnone size-full wp-image-985" /></p>
<p>This is a handy approach to manage your events in javascript. A single solution to work on all browsers, with no much headache about which browser supports which kind of methods. I looked around on the internet but I could not find a good cross-browser custom events manager that answers what I need for the project that I was working on, things like transferring variables (be it object, array, string, number etc.) together with the events.</p>
<p>The Browser support tested on all major good browsers like <b>Google Chrome</b>, <b>Mozilla Firefox</b>, <b>Opera</b>, <b>Safari</b> and etc. plus <b>IE7</b>, <b>IE8</b> and above.</p>
<h2>Features</h2>
<ul>
<li>- Add event listeners (Multiple classes and types) and assign handlers for each</li>
<li>- Remove certain event listener type or whole class</li>
<li>- Dispatch custom events and send variables</li>
<li>- Single method works on all browsers (this is the cool part!)</li>
</ul>
<p><span id="more-938"></span></p>
<h2>Demo</h2>
<p><iframe src="/lab/javascript-cross-browser-custom-events" border="0" width="832" height="450" style="over-flow:hidden"></iframe></p>
<h2>Demo Page</h2>
<p><a target="_blank" href="http://www.minus99.com/lab/javascript-cross-browser-custom-events">Check custom events demo and sample code</a></p>
<h2>Download</h2>
<p><a target="_blank" href="http://www.minus99.com/lab/javascript-cross-browser-custom-events/js/customEvents-99.1.0.js">customEvents-99.1.0.js</a><br />
<a target="_blank" href="http://www.minus99.com/lab/javascript-cross-browser-custom-events/js/customEvents-99.1.0.min.js">customEvents-99.1.0.min.js</a></p>
<h2>Usage</h2>
<p>I think the code below is self-explanatory, if you have any questions please leave a comment or contact me at <a href="http://www.twitter.com/alacaesar" target="_blank">@alacaesar</a>. Should you decide to use it in your projects, that&#8217;s great, but please refer to this page and share a link of your cool project.</p>
<p>First of all, of course, you have to import the <em>.js</em> file on the top of your page. then:</p>
<p>1.Add Custom Event Listener</p>
<div class="code">
<span class="comment">// Add event listener class with single event type</span><br />
stage.addEventListener(&#8220;CustomEventClass&#8221;, [{type:"CUSTOM_EVENT_TYPE", handler:"customEventHandler"}]);</p>
<p><span class="comment">// Add event listener class with multiple event types</span><br />
stage.addEventListener(&#8220;CustomEventClass&#8221;,<br />
	[<br />
		{type:"CUSTOM_EVENT_TYPE_1", handler:"customEventHandler1"},<br />
		{type:"CUSTOM_EVENT_TYPE_2", handler:"customEventHandler2"}<br />
	]<br />
);
</div>
<p>2. Create Event Handlers</p>
<div class="code">
function customEventHandler(vars)<br />
{<br />
	// do something cool&#8230;<br />
}
</div>
<p>3.Dispatch Event</p>
<div class="code">
stage.dispatchEvent(&#8220;CustomEventClass&#8221;, &#8220;CUSTOM_EVENT_TYPE&#8221;, vars);
</div>
<p>4.Remove a Custom Event Listener</p>
<div class="code">
<span class="comment">// Remove whole type/handler set under a custom event class</span><br />
stage.removeEventListener(&#8220;CustomEventClass&#8221;);</p>
<p><span class="comment">// Remove a single event type under a custom event class</span><br />
stage.removeEventListener(&#8220;CustomEventClass&#8221;, &#8220;CUSTOM_EVENT_TYPE&#8221;);
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.minus99.com/lang/en/blog/javascript-cross-browser-custom-events/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collezione</title>
		<link>http://www.minus99.com/lang/en/works/collezione</link>
		<comments>http://www.minus99.com/lang/en/works/collezione#comments</comments>
		<pubDate>Mon, 23 Apr 2012 13:36:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[selected works]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ecommerce]]></category>

		<guid isPermaLink="false">http://www.minus99.com/?p=929</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.minus99.com/wp-content/uploads/2012/04/collezione.jpg" alt="" title="collezione" width="822" height="728" class="alignnone size-full wp-image-932" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.minus99.com/lang/en/works/collezione/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Givelove</title>
		<link>http://www.minus99.com/lang/en/works/givelove</link>
		<comments>http://www.minus99.com/lang/en/works/givelove#comments</comments>
		<pubDate>Mon, 23 Apr 2012 13:01:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[selected works]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[logo]]></category>

		<guid isPermaLink="false">http://www.minus99.com/?p=913</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.minus99.com/wp-content/uploads/2012/04/givelove-6.jpg" alt="" title="givelove-6" width="822" height="918" class="alignnone size-full wp-image-921" /><img src="http://www.minus99.com/wp-content/uploads/2012/04/givelove-5.jpg" alt="" title="givelove-5" width="822" height="1399" class="alignnone size-full wp-image-920" /><img src="http://www.minus99.com/wp-content/uploads/2012/04/givelove-2.jpg" alt="" title="givelove-2" width="822" height="999" class="alignnone size-full wp-image-917" /><img src="http://www.minus99.com/wp-content/uploads/2012/04/givelove-3.jpg" alt="" title="givelove-3" width="822" height="1032" class="alignnone size-full wp-image-918" /><img src="http://www.minus99.com/wp-content/uploads/2012/04/givelove-11.jpg" alt="" title="givelove-1" width="822" height="559" class="alignnone size-full wp-image-916" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.minus99.com/lang/en/works/givelove/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beta Shoes</title>
		<link>http://www.minus99.com/lang/en/works/beta-shoes</link>
		<comments>http://www.minus99.com/lang/en/works/beta-shoes#comments</comments>
		<pubDate>Sun, 22 Apr 2012 23:02:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[selected works]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[interface design]]></category>

		<guid isPermaLink="false">http://www.minus99.com/?p=892</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.minus99.com/wp-content/uploads/2012/04/beta-ayakkabi-1.jpg" alt="" title="beta-ayakkabi-1" width="822" height="728" class="alignnone size-full wp-image-893" /><img src="http://www.minus99.com/wp-content/uploads/2012/04/beta-ayakkabi-21.jpg" alt="" title="beta-ayakkabi-2" width="822" height="1222" class="alignnone size-full wp-image-902" /><img src="http://www.minus99.com/wp-content/uploads/2012/04/beta-ayakkabi-31.jpg" alt="" title="beta-ayakkabi-3" width="822" height="1341" class="alignnone size-full wp-image-904" /><img src="http://www.minus99.com/wp-content/uploads/2012/04/beta-ayakkabi-41.jpg" alt="" title="beta-ayakkabi-4" width="822" height="1204" class="alignnone size-full wp-image-903" /><img src="http://www.minus99.com/wp-content/uploads/2012/04/beta-ayakkabi-6.jpg" alt="" title="beta-ayakkabi-6" width="822" height="841" class="alignnone size-full wp-image-900" /><img src="http://www.minus99.com/wp-content/uploads/2012/04/beta-ayakkabi-5.jpg" alt="" title="beta-ayakkabi-5" width="822" height="1341" class="alignnone size-full wp-image-899" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.minus99.com/lang/en/works/beta-shoes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps V3 &#8211; Haritadaki noktalar arasında hareketli geçiş</title>
		<link>http://www.minus99.com/lang/en/blog/google-maps-v3-haritadaki-noktalar-arasinda-hareketli-gecis</link>
		<comments>http://www.minus99.com/lang/en/blog/google-maps-v3-haritadaki-noktalar-arasinda-hareketli-gecis#comments</comments>
		<pubDate>Wed, 18 Apr 2012 06:01:45 +0000</pubDate>
		<dc:creator>alacaesar</dc:creator>
				<category><![CDATA[playground]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Google Maps API]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.minus99.com/?p=864</guid>
		<description><![CDATA[Google Maps üzerinde bir noktadan diğerine geçtiğimizde zoom seviyyesi ne olursa olsun iki nokta arasında hareketli bir geçiş elde etme yöntemi. Google Maps panTo(latLng:LatLng) kullandığımızda hedef nokta, eğer harıtanın görünen kısmının (viewport) içinde ise yumuşak kayma ile noktaya odaklanıyor, ama &#8230; <a href="http://www.minus99.com/lang/en/blog/google-maps-v3-haritadaki-noktalar-arasinda-hareketli-gecis"><div class="continue"><span class="meta-nav">&#8594;</span></div></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-867" title="google-maps-geolocation" src="http://www.minus99.com/wp-content/uploads/2012/04/google-maps-geolocation1.jpg" alt="" width="740" height="400" /></p>
<p>Google Maps üzerinde bir noktadan diğerine geçtiğimizde zoom seviyyesi ne olursa olsun iki nokta arasında hareketli bir geçiş elde etme yöntemi.<br />
<span id="more-864"></span><br />
Google Maps <em>panTo(latLng:LatLng)</em> kullandığımızda hedef nokta, eğer harıtanın görünen kısmının (viewport) içinde ise yumuşak kayma ile noktaya odaklanıyor, ama nokta görün kısmın dışında ise direk o noktaya atlıyor.<br />
Bu yöntemde, eğer hedef nokta görüntü alanının içinde ise direk <em>panTo()</em> yapıyor, değilse önce harıtanın zoom seviyyesini azaltarak &#8220;zoom out&#8221; ediyor taki hedef nokta görüntü alanına girene kadar. sonra noktaya odaklanıp zoom seviyyesini artırıyor.</p>
<p>örneği incelemek için <a href="http://www.minus99.com/lab/google-maps-travel-to-point/">online demo</a><br />
Google Maps Javascript API V3 ile ilgili daha fazla bilgi edinmek için <a href="https://developers.google.com/maps/documentation/javascript/reference">Google Maps Javascript API V3 Reference</a> sayfasını ziyaret edebilirsiniz.</p>
<div class="code">
function moveToPoint(map, point, zmax, speed)<br />
{<br />
&nbsp;var currentZoom = map.getZoom(),<br />
&nbsp;&nbsp;currentBounds,<br />
&nbsp;&nbsp;zoomout = setInterval(function(){<br />
&nbsp;&nbsp;&nbsp;currentBounds = map.getBounds();<br />
&nbsp;&nbsp;&nbsp;if(!currentBounds.contains(point))<br />
&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;map.setZoom(currentZoom);<br />
&nbsp;&nbsp;&nbsp;&nbsp;currentZoom&#8211;;<br />
&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;else<br />
&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;clearInterval(zoomout);<br />
&nbsp;&nbsp;&nbsp;&nbsp;map.panTo(point);<br />
&nbsp;&nbsp;&nbsp;&nbsp;currentZoom = map.getZoom();</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;var zoomin = setInterval(function(){</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(currentZoom < zmax)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;map.setZoom(currentZoom);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;currentZoom++;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;clearInterval(zoomin);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}, speed);<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;}, speed);<br />
}
</div>
<h2>Kullanma şekli</h2>
<div class="code">
<span class="comment">//parametreler<br />
Harita:Map, hedef_nokta:LatLng, zoom_seviyyesi:Number, zoomout_hızı:Number</span><br />
moveToPoint(map, point, max_zoom, speed);
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.minus99.com/lang/en/blog/google-maps-v3-haritadaki-noktalar-arasinda-hareketli-gecis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ramsey, Design Licks &#8220;Günün sitesi&#8221; Oldu</title>
		<link>http://www.minus99.com/lang/en/blog/ramsey-design-licks-gunun-sitesi-oldu</link>
		<comments>http://www.minus99.com/lang/en/blog/ramsey-design-licks-gunun-sitesi-oldu#comments</comments>
		<pubDate>Sat, 07 Apr 2012 06:17:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[playground]]></category>
		<category><![CDATA[awards]]></category>

		<guid isPermaLink="false">http://www.minus99.com/?p=858</guid>
		<description><![CDATA[Ramsey&#8216;nin websitesi Design Licks&#8217;ten &#8220;Site of the Day&#8221; ödülü alıyor. Design Licks, Dünya çapında en yaratıcı, kullanıcı dostu ve iyi hazırlanmış websitelerini belirleyerek &#8220;Site of the Day&#8221; ödülüyle duyuruyor.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.designlicks.com/web-awards/2745-ramsey"><img title="ramsey-design-licks" src="http://www.minus99.com/wp-content/uploads/2012/04/ramsey-design-licks.jpg" alt="" width="740" height="472" /></a></p>
<p><a href="http://www.ramsey.com.tr" rel="nofollow">Ramsey</a>&#8216;nin websitesi Design Licks&#8217;ten &#8220;Site of the Day&#8221; ödülü alıyor.<br />
Design Licks, Dünya çapında en yaratıcı, kullanıcı dostu ve iyi hazırlanmış websitelerini belirleyerek &#8220;Site of the Day&#8221; ödülüyle duyuruyor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.minus99.com/lang/en/blog/ramsey-design-licks-gunun-sitesi-oldu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Damat</title>
		<link>http://www.minus99.com/lang/en/works/damat</link>
		<comments>http://www.minus99.com/lang/en/works/damat#comments</comments>
		<pubDate>Wed, 21 Mar 2012 20:41:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[selected works]]></category>
		<category><![CDATA[actionscript 3.0]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash website]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.minus99.com/?p=849</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-850" title="damat-tween-1" src="http://www.minus99.com/wp-content/uploads/2012/03/damat-tween-1.jpg" alt="" width="822" height="514" /><img class="alignnone size-full wp-image-851" title="damat-tween-2" src="http://www.minus99.com/wp-content/uploads/2012/03/damat-tween-2.jpg" alt="" width="822" height="514" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.minus99.com/lang/en/works/damat/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10. Altın Örümcek Web Ödülleri&#8217;nde finalist websitelerimiz</title>
		<link>http://www.minus99.com/lang/en/blog/10-altin-orumcek-web-odullerinde-finalist-websitelerimiz</link>
		<comments>http://www.minus99.com/lang/en/blog/10-altin-orumcek-web-odullerinde-finalist-websitelerimiz#comments</comments>
		<pubDate>Tue, 20 Mar 2012 13:14:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[playground]]></category>
		<category><![CDATA[altın örümcek]]></category>
		<category><![CDATA[awards]]></category>

		<guid isPermaLink="false">http://www.minus99.com/?p=842</guid>
		<description><![CDATA[10. altın örümcek web ödüllerinde 4 website ile finale kaldık. bu sene halk oylaması facebook üzerinden yapılmaktadır. finalist sitelere oy vermek için bu linki ziyaret edin http://on.fb.me/halkoylamasi]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-843" title="altinorumcek-finalist" src="http://www.minus99.com/wp-content/uploads/2012/03/altinorumcek-finalist.jpg" alt="" width="800" height="725" /></p>
<p>10. altın örümcek web ödüllerinde 4 website ile finale kaldık. bu sene halk oylaması facebook üzerinden yapılmaktadır. finalist sitelere oy vermek için bu linki ziyaret edin <a href="http://on.fb.me/halkoylamasi" rel="nofollow nofollow" target="_blank">http://on.fb.me/<wbr>halkoylamasi</wbr></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.minus99.com/lang/en/blog/10-altin-orumcek-web-odullerinde-finalist-websitelerimiz/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tween</title>
		<link>http://www.minus99.com/lang/en/works/tween</link>
		<comments>http://www.minus99.com/lang/en/works/tween#comments</comments>
		<pubDate>Tue, 20 Mar 2012 12:54:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[selected works]]></category>
		<category><![CDATA[actionscript 3.0]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash website]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.minus99.com/?p=824</guid>
		<description><![CDATA[<img class="alignnone size-full wp-image-831" title="tween-damat-featured" src="http://www.minus99.com/wp-content/uploads/2012/03/tween-damat-featured.jpg" alt="" width="834" height="300" />
Global bir erkek giyim markası olan, Tween'in websitesini yep yeni konsept ve tasarımla hayata geçirdik. <a href="http://www.minus99.com/lang/en/works/tween"><div class="continue"><span class="meta-nav">&#8594;</span></div></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-825" title="tween-damat-1" src="http://www.minus99.com/wp-content/uploads/2012/03/tween-damat-1.jpg" alt="" width="822" height="470" /><img class="alignnone size-full wp-image-826" title="tween-damat-2" src="http://www.minus99.com/wp-content/uploads/2012/03/tween-damat-2.jpg" alt="" width="822" height="470" /><img class="alignnone size-full wp-image-830" title="tween-damat-6" src="http://www.minus99.com/wp-content/uploads/2012/03/tween-damat-6.jpg" alt="" width="822" height="470" /><img class="alignnone size-full wp-image-827" title="tween-damat-3" src="http://www.minus99.com/wp-content/uploads/2012/03/tween-damat-3.jpg" alt="" width="822" height="234" /><img class="alignnone size-full wp-image-829" title="tween-damat-5" src="http://www.minus99.com/wp-content/uploads/2012/03/tween-damat-5.jpg" alt="" width="822" height="256" /><img class="alignnone size-full wp-image-828" title="tween-damat-4" src="http://www.minus99.com/wp-content/uploads/2012/03/tween-damat-4.jpg" alt="" width="822" height="470" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.minus99.com/lang/en/works/tween/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

