<?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>Blog.Project13.pl &#187; Project13</title>
	<atom:link href="http://www.blog.project13.pl/index.php/tag/project13/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.project13.pl</link>
	<description>The Blog of a Coder</description>
	<lastBuildDate>Sun, 05 Feb 2012 02:28:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Setup git on windows to use kdiff3 as it&#8217;s mergetool</title>
		<link>http://www.blog.project13.pl/index.php/coding/1192/setup-git-on-windows-to-use-kdiff3-as-its-mergetool/</link>
		<comments>http://www.blog.project13.pl/index.php/coding/1192/setup-git-on-windows-to-use-kdiff3-as-its-mergetool/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 23:04:22 +0000</pubDate>
		<dc:creator>Ktoso</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[mergetool]]></category>
		<category><![CDATA[Project13]]></category>
		<category><![CDATA[SCM]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.blog.project13.pl/?p=1192</guid>
		<description><![CDATA[As I&#8217;ll be leading BOTH a presentation and a workshop about git at the upcomming Academic It Festival I&#8217;m preparing myselffor the most problematic of all problems&#8230; MS Windows! Just kidding ;-) But it&#8217;s highly probable that most users will have Windows installed on their notebooks so I&#8217;ll better be prepared :-) One of the [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ll be leading BOTH a presentation and a workshop about git at the upcomming <a href="http://sfi.org.pl/edycja-2011/prelegenci" onclick="urchinTracker('/outgoing/sfi.org.pl/edycja-2011/prelegenci?referer=');">Academic It Festival</a> I&#8217;m preparing myselffor the most problematic of all problems&#8230; MS Windows! Just kidding ;-) But it&#8217;s highly probable that most users will have Windows installed on their notebooks so I&#8217;ll better be prepared :-) One of the things woth using for merges is&#8230; the mergetool. My favourite (besides intellij) is <strong>KDiff3</strong> it really rocks and usability and look and feel are on a very high standard.</p>
<p>As I&#8217;d rather show the participants around git and not just &#8220;how the hell do I use vimdiff?!&#8221; I&#8217;m posting this little snippet on howto use KDiff3 on windows. Of course we&#8217;re probably going to have quite simple conflicts that could easily be conflicted without tooling but it&#8217;s nice to have one prepared when you need one. So, this is what you need to run KDiff3 on windows as a mergetool (paste this inside of your <strong>.git/config </strong>file)</p>
<pre>
<code>[merge]
    tool = kdiff3

[mergetool "kdiff3"]
    path = C:/Program Files/KDiff3/kdiff3.exe
    keepBackup = false
    trustExitCode = false
</code>
</pre>
<p>And you&#8217;ll need to download kdiff3 for windows of course, this can be done on <a href="http://sourceforge.net/projects/kdiff3/files/kdiff3/0.9.95/" onclick="urchinTracker('/outgoing/sourceforge.net/projects/kdiff3/files/kdiff3/0.9.95/?referer=');">their sourceforga page</a>. And that&#8217;s basically it. I&#8217;ll reconfirm that this really works tomorrow as I&#8217;m getting somewhat tired already&#8230; Well then&#8230;</p>
<p><em>Gundam fighters set, ready&#8230;.. goooo!</em><br />
<em style="font-size:xx-small">* stupid quote from  G Gundam ;-)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.project13.pl/index.php/coding/1192/setup-git-on-windows-to-use-kdiff3-as-its-mergetool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>After the NetBeans Certified Platform Training in Kraków (2010)</title>
		<link>http://www.blog.project13.pl/index.php/project13/551/after-the-netbeans-certified-platform-training-in-krakow-2010/</link>
		<comments>http://www.blog.project13.pl/index.php/project13/551/after-the-netbeans-certified-platform-training-in-krakow-2010/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 13:55:32 +0000</pubDate>
		<dc:creator>Ktoso</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Project13]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[agh]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[JUG]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[polishjug]]></category>

		<guid isPermaLink="false">http://www.blog.project13.pl/?p=551</guid>
		<description><![CDATA[Amazing days and awesome people It&#8217;s been some amazing days for me during (and before) the NBPTraining. As you probably know already &#8211; I&#8217;ve been the &#8220;one-man-army&#8221; behind the organization and basically everything around this training. I got lots of help from various people, such as Dr Jarosław Wąs (from KN Glider) &#8211; it wouldn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-569" title="netbeans_2010_poster_min" src="http://www.blog.project13.pl/wp-content/uploads/2010/04/netbeans_2010_poster_min-e1272636685851.jpg" alt="" width="124" height="174" /></p>
<h3>Amazing days and awesome people</h3>
<p>It&#8217;s been <strong>some amazing days</strong> for me during (and before) the NBPTraining. As you probably know already &#8211; I&#8217;ve been the &#8220;one-man-army&#8221; behind the organization and basically everything around this training. I got lots of help from various people, such as Dr Jarosław Wąs (from <a href="http://www.glider.agh.edu.pl" onclick="urchinTracker('/outgoing/www.glider.agh.edu.pl?referer=');">KN Glider</a>) &#8211; it wouldn&#8217;t have been possible to make this training such an success  without his great and very active support. And of course &#8211; the <a href="http://www.java.pl" onclick="urchinTracker('/outgoing/www.java.pl?referer=');">PolishJUG</a>, which I&#8217;m a proud member of! :-) But one thing I have to admit, Bureaucracy is a horrible thing and really made some things (needlessly&#8230;) difficult &#8211; thank goodness in the end, we had everything well organized &#8211; as Geertjan put it on dZone:</p>
<blockquote cite="http://netbeans.dzone.com/polish-jug-netbeans-platform"><p>[...] There are also some illustrative pics to share, to give an impression of  the group (really large)<em>,</em> the trainers (really busy), and the  organization (really good) [...]</p></blockquote>
<h3>Day 0: Welcome Dinner</h3>
<p>What&#8217;s so worth mentioning about the guys just coming here anyway? Well it was a quite trip for some, especially Geertian, who had to come by train which took him about 27hours instead of just coming by car from Prague. All because of <a href="http://wiadomosci.gazeta.pl/Wiadomosci/1,80708,7778761,Eksperci_ostrzegaja__znacznie_wiekszy_wulkan__sasiad.html" onclick="urchinTracker('/outgoing/wiadomosci.gazeta.pl/Wiadomosci/1_80708_7778761_Eksperci_ostrzegaja_znacznie_wiekszy_wulkan_sasiad.html?referer=');">Eyjafjoell</a>&#8216;s eruption last week&#8230; And Toni and Geertjan were in Oslo at that time, doing a Training for an company (btw <a title="Interview wirh Gunnar Reinseth" href="http://blogs.sun.com/geertjan/entry/movie_interview_with_netbeans_platform" onclick="urchinTracker('/outgoing/blogs.sun.com/geertjan/entry/movie_interview_with_netbeans_platform?referer=');">nice interview with Gunnar Reinseth</a>) &#8211; so we were worried if they&#8217;ll be able to come to Poland due to all the flights being cancelled&#8230; Anton was lucky and but Geertjan&#8217;s original flight got cancelled&#8230; Well, he had quite an <a href="http://twitter.com/GeertjanW/status/12664576635" onclick="urchinTracker('/outgoing/twitter.com/GeertjanW/status/12664576635?referer=');">interesting</a> journey as he called it himself :-) Later when Karol joined us and soon we all went to eat some pierogi and chat a little :-)</p>
<div style="text-align: center;"><a href="http://www.blog.project13.pl/wp-content/uploads/2010/04/DSC_0001.jpg"><img class="size-medium wp-image-573" title="concentrated " src="http://www.blog.project13.pl/wp-content/uploads/2010/04/DSC_0001-300x198.jpg" alt="concentrated students" width="300" height="198" /></a></div>
<h3>Days 1 &amp; 2: The Training</h3>
<p>Thanks to dr Wąs everything went smooth and without any problems&#8230; Even though some other students also wanted to use the room we had reserved &#8211; due to the chaos caused by the <a href="http://wyborcza.pl/1,75248,7752563,Lista_ofiar__prezydenckim_Tu_154_lecialy_najwazniejsze.html" onclick="urchinTracker('/outgoing/wyborcza.pl/1_75248_7752563_Lista_ofiar_prezydenckim_Tu_154_lecialy_najwazniejsze.html?referer=');">tragic plane accident</a> and them wanting to make up for the classes they&#8217;ve lost last weekend due to the burial ceremonies&#8230; I&#8217;m really glad we managed to get the training rolling with absolutely no problems &#8211; we were really prepared for everything, along with backup projectors etc ;-)</p>
<p>If you&#8217;re not very familiar with the Java World &#8211; please note, that <em>the  training was NOT about NetBeans IDE</em>. Yeah, we did use NetBeans IDE (there&#8217;s some nice little helpers/wizards),  but that&#8217;s absolutely not a must &#8211; NBP is pure Java (<strong>just a bunch of  jar&#8217;s</strong>) and XML &#8211; so you can use anything you want to code stuff  based on NetBeans RCP. That said, the training was about real coding  stuff such as patters used in the RCP, use-cases and<strong> &#8220;</strong><strong> </strong><strong>how do I code such a feature  to scale well?&#8221;</strong>.</p>
<p>The agenda was the basic NetBeans Platform Training as outlined on <a href="http://edu.netbeans.org/courses/nbplatform-certified-training/" onclick="urchinTracker('/outgoing/edu.netbeans.org/courses/nbplatform-certified-training/?referer=');">http://edu.netbeans.org/courses/nbplatform-certified-training/</a> that&#8217;s a good thing, as only a few students actually have used the NetBeans RCP (or even ANY RCP) in their lives. The level of participants was quite diverse, some saw loose coupling in action for the first time in their lives, and others were already planing some advanced use-cases foe the things we were learning. The sources and videos for most of the examples are also hosted on <a href="http://www.netbeans.edu.pl" onclick="urchinTracker('/outgoing/www.netbeans.edu.pl?referer=');">netbeans.edu.pl</a>, so if you want to know what you&#8217;ve missed, feel free to download/watch them (if interested in FullHD versions, contact me per email). The Lookup and Nodes/Explorer Views were the most interesting features of the platform I guess. Of course having an full blown app with menus etc out of the box is also nice, but not a &#8220;life changer&#8221; if it weren&#8217;t for those mechanisms. Sadly we didn&#8217;t talk about the Lexer API (for parsing languages) but I personally talked with the guys a little about it &#8211; and why schielmann was dropped etc&#8230; A really fun and interesting insider talk :-) I simply love such conversations&#8230;<img class="alignright" title="Rich Client Programming" src="http://www.javalobby.org/articles/rich-client-programming/cover.jpg" alt="rich client programming" width="180" height="180" /></p>
<p>After the training Geertjan gave away a copy of his book (&#8220;Rich Client Programming&#8221;), to the person who asked the best, most interesting questions during the course. Of course it was then signed by all the trainers. Sadly I don&#8217;t have a picture of the books&#8217; winner, nonetheless &#8211; <strong>congratulations!</strong> After the training I also asked the guys to sign my copy of the book, hurray for signature collectors ;-)</p>
<p>Anyone interested in some of the response I got concerning the training? After the training plenty of you mailed me and thanked via forums etc, here&#8217;s a few responses:</p>
<blockquote><p>przyznaje, na prawde baaaardzo fajne szkolenie</p></blockquote>
<blockquote>
<div>Faktycznie &#8211; świetna robota.  Wielkie dzięki ;)</div>
</blockquote>
<blockquote>
<div>Tru. <acronym title="Good Job">Gj</acronym>.</div>
</blockquote>
<blockquote>
<div>[...] nie udalo mi sie zjawic a slyszalem ze bylo super ;/</div>
</blockquote>
<blockquote>
<div>[...] bedzie problemem jesli przyjde jutro na to szkolenie NetBeans&#8217;a? Bo slyszalam ze duzo ciekawych i przydatnych dla mnie rzeczy jest wiec chcialabym sobie posluchac :)</div>
</blockquote>
<div>Big big thanks to all of you, I&#8217;m happy you enjoined the training. You may want to check out <a href="http://netbeans.dzone.com/polish-jug-netbeans-platform" onclick="urchinTracker('/outgoing/netbeans.dzone.com/polish-jug-netbeans-platform?referer=');">Geertjan&#8217;s take on it on dZone</a>.</div>
<p style="text-align: center;"><a href="http://www.blog.project13.pl/wp-content/uploads/2010/04/DSC_0004.jpg"><img class="size-medium wp-image-552" title="NetBeans Platform in Cracow" src="http://www.blog.project13.pl/wp-content/uploads/2010/04/DSC_0004-300x198.jpg" alt="Group foto" width="300" height="198" /></a></p>
<h3>See you next time!</h3>
<p>I hope you all enjoined the training &#8211; we certainly did. I&#8217;ve got some opinions from happy participants, so I guess everyone liked it as much as those did.</p>
<p>If you have anything (opinions, sources or even complaints) feel free to contact me: kmalawski@project13.pl or just leave a comment here :-) Also, when you get your<strong> NetBeans Certified Engineer</strong> and would like some more promotion for your open source project &#8211; let me know and we&#8217;ll add a link to it at netbeans.edu.pl!</p>
<p><strong>Some students have already  have started their projects based on the NetBeans Platform &#8211; so what are you waiting for?! ;-)</strong></p>
<h3>What&#8217;s next for me?</h3>
<p>Well, I&#8217;m going to <a href="http://2010.geecon.org/site/schedule" onclick="urchinTracker('/outgoing/2010.geecon.org/site/schedule?referer=');"><strong>GeeCON</strong></a>, to learn about <strong>Gradle</strong>, and tap into facts and myths about <strong>JSF</strong> and other things (the <a href="http://2010.geecon.org/site/schedule" onclick="urchinTracker('/outgoing/2010.geecon.org/site/schedule?referer=');">list of good topics</a> is really long so I wont list them all here, just have a look on your own). The agenda mostly caught up my attecion and I&#8217;m really happy to be going there. What&#8217;s new for me + conferences is that I don&#8217;t have to go alone anymore. I&#8217;m going with a friend (some years older) and potentialy another girl &#8211; as she won the Google trip to GeeCON&#8230; ;-) I&#8217;m also really happy to be able to meet Adam Dudczak, thanks to whom the whole NBPT idea got ignited in me and the NetBeans Guys :-) Of course we&#8217;ll meet up  with all the <strong>PolishJUG</strong> members, (Adrian Nowak, Radosław Holewa, Marcin Gadamer and Kuba Dżon) and Miroslav will be comming too &#8211; lot&#8217;s and lot&#8217;s of programming-friends :-) Seems like Toni and Geertjan will also be comming, yay! Yeah, so that&#8217;ll be 3 days in May&#8230; but that&#8217;s not the end of my Java related stuff in May:</p>
<p>Later in May I&#8217;ll be on an Spring Source Training. It&#8217;s only the &#8220;short introductory one&#8221;, and I&#8217;m well aware that it won&#8217;t make me an spring-guru, but an insider insight about Spring, Roo or Grails is also a good thing to have.</p>
<p>By the way, did you notice that the <strong>netbeans.edu.pl is running on Grails</strong>? I&#8217;ll release it&#8217;s sources when they&#8217;re polished enough~! Viva la free software.</p>
<div id="attachment_554" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.blog.project13.pl/wp-content/uploads/2010/04/DSC_0002-2.jpg"><img class="size-medium wp-image-554 " title="NetBeans guys and Konrad Malawski" src="http://www.blog.project13.pl/wp-content/uploads/2010/04/DSC_0002-2-300x198.jpg" alt="" width="300" height="198" /></a><p class="wp-caption-text">Geertjan, Toni, Konrad (me), Karol</p></div>
<p>Oh, and for those asking: Sadly I didn&#8217;t own an PolishJUG T-Shirt at the  time of the training, so I took the most Java related I had &#8211; from <a href="http://jdd.org.pl/" onclick="urchinTracker('/outgoing/jdd.org.pl/?referer=');">Java Developers  Day</a>. Also a quite nice conference&#8230; :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.project13.pl/index.php/project13/551/after-the-netbeans-certified-platform-training-in-krakow-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xplode &#8211; initial release</title>
		<link>http://www.blog.project13.pl/index.php/project13/110/xplode-initial-release/</link>
		<comments>http://www.blog.project13.pl/index.php/project13/110/xplode-initial-release/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 10:18:11 +0000</pubDate>
		<dc:creator>Ktoso</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[Project13]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.blog.project13.pl/?p=110</guid>
		<description><![CDATA[Xplode, a simple open source J2ME game I&#8217;ve been coding some time just for fun is has gained a &#8220;quite playable&#8221; status now&#8230; So if you own a touch screen enabled device or just like to take a look at some source -- please stay with me for a sec ;-) Xplode&#8216;s idea is very [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-112 alignleft" style="margin: 5px;" title="xplode logo" src="http://www.blog.project13.pl/wp-content/uploads/2009/08/logo.png" alt="xplode logo" width="150" height="150" />Xplode, a simple <strong>open source</strong> <strong>J2ME</strong> game I&#8217;ve been coding some time just for fun is has gained a &#8220;quite playable&#8221; status now&#8230; So if you own a touch screen enabled device or just like to take a look at some source -- please stay with me for a sec ;-)</p>
<p><strong><em>Xplode</em></strong>&#8216;s idea is very simple, and not so new as I realized after finding the game: <a href="http://www.funny-games.biz/boomshine.html" target="_blank" onclick="urchinTracker('/outgoing/www.funny-games.biz/boomshine.html?referer=');">boomshine</a> online. The basic gameplay idea is simple: create an explosion (by tapping the screen) that will trigger another one as anything that touches an explosion -- also explodes. The first introduced gameplay mode (chain eXplosion) is all about creating longer than the requested chain explosions, as you succesfully explode a long enough chain, you advance to the next level -- with more dots on the field, and a longer chain to break&#8230; The overall goal is &#8220;high score hunting&#8221; I guess&#8230; High Score tracking isn&#8217;t implemented yet, but I guess I&#8217;ll eventually add it to try out the J2ME&#8217;s persistent data storage.</p>
<p>The game is <strong>100% free software</strong> (and open source) and is licensed under the <strong>General Public License 3</strong>, so if your interested, go check out the <strong>code</strong> at: <a href="http://kenai.com/projects/xplode" onclick="urchinTracker('/outgoing/kenai.com/projects/xplode?referer=');">http://kenai.com/projects/xplode</a> also, more information about the game can be found at the wiki there: <a href="http://kenai.com/projects/xplode/pages/Home" onclick="urchinTracker('/outgoing/kenai.com/projects/xplode/pages/Home?referer=');">http://kenai.com/projects/xplode/pages/Home</a> along with an explanation what the <strong>Giant Enemy Crab joke</strong> means&#8230; ;-) If your interested in a prebuild <strong>jar/jad</strong> package, please download: <a href="http://www.uploadmysoul.project13.pl/files/xplode_initial.tar.gz" onclick="urchinTracker('/outgoing/www.uploadmysoul.project13.pl/files/xplode_initial.tar.gz?referer=');">http://www.uploadmysoul.project13.pl/files/xplode_initial.tar.gz</a> which includes the source, and the files needed to install and run the game on your phone <em>(in the dist folder, yup, the jad and jar files)</em>.</p>
<p>For those of you who want to see the game in action, or even see it&#8217;s prototype versions and experiments with the manual implementation of semi transparent drawing I&#8217;ve created the bellow video, take a look if you&#8217;re interested <em>(skip the ~1st minute if you don&#8217;t care about the &#8220;pre-release test versions&#8221;)</em>.</p>
<p style="text-align: center;"><span class="youtube">
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/LLy1bIW9uYw&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/LLy1bIW9uYw&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=LLy1bIW9uYw" onclick="urchinTracker('/outgoing/www.youtube.com/watch?v=LLy1bIW9uYw&amp;referer=');"><img src="http://img.youtube.com/vi/LLy1bIW9uYw/default.jpg" width="130" height="97" border=0></a></p><br />
S<em>oundtrack: <a href="http://www.jamendo.com/en/track/22890" target="_blank" onclick="urchinTracker('/outgoing/www.jamendo.com/en/track/22890?referer=');">Reality</a> by <strong><a href="http://www.jamendo.com/en/artist/mindthings" target="_blank" onclick="urchinTracker('/outgoing/www.jamendo.com/en/artist/mindthings?referer=');">mindthings</a></strong> from the album <a href="http://www.jamendo.com/en/album/3177" target="_blank" onclick="urchinTracker('/outgoing/www.jamendo.com/en/album/3177?referer=');">The First Emotion<br />
</a>from Jamendo.com licensed under <strong>Creative Commons</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.project13.pl/index.php/project13/110/xplode-initial-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Echo &#8220;Hello web!&#8221;;</title>
		<link>http://www.blog.project13.pl/index.php/project13/3/echo-hello-web/</link>
		<comments>http://www.blog.project13.pl/index.php/project13/3/echo-hello-web/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 09:11:31 +0000</pubDate>
		<dc:creator>Ktoso</dc:creator>
				<category><![CDATA[Project13]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://www.blog.project13.pl/?p=3</guid>
		<description><![CDATA[Postanowiłem do własnego bloga skorzystać z jednej z bardziej imponujących aplikacji freesoftware/opensource/php jakie znam… WordPressa. Dlaczego? Bo jak s końcu nie zrobię bloga na czymś tak porządnym, będę spędzał godziny nad poprawianiem i odpicowywaniem go… a chciałbym się zająć innymi językami programowania ;-) Przy okazji poznam również najlepsze rozwiązania z branży CMSów, więc można na [...]]]></description>
			<content:encoded><![CDATA[<p><span>Postanowiłem do własnego bloga skorzystać z jednej z bardziej imponujących aplikacji freesoftware/opensource/ph</span>p jakie znam… WordPressa. Dlaczego? Bo jak s końcu nie zrobię bloga na czymś tak porządnym, będę spędzał godziny nad poprawianiem i odpicowywaniem go… a chciałbym się zająć innymi językami programowania ;-) Przy okazji poznam również najlepsze rozwiązania z branży CMSów, więc można na to popatrzeć jak na “badanie rynku” /*joke ;p*/</p>
<p>Blog ten będzie przezemnie traktowany tak samo jak poprzednie – miejsce gdzie zapiszę ciekawe fragmenty kodu czy inne tego typu spostrzeżenia – coś jak notatnik, ale publiczny…</p>
<p>Przeniosę tylko mój lay tutaj a następne działania to już będą snippety kodu lub inne ciekawe uwagi dot: open source, java, php, free software/open source.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.project13.pl/index.php/project13/3/echo-hello-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

