<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1" -->
<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/"
	>

<channel>
	<title>Fatih YAŞAR</title>
	<link>http://fatihyasar.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 14 Jul 2010 08:27:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>
	<language>en</language>
			<item>
		<title>Iphone development kick-start in Turkey</title>
		<link>http://fatihyasar.com/?p=7</link>
		<comments>http://fatihyasar.com/?p=7#comments</comments>
		<pubDate>Fri, 25 Dec 2009 13:31:06 +0000</pubDate>
		<dc:creator>fyasar</dc:creator>
		
		<category><![CDATA[Iphone]]></category>

		<category><![CDATA[Objective-C]]></category>

		<category><![CDATA[MacOS]]></category>

		<category><![CDATA[Cocoa]]></category>

		<category><![CDATA[Cocoa Touch]]></category>

		<guid isPermaLink="false">http://fatihyasar.com/?p=7</guid>
		<description><![CDATA[Nowadays, I’m thinking about new training lessons about Iphone development on the MacOS which will be programmer to programmer series. I thing in my country there are a lot of people who have development background on the another platform like C#, Java, PHP, Ruby etc. And these people wish to learn Iphone programming with objective-c [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://fatihyasar.com/wp-content/uploads/2009/12/xcode1.png" alt="xcode1.png" style="float: left; margin-right: 10px" height="155" width="155" />Nowadays, I’m thinking about new training lessons about Iphone development on the MacOS which will be programmer to programmer series. I thing in my country there are a lot of people who have development background on the another platform like C#, Java, PHP, Ruby etc. And these people wish to learn Iphone programming with objective-c platform but they can’t find any resources for describing that in Turkish.</p>
<p>I thougth it should be a crash course and I have asked this question to my self, what it should be ? it should be book ? the answer is “No”, it should be video training series and it should be cheapper then books.</p>
<p>So, I will start to prepare lessons in my mind and after this I will start to record lessons. And every lesson will contain a lot of information and describe good thinks according to that idea.</p>
<p>I believe that video traings are better that reading lot of e-books, it’s faster way of learning without waste lot of times.</p>
<p>By the way, this attempt won&#8217;t be commercial. people will pay for a little fee for my expense and my work. We should respect to works, shouldn&#8217;t we ?</p>
<p>It seems thats a good idea isn’t it ?</p>
]]></content:encoded>
			<wfw:commentRss>http://fatihyasar.com/?feed=rss2&amp;p=7</wfw:commentRss>
		</item>
		<item>
		<title>C# oAuth example project for LinkedIn</title>
		<link>http://fatihyasar.com/?p=4</link>
		<comments>http://fatihyasar.com/?p=4#comments</comments>
		<pubDate>Thu, 10 Dec 2009 13:08:29 +0000</pubDate>
		<dc:creator>fyasar</dc:creator>
		
		<category><![CDATA[oAuth]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[Social Networks]]></category>

		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://fatihyasar.com/?p=4</guid>
		<description><![CDATA[ i have started to write new Iphone application named Status Wave, this application is connecting to many social networks and automatically update user’s status via status wave’s multithread server which are selected networks. So, during the development of registration process of Status Wave, i worked with LinkedId API, i have to consider Linked network.
Then [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://fatihyasar.com/wp-content/uploads/2009/12/1260450096_icontexto-user-web20-linkedin.png" alt="1260450096_icontexto-user-web20-linkedin.png" style="float: right; margin-right: 10px" /> i have started to write new Iphone application named <a href="http://www.statuswave.com">Status Wave</a>, this application is connecting to many social networks and automatically update user’s status via status wave’s multithread server which are selected networks. So, during the development of registration process of <a href="http://www.statuswave.com">Status Wave</a>, i worked with <a href="http://www.linkedin.com">LinkedId</a> API, i have to consider Linked network.</p>
<p>Then i saw that <a href="http://www.linkedin.com">linkedin </a>uses <a href="http://oauth.net/">oAuth</a> mechanism for accessing their rest server API like <a href="http://www.twitter.com">Twitter</a>, <a href="http://www.linkedin.com">LinkedIn</a>, <a href="http://www.myspace.com">MySpace</a> etc.. But they have small package security differences then other networks, some api functions are only accept oauth paremeters via httpheader. I saw that, many people confused about using http headers with HttpWebRequest and HttpWebResponse classes of C#.</p>
<p>During the creating example project, i googled and i found an C# oAuth example code from code.google.com, it was developed by Eran Sandler and i changed some lines in this code then i created an example C# ASP.NET project.</p>
<p>Some notes about the LinkedIn API : Normally oAuth providers expects these parameters from your program.</p>
<ul>
<li>oauth_consumer_key</li>
<li>oauth_callback</li>
<li>oauth_version</li>
<li>oauth_signature_method</li>
<li>oauth_signature</li>
<li>oauth_timestamp</li>
<li>oauth_nonce</li>
<li>oauth_token</li>
<li>oauth_token_secret</li>
</ul>
<p>But linkedin expects these paremeters as well as oauth_verifier parameters. Linked in oauth mechanism slightly different then others ha ?</p>
<p>I want to say “Thank you” to <a href="http://developer.linkedin.com/people/taylorsingletary">Taylor Singletary</a> who is a developer in LinkedIn.</p>
<p>You can found working example project attached of this post. Or you can also follow this <a href="http://developer.linkedin.com/message/2185">project&#8217;s forum posts</a> onto linkedIn forum.</p>
<p><a href="http://fatihyasar.com/wp-content/uploads/2009/12/linkedin-oauth-example.zip" title="LinkedIn oAuth C# example project">LinkedIn oAuth C# example project</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fatihyasar.com/?feed=rss2&amp;p=4</wfw:commentRss>
		</item>
		<item>
		<title>Once again</title>
		<link>http://fatihyasar.com/?p=3</link>
		<comments>http://fatihyasar.com/?p=3#comments</comments>
		<pubDate>Thu, 10 Dec 2009 09:41:31 +0000</pubDate>
		<dc:creator>fyasar</dc:creator>
		
		<category><![CDATA[Routines]]></category>

		<guid isPermaLink="false">http://fatihyasar.com/?p=3</guid>
		<description><![CDATA[Two years ago, when i wrote my last blog entry, i thought that i would re-write as soon as posible. Actually, sometimes i need to write something about in my mind. Because i had overloaded a lot of thinks, research some thing like that. Then i’m starting again but i have small differences now, from now [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://fatihyasar.com/wp-content/uploads/2009/12/commodore64.jpg" alt="commodore64.jpg" style="float:left;margin-right:10px" />Two years ago, when i wrote my last blog entry, i thought that i would re-write as soon as posible. Actually, sometimes i need to write something about in my mind. Because i had overloaded a lot of thinks, research some thing like that. Then i’m starting again but i have small differences now, from now on, i will write my all posts in English instead of my mother language Turkish.  I agree that it will be challenge for me, i hope my entires will help someone. </p>
<p>My computer story was born with my first commodore 64 computer, i think a lot of people doesn’t know what is commodore 64  It was first adventure for some people like me. And i thought i need more speed and more graphics quality. Then i upgraded to Amiga 500. Wow it was awesome for me, i waste a lot of time on the Amiga then i plugged my first HDD to my new computer, i didn’t sleep very well a lot of nights because of this. After i had my first PC x286 Honeywell then i started programming with Qbasic. After that entire of my life was too fast until my children born.</p>
]]></content:encoded>
			<wfw:commentRss>http://fatihyasar.com/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
