<?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>kralcan.org &#187; News</title>
	<atom:link href="http://www.kralcan.org/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kralcan.org</link>
	<description>krallık mı kaldı be abi</description>
	<lastBuildDate>Mon, 10 May 2010 08:38:54 +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>Visual Studio 2010 released</title>
		<link>http://www.kralcan.org/visual-studio-2010-released/</link>
		<comments>http://www.kralcan.org/visual-studio-2010-released/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 20:51:37 +0000</pubDate>
		<dc:creator>KralCan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[devnews]]></category>

		<guid isPermaLink="false">http://www.kralcan.org/?p=65</guid>
		<description><![CDATA[
I fired up VS 2008 for the first time today since ages and I was amazed at its speed and ease of use again.
I&#8217;ve been breathing Eclipse for the last few months while doing J2ME and Android programming. I think I have 5 different Eclipse installs on my dev box at work (including variants such [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hanselman.com/blog/content/binary/WindowsLiveWriter/VisualStudio2010Released_1353E/clip_image002_3.gif" width="240" alt="" /></p>
<p>I fired up VS 2008 for the first time today since ages and I was amazed at its speed and ease of use again.</p>
<p>I&#8217;ve been breathing Eclipse for the last few months while doing J2ME and Android programming. I think I have 5 different Eclipse installs on my dev box at work (including variants such as MotoDev for Android, Carbide.c++, etc.). While I do love Eclipse for its plugins, refactoring tools, and cross-platform abilities it is still so slow compared to VS it&#8217;s unbelievable.</p>
<p>Anyway&#8230; VS 2010 arrived today and the new stuff looks very nice but I&#8217;ll wait till all the 3rd party C++ libs (Qt and OpenSceneGraph mainly) and the plugins I use make the jump before I do.</p>
<blockquote>
<h3>What&#8217;s new in Visual Studio 2010 and .NET 4?</h3>
<p>Buttloads. Here&#8217;s the things I&#8217;m digging most.</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/bb386063%28v=VS.100%29.aspx"><strong>What&#8217;s new in Visual Studio 2010</strong></a> &#8211; The IDE and Editor has really shaped up nicely. I&#8217;ve got it installed side-by-side with by existing VS2008 with no problems. There&#8217;s <a href="http://msdn.microsoft.com/en-us/library/bb386063%28v=VS.100%29.aspx">hundreds of new things that I can&#8217;t fit here</a>, although some favorite IDE features of mine are:
<ul>
<li><strong>Multimonitor support &#8211; </strong>You can drag documents or toolboxes out of the IDE and onto other monitors.</li>
<li><strong>Zoom </strong>- You can &#8220;ctrl+scroll&#8221; (press the Ctrl key while scrolling your mouse wheel) to zoom in editors or diagrams. The editor has been totally rewritten using WPF.</li>
<li><strong>Navigate To </strong>- Hit &#8220;ctrl+comma&#8221; to navigate around your files, code, variables or methods much faster than Ctrl-F.</li>
<li><strong>Code-First Intellisense </strong>- You can hit Ctrl+Alt+Spacebar to tell toggle intellisense between regular Intellisense and a more TDD-friendly style that lets you create new classes and methods without getting hassled by the editor.</li>
</ul>
</li>
<li> <a href="http://weblogs.asp.net/scottgu/archive/2009/08/27/multi-targeting-support-vs-2010-and-net-4-series.aspx"><strong>Multi-Targeting Support</strong></a> &#8211; You can use VS2010 to create (target) .NET 2.0, 3.0, 3.5 or 4 applications. That means you can work on existing applications and get all the new IDE features while also working on new .NET 4 apps, all with the same IDE.</li>
<li><a href="http://go.microsoft.com/?linkid=9726493"><strong>ASP.NET 4 and ASP.NET MVC 2</strong></a><strong> </strong>are included in the box. <a href="http://www.asp.net/web-forms/">WebForms</a> now lets you create clean markup (no more tables) that&#8217;s semantically correct and CSS-friendly, even for &#8220;legacy&#8221; controls and clientids that you control. ViewState is way smaller and can be turned on and off with greater granularity. Chart controls are included as well. On the <a href="http://www.asp.net/mvc/">MVC 2</a> side, we&#8217;ve got Areas, Strongly-typed helpers, Templated Helpers, field validation in models, and more. Both MVC and WebForms get all the core ASP.NET 4 improvements like a smaller web.config, the new &lt;%: %&gt; encoding syntax, extensible output caching, preloading of web apps, session state compression and routing for SEO-friendly URLs.</li>
</ul>
<p>&#8230;</p>
<ul>
<li><a href="http://go.microsoft.com/?linkid=9726166"><br />
<strong>F# is in the box</strong></a> &#8211; F# ships with Visual Studio 2010. There&#8217;s a good <a href="http://go.microsoft.com/?linkid=9726166">Introduction to Functional Programming for .NET Developers</a> you should check out to see how you can use F# and how it will augment and complement your current language of choice.</li>
<li><a href="http://msdn.microsoft.com/en-us/concurrency/default.aspx"><strong></strong></a><a href="http://msdn.microsoft.com/en-us/library/dd460693%28VS.100%29.aspx"></a> Concurrency, Threading and Parallelism &#8211; Check out the <a href="http://msdn.microsoft.com/en-us/concurrency/default.aspx">Parallel Computing Dev Center</a> and how <a href="http://msdn.microsoft.com/en-us/library/dd460693%28VS.100%29.aspx">PLinq, the Task Parallel Library and the Coordination Data Structures work</a>. <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=86b3d32b-ad26-4bb8-a3ae-c1637026c3ee&amp;displaylang=en">Understand how to apply parallel patterns with .NET 4 with this awesome whitepaper</a>. There&#8217;s also <a href="http://msdn.microsoft.com/en-us/library/bb385755%28v=VS.100%29.aspx">major improvements in the Profiling Tools</a>, including a <a href="http://msdn.microsoft.com/en-us/library/dd537632%28v=VS.100%29.aspx">Concurrency Visualizer</a> for seeing how Multithreaded apps really behave. View their threads and how those threads migrate across cores.</li>
</ul>
</blockquote>
<p>(Via <a href="http://www.hanselman.com/blog/VisualStudio2010Released.aspx?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+ScottHanselman+%28Scott+Hanselman+-+ComputerZen.com%29&amp;utm_content=Google+Reader">Scott Hanselman &#8211; Visual Studio 2010 Released</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kralcan.org/visual-studio-2010-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A concise history of Adobe vs. Apple</title>
		<link>http://www.kralcan.org/a-concise-history-of-the-adobe-vs-apple/</link>
		<comments>http://www.kralcan.org/a-concise-history-of-the-adobe-vs-apple/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 14:26:00 +0000</pubDate>
		<dc:creator>KralCan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[devnews]]></category>

		<guid isPermaLink="false">http://www.kralcan.org/a-concise-history-of-the-adobe-vs-apple/</guid>
		<description><![CDATA[

Apple and Adobe are an old couple, going all the way back to the early Mac days. Adobe had created beautiful fonts, a PostScript interpreter, and had absorbed Aldus for its seminal program, PageMaker. That’s how the LaserWriter was born and the era of desktop publishing began. Besides being crucial to the Macintosh by creating [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.mondaynote.com/wp-content/uploads/2010/04/venn-mn-129-jlg.png" /><br />
<blockquote>
<p><strong>Apple and Adobe are an old couple, going all the way back to the early Mac days. </strong>Adobe had created <a href="http://www.math.utah.edu/~beebe/fonts/postscript-type-1-fonts.html">beautiful fonts</a>, a <a href="http://en.wikipedia.org/wiki/PostScript">PostScript</a> interpreter, and had absorbed <a href="http://en.wikipedia.org/wiki/Aldus_Corporation">Aldus</a> for its seminal program, <a href="http://en.wikipedia.org/wiki/Adobe_PageMaker">PageMaker</a>. That’s how the LaserWriter was born and the era of <a href="http://en.wikipedia.org/wiki/Desktop_publishing">desktop publishing</a> began. Besides being crucial to the Macintosh by creating so much desktop publishing software, Adobe also acquired and published Photoshop in 1990, at first exclusively on the Macintosh.</p>
<p><strong>One is tempted to say that without Adobe there would be no Macintosh and no Apple.</strong> Steve Jobs and John Warnock, one of Adobe’s founders, were close, even if things didn’t always go swimmingly. An Apple engineer, Gifford Calenda, began to develop TrueType, an alternative to Adobe’s “mathematical” fonts. I was at Apple when we had to make the buy-or-create decision. The basic set of Adobe fonts cost about $30, if memory serves. If Gifford and his colleagues succeeded, which they eventually did, we could get our fonts for “free”. To make sure the fonts got industry-wide adoption, Apple licensed the TrueType technology to Microsoft for free. The business model wasn’t font revenue but Adobe license fee avoidance. Adobe, understandably, wasn’t too pleased with this.</p>
<p><strong>S</strong><strong>ometime during the mid-nineties, fearing the Mac wasn’t going anywhere, Adobe made Windows its priority.</strong> Adobe’s key applications were first written for Windows and then adapted for the Mac. This continued even after Jobs’ “reverse acquisition” of Apple, when he brought NeXT technology and people to breathe new life into the Mac OS (but without Adobe’s Display PostScript, the engine behind the NeXT graphics system). Today, much to Apple’s persistent chagrin, the Mac version of Photoshop is written on an older version of the Mac platform, and the result is perceived as being inferior to the Windows version.</p>
</blockquote>
<p>Via <a href="http://www.mondaynote.com/2010/04/11/the-adobe-apple-flame-war/">The Adobe &#8211; Apple Flame War</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kralcan.org/a-concise-history-of-the-adobe-vs-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe refuses to go on warpath over Apple&#8217;s new iPhone SDK developer agreement</title>
		<link>http://www.kralcan.org/adobe-refuses-to-go-on-warpath-over-apples-new-iphone-sdk-developer-agreement/</link>
		<comments>http://www.kralcan.org/adobe-refuses-to-go-on-warpath-over-apples-new-iphone-sdk-developer-agreement/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 09:53:36 +0000</pubDate>
		<dc:creator>KralCan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[devnews]]></category>

		<guid isPermaLink="false">http://www.kralcan.org/?p=60</guid>
		<description><![CDATA[I guess they&#8217;ll wait for Apple to develop their own Photoshop killer to do that.

&#8220;Many of Adobe’s supporters have mentioned that we should discontinue the Creative Suite products on OS X as a form of retaliation. Again, this is something that Adobe would never consider in a million years. We are not looking to abuse [...]]]></description>
			<content:encoded><![CDATA[<p>I guess they&#8217;ll wait for Apple to develop their own Photoshop killer to do that.</p>
<blockquote>
<p>&#8220;Many of Adobe’s supporters have mentioned that we should discontinue the Creative Suite products on OS X as a form of retaliation. Again, this is something that Adobe would never consider in a million years. We are not looking to abuse our loyal users and make them pawns for the sake of trying to hurt another company. What is clear is that Apple most definitely would do that sort of thing as is evidenced by their recent behavior.&#8221;</p>
</blockquote>
<p>(via <a href="http://theflashblog.com/?p=1888">The Flash Blog » Apple Slaps Developers In The Face</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kralcan.org/adobe-refuses-to-go-on-warpath-over-apples-new-iphone-sdk-developer-agreement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter goes official with mobile apps, worries developers worldwide</title>
		<link>http://www.kralcan.org/twitter-goes-official-with-mobile-apps-worries-developers-worldwide/</link>
		<comments>http://www.kralcan.org/twitter-goes-official-with-mobile-apps-worries-developers-worldwide/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 09:19:00 +0000</pubDate>
		<dc:creator>KralCan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[devnews]]></category>

		<guid isPermaLink="false">http://www.kralcan.org/?p=58</guid>
		<description><![CDATA[Twitter did a Facebook this Friday and announced two official apps for Blackberry and iPhone.

Today we are excited to announce that RIM has launched the Twitter for BlackBerry app and can be downloaded for free at blackberry.com/twitter.


Some of the highlights from our perspective are:

Real-time BlackBerry push of Twitter direct messages
Camera and photo gallery integration
Browser integration [...]]]></description>
			<content:encoded><![CDATA[<p>Twitter did a Facebook this Friday and announced two official apps for <a href="http://mobile.blog.twitter.com/2010/04/official-twitter-for-blackberry-app-now.html">Blackberry</a> and <a href="http://blog.twitter.com/2010/04/twitter-for-iphone.html">iPhone</a>.</p>
<blockquote>
<p>Today we are excited to announce that RIM has launched the Twitter for BlackBerry app and can be downloaded for free at <a href="http://blackberry.com/twitter">blackberry.com/twitter</a>.
</p>
<p><img src="http://3.bp.blogspot.com/_HUbrdyYi7Nk/S754njRMbCI/AAAAAAAAAAg/GsMpAcE4reM/s400/bb-twitter_screenshot-1.jpg"></p>
<p>Some of the highlights from our perspective are:</p>
<ul>
<li>Real-time BlackBerry push of Twitter direct messages</li>
<li>Camera and photo gallery integration</li>
<li>Browser integration for Tweeting links</li>
<li>Customizable interface for changing fonts, hiding tool bars, etc.</li>
<li>Inbox integration so you can read your Twitter direct messages along side your email and text messages</li>
<li>@integration so that if you receive an email or text message which includes an @username, it is linked to the Twitter app profile page</li>
<li>Twitter lists integration</li>
<li>Notification of @mentions</li>
<li>Search for users, content, and trending topics</li>
<li>Localized for French, Italian, Spanish, German, and Brazilian Portuguese</li>
</blockquote>
<p>Looks like they developed the Blackberry app themselves (with help from RIM) but for the iPhone they got out and bought Tweetie for iPhone and will go from there.</p>
<blockquote><p>
<img src="http://atebits.cachefly.net/atebits/img/tweetiei2-large.png"></p>
<p>We&#8217;re thrilled to announce that we&#8217;ve entered into an agreement with Atebits (aka Loren Brichter) to acquire Tweetie, a leading iPhone Twitter client. Tweetie will be renamed Twitter for iPhone and made free (currently $2.99) in the iTunes AppStore in the coming weeks. Loren will become a key member of our mobile team that is already having huge impact with device makers and service providers around the world. Loren&#8217;s work won the 2009 Apple Design Award and we will eventually launch Twitter for iPad with his help.</p>
</blockquote>
<p>Two questions: What will happen to Tweetie for Mac and will they buy <a href="http://twidroid.com/">Twidroid</a> for Android or go and develop their own client from scratch?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kralcan.org/twitter-goes-official-with-mobile-apps-worries-developers-worldwide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio finally groks Javascript</title>
		<link>http://www.kralcan.org/visual-studio-finally-groks-javascript/</link>
		<comments>http://www.kralcan.org/visual-studio-finally-groks-javascript/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 11:50:24 +0000</pubDate>
		<dc:creator>KralCan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[devnews]]></category>

		<guid isPermaLink="false">http://www.kralcan.org/?p=55</guid>
		<description><![CDATA[VS gets Javascript. How does it handle heavy jQuery usage I wonder?
Because VS 2010 is psudo-executing code within the editor, it is able to handle a bunch of scenarios (both practical and wacky) that you throw at it – and is still able to provide accurate type inference and intellisense.
For example, below we are using [...]]]></description>
			<content:encoded><![CDATA[<p>VS gets Javascript. How does it handle heavy jQuery usage I wonder?</p>
<blockquote><p>Because VS 2010 is psudo-executing code within the editor, it is able to handle a bunch of scenarios (both practical and wacky) that you throw at it – and is still able to provide accurate type inference and intellisense.</p>
<p>For example, below we are using a for-loop and the browser’s window object to dynamically create and name multiple dynamic variables (bar1, bar2, bar3…bar9).  Notice how the editor’s intellisense engine identifies and provides statement completion for them:</p>
<p style="text-align: center;"><a href="http://weblogs.asp.net/scottgu/archive/2010/04/08/javascript-intellisense-improvements-with-vs-2010.aspx"><img src='http://www.kralcan.org/wp-content/uploads/2010/04/image_thumb_1B5EB00B.png' alt='javascript intellisense' /></a></p>
<p>via <a href="http://weblogs.asp.net/scottgu/archive/2010/04/08/javascript-intellisense-improvements-with-vs-2010.aspx">JavaScript Intellisense Improvements with VS 2010 &#8211; ScottGu&#8217;s Blog</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.kralcan.org/visual-studio-finally-groks-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yeni baglanti denemesi</title>
		<link>http://www.kralcan.org/yeni-baglanti-denemesi/</link>
		<comments>http://www.kralcan.org/yeni-baglanti-denemesi/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 14:49:41 +0000</pubDate>
		<dc:creator>KralCan</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.kralcan.org/yeni-baglanti-denemesi/</guid>
		<description><![CDATA[
Bunu android&#8217;deki wpToGo isimli programdan gonderiyorum.
]]></description>
			<content:encoded><![CDATA[<p><img  alt="image" height="336" width="504" src="http://www.kralcan.org/wp-content/uploads/2009/08/wpid-1251470924139.jpg" /></p>
<p>Bunu android&#8217;deki wpToGo isimli programdan gonderiyorum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kralcan.org/yeni-baglanti-denemesi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
