<?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>Mehmet Ali Ertürk &#187; Apple</title>
	<atom:link href="http://mehmetalierturk.com/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://mehmetalierturk.com</link>
	<description>Innovation is the ability to see change as an opportunity, not a threat</description>
	<lastBuildDate>Wed, 18 Jan 2012 14:28:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Making Rounded UIView&#8217; on iPhone</title>
		<link>http://mehmetalierturk.com/2012/01/08/making-rounded-uiview-iphone/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=making-rounded-uiview-iphone</link>
		<comments>http://mehmetalierturk.com/2012/01/08/making-rounded-uiview-iphone/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 15:17:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Quartz]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1269</guid>
		<description><![CDATA[I have started developing (mainly) iPhone apps late 2009 and I feel like I have some experience on iOS platform that I can share. I won&#8217;t be doing tutorial serias but just some tips and tricks. Let&#8217;s start with some &#8230; <a href="http://mehmetalierturk.com/2012/01/08/making-rounded-uiview-iphone/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have started developing (mainly) iPhone apps late 2009 and I feel like I have some experience on iOS platform that I can share. I won&#8217;t be doing tutorial serias but just some tips and tricks.</p>
<p>Let&#8217;s start with some ui tips, there are  2  ways to make rounded views in iPhone. One is using layers which is inefficient way, second is using quartz in drawRect.</p>
<p>Using layers is really simple;</p>
<p><code><br />
YourView *vw = [[YourView alloc] initWithFrame:CGRectMake(20, 20, 80, 80)];<br />
vw.layer.cornerRadius = 16;<br />
vw.layer.masksToBounds = YES;<br />
</code></p>
<p>simple. The right way is to handle in drawRect;<br />
<code><br />
 UIBezierPath *path = [UIBezierPath bezierPathWithRoundedRect:self.bounds byRoundingCorners:UIRectCornerAllCorners cornerRadii:CGSizeMake(16.0, 16.0)]; //Add a bezier path<br />
    [path addClip]; // and clip<br />
</code></p>
<p>Both two will same view.</p>
<p><a href="http://mehmetalierturk.com/wordpress/wp-content/uploads/2012/01/Screen-shot-2012-01-08-at-5.14.43-PM.png"><img src="http://mehmetalierturk.com/wordpress/wp-content/uploads/2012/01/Screen-shot-2012-01-08-at-5.14.43-PM-300x156.png" alt="" title="Screen shot 2012-01-08 at 5.14.43 PM" width="300" height="156" class="aligncenter size-medium wp-image-1273" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2012/01/08/making-rounded-uiview-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If You Asked</title>
		<link>http://mehmetalierturk.com/2011/05/04/if-you-asked/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=if-you-asked</link>
		<comments>http://mehmetalierturk.com/2011/05/04/if-you-asked/#comments</comments>
		<pubDate>Wed, 04 May 2011 06:16:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1173</guid>
		<description><![CDATA[News iPad 2 TV Ad]]></description>
			<content:encoded><![CDATA[<p>News iPad 2 TV Ad</p>
<p><iframe width="400" height="249" src="http://www.youtube.com/embed/Um4gLMZDXkA" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2011/05/04/if-you-asked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s iPad</title>
		<link>http://mehmetalierturk.com/2010/05/14/whats-ipad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=whats-ipad</link>
		<comments>http://mehmetalierturk.com/2010/05/14/whats-ipad/#comments</comments>
		<pubDate>Fri, 14 May 2010 07:30:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1127</guid>
		<description><![CDATA[Just another crazy ad from Apple and its only just began.]]></description>
			<content:encoded><![CDATA[<p>Just another crazy ad from Apple and its only  just began. </p>
<p><object width="320" height="190"><param name="movie" value="http://www.youtube.com/v/MKZrqiBtUZo&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/MKZrqiBtUZo&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="190"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2010/05/14/whats-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s there</title>
		<link>http://mehmetalierturk.com/2010/01/27/its-there/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=its-there</link>
		<comments>http://mehmetalierturk.com/2010/01/27/its-there/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 22:57:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1064</guid>
		<description><![CDATA[Nothing to say. iPad is out.]]></description>
			<content:encoded><![CDATA[<p>Nothing to say. <a href="http://www.apple.com/ipad/">iPad</a> is out.</p>
<p><a href="http://www.apple.com/ipad/"><img src="http://images.apple.com/ipad/gallery/images/hardware-04-20100127.jpg" alt="Apple iPad" width="350" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2010/01/27/its-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Impressions on Istanbul Guide</title>
		<link>http://mehmetalierturk.com/2010/01/20/first-impressions-on-istanbul-guide/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=first-impressions-on-istanbul-guide</link>
		<comments>http://mehmetalierturk.com/2010/01/20/first-impressions-on-istanbul-guide/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 03:13:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Istanbul]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=1050</guid>
		<description><![CDATA[A few days ago Apple approved my iPhone Application and Istanbul Guide is available to download for free on App Store since 14 January 2010. So far, feedbacks are positive and I&#8217;ve decided to go on and improve it, actually &#8230; <a href="http://mehmetalierturk.com/2010/01/20/first-impressions-on-istanbul-guide/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A few days ago <a class="zem_slink" title="Apple" rel="homepage" href="http://www.apple.com">Apple</a> approved my <a class="zem_slink" title="iPhone" rel="homepage" href="http://www.apple.com/iphone">iPhone</a> Application and <a title="Istanbul Guide" href="http://mehmetalierturk.com/projects/iphone/istanbul-guide/">Istanbul Guide</a> is available to <a href="http://itunes.apple.com/tr/app/istanbul-guide/id349999303?mt=8">download for free</a> on <a class="zem_slink" title="App Store" rel="homepage" href="http://www.apple.com/iphone/appstore/">App Store</a> since 14 January 2010. So far, feedbacks are positive and I&#8217;ve decided to go on and improve it, actually I’m going to put the things that I have removed and also, implement some new features.</p>
<p>The first app is developed to learn about platform and the application approval process which was a real pain. I&#8217;m hopping the next time, it will be easier to publish an app on app store.</p>
<p>I want to share some data about the app, despite it has been online for 6 days, the application is downloaded almost 1K, yes, almost 1000 times. Most of the downloads come from Turkey and followed by european countries like Denmark, Netherlands and those are followed by the US.</p>
<p>I want to thank everyone who downloaded the app.</p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2010/01/20/first-impressions-on-istanbul-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Becoming a Mac</title>
		<link>http://mehmetalierturk.com/2009/12/03/becoming-a-mac/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=becoming-a-mac</link>
		<comments>http://mehmetalierturk.com/2009/12/03/becoming-a-mac/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 07:21:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Magic Mouse]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=929</guid>
		<description><![CDATA[Its just started with a new macbook pro &#8230; Bought it and love it &#8230; Helping Mac users &#38; developers &#8230; Today I got my Magic Mouse! Nothing to say, its Magic. Thanks dude @kemalispirli &#8230; Finally, someone made it! &#8230; <a href="http://mehmetalierturk.com/2009/12/03/becoming-a-mac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Its just started with a <a href="http://mehmetalierturk.com/2009/09/16/first-post-from-snow-leopard/">new macbook pro</a> &#8230; </p>
<p>Bought it and love it &#8230; </p>
<p>Helping Mac users &amp; developers &#8230; </p>
<p>Today I got my <a href="http://www.apple.com/magicmouse/">Magic Mouse</a>! Nothing to say, its Magic. Thanks dude <a href="http://twitter.com/kemalispirli">@kemalispirli</a> &#8230;<br />
<a href="http://mehmetalierturk.com/wp-content/uploads/2009/12/magic.png"><img src="http://mehmetalierturk.com/wp-content/uploads/2009/12/magic-300x159.png" alt="magic" title="magic" width="300" height="159" class="aligncenter size-medium wp-image-930"></a></p>
<p>Finally, someone made it! This <a href="http://www.apple.com">company</a> impressed me &#8230; </p>
<p>And now, I&#8217;m a mac &#8230; </p>
<p>The next thing is <a class="zem_slink" href="http://www.apple.com/iphone" title="iPhone" rel="homepage">3GS</a> &#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2009/12/03/becoming-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>18 Days With Snow Leopard</title>
		<link>http://mehmetalierturk.com/2009/11/09/18-days-with-snow-leopard/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=18-days-with-snow-leopard</link>
		<comments>http://mehmetalierturk.com/2009/11/09/18-days-with-snow-leopard/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 14:43:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://mehmetalierturk.com/?p=880</guid>
		<description><![CDATA[I have been using my mac for 3 months and I havent shared my os x experiences so far. Post title refers to longest uptime in this time period. I thought dividing my experiences in to sections would be more &#8230; <a href="http://mehmetalierturk.com/2009/11/09/18-days-with-snow-leopard/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have been using my mac for 3 months and I havent shared my os x experiences so far. Post title refers to longest uptime in this time period. I thought dividing my experiences in to sections would be more logical: one for end user side and one for for developer side.<br />
<a href="http://mehmetalierturk.com/wp-content/uploads/2009/11/Screen-shot-2009-10-02-at-11.11.05-PM.png"><br />
<img src="http://mehmetalierturk.com/wp-content/uploads/2009/11/Screen-shot-2009-10-02-at-11.11.05-PM-300x187.png" alt="Screen shot 2009-10-02 at 11.11.05 PM" title="Screen shot 2009-10-02 at 11.11.05 PM" width="300" height="187" class="aligncenter size-medium wp-image-881"  border="0"/></a></p>
<p>First, I want to discuss end user view point of <a class="zem_slink" href="http://www.apple.com/macosx/" title="Mac OS X" rel="homepage">mac os x</a> which is <a class="zem_slink" href="http://www.apple.com/macosx/" title="Mac OS X v10.6" rel="homepage">snow leopard</a> and compare it to the other operating system (you got that). Any kind of software installation is killer easy, i.e. installing Snow Leopard takes 20 min.s (depends to your hardware) without annoying drivers installation and configuration steps. Also, its same for application setup, just drag &amp; drop the file to the Applications folder, that’s it!</p>
<p>It is fast, very very fast when compared to other os and it uses less memory and cpu resources with less power. You can imagine how fast your os when it doesn’t run crappy viruses, antiviruses, antispywares … etc.</p>
<p>As a developer/architect I have used linux, windows, os x, solaris and in my opinion; the only os for a real software developer &amp; designer is mac os x. I’m ok with linux but hacking something to work takes time which I don’t have recently. I believe linux is for more production environment not development.</p>
<p>Mac os x provides to developers the power of unix os with more manageability. Isn’t that awesome when you have symbolic links? Also, cross platform products, (I mean real cross platforms products not like .net which works only windows) are available for os x too and I believe future has to be independent.</p>
<p>In both sides, mac os x provides better hardware and software when compared alternatives with clean design. So far, I’m happy and more productive with the os that I have which is called Snow Leopard.</p>
<p>PS: <a class="zem_slink" href="http://www.apple.com" title="Apple" rel="homepage">Apple</a> doesn’t pay me for to blog about them. But It would be nice if they denote my scientific projects</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/0b242c6b-e37f-40f0-acc2-ded76f260f32/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=0b242c6b-e37f-40f0-acc2-ded76f260f32" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2009/11/09/18-days-with-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Post From Snow Leopard</title>
		<link>http://mehmetalierturk.com/2009/09/16/first-post-from-snow-leopard/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=first-post-from-snow-leopard</link>
		<comments>http://mehmetalierturk.com/2009/09/16/first-post-from-snow-leopard/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 21:02:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.mehmetalierturk.com/?p=865</guid>
		<description><![CDATA[Yes, at the end I&#8217;ve switched to mac. So far happy with snow leopard, much better than windows. Update:]]></description>
			<content:encoded><![CDATA[<p>Yes, at the end I&#8217;ve switched to mac. So far happy with snow leopard, much better than windows.</p>
<p>Update:<br />
<a href="http://mehmetalierturk.com/wp-content/uploads/2009/09/Screen-shot-2009-09-17-at-8.06.15-PM.png"><img src="http://www.mehmetalierturk.com/wp-content/uploads/2009/09/Screen-shot-2009-09-17-at-8.06.15-PM-300x187.png" alt="Screen shot 2009-09-17 at 8.06.15 PM" title="Screen shot 2009-09-17 at 8.06.15 PM" width="300" height="187" class="aligncenter size-medium wp-image-870" /></a><br />
<a href="http://mehmetalierturk.com/wp-content/uploads/2009/09/DSCN0289.JPG"><img src="http://www.mehmetalierturk.com/wp-content/uploads/2009/09/DSCN0289-300x225.jpg" alt="DSCN0289" title="DSCN0289" width="300" height="225" class="aligncenter size-medium wp-image-871" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2009/09/16/first-post-from-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Delayed Post</title>
		<link>http://mehmetalierturk.com/2009/07/09/a-delayed-post/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-delayed-post</link>
		<comments>http://mehmetalierturk.com/2009/07/09/a-delayed-post/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 09:15:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome OS]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Day]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.mehmetalierturk.com/?p=840</guid>
		<description><![CDATA[I don’t know why it takes so long to post something but significant things happened in last few weeks which made my entire life to change. I’m not going to share it at the moment, may be in time. So, &#8230; <a href="http://mehmetalierturk.com/2009/07/09/a-delayed-post/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I don’t know why it takes so long to post something but significant things happened in last few weeks which made my entire life to change. I’m not going to share it at the moment, may be in time.</p>
<p>So, I want to mention some events that I wanted to write about but I couldn’t.<br />
JavaDay Istanbul ’09, yes, I was there and events were based on <a class="zem_slink" href="http://javafx.com/" title="JavaFX" rel="homepage">JavaFX</a> as <a class="zem_slink" href="http://java.sun.com/javaone/sf/" title="JavaOne" rel="homepage">JavaOne</a> ’09. Some photos from the day.<br />
<a href="http://mehmetalierturk.com/wp-content/uploads/2009/07/25062009031.jpg"><img src="http://www.mehmetalierturk.com/wp-content/uploads/2009/07/25062009031-300x225.jpg" alt="25062009031" title="25062009031" class="aligncenter size-medium wp-image-841" width="300" height="225"></a><br />
I liked touch wall (I made this word) JavaFX demonstration, it was funny and I also, admired the women who has spoken very fast and without any break in one hour about mysql.<br />
<a href="http://mehmetalierturk.com/wp-content/uploads/2009/07/25062009033.jpg"><img src="http://www.mehmetalierturk.com/wp-content/uploads/2009/07/25062009033-300x225.jpg" alt="25062009033" title="25062009033" class="aligncenter size-medium wp-image-844" width="300" height="225"></a><br />
I know, many things happened about technology but the last one is Google Chrome OS. An OS with annoying features for Microsoft and <a class="zem_slink" href="http://www.apple.com" title="Apple" rel="homepage">Apple</a>. I support you guys go ahead you really force some old guys to improve their products like Microsoft IE.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2009/07/07/google-chrome-operating-system/"> Google Chrome OS: Will It Kill Windows? </a> (mashable.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.oliverwillis.com/2009/07/08/google-chrome-os-to-challenge-microsoft-windows-on-netbooks/"> Google Chrome OS To Challenge Microsoft Windows On Netbooks </a> (oliverwillis.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.dvorak.org/blog/2009/07/08/google-introducing-the-chrome-os/"> Google introducing the Chrome OS </a> (dvorak.org)</li>
</ul>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=9d41938a-ea42-4d03-8db0-cd1e88d62675"><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2009/07/09/a-delayed-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you there?</title>
		<link>http://mehmetalierturk.com/2009/05/29/are-you-there/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=are-you-there</link>
		<comments>http://mehmetalierturk.com/2009/05/29/are-you-there/#comments</comments>
		<pubDate>Fri, 29 May 2009 21:40:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.mehmetalierturk.com/?p=833</guid>
		<description><![CDATA[Yes, but I’m a little busy with work, university, personal life … etc. I know it couldn’t be a reason not to blog but I do it, I usually complain about being busy when I don’t write anything. Anyway, it &#8230; <a href="http://mehmetalierturk.com/2009/05/29/are-you-there/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, but I’m a little busy with work, university, personal life … etc. I know it couldn’t be a reason not to blog but I do it, I usually complain about being busy when I don’t write anything. Anyway, it has been two weeks without blogging and so many important things happened that I want to mention.  I can’t talk too much about them, in brief;</p>
<p>First thing is <a href="http://wave.google.com/">Google Wave</a> If I have to tell what I think about Google Wave in one word, it’d be amazing. Imagine that something like an operating system runs on web and it is real time. I can’t believe that Google is killing Microsoft day by day and Microsoft still sits and watches it.</p>
<p>Second, <a href="http://en.wikipedia.org/wiki/Rich_Internet_application">RIA</a>, I had a chance to test Adobe Air with Flex 3 and Microsoft Silverlight. I’m not going to compare and contrast these two technologies but I like the idea behind Adobe Air and Flex 3.</p>
<p>And last one is about Windows 7, it is much better than Vista but I’m not satisfied what I’ve seen. It is faster than Vista on file operations like copy, paste …etc. However, I can’t say same thing for all. In general, it works fine but still far behind Apple’s Leopard.</p>
<p>I’m having trouble with my stomach for two days, I might have food poisoning but I’m not sure that, just trying to get rid of it.</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=7efa744e-f26f-4a3f-876c-2caa1178f2bc"><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://mehmetalierturk.com/2009/05/29/are-you-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

