<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Burak Dede - Read Once Do Everytime</title>
	
	<link>http://burakdede.com</link>
	<description />
	<lastBuildDate>Tue, 15 Jun 2010 22:47:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BurakDede-OpenSourceProgrammingBlog" /><feedburner:info uri="burakdede-opensourceprogrammingblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Software How-To</media:category><itunes:explicit>no</itunes:explicit><itunes:subtitle></itunes:subtitle><itunes:category text="Technology"><itunes:category text="Software How-To" /></itunes:category><item>
		<title>Using Eclipse For Blackberry Development</title>
		<link>http://feedproxy.google.com/~r/BurakDede-OpenSourceProgrammingBlog/~3/w_qd32m03VI/</link>
		<comments>http://burakdede.com/2010/06/15/using-eclipse-for-blackberry-development/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 22:47:30 +0000</pubDate>
		<dc:creator>burakdede</dc:creator>
				<category><![CDATA[mobile development]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jde]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[rim]]></category>

		<guid isPermaLink="false">http://burakdede.com/?p=74</guid>
		<description>In order to use Eclipse for Blackberry development you have to install Eclipse Blackberry plugin which you can find by signing up for Blackberry development program from Blacberry offical site.You can also use the JDE IDE but i find user interface of the ide awful so using eclipse is a good decision. Download eclipse blackberry [...]&lt;img src="http://feeds.feedburner.com/~r/BurakDede-OpenSourceProgrammingBlog/~4/w_qd32m03VI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://burakdede.com/2010/06/15/using-eclipse-for-blackberry-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://burakdede.com/2010/06/15/using-eclipse-for-blackberry-development/</feedburner:origLink></item>
		<item>
		<title>Mysql Turkish Character Problem</title>
		<link>http://feedproxy.google.com/~r/BurakDede-OpenSourceProgrammingBlog/~3/CE0xKo3_dZY/</link>
		<comments>http://burakdede.com/2010/06/15/mysql-turkish-character-problem/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 11:35:04 +0000</pubDate>
		<dc:creator>burakdede</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[latin5]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://burakdede.com/?p=71</guid>
		<description>I come across this problem while dealing with mysql insert data , so i search a little and found solution , it is obvious that it is a character encoding problem but which one to choose is problem.First you can change the mysql connection url something like this &amp;#8221; jdbc:mysql://localhost:3306/yourconnectionname?characterEncoding=latin5&amp;#8243; , than you have to [...]&lt;img src="http://feeds.feedburner.com/~r/BurakDede-OpenSourceProgrammingBlog/~4/CE0xKo3_dZY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://burakdede.com/2010/06/15/mysql-turkish-character-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://burakdede.com/2010/06/15/mysql-turkish-character-problem/</feedburner:origLink></item>
		<item>
		<title>Introduction To J2ME Platform</title>
		<link>http://feedproxy.google.com/~r/BurakDede-OpenSourceProgrammingBlog/~3/kgO6iffmsWo/</link>
		<comments>http://burakdede.com/2010/06/14/introduction-to-j2me-platform/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 00:18:10 +0000</pubDate>
		<dc:creator>burakdede</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[mobile development]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[CDC]]></category>
		<category><![CDATA[CLDC]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[MIDP]]></category>

		<guid isPermaLink="false">http://burakdede.com/?p=65</guid>
		<description>J2ME isn’t a specific piece of software or specification. All it means is Java for small devices. Small devices range in size from pagers, mobile phones, and personal digital assistants (PDAs) all the way up to things like set-top boxes. J2ME is divided into configurations, profiles, and optional APIs, which provide specific information about APIs [...]&lt;img src="http://feeds.feedburner.com/~r/BurakDede-OpenSourceProgrammingBlog/~4/kgO6iffmsWo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://burakdede.com/2010/06/14/introduction-to-j2me-platform/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://burakdede.com/2010/06/14/introduction-to-j2me-platform/</feedburner:origLink></item>
		<item>
		<title>Creating Your First MIDlet Project : Hello World</title>
		<link>http://feedproxy.google.com/~r/BurakDede-OpenSourceProgrammingBlog/~3/ffUtyqpb93o/</link>
		<comments>http://burakdede.com/2010/06/13/creating-your-first-midlet-project-hello-world/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 16:38:14 +0000</pubDate>
		<dc:creator>burakdede</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[helloworld]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javame]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[midlet]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mpower]]></category>
		<category><![CDATA[pulsar]]></category>

		<guid isPermaLink="false">http://burakdede.com/?p=61</guid>
		<description>I assume you have proper development enviroment , which i explained for MacosX here .Here is the steps you have to follow to create new MIDlet project under Eclipse Pulsar. File -&amp;#62; New -&amp;#62; MIDlet Project Enter Project Name , and also add Configuration which i explained here for MpowerPlayer by showing path of the MPowerPlayer. [...]&lt;img src="http://feeds.feedburner.com/~r/BurakDede-OpenSourceProgrammingBlog/~4/ffUtyqpb93o" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://burakdede.com/2010/06/13/creating-your-first-midlet-project-hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://burakdede.com/2010/06/13/creating-your-first-midlet-project-hello-world/</feedburner:origLink></item>
		<item>
		<title>Developing J2ME Application on MacOSX</title>
		<link>http://feedproxy.google.com/~r/BurakDede-OpenSourceProgrammingBlog/~3/OoJIHRvkkxs/</link>
		<comments>http://burakdede.com/2010/06/13/developing-j2me-application-on-macosx/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 14:12:42 +0000</pubDate>
		<dc:creator>burakdede</dc:creator>
				<category><![CDATA[mobile development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mplayeit]]></category>
		<category><![CDATA[proguard]]></category>
		<category><![CDATA[pulsar]]></category>

		<guid isPermaLink="false">http://burakdede.com/?p=54</guid>
		<description>The reason for such a headline is that developing J2ME applications on MacosX kind of problematic.First of all there is no offical Java Wireless Toolkit for MacOS.Sun havent released one yet.You have to use 3rd party applications such as MPowerSDK.I am going to list steps to prepare your development enviroment with Eclipse IDE. Download latest [...]&lt;img src="http://feeds.feedburner.com/~r/BurakDede-OpenSourceProgrammingBlog/~4/OoJIHRvkkxs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://burakdede.com/2010/06/13/developing-j2me-application-on-macosx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://burakdede.com/2010/06/13/developing-j2me-application-on-macosx/</feedburner:origLink></item>
		<item>
		<title>Change the Default Port On Grails Application</title>
		<link>http://feedproxy.google.com/~r/BurakDede-OpenSourceProgrammingBlog/~3/-4TSPzWSlKY/</link>
		<comments>http://burakdede.com/2010/02/16/change-the-default-port-on-grails-application/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 16:17:09 +0000</pubDate>
		<dc:creator>burakdede</dc:creator>
				<category><![CDATA[grails]]></category>
		<category><![CDATA[default port]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[port]]></category>

		<guid isPermaLink="false">http://burakdede.com/?p=47</guid>
		<description>Grails applications by default run on 8080 port.But sometimes  other applications may use the same port ,to solve this problem you need to do some simple console work while starting your application.Let say you want to run your application on port 9090 insted of default one. grails -Dserver = 9090 run-app Making changes on default [...]&lt;img src="http://feeds.feedburner.com/~r/BurakDede-OpenSourceProgrammingBlog/~4/-4TSPzWSlKY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://burakdede.com/2010/02/16/change-the-default-port-on-grails-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://burakdede.com/2010/02/16/change-the-default-port-on-grails-application/</feedburner:origLink></item>
		<item>
		<title>How To Install Grails on MacOsX</title>
		<link>http://feedproxy.google.com/~r/BurakDede-OpenSourceProgrammingBlog/~3/KNRSadMBSJM/</link>
		<comments>http://burakdede.com/2010/01/13/how-to-install-grails-on-macosx/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 20:55:56 +0000</pubDate>
		<dc:creator>burakdede</dc:creator>
				<category><![CDATA[grails]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[macosx]]></category>

		<guid isPermaLink="false">http://burakdede.com/?p=44</guid>
		<description>In order to setup grails and use it form terminal you have to do some work but not much.(If you want to use grails directly you can get Netbeans or IntelliJ IDE and just show where is grails package and you are ready to go) First you need to download grails then apply to following [...]&lt;img src="http://feeds.feedburner.com/~r/BurakDede-OpenSourceProgrammingBlog/~4/KNRSadMBSJM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://burakdede.com/2010/01/13/how-to-install-grails-on-macosx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://burakdede.com/2010/01/13/how-to-install-grails-on-macosx/</feedburner:origLink></item>
		<item>
		<title>(Auto)Boxing and Unboxing with Java Generics</title>
		<link>http://feedproxy.google.com/~r/BurakDede-OpenSourceProgrammingBlog/~3/-5hiyBGTvBI/</link>
		<comments>http://burakdede.com/2009/11/17/autoboxing-and-unboxing-with-java-generics/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:03:19 +0000</pubDate>
		<dc:creator>burakdede</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[boxing]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[generics]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[unboxing]]></category>

		<guid isPermaLink="false">http://burakdede.com/?p=36</guid>
		<description>As you may know auto boxing and unboxing is a new feature of the Java 6.(which is not new for languages like C#, we can say it is new feature for the Java).Java has two main data types one is primitive type and other is reference types.Primitive types are the types generally built in language [...]&lt;img src="http://feeds.feedburner.com/~r/BurakDede-OpenSourceProgrammingBlog/~4/-5hiyBGTvBI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://burakdede.com/2009/11/17/autoboxing-and-unboxing-with-java-generics/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		<feedburner:origLink>http://burakdede.com/2009/11/17/autoboxing-and-unboxing-with-java-generics/</feedburner:origLink></item>
		<item>
		<title>Introduction to Google’s Android Platform</title>
		<link>http://feedproxy.google.com/~r/BurakDede-OpenSourceProgrammingBlog/~3/nId1U0wLeRE/</link>
		<comments>http://burakdede.com/2009/10/24/introduction-to-googles-android-platform/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 19:30:30 +0000</pubDate>
		<dc:creator>burakdede</dc:creator>
				<category><![CDATA[mobile development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[midlet]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[platform]]></category>

		<guid isPermaLink="false">http://burakdede.com/?p=20</guid>
		<description>As the title says Android is a platform that include operation system,middleware and also application programming interface(api) which is create by Google.It is a solution for developers to create rich mobile applications easily with the power and easiness of Java programming language .Why it is a solution cause mobile systems like symbian and java midlets didnt gave so much flexibility that Android platform gave to developers.&lt;img src="http://feeds.feedburner.com/~r/BurakDede-OpenSourceProgrammingBlog/~4/nId1U0wLeRE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://burakdede.com/2009/10/24/introduction-to-googles-android-platform/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://burakdede.com/2009/10/24/introduction-to-googles-android-platform/</feedburner:origLink></item>
		<item>
		<title>Hello world!</title>
		<link>http://feedproxy.google.com/~r/BurakDede-OpenSourceProgrammingBlog/~3/Ae0GB3qOXH0/</link>
		<comments>http://burakdede.com/2009/10/03/hello-world/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 11:56:55 +0000</pubDate>
		<dc:creator>burakdede</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[hello]]></category>
		<category><![CDATA[welcome]]></category>

		<guid isPermaLink="false">http://burakdede.com/?p=1</guid>
		<description>This is my first post i just wanna make sure that everything is ok and carry on the &amp;#8220;Hello World&amp;#8221; tradition with my first blog post. Subscribe to the comments for this post? Share this on Facebook Share this on FriendFeed Tweet This! Share this on del.icio.us Digg this! Add this to Google Reader Add [...]&lt;img src="http://feeds.feedburner.com/~r/BurakDede-OpenSourceProgrammingBlog/~4/Ae0GB3qOXH0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://burakdede.com/2009/10/03/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://burakdede.com/2009/10/03/hello-world/</feedburner:origLink></item>
	<media:rating>nonadult</media:rating></channel>
</rss>
