<?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>dodevUnited</title>
	<atom:link href="http://dodevunited.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dodevunited.wordpress.com</link>
	<description>Developer Ninjas</description>
	<lastBuildDate>Mon, 18 Oct 2010 19:37:33 +0000</lastBuildDate>
	<language>sv</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dodevunited.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>dodevUnited</title>
		<link>http://dodevunited.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dodevunited.wordpress.com/osd.xml" title="dodevUnited" />
	<atom:link rel='hub' href='http://dodevunited.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Strange Behaviour of Cancel Button</title>
		<link>http://dodevunited.wordpress.com/2010/10/18/strange-behaviour-of-cancel-button/</link>
		<comments>http://dodevunited.wordpress.com/2010/10/18/strange-behaviour-of-cancel-button/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 19:36:48 +0000</pubDate>
		<dc:creator>JFR</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[XCode]]></category>

		<guid isPermaLink="false">http://dodevunited.wordpress.com/?p=108</guid>
		<description><![CDATA[If you call UIActionSheet&#8217;s [sheet showInView:self.view] from a view controller that is a child of a UITabViewController, then the hit testing on the cancel button fails in that portion of the UIActionSheet that lies above the tabbar&#8217;s view. If you instead pass in the UITabBarController&#8217;s view, then the UIActionSheet acts as expected. [sheet showInView:self.parentViewController.tabBarController.view]; //JFR<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=108&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you call UIActionSheet&#8217;s [sheet showInView:self.view] from a view controller that is a child of a UITabViewController, then the hit testing on the cancel button fails in that portion of the UIActionSheet that lies above the tabbar&#8217;s view.</p>
<p>If you instead pass in the UITabBarController&#8217;s view, then the UIActionSheet acts as expected.</p>
<p>[sheet showInView:self.parentViewController.tabBarController.view];</p>
<p>//JFR</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodevunited.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodevunited.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodevunited.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodevunited.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodevunited.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodevunited.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodevunited.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodevunited.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodevunited.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodevunited.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodevunited.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodevunited.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodevunited.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodevunited.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=108&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodevunited.wordpress.com/2010/10/18/strange-behaviour-of-cancel-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c40159fa907cae5c496ea2282678158?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">JFR</media:title>
		</media:content>
	</item>
		<item>
		<title>DateFormatter</title>
		<link>http://dodevunited.wordpress.com/2010/08/24/dateformatter/</link>
		<comments>http://dodevunited.wordpress.com/2010/08/24/dateformatter/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 22:16:37 +0000</pubDate>
		<dc:creator>JFR</dc:creator>
				<category><![CDATA[XCode]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[NSDateFormatter]]></category>

		<guid isPermaLink="false">http://dodevunited.wordpress.com/?p=102</guid>
		<description><![CDATA[DateFormatter can be hell. However&#8230;. Character Matches/Outputs Multiples y Year 1, 2 or 4 &#8216;y&#8217;s will show the value, 2 digit zero-padded value or 4 digit zero-padded value respectively M Month 1, 2, 3, 4 or 5 &#8216;M&#8217;s will show the value, 2 digit zero-padded value, short name, long name or initial letter months d [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=102&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>DateFormatter can be hell. However&#8230;.</p>
<table>
<thead>
<tr>
<td>Character</td>
<td>Matches/Outputs</td>
<td>Multiples</td>
</tr>
</thead>
<tbody>
<tr>
<td>y</td>
<td>Year</td>
<td>1, 2 or 4 &#8216;y&#8217;s will show the value, 2 digit zero-padded value or 4 digit zero-padded value respectively</td>
</tr>
<tr>
<td>M</td>
<td>Month</td>
<td>1, 2, 3, 4 or 5 &#8216;M&#8217;s will show the value, 2 digit zero-padded value, short name, long name or initial letter months</td>
</tr>
<tr>
<td>d</td>
<td>Day of Month</td>
<td>1 or 2 &#8216;d&#8217;s will show the value or 2 digit zero-padded value representation respectively.</td>
</tr>
<tr>
<td>E</td>
<td>Weekday</td>
<td>1, 2, 3, 4 or 5 &#8216;e&#8217;s will show the value weekday number, 2 digit zero-padded value weekday number, short name, long name or initial letter respectively. Weekday numbers starts on Sunday. Use lowercase &#8216;e&#8217; for weekday numbers starting on Monday.</td>
</tr>
<tr>
<td>a</td>
<td>AM or PM</td>
<td>No repeat supported</td>
</tr>
<tr>
<td>h</td>
<td>Hour</td>
<td>1 or 2 &#8216;h&#8217;s will show the value or 2 digit zero-padded value representation respectively. Use uppercase for 24 hour time.</td>
</tr>
<tr>
<td>m</td>
<td>Minute</td>
<td>1 or 2 &#8216;m&#8217;s will show the value or 2 digit zero-padded value representation respectively.</td>
</tr>
<tr>
<td>s</td>
<td>Second</td>
<td>1 or 2 &#8216;s&#8217;s will show the value or 2 digit zero-padded value representation respectively.</td>
</tr>
<tr>
<td>z</td>
<td>Timezone</td>
<td>1, 2, 3 or 4 &#8216;z&#8217;s will show short acronym, short name, long acronym, long name respectively. Use uppercase to show GMT offset instead of name — 1 or 2 digit zero-padded values shows GMT or RFC 822 respectively.</td>
</tr>
</tbody>
</table>
<p>Ex.</p>
<p>[inputFormatter setDateFormat:@"MM/DD/YYYY h:m:s a"]; // 8/24/2010 8:00:00 AM</p>
<p>Then remember to do the outputformatter in the format you want. </p>
<p>//JFR</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodevunited.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodevunited.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodevunited.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodevunited.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodevunited.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodevunited.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodevunited.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodevunited.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodevunited.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodevunited.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodevunited.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodevunited.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodevunited.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodevunited.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=102&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodevunited.wordpress.com/2010/08/24/dateformatter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c40159fa907cae5c496ea2282678158?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">JFR</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8221;aspnet_merge.exe&#8221; exited with code 1</title>
		<link>http://dodevunited.wordpress.com/2010/01/10/aspnet_merge-exe-exited-with-code-1/</link>
		<comments>http://dodevunited.wordpress.com/2010/01/10/aspnet_merge-exe-exited-with-code-1/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 22:08:21 +0000</pubDate>
		<dc:creator>JFR</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[kompilering]]></category>

		<guid isPermaLink="false">http://dodevunited.wordpress.com/?p=98</guid>
		<description><![CDATA[Vanligt meddelande för web-deployment för Studio 2005. Och sedan helt plötsligt sitter du där, nollad och vet inte vart du ska leta. Vanligaste problemet är dock att du har dubbla klassnamn någonstans. Och inget namespace eller samma. Detta funkar onekligen till du gör en deploy och vill ha allting i en assembly, vilket är vanligast. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=98&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Vanligt meddelande för web-deployment för Studio 2005. Och sedan helt plötsligt sitter du där, nollad och vet inte vart du ska leta.</p>
<p>Vanligaste problemet är dock att du har dubbla klassnamn någonstans. Och inget namespace eller samma. Detta funkar onekligen till du gör en deploy och vill ha allting i en assembly, vilket är vanligast. Vid kodning bryr sig inte .NET detta. </p>
<p>För att hitta vilken dublett, så slå först på bättre diagnostik vid kompileringen enligt nedan.</p>
<p><a href="http://dodevunited.files.wordpress.com/2010/01/diag.jpg"><img src="http://dodevunited.files.wordpress.com/2010/01/diag.jpg?w=450&#038;h=266" alt="" title="Här hittar du det" width="450" height="266" class="alignleft size-full wp-image-99" /></a></p>
<p>Sedan kommer du hitta vilket namn det handlar om. Döp om en och Voilá.</p>
<p>//JFR</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodevunited.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodevunited.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodevunited.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodevunited.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodevunited.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodevunited.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodevunited.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodevunited.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodevunited.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodevunited.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodevunited.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodevunited.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodevunited.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodevunited.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=98&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodevunited.wordpress.com/2010/01/10/aspnet_merge-exe-exited-with-code-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c40159fa907cae5c496ea2282678158?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">JFR</media:title>
		</media:content>

		<media:content url="http://dodevunited.files.wordpress.com/2010/01/diag.jpg" medium="image">
			<media:title type="html">Här hittar du det</media:title>
		</media:content>
	</item>
		<item>
		<title>Tappat templates</title>
		<link>http://dodevunited.wordpress.com/2009/12/22/tappat-templates/</link>
		<comments>http://dodevunited.wordpress.com/2009/12/22/tappat-templates/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 10:28:18 +0000</pubDate>
		<dc:creator>JFR</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[templates studio 2009]]></category>

		<guid isPermaLink="false">http://dodevunited.wordpress.com/2009/12/22/tappat-templates/</guid>
		<description><![CDATA[Har ni tappat alla templates i studion någon gång? Det har onekligen jag. Isf öppna en prompt. Navigera till eran installationkatalog för visual studio. Sedan ner i undermappen \common7\IDE. Se till att alla studio är nedstängda. Kör sedan &#8221;devenv /installvstemplates&#8221; God Jul //JFR<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=96&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Har ni tappat alla templates i studion någon gång? Det har onekligen jag. </p>
<p>Isf öppna en prompt. Navigera till eran installationkatalog för visual studio. Sedan ner i undermappen \common7\IDE.</p>
<p>Se till att alla studio är nedstängda.  </p>
<p>Kör sedan &#8221;devenv /installvstemplates&#8221;</p>
<p>God Jul</p>
<p>//JFR</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodevunited.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodevunited.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodevunited.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodevunited.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodevunited.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodevunited.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodevunited.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodevunited.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodevunited.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodevunited.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodevunited.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodevunited.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodevunited.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodevunited.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=96&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodevunited.wordpress.com/2009/12/22/tappat-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c40159fa907cae5c496ea2282678158?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">JFR</media:title>
		</media:content>
	</item>
		<item>
		<title>Problem i Citrix och Terminal Server</title>
		<link>http://dodevunited.wordpress.com/2009/11/16/problem-i-citrix-och-terminal-server/</link>
		<comments>http://dodevunited.wordpress.com/2009/11/16/problem-i-citrix-och-terminal-server/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 21:01:58 +0000</pubDate>
		<dc:creator>JFR</dc:creator>
				<category><![CDATA[Allmänt]]></category>
		<category><![CDATA[citrix]]></category>
		<category><![CDATA[remote desktop]]></category>

		<guid isPermaLink="false">http://dodevunited.wordpress.com/?p=93</guid>
		<description><![CDATA[Stötte på ett enormt irriterande problem igen, men finns det problem som inte är irriterande? Det var när jag körde Citrix och remote desktop. Helt plötsligt så var klipp och klistra och shift icke fungerande, efter enormt lång tid snurrande i Googles sökmotorer så hittade jag en öppning. Öppna &#8221;kör&#8221; Skriv clipbrd När programmet öppnas, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=93&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Stötte på ett enormt irriterande problem igen, men finns det problem som inte är irriterande?</p>
<p>Det var när jag körde Citrix och remote desktop. Helt plötsligt så var klipp och klistra och shift icke fungerande, efter enormt lång tid snurrande i Googles sökmotorer så hittade jag en öppning.</p>
<p>Öppna &#8221;kör&#8221;<br />
Skriv clipbrd<br />
När programmet öppnas, välj edit och delete (redigera och ta bort på svenska)<br />
Problemet löst.</p>
<p>Dock är det återkommande, men varje gång jag tömmer clipboardet via clipbrd så löser jag det.</p>
<p>//JFR</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodevunited.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodevunited.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodevunited.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodevunited.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodevunited.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodevunited.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodevunited.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodevunited.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodevunited.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodevunited.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodevunited.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodevunited.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodevunited.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodevunited.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=93&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodevunited.wordpress.com/2009/11/16/problem-i-citrix-och-terminal-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c40159fa907cae5c496ea2282678158?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">JFR</media:title>
		</media:content>
	</item>
		<item>
		<title>doDevs vd</title>
		<link>http://dodevunited.wordpress.com/2009/10/23/dodevs-vd/</link>
		<comments>http://dodevunited.wordpress.com/2009/10/23/dodevs-vd/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 19:09:37 +0000</pubDate>
		<dc:creator>JFR</dc:creator>
				<category><![CDATA[Allmänt]]></category>
		<category><![CDATA[zoolander]]></category>

		<guid isPermaLink="false">http://dodevunited.wordpress.com/2009/10/23/dodevs-vd/</guid>
		<description><![CDATA[Mr ZooLander<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=92&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mr ZooLander</p>
<p><a href="http://dodevunited.files.wordpress.com/2009/10/p_1600_1200_8454ae27-4ccc-40f2-a126-7e4a8c5bbdec.jpeg"><img src="http://dodevunited.files.wordpress.com/2009/10/p_1600_1200_8454ae27-4ccc-40f2-a126-7e4a8c5bbdec.jpeg?w=450" alt=""   class="alignnone size-full wp-image-364" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodevunited.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodevunited.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodevunited.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodevunited.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodevunited.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodevunited.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodevunited.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodevunited.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodevunited.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodevunited.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodevunited.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodevunited.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodevunited.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodevunited.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=92&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodevunited.wordpress.com/2009/10/23/dodevs-vd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c40159fa907cae5c496ea2282678158?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">JFR</media:title>
		</media:content>

		<media:content url="http://dodevunited.files.wordpress.com/2009/10/p_1600_1200_8454ae27-4ccc-40f2-a126-7e4a8c5bbdec.jpeg" medium="image" />
	</item>
		<item>
		<title>VS2008 segt som sirap</title>
		<link>http://dodevunited.wordpress.com/2009/10/01/vs2008-segt-som-sirap/</link>
		<comments>http://dodevunited.wordpress.com/2009/10/01/vs2008-segt-som-sirap/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 10:40:00 +0000</pubDate>
		<dc:creator>JFR</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://dodevunited.wordpress.com/2009/10/01/vs2008-segt-som-sirap/</guid>
		<description><![CDATA[Utvecklingen i VS2008 har varit frustrerande på slutet. Anledningen? Det har varit oerhört segt när man växlar mellan design kod samt vid högerklick i solution explorer. Har äntligen hittat lösningen. Och det var en oväntad sådan. Öppna Internet Explorer. Tools -&#62; Internet Options -&#62; Advanced -&#62; Security -&#62; Se till att &#8221;Check for publishers certificate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=90&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Utvecklingen i VS2008 har varit frustrerande på slutet. Anledningen? Det har varit oerhört segt när man växlar mellan design  kod samt vid högerklick i solution explorer. </p>
<p>Har äntligen hittat lösningen. Och det var en oväntad sådan. </p>
<p>Öppna Internet Explorer. </p>
<p>Tools -&gt; Internet Options -&gt; Advanced -&gt; Security -&gt; Se till att &#8221;Check for publishers certificate revocation&#8221; är urkryssad. </p>
<p>Jag kryssade ur alla tre med certifikat där eftersom min utv-maskin inte har inet-access ändå. </p>
<p>Så nu är VS2008 blixtsnabbt. </p>
<p>//JFR</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodevunited.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodevunited.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodevunited.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodevunited.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodevunited.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodevunited.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodevunited.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodevunited.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodevunited.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodevunited.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodevunited.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodevunited.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodevunited.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodevunited.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=90&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodevunited.wordpress.com/2009/10/01/vs2008-segt-som-sirap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c40159fa907cae5c496ea2282678158?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">JFR</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Chrome</title>
		<link>http://dodevunited.wordpress.com/2009/09/25/google-chrome/</link>
		<comments>http://dodevunited.wordpress.com/2009/09/25/google-chrome/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 20:35:25 +0000</pubDate>
		<dc:creator>JFR</dc:creator>
				<category><![CDATA[Allmänt]]></category>
		<category><![CDATA[Chrome]]></category>

		<guid isPermaLink="false">http://dodevunited.wordpress.com/?p=86</guid>
		<description><![CDATA[Min bärbara dator på jobbet är ingen värsting. Den finns för surfa runt lite och göra bankaffärer. Eftersom FireFox är oerhört lång start medan Internet Explorer är seg när den startar så beslutade jag prova Google Chrome. Och kan bara säga, snabbare läsare har jag inte träffat på. Tanka ner -&#62; http://www.google.com/chrome //JFR<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=86&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Min bärbara dator på jobbet är ingen värsting. Den finns för surfa runt lite och göra bankaffärer. Eftersom FireFox är oerhört lång start medan Internet Explorer är seg när den startar så beslutade jag prova Google Chrome.</p>
<p>Och kan bara säga, snabbare läsare har jag inte träffat på. Tanka ner -&gt; <a href="http://www.google.com/chrome">http://www.google.com/chrome</a></p>
<p>//JFR</p>
<p><img src="http://www.google.com/chrome/intl/sv/images/dlpage_alt.jpg" alt="Chrome" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodevunited.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodevunited.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodevunited.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodevunited.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodevunited.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodevunited.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodevunited.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodevunited.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodevunited.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodevunited.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodevunited.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodevunited.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodevunited.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodevunited.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=86&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodevunited.wordpress.com/2009/09/25/google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c40159fa907cae5c496ea2282678158?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">JFR</media:title>
		</media:content>

		<media:content url="http://www.google.com/chrome/intl/sv/images/dlpage_alt.jpg" medium="image">
			<media:title type="html">Chrome</media:title>
		</media:content>
	</item>
		<item>
		<title>Hosting WCF-service</title>
		<link>http://dodevunited.wordpress.com/2009/09/18/hosting-wcf-service/</link>
		<comments>http://dodevunited.wordpress.com/2009/09/18/hosting-wcf-service/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:04:51 +0000</pubDate>
		<dc:creator>JFR</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://dodevunited.wordpress.com/2009/09/18/hosting-wcf-service/</guid>
		<description><![CDATA[Håller på att arbeta med WCF-tjänster. Och försöker bygga enligt soa. Men att hosta vissa gemensamt. Hittade då denna eminenta artikel när jag sökte runt. http://blogs.microsoft.co.il/blogs/alon/archive/2008/03/12/hosting-plug-in-wcf-services.aspx //JFR<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=83&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Håller på att arbeta med WCF-tjänster. Och försöker bygga enligt soa. Men att hosta vissa gemensamt. Hittade då denna eminenta artikel när jag sökte runt.</p>
<p><a href="http://blogs.microsoft.co.il/blogs/alon/archive/2008/03/12/hosting-plug-in-wcf-services.aspx">http://blogs.microsoft.co.il/blogs/alon/archive/2008/03/12/hosting-plug-in-wcf-services.aspx</a></p>
<p>//JFR</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodevunited.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodevunited.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodevunited.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodevunited.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodevunited.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodevunited.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodevunited.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodevunited.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodevunited.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodevunited.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodevunited.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodevunited.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodevunited.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodevunited.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=83&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodevunited.wordpress.com/2009/09/18/hosting-wcf-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c40159fa907cae5c496ea2282678158?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">JFR</media:title>
		</media:content>
	</item>
		<item>
		<title>Problem synka applikationer till Itunes?</title>
		<link>http://dodevunited.wordpress.com/2009/09/17/problem-synka-applikationer-till-itunes/</link>
		<comments>http://dodevunited.wordpress.com/2009/09/17/problem-synka-applikationer-till-itunes/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 20:18:26 +0000</pubDate>
		<dc:creator>JFR</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://dodevunited.wordpress.com/2009/09/17/problem-synka-applikationer-till-itunes/</guid>
		<description><![CDATA[Det har jag haft, men nu äntligen. Efter att ha svurit om Apple i fem dagar, varav applikationerna slutade fungera och jag om och om igen fått lov att auktorisera min dator, hittade jag en lösning hos apple. http://support.apple.com/kb/TS1389 Det var den sista lösningen som fungerade. Så nu är alla inköp synkade. GAH! Var en [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=81&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Det har jag haft, men nu äntligen. Efter att ha svurit om Apple i fem dagar, varav applikationerna slutade fungera och jag om och om igen fått lov att auktorisera min dator, hittade jag en lösning hos apple.</p>
<p>http://support.apple.com/kb/TS1389</p>
<p>Det var den sista lösningen som fungerade. Så nu är alla inköp synkade. GAH!</p>
<p>Var en stund sedan sista posten, men vi har varit upptagna med att rädda världen.</p>
<p>//JFR</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodevunited.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodevunited.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodevunited.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodevunited.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodevunited.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodevunited.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodevunited.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodevunited.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodevunited.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodevunited.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodevunited.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodevunited.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodevunited.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodevunited.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodevunited.wordpress.com&amp;blog=7114791&amp;post=81&amp;subd=dodevunited&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodevunited.wordpress.com/2009/09/17/problem-synka-applikationer-till-itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c40159fa907cae5c496ea2282678158?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">JFR</media:title>
		</media:content>
	</item>
	</channel>
</rss>
