<?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 David Kitchen</title>
	<atom:link href="http://www.buro9.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buro9.com/blog</link>
	<description>Just another SharePoint developer blogging</description>
	<pubDate>Tue, 06 Jan 2009 09:11:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.8-bleeding-10187</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Impersonating a user in C# by Loosu</title>
		<link>http://www.buro9.com/blog/2006/10/06/impersonating-a-user-in-c/comment-page-1/#comment-725</link>
		<dc:creator>Loosu</dc:creator>
		<pubDate>Thu, 20 Nov 2008 09:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buro9.com/2006/10/06/impersonating-a-user-in-c/#comment-725</guid>
		<description>Thanks a lot. Your post was very helpful. :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot. Your post was very helpful. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;m in love with the Flickr API now they&#8217;ve added JSON by punktitude</title>
		<link>http://www.buro9.com/blog/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/comment-page-1/#comment-716</link>
		<dc:creator>punktitude</dc:creator>
		<pubDate>Fri, 31 Oct 2008 17:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buro9.com/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/#comment-716</guid>
		<description>David, you are bsolutely amazing !

I try it with the label Large (you use Medium) and it works too !  Then I say myself that perhaps there is a supernatural trick in your script, so i try it with the Original label and it's completed.

And at this step, I am very impressed !

I've been pleased to keep your mind awake and very creative.

I'll embed all that stuff in my blogger. I'll send you a mail to show you the final result.

Thanks a lot !

Cheers

Steph</description>
		<content:encoded><![CDATA[<p>David, you are bsolutely amazing !</p>
<p>I try it with the label Large (you use Medium) and it works too !  Then I say myself that perhaps there is a supernatural trick in your script, so i try it with the Original label and it&#8217;s completed.</p>
<p>And at this step, I am very impressed !</p>
<p>I&#8217;ve been pleased to keep your mind awake and very creative.</p>
<p>I&#8217;ll embed all that stuff in my blogger. I&#8217;ll send you a mail to show you the final result.</p>
<p>Thanks a lot !</p>
<p>Cheers</p>
<p>Steph</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;m in love with the Flickr API now they&#8217;ve added JSON by admin</title>
		<link>http://www.buro9.com/blog/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/comment-page-1/#comment-715</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 30 Oct 2008 02:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buro9.com/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/#comment-715</guid>
		<description>I've just emailed you the latest version... it now works with Lightbox 2.

You do have to make one modification to the lightbox.js so that the Lightbox instance is named and accessible, but that's pretty simple.

There is only one restriction, you cannot use the grouping functionality. I get the full Url for the 'Medium' size image using a separate AJAX call, and as such I don't want to do 16 additional HTTP calls for a 16 thumbnail grid... so instead I only do that call per image once the user clicks the image. This is only ever done once, so if they click it again it uses the old information.

Cheers

David</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just emailed you the latest version&#8230; it now works with Lightbox 2.</p>
<p>You do have to make one modification to the lightbox.js so that the Lightbox instance is named and accessible, but that&#8217;s pretty simple.</p>
<p>There is only one restriction, you cannot use the grouping functionality. I get the full Url for the &#8216;Medium&#8217; size image using a separate AJAX call, and as such I don&#8217;t want to do 16 additional HTTP calls for a 16 thumbnail grid&#8230; so instead I only do that call per image once the user clicks the image. This is only ever done once, so if they click it again it uses the old information.</p>
<p>Cheers</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;m in love with the Flickr API now they&#8217;ve added JSON by punktitude</title>
		<link>http://www.buro9.com/blog/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/comment-page-1/#comment-714</link>
		<dc:creator>punktitude</dc:creator>
		<pubDate>Wed, 29 Oct 2008 21:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buro9.com/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/#comment-714</guid>
		<description>« I’m not sure lightbox 2 will support event driven opening of the lightbox, it seems to want to know early which photos are there to be lightboxed. »

You're right. I try your original code with little changes to test lightbox (clicked link have to display the little size)

var anchor = document.createElement('a');
anchor.href = 'http://farm4.static.flickr.com/'   photo.server   '/'   photo.id   '_'   photo.secret   '_m.jpg';
anchor.rel = 'lightbox[occicant]';
var img = document.createElement('img');

The link is OK, but the lightbox effect doesn't work.

Anyway, thanks a lot for your patience and your help. 

Cheers

Steph</description>
		<content:encoded><![CDATA[<p>« I’m not sure lightbox 2 will support event driven opening of the lightbox, it seems to want to know early which photos are there to be lightboxed. »</p>
<p>You&#8217;re right. I try your original code with little changes to test lightbox (clicked link have to display the little size)</p>
<p>var anchor = document.createElement(&#8217;a');<br />
anchor.href = &#8216;http://farm4.static.flickr.com/&#8217;   photo.server   &#8216;/&#8217;   photo.id   &#8216;_&#8217;   photo.secret   &#8216;_m.jpg&#8217;;<br />
anchor.rel = &#8216;lightbox[occicant]&#8216;;<br />
var img = document.createElement(&#8217;img&#8217;);</p>
<p>The link is OK, but the lightbox effect doesn&#8217;t work.</p>
<p>Anyway, thanks a lot for your patience and your help. </p>
<p>Cheers</p>
<p>Steph</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;m in love with the Flickr API now they&#8217;ve added JSON by admin</title>
		<link>http://www.buro9.com/blog/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/comment-page-1/#comment-713</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 29 Oct 2008 19:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buro9.com/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/#comment-713</guid>
		<description>OK, well I'm at a conference so it's hard to go through all of the code. Flickr do not give me the farm id in the API, but through the getSizes call on the photos API I can get the source url.

The only problem with this is that if you show 16 thumbnails, I'd need to do 16 calls to getSizes.

I'll email you an example of the code above adjusted to include this... and you can display the image at the point of the window.open call that I've currently got.

I'm not sure lightbox 2 will support event driven opening of the lightbox, it seems to want to know early which photos are there to be lightboxed.</description>
		<content:encoded><![CDATA[<p>OK, well I&#8217;m at a conference so it&#8217;s hard to go through all of the code. Flickr do not give me the farm id in the API, but through the getSizes call on the photos API I can get the source url.</p>
<p>The only problem with this is that if you show 16 thumbnails, I&#8217;d need to do 16 calls to getSizes.</p>
<p>I&#8217;ll email you an example of the code above adjusted to include this&#8230; and you can display the image at the point of the window.open call that I&#8217;ve currently got.</p>
<p>I&#8217;m not sure lightbox 2 will support event driven opening of the lightbox, it seems to want to know early which photos are there to be lightboxed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;m in love with the Flickr API now they&#8217;ve added JSON by punktitude</title>
		<link>http://www.buro9.com/blog/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/comment-page-1/#comment-712</link>
		<dc:creator>punktitude</dc:creator>
		<pubDate>Wed, 29 Oct 2008 18:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buro9.com/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/#comment-712</guid>
		<description>OK. Thanks for your response.
Here is an example of lightbox 2 :
http://www.huddletogether.com/projects/lightbox2/

I have to add "rel" attribute into the anchor and make a direct link to the picture like that &lt;a href="images/image-1.jpg" rel="nofollow"&gt;image #1&lt;/a&gt;

My problem is not to embed the "rel" attribute, but to make a direct link to the picture

Example, your scirpt make a link to this page
http://www.flickr.com/photos/punktitude/2983513071/
and i want to make the link to this picture
http://farm4.static.flickr.com/3282/2983513071_d2485b74cb_o.jpg

flickr give me that code format http://farm{farm-id}.static.flickr.com/{server-id}/{id}_{o-secret}_o.(jpg&#124;gif&#124;png)

So i have to embed 2 more vars in your code :
"farm-id" and "o-secret"

i don't know how to code them, in the same way than yours
i.e. {server-id} become photo.server, {id} become photo.id, etc.</description>
		<content:encoded><![CDATA[<p>OK. Thanks for your response.<br />
Here is an example of lightbox 2 :<br />
<a href="http://www.huddletogether.com/projects/lightbox2/" rel="nofollow">http://www.huddletogether.com/projects/lightbox2/</a></p>
<p>I have to add &#8220;rel&#8221; attribute into the anchor and make a direct link to the picture like that <a href="images/image-1.jpg" rel="nofollow">image #1</a></p>
<p>My problem is not to embed the &#8220;rel&#8221; attribute, but to make a direct link to the picture</p>
<p>Example, your scirpt make a link to this page<br />
<a href="http://www.flickr.com/photos/punktitude/2983513071/" rel="nofollow">http://www.flickr.com/photos/punktitude/2983513071/</a><br />
and i want to make the link to this picture<br />
<a href="http://farm4.static.flickr.com/3282/2983513071_d2485b74cb_o.jpg" rel="nofollow">http://farm4.static.flickr.com/3282/2983513071_d2485b74cb_o.jpg</a></p>
<p>flickr give me that code format <a href="http://farm" rel="nofollow">http://farm</a>{farm-id}.static.flickr.com/{server-id}/{id}_{o-secret}_o.(jpg|gif|png)</p>
<p>So i have to embed 2 more vars in your code :<br />
&#8220;farm-id&#8221; and &#8220;o-secret&#8221;</p>
<p>i don&#8217;t know how to code them, in the same way than yours<br />
i.e. {server-id} become photo.server, {id} become photo.id, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;m in love with the Flickr API now they&#8217;ve added JSON by admin</title>
		<link>http://www.buro9.com/blog/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/comment-page-1/#comment-711</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 29 Oct 2008 17:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buro9.com/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/#comment-711</guid>
		<description>Sure thing, what script are you using, and how do you want mine to fit into yours?</description>
		<content:encoded><![CDATA[<p>Sure thing, what script are you using, and how do you want mine to fit into yours?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;m in love with the Flickr API now they&#8217;ve added JSON by punktitude</title>
		<link>http://www.buro9.com/blog/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/comment-page-1/#comment-710</link>
		<dc:creator>punktitude</dc:creator>
		<pubDate>Wed, 29 Oct 2008 17:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buro9.com/2006/12/14/im-in-love-with-the-flickr-api-now-theyve-added-json/#comment-710</guid>
		<description>Hi

Excellent work, David.

i'm a newbie with javascript but i try to customize your widget with elements seen on this page (http://www.flickr.com/services/api/misc.urls.html). I want to make a direct link to the original photo, none to the flickr photo page, because i use the lightbox script.

Flickr show us how direct url is coded here 
http://farm{farm-id}.static.flickr.com/{server-id}/{id}_{o-secret}_o.(jpg&#124;gif&#124;png)

but i can't translate this into your code. I make some tries, and no one works.
Can you help me, please ?

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Excellent work, David.</p>
<p>i&#8217;m a newbie with javascript but i try to customize your widget with elements seen on this page (http://www.flickr.com/services/api/misc.urls.html). I want to make a direct link to the original photo, none to the flickr photo page, because i use the lightbox script.</p>
<p>Flickr show us how direct url is coded here<br />
<a href="http://farm" rel="nofollow">http://farm</a>{farm-id}.static.flickr.com/{server-id}/{id}_{o-secret}_o.(jpg|gif|png)</p>
<p>but i can&#8217;t translate this into your code. I make some tries, and no one works.<br />
Can you help me, please ?</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint SPListItem quirks by Erik Burger</title>
		<link>http://www.buro9.com/blog/2007/02/26/sharepoint-splistitem-quirks/comment-page-1/#comment-707</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Wed, 22 Oct 2008 06:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.buro9.com/2007/02/26/sharepoint-splistitem-quirks/#comment-707</guid>
		<description>Got to love those "quirks" eh? Excellent post, really useful. 

Does anyone have any deas on how we can prevent ourselves and our fellow devs from running into this problem? Use the InternalName attribute? I doubt that would make a difference but maybe I'm missing something. Use an extension method? And how would it look?

It would be interesting to know why MS doesn't provide a way to get a Field by its InternalName. I've run into a major problem using an MS template that references a Field by its DisplayName (details here: http://www.reversealchemy.net/2008/09/10/sharepoint-custom-templates-and-language-packs/). Why not use the InternalName? Wouldn't that make life easier?

Or am I *really* missing something?

Cheers,
Erik</description>
		<content:encoded><![CDATA[<p>Got to love those &#8220;quirks&#8221; eh? Excellent post, really useful. </p>
<p>Does anyone have any deas on how we can prevent ourselves and our fellow devs from running into this problem? Use the InternalName attribute? I doubt that would make a difference but maybe I&#8217;m missing something. Use an extension method? And how would it look?</p>
<p>It would be interesting to know why MS doesn&#8217;t provide a way to get a Field by its InternalName. I&#8217;ve run into a major problem using an MS template that references a Field by its DisplayName (details here: <a href="http://www.reversealchemy.net/2008/09/10/sharepoint-custom-templates-and-language-packs/" rel="nofollow">http://www.reversealchemy.net/2008/09/10/sharepoint-custom-templates-and-language-packs/</a>). Why not use the InternalName? Wouldn&#8217;t that make life easier?</p>
<p>Or am I *really* missing something?</p>
<p>Cheers,<br />
Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workflow in SharePoint Project Server templates by admin</title>
		<link>http://www.buro9.com/blog/2008/06/17/workflow-in-sharepoint-project-server-templates/comment-page-1/#comment-704</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 25 Sep 2008 15:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.buro9.com/blog/?p=99#comment-704</guid>
		<description>I'm afraid I don't know... but it sounds like a perfect question to ask on Stack Overflow:
http://stackoverflow.com/</description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid I don&#8217;t know&#8230; but it sounds like a perfect question to ask on Stack Overflow:<br />
<a href="http://stackoverflow.com/" rel="nofollow">http://stackoverflow.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
