<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>configuration: debug</title>
	<atom:link href="http://huseyincakir.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://huseyincakir.wordpress.com</link>
	<description>/* some sample codes */</description>
	<lastBuildDate>Fri, 09 Dec 2011 22:53:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='huseyincakir.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/770b7a52eea9a08eadb05a9867d91ffe?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>configuration: debug</title>
		<link>http://huseyincakir.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://huseyincakir.wordpress.com/osd.xml" title="configuration: debug" />
	<atom:link rel='hub' href='http://huseyincakir.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Refresh a Page Every 10 Seconds &#8211; incase someone needs</title>
		<link>http://huseyincakir.wordpress.com/2011/12/09/refresh-a-page-every-10-seconds-incase-someone-needs/</link>
		<comments>http://huseyincakir.wordpress.com/2011/12/09/refresh-a-page-every-10-seconds-incase-someone-needs/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 22:43:08 +0000</pubDate>
		<dc:creator>huseyincakir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://huseyincakir.wordpress.com/?p=810</guid>
		<description><![CDATA[Sources: http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm http://www.9lessons.info/2009/07/auto-load-refresh-every-10-seconds-with.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=810&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><pre class="brush: cpp;">&lt;/pre&gt;
&lt;script type=&quot;text/javascript&quot;&gt;

/***********************************************
* IFrame SSI script II- © Dynamic Drive DHTML code library (http://www.dynamicdrive.com)
* Visit DynamicDrive.com for hundreds of original DHTML scripts
* This notice must stay intact for legal use
***********************************************/

//Input the IDs of the IFRAMES you wish to dynamically resize to match its content height:
//Separate each ID with a comma. Examples: [&quot;myframe1&quot;, &quot;myframe2&quot;] or [&quot;myframe&quot;] or [] for none:
var iframeids=[&quot;myframe&quot;]

//Should script hide iframe from browsers that don't support this script (non IE5+/NS6+ browsers. Recommended):
var iframehide=&quot;yes&quot;

var getFFVersion=navigator.userAgent.substring(navigator.userAgent.indexOf(&quot;Firefox&quot;)).split(&quot;/&quot;)[1]
var FFextraHeight=parseFloat(getFFVersion)&gt;=0.1? 16 : 0 //extra height in px to add to iframe in FireFox 1.0+ browsers

function resizeCaller() {
var dyniframe=new Array()
for (i=0; i&lt;iframeids.length; i++){
if (document.getElementById)
resizeIframe(iframeids[i])
//reveal iframe for lower end browsers? (see var above):
if ((document.all || document.getElementById) &amp;&amp; iframehide==&quot;no&quot;){
var tempobj=document.all? document.all[iframeids[i]] : document.getElementById(iframeids[i])
tempobj.style.display=&quot;block&quot;
}
}
}

function resizeIframe(frameid){
var currentfr=document.getElementById(frameid)
if (currentfr &amp;&amp; !window.opera){
currentfr.style.display=&quot;block&quot;
if (currentfr.contentDocument &amp;&amp; currentfr.contentDocument.body.offsetHeight) //ns6 syntax
currentfr.height = currentfr.contentDocument.body.offsetHeight+FFextraHeight;
else if (currentfr.Document &amp;&amp; currentfr.Document.body.scrollHeight) //ie5+ syntax
currentfr.height = currentfr.Document.body.scrollHeight;
if (currentfr.addEventListener)
currentfr.addEventListener(&quot;load&quot;, readjustIframe, false)
else if (currentfr.attachEvent){
currentfr.detachEvent(&quot;onload&quot;, readjustIframe) // Bug fix line
currentfr.attachEvent(&quot;onload&quot;, readjustIframe)
}
}
}

function readjustIframe(loadevt) {
var crossevt=(window.event)? event : loadevt
var iframeroot=(crossevt.currentTarget)? crossevt.currentTarget : crossevt.srcElement
if (iframeroot)
resizeIframe(iframeroot.id);
}

function loadintoIframe(iframeid, url){
if (document.getElementById)
document.getElementById(iframeid).src=url
}

if (window.addEventListener)
window.addEventListener(&quot;load&quot;, resizeCaller, false)
else if (window.attachEvent)
window.attachEvent(&quot;onload&quot;, resizeCaller)
else
window.onload=resizeCaller

&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;

$(document).ready(function(){
 var j = jQuery.noConflict();
 j(document).ready(function()
 {
 j(&quot;.refreshMe&quot;).everyTime(10000,function(i){
 j.ajax({
 url: &quot;refresh-me.php&quot;,
 cache: false,
 success: function(html){
 j(&quot;.refreshMe&quot;).html(html);
 }
 })
 })
 });
 j('.refreshMe').css({color:&quot;red&quot;});
});
&lt;/script&gt;

&lt;div class=&quot;refreshMe&quot;&gt;This will get Refreshed in 10 Seconds&lt;/div&gt;
&lt;iframe id=&quot;myframe&quot; src=&quot;http:/pagetoreload.tr/sonuc/sonuc.aspx&quot; scrolling=&quot;no&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; frameborder=&quot;0&quot; vspace=&quot;0&quot; hspace=&quot;0&quot; style=&quot;overflow:visible; width:100%; display:none&quot;&gt;&lt;/iframe&gt;
&lt;pre&gt;</pre></p>
<h3>Sources:</h3>
<p><a href="http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm">http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm</a></p>
<pre><a href="http://www.9lessons.info/2009/07/auto-load-refresh-every-10-seconds-with.html">http://www.9lessons.info/2009/07/auto-load-refresh-every-10-seconds-with.html</a></pre><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/huseyincakir.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/huseyincakir.wordpress.com/810/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/huseyincakir.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/huseyincakir.wordpress.com/810/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/huseyincakir.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/huseyincakir.wordpress.com/810/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/huseyincakir.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/huseyincakir.wordpress.com/810/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/huseyincakir.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/huseyincakir.wordpress.com/810/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/huseyincakir.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/huseyincakir.wordpress.com/810/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/huseyincakir.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/huseyincakir.wordpress.com/810/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=810&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://huseyincakir.wordpress.com/2011/12/09/refresh-a-page-every-10-seconds-incase-someone-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/346af7ec9c5ae219a55c2971eee6e654?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">huseyincakir</media:title>
		</media:content>
	</item>
		<item>
		<title>Google I/O 2011</title>
		<link>http://huseyincakir.wordpress.com/2011/05/10/google-io-2011/</link>
		<comments>http://huseyincakir.wordpress.com/2011/05/10/google-io-2011/#comments</comments>
		<pubDate>Tue, 10 May 2011 18:16:14 +0000</pubDate>
		<dc:creator>huseyincakir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://huseyincakir.wordpress.com/?p=808</guid>
		<description><![CDATA[May 10-11, 2011 / Moscone Center, San Francisco The events will be streaming the Google I/O keynotes on both days live via the Internet.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=808&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="google" src="http://www.google.com/events/io/2011/static/img/logo-live.png" alt="" width="250" height="72" /></p>
<h3><a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=209736116121854671848.000498b9019efd307ccae&amp;t=h&amp;z=17" target="_blank">May 10-11, 2011 / Moscone Center, San Francisco</a></h3>
<dl>
<dd>
<blockquote><p>The events will be streaming the Google I/O keynotes on both days live via the Internet.</p></blockquote>
</dd>
</dl><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/huseyincakir.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/huseyincakir.wordpress.com/808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/huseyincakir.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/huseyincakir.wordpress.com/808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/huseyincakir.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/huseyincakir.wordpress.com/808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/huseyincakir.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/huseyincakir.wordpress.com/808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/huseyincakir.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/huseyincakir.wordpress.com/808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/huseyincakir.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/huseyincakir.wordpress.com/808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/huseyincakir.wordpress.com/808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/huseyincakir.wordpress.com/808/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=808&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://huseyincakir.wordpress.com/2011/05/10/google-io-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/346af7ec9c5ae219a55c2971eee6e654?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">huseyincakir</media:title>
		</media:content>

		<media:content url="http://www.google.com/events/io/2011/static/img/logo-live.png" medium="image">
			<media:title type="html">google</media:title>
		</media:content>
	</item>
		<item>
		<title>mono:gtkSharp ~ Sliding Text at Drawing Area (Pango.Layout)</title>
		<link>http://huseyincakir.wordpress.com/2011/04/06/monogtksharp-sliding-text-at-drawing-area-pango-layout/</link>
		<comments>http://huseyincakir.wordpress.com/2011/04/06/monogtksharp-sliding-text-at-drawing-area-pango-layout/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 19:08:32 +0000</pubDate>
		<dc:creator>huseyincakir</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://huseyincakir.wordpress.com/?p=799</guid>
		<description><![CDATA[PROJECT REFERENCES: CODE: OUTPUT:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=799&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#0000ff;"><strong>PROJECT REFERENCES:</strong></span></p>
<p><a href="http://huseyincakir.files.wordpress.com/2011/04/ref.jpg"><img class="size-full wp-image-800 aligncenter" title="ref" src="http://huseyincakir.files.wordpress.com/2011/04/ref.jpg?w=632" alt="references"   /></a></p>
<p><span style="color:#0000ff;"><strong>CODE:</strong></span></p>
<p><pre class="brush: cpp;">
using System;
using Gtk;
using System.Xml;

//REFERENCE LINK: http://www.mono-project.com/Pango:Beginners

public class sliding_MyWindow : Window
{
 Pango.Layout layout;
 Gtk.DrawingArea da;

 int width = 500;
 int height = 500;
 int slideIndex=500;
 int arrayIndex=1;

 private string[] newsArray;

 public sliding_MyWindow()
 :base(&quot;sliding_MyWindow&quot;)
 {
 this.SetDefaultSize (width, height);
 this.DeleteEvent += new DeleteEventHandler (Onsliding_MyWindowDelete);

 da = new Gtk.DrawingArea();
 da.SetSizeRequest(width, height);

 layout = new Pango.Layout(this.PangoContext);
 layout.Width = Pango.Units.FromPixels(width);
 layout.Wrap = Pango.WrapMode.Word;
 layout.Alignment = Pango.Alignment.Left;
 layout.FontDescription = Pango.FontDescription.FromString(&quot;Arial bold 14&quot;);

 getNews(&quot;http://www.cnnturk.com/servisler/rss/turkiye.rss&quot;);

 GLib.Timeout.Add(45, new GLib.TimeoutHandler(updateText));

 this.Add(da);
 this.ShowAll();
 }

 bool updateText()
 {
 slideIndex=slideIndex-2;

 da.GdkWindow.Clear();
 da.GdkWindow.DrawLayout(da.Style.TextGC (StateType.Normal),slideIndex,5,layout);

 if(slideIndex==0)
 {
 layout.SetMarkup(newsArray[arrayIndex]);
 arrayIndex++;
 slideIndex=500;
 }

 return true;
 }

 private void getNews(string newsAddress)
 {
 try
 {
 XmlDocument rssDoc = new XmlDocument();

 System.Net.HttpWebRequest req = (System.Net.HttpWebRequest) System.Net.WebRequest.Create(newsAddress);
 req.Timeout = 1000; // milliseconds
 System.Net.WebResponse res = req.GetResponse();
 System.IO.Stream responseStream = res.GetResponseStream();
 rssDoc.Load(responseStream);
 responseStream.Close();

 XmlNodeList _ngroups = rssDoc.GetElementsByTagName(&quot;item&quot;);
 if(_ngroups.Count &gt; 0)
 {
 newsArray = new string[_ngroups.Count];

 byte spaces0 = 8, spaces1 = 9, spaces2 = 10, spaces3 = 11, spaces4 = 12, spaces5 = 13;

 for(int x = 0; x &lt; newsArray.Length; x++)
 {
 for (int y = 0; y&lt; _ngroups[x].ChildNodes.Count; y++)
 {
 switch(_ngroups[x].ChildNodes[y].Name)
 {
 case &quot;title&quot;:
 newsArray[x] = _ngroups[x].ChildNodes[y].InnerText + &quot; : &quot;;
 break;
 case &quot;description&quot;:
 newsArray[x] += _ngroups[x].ChildNodes[y].InnerText;
 break;
 }
 newsArray[x] = newsArray[x].Replace('\n', ' ').Replace((char)spaces0, ' ').Replace((char)spaces1, ' ').Replace((char)spaces2, ' ').Replace((char)spaces3, ' ').Replace((char)spaces4, ' ').Replace((char)spaces5, ' ');
 }
 }
 }
 else
 {
 Console.WriteLine(&quot;_ngroups.Count &lt; 0&quot;);
 }
 if(newsArray!=null)
 {
 if(newsArray.Length&gt;0)
 {
 layout.SetMarkup(newsArray[0]);
 Console.WriteLine(newsArray[0]);
 }
 }
 }
 catch(Exception e)
 {
 Console.WriteLine(&quot;error in getNews():&quot;+e);
 }
 }

 void Onsliding_MyWindowDelete (object sender, DeleteEventArgs a)
 {
 Application.Quit ();
 a.RetVal = true;
 }

 public static void Main()
 {
 Application.Init();
 new sliding_MyWindow();
 Application.Run();
 }

}

</pre></p>
<p><span style="color:#0000ff;"><strong>OUTPUT:</strong></span></p>
<p><a href="http://huseyincakir.files.wordpress.com/2011/04/slidetest.jpg"><img class="aligncenter size-medium wp-image-801" title="slideTest" src="http://huseyincakir.files.wordpress.com/2011/04/slidetest.jpg?w=300&#038;h=74" alt="" width="300" height="74" /></a></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/huseyincakir.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/huseyincakir.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/huseyincakir.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/huseyincakir.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/huseyincakir.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/huseyincakir.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/huseyincakir.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/huseyincakir.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/huseyincakir.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/huseyincakir.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/huseyincakir.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/huseyincakir.wordpress.com/799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/huseyincakir.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/huseyincakir.wordpress.com/799/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=799&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://huseyincakir.wordpress.com/2011/04/06/monogtksharp-sliding-text-at-drawing-area-pango-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/346af7ec9c5ae219a55c2971eee6e654?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">huseyincakir</media:title>
		</media:content>

		<media:content url="http://huseyincakir.files.wordpress.com/2011/04/ref.jpg" medium="image">
			<media:title type="html">ref</media:title>
		</media:content>

		<media:content url="http://huseyincakir.files.wordpress.com/2011/04/slidetest.jpg?w=300" medium="image">
			<media:title type="html">slideTest</media:title>
		</media:content>
	</item>
		<item>
		<title>Mono Edge</title>
		<link>http://huseyincakir.wordpress.com/2011/02/27/mono-edge/</link>
		<comments>http://huseyincakir.wordpress.com/2011/02/27/mono-edge/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 13:09:17 +0000</pubDate>
		<dc:creator>huseyincakir</dc:creator>
				<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://huseyincakir.wordpress.com/?p=792</guid>
		<description><![CDATA[As promised, here are the slides from the Mono Developer Room at FOSDEM 2011. Unfortunately no video recordings this year. Welcome F# to the MonoDevelop family (Tomas Petricek) [Slides] [Examples] Manos: web apps for the lazy hacker (Jérémie Laval) [Slides] The Web Objects Kitchen (Federico Di Gregorio) [Slides] Mono packaging in Debian and Ubuntu – [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=792&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://huseyincakir.files.wordpress.com/2011/02/using-mono.png"><img class="aligncenter size-full wp-image-793" title="using-mono" src="http://huseyincakir.files.wordpress.com/2011/02/using-mono.png?w=632" alt=""   /></a></p>
<div>
<p><img title="mono-logo" src="http://weblog.savanne.be/mono-logo1.png" alt="" width="167" height="41" /></p>
<p>As promised, here are the slides from the Mono Developer Room at FOSDEM 2011. Unfortunately no video recordings this year.</p>
<ul>
<li><strong>Welcome F# to the MonoDevelop family</strong> (Tomas Petricek) <a href="http://www.go-mono.com/files/fosdem-mono-2011/fsharp.pdf">[Slides]</a> <a href="http://www.go-mono.com/files/fosdem-mono-2011/fsharp-demos.zip">[Examples]</a></li>
<li><strong>Manos: web apps for the lazy hacker</strong> (Jérémie Laval) <a href="http://www.go-mono.com/files/fosdem-mono-2011/manos.pdf">[Slides]</a></li>
<li><strong>The Web Objects Kitchen</strong> (Federico Di Gregorio) <a href="http://www.go-mono.com/files/fosdem-mono-2011/wok.pdf">[Slides]</a></li>
<li><em> </em><strong>Mono packaging in Debian and Ubuntu – why we’re always right</strong> (Jo Shields) <a href="http://www.go-mono.com/files/fosdem-mono-2011/packaging.pdf">[Slides]</a></li>
<li><strong>Mono C++ Interop</strong> (Andreia Gaita) ) <a href="http://www.go-mono.com/files/fosdem-mono-2011/cpp_interop.pdf">[Slides]</a></li>
<li><strong>Mono’s new garbage collector</strong> (Mark Probst) <a href="http://www.myplick.com/view/a9QLYJaDdJR">[Slides + Audio Recording]</a></li>
<li><strong>A common graph database access layer for .NET/Mono </strong>(Achim Friedland) <a href="http://www.go-mono.com/files/fosdem-mono-2011/graphdb.pdf">[Slides]</a></li>
<li><strong>CloudB: a distributed hybrid storage system for the Mono framework</strong> (Antonello Provenzano) <a href="http://www.go-mono.com/files/fosdem-mono-2011/cloudb.pdf">[Slides]</a></li>
</ul>
</div>
<span style="text-align:center; display: block;"><a href="http://huseyincakir.wordpress.com/2011/02/27/mono-edge/"><img src="http://img.youtube.com/vi/uS_9nwdzfzM/2.jpg" alt="" /></a></span><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/huseyincakir.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/huseyincakir.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/huseyincakir.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/huseyincakir.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/huseyincakir.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/huseyincakir.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/huseyincakir.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/huseyincakir.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/huseyincakir.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/huseyincakir.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/huseyincakir.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/huseyincakir.wordpress.com/792/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/huseyincakir.wordpress.com/792/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/huseyincakir.wordpress.com/792/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=792&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://huseyincakir.wordpress.com/2011/02/27/mono-edge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/346af7ec9c5ae219a55c2971eee6e654?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">huseyincakir</media:title>
		</media:content>

		<media:content url="http://huseyincakir.files.wordpress.com/2011/02/using-mono.png" medium="image">
			<media:title type="html">using-mono</media:title>
		</media:content>

		<media:content url="http://weblog.savanne.be/mono-logo1.png" medium="image">
			<media:title type="html">mono-logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello GTK+ !</title>
		<link>http://huseyincakir.wordpress.com/2011/01/25/hello-gtk/</link>
		<comments>http://huseyincakir.wordpress.com/2011/01/25/hello-gtk/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 23:45:45 +0000</pubDate>
		<dc:creator>huseyincakir</dc:creator>
				<category><![CDATA[GTK+]]></category>

		<guid isPermaLink="false">http://huseyincakir.wordpress.com/?p=788</guid>
		<description><![CDATA[After a long time I managed to post a new article. This is about installing and debugging my first application with GTK+. Installation steps on Debian as follows: apt-get install libgtk2.0-dev After Installation get necessary lib paths: pkg-config &#8211;libs &#8211;cflags gtk+-2.0 And here we go: gcc -o simple main.c  -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=788&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a long time I managed to post a new article. This is about installing and debugging my first application with GTK+.</p>
<p><span style="color:#0000ff;">Installation steps on Debian as follows:</span></p>
<p>apt-get install libgtk2.0-dev</p>
<p><span style="color:#0000ff;">After Installation get necessary lib paths:</span></p>
<p>pkg-config &#8211;libs &#8211;cflags gtk+-2.0</p>
<p><span style="color:#0000ff;">And here we go:</span></p>
<p>gcc -o simple main.c  -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0</p>
<p><span style="color:#0000ff;">main.c:[http://zetcode.com/tutorials/gtktutorial/firstprograms/]</span></p>
<pre>#include &lt;gtk/gtk.h&gt;

int main( int argc, char *argv[])
{
  GtkWidget *window;

  gtk_init(&amp;argc, &amp;argv);

  window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
  gtk_widget_show(window);

  gtk_main();

  return 0;
}</pre><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/huseyincakir.wordpress.com/788/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/huseyincakir.wordpress.com/788/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/huseyincakir.wordpress.com/788/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/huseyincakir.wordpress.com/788/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/huseyincakir.wordpress.com/788/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/huseyincakir.wordpress.com/788/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/huseyincakir.wordpress.com/788/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/huseyincakir.wordpress.com/788/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/huseyincakir.wordpress.com/788/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/huseyincakir.wordpress.com/788/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/huseyincakir.wordpress.com/788/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/huseyincakir.wordpress.com/788/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/huseyincakir.wordpress.com/788/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/huseyincakir.wordpress.com/788/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=788&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://huseyincakir.wordpress.com/2011/01/25/hello-gtk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/346af7ec9c5ae219a55c2971eee6e654?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">huseyincakir</media:title>
		</media:content>
	</item>
		<item>
		<title>MonoReports: Alternative to Crystal Reports?</title>
		<link>http://huseyincakir.wordpress.com/2010/12/24/monoreports-alternative-to-crystal-reports/</link>
		<comments>http://huseyincakir.wordpress.com/2010/12/24/monoreports-alternative-to-crystal-reports/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 22:15:51 +0000</pubDate>
		<dc:creator>huseyincakir</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://huseyincakir.wordpress.com/?p=779</guid>
		<description><![CDATA[What is MonoReport? MonoReport is a handy report generator that allows creating spreadsheet reports, using the easiest possible way. There is no need for special intermediate report format to create a template. You just need a) get the report form; b) change the real values in it to the template markup (placeholders). The report template [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=779&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://huseyincakir.files.wordpress.com/2010/12/monoreports.jpg"><img class="aligncenter size-medium wp-image-780" title="monoreports" src="http://huseyincakir.files.wordpress.com/2010/12/monoreports.jpg?w=300&#038;h=176" alt="" width="300" height="176" /></a></p>
<div>
<h2>What is <strong>MonoReport</strong>?</h2>
<p><strong>MonoReport</strong> is a handy report generator that allows creating spreadsheet 					         reports, using the easiest possible way. 					         There is no need for special intermediate report format to create a template.  					         You just need a) get the report form; b) change the real values in it to the  					         template markup (placeholders). The report template is ready.</p>
<p><a title="http://www.monoreport.com/images/demo/FullDemo.swf" href="http://www.monoreport.com/images/demo/FullDemo.swf" target="_blank">http://www.monoreport.com/images/demo/FullDemo.swf</a></p>
<p><strong><span style="color:#0000ff;">DLL:</span></strong> FogSoft.MonoReport.dll</p>
<p>FogSoft.MonoReport.Processing.Process(string templateFileName, string outputFileName, Dataset data);</p>
<p>I will prepare a simple demo about mono reports but if you install, it comes with a sample application that uses windows forms&#8230;</p>
<p>By the way, the graphics show that blog getting more visitors:</p>
<p>2009 &gt;&gt; 7,409 visitors</p>
<p>2010 &gt;&gt; 21,473 visitors</p>
</div><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/huseyincakir.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/huseyincakir.wordpress.com/779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/huseyincakir.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/huseyincakir.wordpress.com/779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/huseyincakir.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/huseyincakir.wordpress.com/779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/huseyincakir.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/huseyincakir.wordpress.com/779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/huseyincakir.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/huseyincakir.wordpress.com/779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/huseyincakir.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/huseyincakir.wordpress.com/779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/huseyincakir.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/huseyincakir.wordpress.com/779/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=779&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://huseyincakir.wordpress.com/2010/12/24/monoreports-alternative-to-crystal-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/346af7ec9c5ae219a55c2971eee6e654?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">huseyincakir</media:title>
		</media:content>

		<media:content url="http://huseyincakir.files.wordpress.com/2010/12/monoreports.jpg?w=300" medium="image">
			<media:title type="html">monoreports</media:title>
		</media:content>
	</item>
		<item>
		<title>C# ~ Insert Image into Gtk.TextView</title>
		<link>http://huseyincakir.wordpress.com/2010/12/07/c-insert-image-into-gtk-textview/</link>
		<comments>http://huseyincakir.wordpress.com/2010/12/07/c-insert-image-into-gtk-textview/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 19:49:02 +0000</pubDate>
		<dc:creator>huseyincakir</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://huseyincakir.wordpress.com/?p=776</guid>
		<description><![CDATA[OUTPUT:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=776&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><pre class="brush: cpp;">
/*
 * Created by SharpDevelop.
 * User: cakirh
 * Date: 07.12.2010
 * Time: 21:36
 *
 * To change this template use Tools | Options | Coding | Edit Standard Headers.
 */


using System;
using Gtk;

namespace testgtk
{
 class  test : Window
 {
 private Pango.FontDescription font= Pango.FontDescription.FromString(&quot;Arial 32&quot;);

 private TextView txtText;
 private TextBuffer bufText;
 private ScrolledWindow scText;
 private Gdk.Pixbuf px;

 public  test()
 : base(&quot;test&quot;)
 {

 this.SetSizeRequest(300,300);
 px=new Gdk.Pixbuf(&quot;we_can_do_it.jpg&quot;);
 txtText =new TextView();
 txtText.ModifyFont(font);
 bufText=txtText.Buffer;
 TextIter insertIter = bufText.StartIter;

 bufText.InsertPixbuf(ref insertIter,px);
 bufText.Insert(ref insertIter, &quot;hello textview&quot;);

 scText=new ScrolledWindow();
 scText.Add(txtText);
 this.Add(scText);

 this.ShowAll();
 }

 public static void Main()
 {
 Application.Init();
 new test();
 Application.Run();
 }


 }
}
</pre></p>
<p><strong><span style="color:#0000ff;">OUTPUT:</span></strong><br />
<a href="http://huseyincakir.files.wordpress.com/2010/12/output.jpg"><img class="aligncenter size-medium wp-image-777" title="output" src="http://huseyincakir.files.wordpress.com/2010/12/output.jpg?w=300&#038;h=239" alt="" width="300" height="239" /></a></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/huseyincakir.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/huseyincakir.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/huseyincakir.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/huseyincakir.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/huseyincakir.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/huseyincakir.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/huseyincakir.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/huseyincakir.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/huseyincakir.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/huseyincakir.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/huseyincakir.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/huseyincakir.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/huseyincakir.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/huseyincakir.wordpress.com/776/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=776&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://huseyincakir.wordpress.com/2010/12/07/c-insert-image-into-gtk-textview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/346af7ec9c5ae219a55c2971eee6e654?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">huseyincakir</media:title>
		</media:content>

		<media:content url="http://huseyincakir.files.wordpress.com/2010/12/output.jpg?w=300" medium="image">
			<media:title type="html">output</media:title>
		</media:content>
	</item>
		<item>
		<title>GDK &#8211; Moving Cursor</title>
		<link>http://huseyincakir.wordpress.com/2010/11/15/gdk-moving-cursor/</link>
		<comments>http://huseyincakir.wordpress.com/2010/11/15/gdk-moving-cursor/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 18:50:41 +0000</pubDate>
		<dc:creator>huseyincakir</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://huseyincakir.wordpress.com/?p=771</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=771&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><pre class="brush: cpp;">
Gdk.Cursor cursor=new Gdk.Cursor(Gdk.CursorType.LeftPtr);
cursor.Display.WarpPointer(Screen,100,100)
</pre></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/huseyincakir.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/huseyincakir.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/huseyincakir.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/huseyincakir.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/huseyincakir.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/huseyincakir.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/huseyincakir.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/huseyincakir.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/huseyincakir.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/huseyincakir.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/huseyincakir.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/huseyincakir.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/huseyincakir.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/huseyincakir.wordpress.com/771/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=771&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://huseyincakir.wordpress.com/2010/11/15/gdk-moving-cursor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/346af7ec9c5ae219a55c2971eee6e654?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">huseyincakir</media:title>
		</media:content>
	</item>
		<item>
		<title>Mono,C#: Bing Translate ~ Translate &amp; Speak Methods</title>
		<link>http://huseyincakir.wordpress.com/2010/04/12/monoc-bing-translate-translate-speak-methods/</link>
		<comments>http://huseyincakir.wordpress.com/2010/04/12/monoc-bing-translate-translate-speak-methods/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 19:39:05 +0000</pubDate>
		<dc:creator>huseyincakir</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://huseyincakir.wordpress.com/?p=756</guid>
		<description><![CDATA[Hi again, I again coded some stuff just for fun&#8230; The things you need to look before going deep to my perfect code http://www.bing.com/developers/ [Get an Bing AppID] http://msdn.microsoft.com/en-us/library/ff512421.aspx [Of course some MSDN] http://msdn.microsoft.com/en-us/library/ff512420.aspx Code: Output:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=756&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://huseyincakir.files.wordpress.com/2010/04/bing-logo.png"></a></p>
<p>Hi again, I again coded some stuff just for fun&#8230;</p>
<p>The things you need to look before going deep to my perfect code <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li><a href="http://www.bing.com/developers/" target="_blank">http://www.bing.com/developers/</a> [Get an Bing AppID]</li>
<li><a href="http://msdn.microsoft.com/en-us/library/ff512421.aspx">http://msdn.microsoft.com/en-us/library/ff512421.aspx</a> [Of course some MSDN]</li>
<li><a href="http://msdn.microsoft.com/en-us/library/ff512420.aspx">http://msdn.microsoft.com/en-us/library/ff512420.aspx</a></li>
</ul>
<p><span style="color:#0000ff;"><strong>Code:</strong></span></p>
<p><pre class="brush: cpp;">
using System;
using System.Collections.Generic;
using System.Text;
using Gtk;
using System.Threading;
using System.Runtime.InteropServices;
using GtkSharp;
using GLib;
using System.Net;
using System.IO;
namespace test{
class translate : Window
{
private Entry entTranslate;
private string appId = &quot;XXXXXXXXXXXXXXXXX&quot;; //get appId from link above
private Label lblResult;
private Pango.FontDescription font = Pango.FontDescription.FromString(&quot;Verdana Bold 14&quot;);
public translate(): base(&quot;Kent_Calisma&quot;){
this.SetSizeRequest(500, 500);
this.SetPosition(WindowPosition.Center);
Button btnTranslate=new Button();
btnTranslate.Label=&quot;translate&quot;;
btnTranslate.Clicked+= new EventHandler(btnTranslate_Clicked);
entTranslate =new Entry();
lblResult =new Label();
lblResult.SetSizeRequest(400,400);
lblResult.Wrap=true;lblResult.ModifyFont(font);
Image back=new Image(&quot;bing_logo.jpg&quot;);
Fixed fixed1 = new Fixed();fixed1.Put(back,0,0);
fixed1.Put(btnTranslate,30,90);
fixed1.Put(entTranslate,30,50);
fixed1.Put(lblResult,30,250);
this.Add(fixed1);
this.ShowAll();
}
void btnTranslate_Clicked(object sender, EventArgs e){
string from2 = &quot;en&quot;;
string to = &quot;fr&quot;;
string detectUri = &quot;http://api.microsofttranslator.com/v2/Http.svc/Translate?appId=&quot; + appId +&quot;&amp;text=&quot; + entTranslate.Text + &quot;&amp;from=&quot; + from2 + &quot;&amp;to=&quot; + to;
HttpWebRequest httpWebRequest = (HttpWebRequest)WebRequest.Create(detectUri);
WebResponse resp = httpWebRequest.GetResponse();
Stream strm = resp.GetResponseStream();
StreamReader reader = new System.IO.StreamReader(strm);
string translation = reader.ReadToEnd();
Console.WriteLine(translation);
lblResult.Text=translation;
string language = &quot;en&quot;;
WebClient wc = new WebClient();
wc.DownloadFile(&quot;http://api.microsofttranslator.com/v2/Http.svc/Speak?appId=&quot;+appId+&quot;&amp;text=&quot; + entTranslate.Text + &quot;&amp;language=&quot; + language,&quot;translate.wav&quot;);
}
public static void Main(){
Application.Init();
new translate();
Application.Run();
}
}
}
 </pre></p>
<p><span style="color:#0000ff;"><strong>Output:</strong></span></p>
<pre><a href="http://huseyincakir.files.wordpress.com/2010/04/bing.jpg"><img class="aligncenter size-medium wp-image-765" title="bing" src="http://huseyincakir.files.wordpress.com/2010/04/bing.jpg?w=295&#038;h=300" alt="" width="295" height="300" /></a></pre>
<p><a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhuseyincakir.wordpress.com%2f2010%2f04%2f12%2fmonoc-bing-translate-translate-speak-methods%2f"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhuseyincakir.wordpress.com%2f2010%2f04%2f12%2fmonoc-bing-translate-translate-speak-methods%2f&amp;fgcolor=FF3300&amp;bgcolor=0000FF" border="0" alt="kick it on DotNetKicks.com" /></a></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/huseyincakir.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/huseyincakir.wordpress.com/756/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/huseyincakir.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/huseyincakir.wordpress.com/756/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/huseyincakir.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/huseyincakir.wordpress.com/756/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/huseyincakir.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/huseyincakir.wordpress.com/756/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/huseyincakir.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/huseyincakir.wordpress.com/756/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/huseyincakir.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/huseyincakir.wordpress.com/756/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/huseyincakir.wordpress.com/756/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/huseyincakir.wordpress.com/756/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=756&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://huseyincakir.wordpress.com/2010/04/12/monoc-bing-translate-translate-speak-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/346af7ec9c5ae219a55c2971eee6e654?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">huseyincakir</media:title>
		</media:content>

		<media:content url="http://huseyincakir.files.wordpress.com/2010/04/bing.jpg?w=295" medium="image">
			<media:title type="html">bing</media:title>
		</media:content>

		<media:content url="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhuseyincakir.wordpress.com%2f2010%2f04%2f12%2fmonoc-bing-translate-translate-speak-methods%2f&#038;fgcolor=FF3300&#038;bgcolor=0000FF" medium="image">
			<media:title type="html">kick it on DotNetKicks.com</media:title>
		</media:content>
	</item>
		<item>
		<title>Good news for me!</title>
		<link>http://huseyincakir.wordpress.com/2010/04/02/good-news-for-me/</link>
		<comments>http://huseyincakir.wordpress.com/2010/04/02/good-news-for-me/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 21:15:59 +0000</pubDate>
		<dc:creator>huseyincakir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://huseyincakir.wordpress.com/?p=751</guid>
		<description><![CDATA[I want to share with you that our paper that we had submitted to &#8220;The Twenty Third International Conference on Industrial, Engineering &#38; Other Applications of Applied Intelligent Systems IEA-AIE 2010&#8243; is accepted&#8230;[http://www.iea-aie2010.org/] This conference Ranked 46 among 701 conferences in the Computer Science Conference Ranking&#8230; We had posted our paper to &#8220;Special Session on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=751&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I want to share with you that our paper that we had submitted to <strong>&#8220;The Twenty Third International Conference on Industrial, Engineering &amp; Other Applications of Applied Intelligent Systems IEA-AIE 2010&#8243;</strong> is accepted&#8230;[<a href="http://www.iea-aie2010.org/">http://www.iea-aie2010.org/</a>]</p>
<p>This conference <strong>Ranked 46 among 701 conferences in the Computer Science Conference Ranking</strong>&#8230;</p>
<p>We had posted our paper to &#8220;Special Session on Engineering Knowledge and Semantic Systems&#8221; which has <strong>acceptance</strong> <strong>rate = 33%</strong>&#8230;</p>
<p>Our Paper Announced as Accepted @:</p>
<p><a href="http://www.iea-aie2010.org/index.php?option=com_content&amp;view=article&amp;id=68&amp;Itemid=73">http://www.iea-aie2010.org/index.php?option=com_content&#038;view=article&#038;id=68&#038;Itemid=73</a></p>
<blockquote><p><strong>SPECIAL SESSION: Engineering Knowledge and Semantic Systems</strong></p>
<p><em>Improving effectiveness of Query Expansion using information theoretic approach</em><br />
Hazra Imran, Aditi Sharan</p>
<p><em>Defining coupling metrics among classes in an OWL ontology</em><br />
Juan García, Francisco García, Roberto Therón</p>
<p><em>Enterprise 2.0 and semantic technologies for Open Innovation support</em><br />
Francesco Carbone, Jesús Contreras, Josefa Z. Hernández</p>
<p><em>Algorithmic Decision of Syllogisms</em><br />
Bora Kumova and Hüseyin Çakır</p>
<p><em>Matching Multilingual Tags Based on Community of Lingual Practice from Multiple Folksonomies A preliminary result</em><br />
Jason Jung</p></blockquote><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/huseyincakir.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/huseyincakir.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/huseyincakir.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/huseyincakir.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/huseyincakir.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/huseyincakir.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/huseyincakir.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/huseyincakir.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/huseyincakir.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/huseyincakir.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/huseyincakir.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/huseyincakir.wordpress.com/751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/huseyincakir.wordpress.com/751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/huseyincakir.wordpress.com/751/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=huseyincakir.wordpress.com&amp;blog=6853212&amp;post=751&amp;subd=huseyincakir&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://huseyincakir.wordpress.com/2010/04/02/good-news-for-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/346af7ec9c5ae219a55c2971eee6e654?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">huseyincakir</media:title>
		</media:content>
	</item>
	</channel>
</rss>
