<?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>Marcus Nyberg &#187; java</title>
	<atom:link href="http://www.marcusnyberg.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcusnyberg.com</link>
	<description>Digital and dangerous</description>
	<lastBuildDate>Mon, 26 Jul 2010 11:00:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Sun Certifierad Java Programmerare (SCJP)</title>
		<link>http://www.marcusnyberg.com/2009/03/23/sun-certifierad-java-programmerare-scjp/</link>
		<comments>http://www.marcusnyberg.com/2009/03/23/sun-certifierad-java-programmerare-scjp/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:46:44 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Programmering]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.marcusnyberg.com/?p=196</guid>
		<description><![CDATA[Det har inte blivit något skrivet här på sistone eftersom jag pluggat frenetiskt de senaste veckor för att certifiera mig inom programmeringsspråket Java. Idag skrev jag provet hos Cornerstone i Sundsvall och klarade det. Jag fick 68% rätt på de 72 frågorna, där gränsen var 59%. Yippie, fy fan vad jag fick slita&#8230; Nu är [...]]]></description>
			<content:encoded><![CDATA[<p>Det har inte blivit något skrivet här på sistone eftersom jag pluggat frenetiskt de senaste veckor för att certifiera mig inom programmeringsspråket Java. Idag skrev jag provet hos Cornerstone i Sundsvall och klarade det. Jag fick 68% rätt på de 72 frågorna, där gränsen var 59%. Yippie, fy fan vad jag fick slita&#8230;</p>
<p>Nu är jag alltså <a href="http://www.sun.com/training/certification/java/scjp.xml" target="_blank">certifierad java utvecklare</a> enligt Sun. Nästa mål är att certifiera mig som <a href="http://www.microsoft.com/learning/mcp/mcts/" target="_blank">Microsoft Certified Technology Specialist (MCTS)</a> i .NET Framework 2.0.</p>
<p>Detta ska firas i helgen!</p>
<p><img src="http://www.marcusnyberg.com/wp-content/uploads/2009/03/champagnebottle.jpg" alt="champagnebottle" title="champagnebottle" width="281" height="400" class="alignnone size-full wp-image-198" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcusnyberg.com/2009/03/23/sun-certifierad-java-programmerare-scjp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unix timestamp in C#, Java and php</title>
		<link>http://www.marcusnyberg.com/2008/11/20/unix-timestamp-in-c-java-and-php/</link>
		<comments>http://www.marcusnyberg.com/2008/11/20/unix-timestamp-in-c-java-and-php/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 10:30:13 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.marcusnyberg.com/2008/11/20/unix-timestamp-in-c-java-and-php/</guid>
		<description><![CDATA[For some strange reason the Dotnet framework has no conversion between a unix timestamp and a DateTime. Or has it? Why is it so when the framework has billions of other stuff that you never use. This functionality is actually something you would normally use in a system that communicates with the outside world. This [...]]]></description>
			<content:encoded><![CDATA[<p>For some strange reason the Dotnet framework has no conversion between a unix timestamp and a DateTime. Or has it? Why is it so when the framework has billions of other stuff that you never use. This functionality is actually something you would normally use in a system that communicates with the outside world.</p>
<p><a href="http://www.codeproject.com/KB/cs/timestamp.aspx">This webpage has a solution</a><br />
<a href="http://codeclimber.net.nz/archive/2007/07/10/Convert-a-Unix-timestamp-to-a-.NET-DateTime.aspx">Another page about the same stuff</a></p>
<p>In my current project I am trying to convert a Java Calendar object to a C# DateTime through JNI (Java Native Interface). I have no perfect solution at this moment but I will try to use a unix timestamp though I am losing some precision.</p>
<p>Java has direct conversion from <a href="http://java.sun.com/javase/6/docs/api/java/util/Calendar.html">Calendar</a> to <a href="http://java.sun.com/javase/6/docs/api/java/util/Date.html">Date</a> (which is a representation of a unix timestamp). Bravo! :-)</p>
<p>php has lots of functions (like <a href="http://se.php.net/strtotime">timetostr</a>, <a href="http://se.php.net/time">time</a>) to create and convert unix timestamps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcusnyberg.com/2008/11/20/unix-timestamp-in-c-java-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
