<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Jayway Team Blog</title>
	<atom:link href="http://blog.jayway.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jayway.com</link>
	<description>Sharing Experience</description>
	<lastBuildDate>Thu, 17 May 2012 07:03:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Implementing Windows 8 Push Notifications &#8211; An Example by Logol</title>
		<link>http://blog.jayway.com/2011/10/12/implementing-windows-8-push-notifications-an-example/comment-page-1/#comment-80017</link>
		<dc:creator>Logol</dc:creator>
		<pubDate>Thu, 17 May 2012 07:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=10069#comment-80017</guid>
		<description>Hi Peter,
I am a chinese too, My english is not good.Do you have a source code in win8 with javascript</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
I am a chinese too, My english is not good.Do you have a source code in win8 with javascript</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HP Laserjet 1020 in OS X Snow Leopard by Dadda</title>
		<link>http://blog.jayway.com/2010/04/08/hp-laserjet-1020-in-snow-leopard/comment-page-3/#comment-80015</link>
		<dc:creator>Dadda</dc:creator>
		<pubDate>Wed, 16 May 2012 05:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=5315#comment-80015</guid>
		<description>Thank you Tobias, I have been trying for 5 years to have this printer working with the Mac.</description>
		<content:encoded><![CDATA[<p>Thank you Tobias, I have been trying for 5 years to have this printer working with the Mac.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenGL ES Tutorial for Android – Part II &#8211; Building a polygon by Andi</title>
		<link>http://blog.jayway.com/2009/12/04/opengl-es-tutorial-for-android-%e2%80%93-part-ii-building-a-polygon/comment-page-2/#comment-80012</link>
		<dc:creator>Andi</dc:creator>
		<pubDate>Mon, 14 May 2012 18:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=2357#comment-80012</guid>
		<description>Great tutorial, thanks a lot!

@Isaac: Thank you, as an OpenGL beginner I stumbled about this one before</description>
		<content:encoded><![CDATA[<p>Great tutorial, thanks a lot!</p>
<p>@Isaac: Thank you, as an OpenGL beginner I stumbled about this one before</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5 Server-Sent Events by Gustaf Nilsson Kotte</title>
		<link>http://blog.jayway.com/2012/05/11/html5-server-sent-events/comment-page-1/#comment-80011</link>
		<dc:creator>Gustaf Nilsson Kotte</dc:creator>
		<pubDate>Mon, 14 May 2012 09:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13542#comment-80011</guid>
		<description>@Andreas Thanks a lot for your comment too! :)</description>
		<content:encoded><![CDATA[<p>@Andreas Thanks a lot for your comment too! <img src='http://blog.jayway.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5 Server-Sent Events by Gustaf Nilsson Kotte</title>
		<link>http://blog.jayway.com/2012/05/11/html5-server-sent-events/comment-page-1/#comment-80010</link>
		<dc:creator>Gustaf Nilsson Kotte</dc:creator>
		<pubDate>Mon, 14 May 2012 09:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13542#comment-80010</guid>
		<description>@Phil, Thanks a lot for your comment! I&#039;ll answer in a slightly different ordering..

&quot;You’ve probably noticed: I think we should be getting behind WebSockets :)&quot;

I agree. And I think we should be getting behind EventSource too, since they both have their pros and cons in different scenarios! :) If we can find scenarios where one is preferable over the other, we can make better decisions.

&quot;The benefits of the realtime web are really about interaction and engagement. To achieve this you need two-way communication and that’s what WebSockets offer. For that reason I wouldn’t say EventSource is an alternative to WebSockets. For me, they are only useful for connecting and pushing data. That makes the use cases limited.&quot;

We have two-way communication with EventSource+XMLHttpRequest, so the scenarios that are left IMO is the scenarios when you have lots of data client-to-server and it needs to &quot;real&quot; realtime. (i.e. games, some collaboration tools and perhaps trading apps). Can you think of more scenarios?

&quot;One of the benefits of WebSockets is the lower latency. You connect, upgrade the connection from HTTP and from there messages are small with very little overhead.&quot;

Yes, it&#039;s a lower latency per message client-to-server, but not the other way = good for &quot;real&quot; realtime client-to-server. 

&quot;If you do open and close an connection with EventSource then you are introducing an overhead (HTTP headers) with those connections.&quot;

If the event server is keeping the connection open, the number of HTTP requests will be exactly the same as in WebSockets.

To summarize: As I see it, if the scenario is that you need &quot;real&quot; realtime for client-to-server communication, then go for WebSockets. Otherwise, EventSource/SSE is a technology you should consider evaluating.</description>
		<content:encoded><![CDATA[<p>@Phil, Thanks a lot for your comment! I&#8217;ll answer in a slightly different ordering..</p>
<p>&#8220;You’ve probably noticed: I think we should be getting behind WebSockets <img src='http://blog.jayway.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8221;</p>
<p>I agree. And I think we should be getting behind EventSource too, since they both have their pros and cons in different scenarios! <img src='http://blog.jayway.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If we can find scenarios where one is preferable over the other, we can make better decisions.</p>
<p>&#8220;The benefits of the realtime web are really about interaction and engagement. To achieve this you need two-way communication and that’s what WebSockets offer. For that reason I wouldn’t say EventSource is an alternative to WebSockets. For me, they are only useful for connecting and pushing data. That makes the use cases limited.&#8221;</p>
<p>We have two-way communication with EventSource+XMLHttpRequest, so the scenarios that are left IMO is the scenarios when you have lots of data client-to-server and it needs to &#8220;real&#8221; realtime. (i.e. games, some collaboration tools and perhaps trading apps). Can you think of more scenarios?</p>
<p>&#8220;One of the benefits of WebSockets is the lower latency. You connect, upgrade the connection from HTTP and from there messages are small with very little overhead.&#8221;</p>
<p>Yes, it&#8217;s a lower latency per message client-to-server, but not the other way = good for &#8220;real&#8221; realtime client-to-server. </p>
<p>&#8220;If you do open and close an connection with EventSource then you are introducing an overhead (HTTP headers) with those connections.&#8221;</p>
<p>If the event server is keeping the connection open, the number of HTTP requests will be exactly the same as in WebSockets.</p>
<p>To summarize: As I see it, if the scenario is that you need &#8220;real&#8221; realtime for client-to-server communication, then go for WebSockets. Otherwise, EventSource/SSE is a technology you should consider evaluating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Google Maps API Example by Henrik Lundahl</title>
		<link>http://blog.jayway.com/2012/04/02/simple-google-maps-api-example/comment-page-1/#comment-80009</link>
		<dc:creator>Henrik Lundahl</dc:creator>
		<pubDate>Sun, 13 May 2012 20:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=12605#comment-80009</guid>
		<description>@Peter
Thanks!

We haven&#039;t encountered the problem with the circle in our project, but there we are still using version 3.6. It seems to me then that there is a bug in the 3.7 version that&#039;s neither in 3.6 nor 3.8.</description>
		<content:encoded><![CDATA[<p>@Peter<br />
Thanks!</p>
<p>We haven&#8217;t encountered the problem with the circle in our project, but there we are still using version 3.6. It seems to me then that there is a bug in the 3.7 version that&#8217;s neither in 3.6 nor 3.8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Google Maps API Example by Henrik Lundahl</title>
		<link>http://blog.jayway.com/2012/04/02/simple-google-maps-api-example/comment-page-1/#comment-80008</link>
		<dc:creator>Henrik Lundahl</dc:creator>
		<pubDate>Sun, 13 May 2012 20:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=12605#comment-80008</guid>
		<description>@Anup
Every call to addMarker in my example code will put a new marker on the map, but the code only keeps track of one InfoWindow. If you remove the immediate function call at the definition of the infoWindowVisible function, like this:

var infoWindowVisible = function () {
    var currentlyVisible = false;
 
    return function (visible) {
      if (visible !== undefined) {
        currentlyVisible = visible;
      }
 
      return currentlyVisible;
    };
  };

... you can then call infoWindowVisible to get a function to track the InfoWindow state for each marker. If you call it at the beginning of addInfoWindowListeners like this:

var infoWindowVisible = infoWindowVisible();

... you don&#039;t need to change anything else in addInfoWindowListeners.

There might be more you&#039;ll need to change to get your use case to work. Good luck!</description>
		<content:encoded><![CDATA[<p>@Anup<br />
Every call to addMarker in my example code will put a new marker on the map, but the code only keeps track of one InfoWindow. If you remove the immediate function call at the definition of the infoWindowVisible function, like this:</p>
<p>var infoWindowVisible = function () {<br />
    var currentlyVisible = false;</p>
<p>    return function (visible) {<br />
      if (visible !== undefined) {<br />
        currentlyVisible = visible;<br />
      }</p>
<p>      return currentlyVisible;<br />
    };<br />
  };</p>
<p>&#8230; you can then call infoWindowVisible to get a function to track the InfoWindow state for each marker. If you call it at the beginning of addInfoWindowListeners like this:</p>
<p>var infoWindowVisible = infoWindowVisible();</p>
<p>&#8230; you don&#8217;t need to change anything else in addInfoWindowListeners.</p>
<p>There might be more you&#8217;ll need to change to get your use case to work. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Google Maps API Example by Henrik Lundahl</title>
		<link>http://blog.jayway.com/2012/04/02/simple-google-maps-api-example/comment-page-1/#comment-80007</link>
		<dc:creator>Henrik Lundahl</dc:creator>
		<pubDate>Sun, 13 May 2012 20:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=12605#comment-80007</guid>
		<description>@Jose
Glad you liked it. Thanks!</description>
		<content:encoded><![CDATA[<p>@Jose<br />
Glad you liked it. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Windows 8] CSharp targets not found in Blend 5 after Windows Phone SDK by Stefan</title>
		<link>http://blog.jayway.com/2012/04/23/windows-8-csharp-targets-not-found-in-blend-5-after-windows-phone-sdk/comment-page-1/#comment-80006</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Sun, 13 May 2012 19:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13332#comment-80006</guid>
		<description>Thanks!  I had just given up and assumed that it wouldn&#039;t work. Still can&#039;t get Blend 4 for the Phone working...</description>
		<content:encoded><![CDATA[<p>Thanks!  I had just given up and assumed that it wouldn&#8217;t work. Still can&#8217;t get Blend 4 for the Phone working&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5 Server-Sent Events by Andreas Hammar</title>
		<link>http://blog.jayway.com/2012/05/11/html5-server-sent-events/comment-page-1/#comment-80005</link>
		<dc:creator>Andreas Hammar</dc:creator>
		<pubDate>Sat, 12 May 2012 22:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13542#comment-80005</guid>
		<description>Thank you for a great overview!
I agree with Phil on the use of websequencediagrams, they&#039;re super.
On websockets vs SSE I definitely see a use case for SSE in some cases.</description>
		<content:encoded><![CDATA[<p>Thank you for a great overview!<br />
I agree with Phil on the use of websequencediagrams, they&#8217;re super.<br />
On websockets vs SSE I definitely see a use case for SSE in some cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performing any Selector on the Main Thread by bob</title>
		<link>http://blog.jayway.com/2010/03/30/performing-any-selector-on-the-main-thread/comment-page-1/#comment-80000</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Fri, 11 May 2012 19:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=5209#comment-80000</guid>
		<description>This varargs stuff is very ugly. It would be much cleaner to use a proxy object that uses -forwardInvocation: to perform it on the main thread. You would call it by something like this: [[MainThreadForwardProxy proxyWithTarget:self retainArguments:YES] setFrame:CGRectMake(40, 40, 200, 100)]

[MainThreadForwardProxy proxyWithTarget:self retainArguments:YES] returns an object that has -forwardInvocation: and -methodSignatureForSelector:. Its -methodSignatureForSelector: simply asks its target for the signature. Its -forwardInvocation doesn&#039;t have to do any varargs monkey business because it already gets the properly set up invocation.</description>
		<content:encoded><![CDATA[<p>This varargs stuff is very ugly. It would be much cleaner to use a proxy object that uses -forwardInvocation: to perform it on the main thread. You would call it by something like this: [[MainThreadForwardProxy proxyWithTarget:self retainArguments:YES] setFrame:CGRectMake(40, 40, 200, 100)]</p>
<p>[MainThreadForwardProxy proxyWithTarget:self retainArguments:YES] returns an object that has -forwardInvocation: and -methodSignatureForSelector:. Its -methodSignatureForSelector: simply asks its target for the signature. Its -forwardInvocation doesn&#8217;t have to do any varargs monkey business because it already gets the properly set up invocation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5 Server-Sent Events by Phil Leggetter</title>
		<link>http://blog.jayway.com/2012/05/11/html5-server-sent-events/comment-page-1/#comment-79999</link>
		<dc:creator>Phil Leggetter</dc:creator>
		<pubDate>Fri, 11 May 2012 18:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13542#comment-79999</guid>
		<description>For me EventSource seems like a half-way house with limited usage. Browser support is actually (marginally) better for WebSockets too:

* http://caniuse.com/#search=eventsource
* http://caniuse.com/#search=websockets

The benefits of the realtime web are really about interaction and engagement. To achieve this you need two-way communication and that&#039;s what WebSockets offer. For that reason I wouldn&#039;t say EventSource is an alternative to WebSockets. For me, they are only useful for connecting and pushing data. That makes the use cases limited.

One of the benefits of WebSockets is the lower latency. You connect, upgrade the connection from HTTP and from there messages are small with very little overhead. If you do open and close an connection with EventSource then you are introducing an overhead (HTTP headers) with those connections.

You&#039;ve probably noticed: I think we should be getting behind WebSockets :) Even the inventor of &#039;Comet&#039; thinks that&#039;s the case: http://www.leggetter.co.uk/2012/04/22/websockets-realise-comet-theyre-not-an-alternative.html#comment-518850026

I do have to admit, however, that with the EventSource Polyfill (https://github.com/remy/polyfills/blob/master/EventSource.js) you probably get very close to 100% browser coverage. Whereas with the WebSockets one you are probably just high 90&#039;s.

Anyway, very informative post and very nice WebSequenceDiagrams - they are super-useful.</description>
		<content:encoded><![CDATA[<p>For me EventSource seems like a half-way house with limited usage. Browser support is actually (marginally) better for WebSockets too:</p>
<p>* <a href="http://caniuse.com/#search=eventsource" rel="nofollow">http://caniuse.com/#search=eventsource</a><br />
* <a href="http://caniuse.com/#search=websockets" rel="nofollow">http://caniuse.com/#search=websockets</a></p>
<p>The benefits of the realtime web are really about interaction and engagement. To achieve this you need two-way communication and that&#8217;s what WebSockets offer. For that reason I wouldn&#8217;t say EventSource is an alternative to WebSockets. For me, they are only useful for connecting and pushing data. That makes the use cases limited.</p>
<p>One of the benefits of WebSockets is the lower latency. You connect, upgrade the connection from HTTP and from there messages are small with very little overhead. If you do open and close an connection with EventSource then you are introducing an overhead (HTTP headers) with those connections.</p>
<p>You&#8217;ve probably noticed: I think we should be getting behind WebSockets <img src='http://blog.jayway.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Even the inventor of &#8216;Comet&#8217; thinks that&#8217;s the case: <a href="http://www.leggetter.co.uk/2012/04/22/websockets-realise-comet-theyre-not-an-alternative.html#comment-518850026" rel="nofollow">http://www.leggetter.co.uk/2012/04/22/websockets-realise-comet-theyre-not-an-alternative.html#comment-518850026</a></p>
<p>I do have to admit, however, that with the EventSource Polyfill (<a href="https://github.com/remy/polyfills/blob/master/EventSource.js" rel="nofollow">https://github.com/remy/polyfills/blob/master/EventSource.js</a>) you probably get very close to 100% browser coverage. Whereas with the WebSockets one you are probably just high 90&#8242;s.</p>
<p>Anyway, very informative post and very nice WebSequenceDiagrams &#8211; they are super-useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Windows 8] CSharp targets not found in Blend 5 after Windows Phone SDK by Håkan Reis</title>
		<link>http://blog.jayway.com/2012/04/23/windows-8-csharp-targets-not-found-in-blend-5-after-windows-phone-sdk/comment-page-1/#comment-79998</link>
		<dc:creator>Håkan Reis</dc:creator>
		<pubDate>Fri, 11 May 2012 13:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13332#comment-79998</guid>
		<description>Ahh, that&#039;s a lot easier. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Ahh, that&#8217;s a lot easier. Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting to Windows 8 from Windows Phone &#124; Working with third party libraries and JSON (6 of 12) by rob</title>
		<link>http://blog.jayway.com/2012/04/16/converting-to-windows-8-from-windows-phone-working-with-third-party-libraries-and-json-6-of-12/comment-page-1/#comment-79997</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Fri, 11 May 2012 13:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13063#comment-79997</guid>
		<description>does that mean the WP7 standard .net namespace for serialising and deserialising JSON does not exist in Win8 ?

System.Runtime.Serialization.Json;</description>
		<content:encoded><![CDATA[<p>does that mean the WP7 standard .net namespace for serialising and deserialising JSON does not exist in Win8 ?</p>
<p>System.Runtime.Serialization.Json;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Windows 8] CSharp targets not found in Blend 5 after Windows Phone SDK by Eljay</title>
		<link>http://blog.jayway.com/2012/04/23/windows-8-csharp-targets-not-found-in-blend-5-after-windows-phone-sdk/comment-page-1/#comment-79995</link>
		<dc:creator>Eljay</dc:creator>
		<pubDate>Thu, 10 May 2012 14:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13332#comment-79995</guid>
		<description>Or from a CMD.exe shell...
setx VisualStudioVersion 11.0</description>
		<content:encoded><![CDATA[<p>Or from a CMD.exe shell&#8230;<br />
setx VisualStudioVersion 11.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to snmp4j by Johan Rask</title>
		<link>http://blog.jayway.com/2010/05/21/introduction-to-snmp4j/comment-page-1/#comment-79992</link>
		<dc:creator>Johan Rask</dc:creator>
		<pubDate>Thu, 10 May 2012 10:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=5578#comment-79992</guid>
		<description>Nope, you do not need anything else but the snmp4j jars.</description>
		<content:encoded><![CDATA[<p>Nope, you do not need anything else but the snmp4j jars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting to Windows 8 from Windows Phone &#124; Looking back&#8211;what would we do differently (12 of 12) by Håkan Reis</title>
		<link>http://blog.jayway.com/2012/05/08/porting-to-windows-8-from-windows-phone-looking-backwhat-would-we-do-differently-12-of-12/comment-page-1/#comment-79990</link>
		<dc:creator>Håkan Reis</dc:creator>
		<pubDate>Thu, 10 May 2012 08:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13497#comment-79990</guid>
		<description>As neither implicit data templates nor custom markup extensions are part of the Windows Phone platform, there were no need for these features for the conversion. 

Implicit data templates isn&#039;t a big problem. Template selectors are still applicable, although not as elegant as implicit data templates.  

When it comes to custom markup extension&lt; there are no easy answers, sometimes it&#039;s possible to use type converters but more often you have to rethink how your view models work. 

Hopefully the functionality will reach WinRT XAML but for now rework for this has to be done if you are trying to port a SL5 or WPF project. And I would suggest reworking most of the views anyway as the design and interaction in Metro design is quite different from what you normally do in WPF and Silverlight.</description>
		<content:encoded><![CDATA[<p>As neither implicit data templates nor custom markup extensions are part of the Windows Phone platform, there were no need for these features for the conversion. </p>
<p>Implicit data templates isn&#8217;t a big problem. Template selectors are still applicable, although not as elegant as implicit data templates.  </p>
<p>When it comes to custom markup extension< there are no easy answers, sometimes it&#8217;s possible to use type converters but more often you have to rethink how your view models work. </p>
<p>Hopefully the functionality will reach WinRT XAML but for now rework for this has to be done if you are trying to port a SL5 or WPF project. And I would suggest reworking most of the views anyway as the design and interaction in Metro design is quite different from what you normally do in WPF and Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to snmp4j by raven</title>
		<link>http://blog.jayway.com/2010/05/21/introduction-to-snmp4j/comment-page-1/#comment-79989</link>
		<dc:creator>raven</dc:creator>
		<pubDate>Thu, 10 May 2012 06:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=5578#comment-79989</guid>
		<description>Suppose I am implementing some functionality using snmp4j , after that my code went on to some linux environment . Does the machine need to install some snmp related rpm for some package or snmp4j is enough.</description>
		<content:encoded><![CDATA[<p>Suppose I am implementing some functionality using snmp4j , after that my code went on to some linux environment . Does the machine need to install some snmp related rpm for some package or snmp4j is enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Neo4j.rb 2.0 &#8211; An Overview by Andreas Ronge</title>
		<link>http://blog.jayway.com/2012/05/07/neo4j-rb-2-0-an-overview/comment-page-1/#comment-79988</link>
		<dc:creator>Andreas Ronge</dc:creator>
		<pubDate>Thu, 10 May 2012 06:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13476#comment-79988</guid>
		<description>Yes, I agree. There is one github issue on this - https://github.com/andreasronge/neo4j/issues/99
I will try to get some help on that one.</description>
		<content:encoded><![CDATA[<p>Yes, I agree. There is one github issue on this &#8211; <a href="https://github.com/andreasronge/neo4j/issues/99" rel="nofollow">https://github.com/andreasronge/neo4j/issues/99</a><br />
I will try to get some help on that one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Neo4j.rb 2.0 &#8211; An Overview by Cyprian Kowalczyk</title>
		<link>http://blog.jayway.com/2012/05/07/neo4j-rb-2-0-an-overview/comment-page-1/#comment-79987</link>
		<dc:creator>Cyprian Kowalczyk</dc:creator>
		<pubDate>Wed, 09 May 2012 21:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13476#comment-79987</guid>
		<description>I like Neo4j a lot, but for a Ruby development the inability to have a simultaneous access from both running rails app and console is a show stopper (not mentioning situations where there is more clients accessing the db, like background workers).
The concept and all the stuff is great though, good work, pity Neo4j is designed like this.</description>
		<content:encoded><![CDATA[<p>I like Neo4j a lot, but for a Ruby development the inability to have a simultaneous access from both running rails app and console is a show stopper (not mentioning situations where there is more clients accessing the db, like background workers).<br />
The concept and all the stuff is great though, good work, pity Neo4j is designed like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting to Windows 8 from Windows Phone &#124; Looking back&#8211;what would we do differently (12 of 12) by Lex Lavnikov</title>
		<link>http://blog.jayway.com/2012/05/08/porting-to-windows-8-from-windows-phone-looking-backwhat-would-we-do-differently-12-of-12/comment-page-1/#comment-79985</link>
		<dc:creator>Lex Lavnikov</dc:creator>
		<pubDate>Wed, 09 May 2012 15:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13497#comment-79985</guid>
		<description>How did you workaround absence of Implicit DataTemplates and custom markup extensions?</description>
		<content:encoded><![CDATA[<p>How did you workaround absence of Implicit DataTemplates and custom markup extensions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting to Windows 8 from Windows Phone &#124; Looking back&#8211;what would we do differently (12 of 12) by Lancelot</title>
		<link>http://blog.jayway.com/2012/05/08/porting-to-windows-8-from-windows-phone-looking-backwhat-would-we-do-differently-12-of-12/comment-page-1/#comment-79983</link>
		<dc:creator>Lancelot</dc:creator>
		<pubDate>Wed, 09 May 2012 13:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13497#comment-79983</guid>
		<description>Ah. I use CM pretty heavily in my phone apps. I&#039;m gearing up for a new one which will also be a metro app and I was wondering how difficult it would be converting CM&#039;s viewmodels (that implement Screen). It seems to me like it would be quite a chore.

I&#039;ve tried using MVVMLight in the past, but it was too simplistic for my needs.

I reaalllyy don&#039;t want to roll my own framework but it&#039;s starting to look like I may need to go that route.

Anyway, thanks for the feedback and article series.</description>
		<content:encoded><![CDATA[<p>Ah. I use CM pretty heavily in my phone apps. I&#8217;m gearing up for a new one which will also be a metro app and I was wondering how difficult it would be converting CM&#8217;s viewmodels (that implement Screen). It seems to me like it would be quite a chore.</p>
<p>I&#8217;ve tried using MVVMLight in the past, but it was too simplistic for my needs.</p>
<p>I reaalllyy don&#8217;t want to roll my own framework but it&#8217;s starting to look like I may need to go that route.</p>
<p>Anyway, thanks for the feedback and article series.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Google Maps API Example by Peter Versteegen</title>
		<link>http://blog.jayway.com/2012/04/02/simple-google-maps-api-example/comment-page-1/#comment-79982</link>
		<dc:creator>Peter Versteegen</dc:creator>
		<pubDate>Wed, 09 May 2012 13:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=12605#comment-79982</guid>
		<description>Taking the version number out of the maps.googleapis.com call allows the circle to work in Safari!</description>
		<content:encoded><![CDATA[<p>Taking the version number out of the maps.googleapis.com call allows the circle to work in Safari!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Google Maps API Example by Peter Versteegen</title>
		<link>http://blog.jayway.com/2012/04/02/simple-google-maps-api-example/comment-page-1/#comment-79981</link>
		<dc:creator>Peter Versteegen</dc:creator>
		<pubDate>Wed, 09 May 2012 13:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=12605#comment-79981</guid>
		<description>I appreciate your article.  I kind of know about the technolies, but I like examples that are explained point for point.  One learns a lot from that.

The circle around the marker works in Chrome and Firefox, but not in Safari (on a Mac).  Interesting!</description>
		<content:encoded><![CDATA[<p>I appreciate your article.  I kind of know about the technolies, but I like examples that are explained point for point.  One learns a lot from that.</p>
<p>The circle around the marker works in Chrome and Firefox, but not in Safari (on a Mac).  Interesting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting to Windows 8 from Windows Phone &#124; Setting up the project (3 of 12) by Andreas Hammar</title>
		<link>http://blog.jayway.com/2012/04/08/converting-to-windows-8-from-windows-phone-setting-up-the-project-3-of-12/comment-page-1/#comment-79979</link>
		<dc:creator>Andreas Hammar</dc:creator>
		<pubDate>Wed, 09 May 2012 06:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=12914#comment-79979</guid>
		<description>Thank you Harish. You&#039;re more than welcome to contact us if you have further questions.</description>
		<content:encoded><![CDATA[<p>Thank you Harish. You&#8217;re more than welcome to contact us if you have further questions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

