<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Mehfuz's WebLog - All Comments</title><link>http://weblogs.asp.net/mehfuzh/default.aspx</link><description>Exploring to seek out new possibilities and technologies.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>Work at home moms message boards.</title><link>http://weblogs.asp.net/mehfuzh/archive/2008/01/25/keep-your-css-files-clean-with-a-tiny-httphandler.aspx#6443137</link><pubDate>Fri, 25 Jul 2008 16:26:38 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6443137</guid><dc:creator>Top work at home moms.</dc:creator><description>&lt;p&gt;Work at home moms. Work from home moms. Moms work at home.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6443137" width="1" height="1"&gt;</description></item><item><title>re: Flickr Xplorer - An Asp.net MVC photo app for Flickr</title><link>http://weblogs.asp.net/mehfuzh/archive/2008/05/27/flickr-viewer-an-asp-net-mvc-photo-app-for-flickr.aspx#6436598</link><pubDate>Wed, 23 Jul 2008 20:19:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6436598</guid><dc:creator>mehfuzh</dc:creator><description>&lt;p&gt;Looks good, &amp;nbsp;i will map the WebUrl to the PhotoPage for list of photos (for detail view it is already supplied by flickr), so that you &amp;nbsp;dont have to do it manually :-). I will update the API the next day , i made this comment.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6436598" width="1" height="1"&gt;</description></item><item><title>re: Flickr Xplorer - An Asp.net MVC photo app for Flickr</title><link>http://weblogs.asp.net/mehfuzh/archive/2008/05/27/flickr-viewer-an-asp-net-mvc-photo-app-for-flickr.aspx#6430834</link><pubDate>Tue, 22 Jul 2008 12:29:25 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6430834</guid><dc:creator>Ngoc</dc:creator><description>&lt;p&gt;I get web url of my photos by this way, can you give me some comments :-):&lt;/p&gt;
&lt;p&gt;FlickrContext _flickr = new FlickrContext();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var uid = (from u in _flickr.Peoples&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; where u.Username == &amp;quot;ngocluu_net&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; select u).Single().Id;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var result = from p in _flickr.Photos&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; where p.User == &amp;quot;ngocluu_net&amp;quot; &amp;amp;&amp;amp; p.PhotoSize == PhotoSize.Square&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; orderby PhotoOrder.Date_Posted descending&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; select new&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Id = p.Id,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Title = p.Title,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Url = p.Url,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WebUrl = string.Format(&amp;quot;&lt;a rel="nofollow" target="_new" href="http://www.flickr.com/photos/"&gt;http://www.flickr.com/photos/&lt;/a&gt;{0}/{1}&amp;quot;, uid, p.Id)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;foreach (var item in result)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Console.WriteLine(item.WebUrl);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt;PS. I&amp;#39;m in Vietnam, my site is still under development (using ASP.NET MVC), it&amp;#39;s just a personal blog, when it&amp;#39;s available on internet, I will sent you the url :).&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6430834" width="1" height="1"&gt;</description></item><item><title>re: Flickr Xplorer - An Asp.net MVC photo app for Flickr</title><link>http://weblogs.asp.net/mehfuzh/archive/2008/05/27/flickr-viewer-an-asp-net-mvc-photo-app-for-flickr.aspx#6430553</link><pubDate>Tue, 22 Jul 2008 11:03:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6430553</guid><dc:creator>mehfuzh</dc:creator><description>&lt;p&gt;When you get the photo by Id, in case detail view. Flickr response for flickr.photos.getInfo&lt;/p&gt;
&lt;p&gt;&amp;lt;urls&amp;gt;&lt;/p&gt;
&lt;p&gt;		&amp;lt;url type=&amp;quot;photopage&amp;quot;&amp;gt;&lt;a rel="nofollow" target="_new" href="http://www.flickr.com/photos/bees/2733/&amp;lt;/url&amp;gt;"&gt;www.flickr.com/.../url&amp;gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;	&amp;lt;/urls&amp;gt;&lt;/p&gt;
&lt;p&gt;it supplies the photoPage url, which can access by photo.PhotoPage. &amp;nbsp;But it is generally string.Empty for list of photos, like flickr.photos.search&lt;/p&gt;
&lt;p&gt;&amp;lt;photos page=&amp;quot;2&amp;quot; pages=&amp;quot;89&amp;quot; perpage=&amp;quot;10&amp;quot; total=&amp;quot;881&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;	&amp;lt;photo id=&amp;quot;2636&amp;quot; owner=&amp;quot;47058503995@N01&amp;quot; &lt;/p&gt;
&lt;p&gt;		secret=&amp;quot;a123456&amp;quot; server=&amp;quot;2&amp;quot; title=&amp;quot;test_04&amp;quot;&lt;/p&gt;
&lt;p&gt;		ispublic=&amp;quot;1&amp;quot; isfriend=&amp;quot;0&amp;quot; isfamily=&amp;quot;0&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;look here list the of photos retured wtih few basic info. And it is not a good way to get the photo detail everytime for all the photos, This is of course a performance issue. So, best way for you when you are showing detail, get the photo by Id then access photo.PhotoPage(it is detail view property, may be i will add comment for this property).&lt;/p&gt;
&lt;p&gt;I am again curious to know about you and your site. please paste it here so that i can check things out and how you implemented it and where?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6430553" width="1" height="1"&gt;</description></item><item><title>re: Flickr Xplorer - An Asp.net MVC photo app for Flickr</title><link>http://weblogs.asp.net/mehfuzh/archive/2008/05/27/flickr-viewer-an-asp-net-mvc-photo-app-for-flickr.aspx#6429406</link><pubDate>Tue, 22 Jul 2008 04:29:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6429406</guid><dc:creator>Ngoc</dc:creator><description>&lt;p&gt;It&amp;#39;s work now without prompt authentication :). Thanks for your reply. I have another question about Linq.Flickr, maybe the last question :), how could I get WebUrl (such as &lt;a rel="nofollow" target="_new" href="http://www.flickr.com/photos/9470711@N03/2654901274"&gt;www.flickr.com/.../2654901274&lt;/a&gt;) of a photo, I don&amp;#39;t see any properties of Photo class that allow me to get it?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6429406" width="1" height="1"&gt;</description></item><item><title>re: Flickr Xplorer - An Asp.net MVC photo app for Flickr</title><link>http://weblogs.asp.net/mehfuzh/archive/2008/05/27/flickr-viewer-an-asp-net-mvc-photo-app-for-flickr.aspx#6427785</link><pubDate>Mon, 21 Jul 2008 18:01:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6427785</guid><dc:creator>mehfuzh</dc:creator><description>&lt;p&gt;Nope, you dont need to authenticate, at least it does not requires you so. There is a authenticate link , if you click only then it prompts you for authentication. Again, here all the things can be done without authenticaton , you can check it live as well. Plz also, send me the link of your site or the version of source code that is taking to you to authentication without any reason.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6427785" width="1" height="1"&gt;</description></item><item><title>re: Flickr Xplorer - An Asp.net MVC photo app for Flickr</title><link>http://weblogs.asp.net/mehfuzh/archive/2008/05/27/flickr-viewer-an-asp-net-mvc-photo-app-for-flickr.aspx#6427040</link><pubDate>Mon, 21 Jul 2008 12:36:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6427040</guid><dc:creator>Ngoc</dc:creator><description>&lt;p&gt;I only want to get some latest photos of mine to show on my website, no need to edit, upload..., only display, do I need to authenticate to Flickr?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6427040" width="1" height="1"&gt;</description></item><item><title>re: Flickr Xplorer - An Asp.net MVC photo app for Flickr</title><link>http://weblogs.asp.net/mehfuzh/archive/2008/05/27/flickr-viewer-an-asp-net-mvc-photo-app-for-flickr.aspx#6426995</link><pubDate>Mon, 21 Jul 2008 12:12:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6426995</guid><dc:creator>mehfuzh</dc:creator><description>&lt;p&gt;Hi Ngoc,&lt;/p&gt;
&lt;p&gt;If you are already logged in flickr , then &amp;nbsp;the flickr authetication process wont prompt you wih a login screen , rather it will authenticate and &amp;nbsp;it will ask for your permisson to grant the app if not previously. &amp;nbsp;I hope that you are using the lastest source code. Check www.flickrmvc.net , where there is a nice login and logout bar &amp;nbsp;the top and along with the latest source.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6426995" width="1" height="1"&gt;</description></item><item><title>re: Flickr Xplorer - An Asp.net MVC photo app for Flickr</title><link>http://weblogs.asp.net/mehfuzh/archive/2008/05/27/flickr-viewer-an-asp-net-mvc-photo-app-for-flickr.aspx#6426918</link><pubDate>Mon, 21 Jul 2008 11:38:51 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6426918</guid><dc:creator>Ngoc</dc:creator><description>&lt;p&gt;I want to embed Flickr photo on my website using LinqToFlickr, but when I call Authenticate from FlickrContext, it open browser and point to &lt;a href="http://flickr.com/services/auth/?api_key=" target="_new" rel="nofollow"&gt;flickr.com/.../auth&lt;/a&gt;... I don&amp;#39;t see that with FlickrXplorer since I download the sample and run it. What&amp;#39;s wrong?&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6426918" width="1" height="1"&gt;</description></item><item><title>re: Podcast Lifestyle but sometimes with if and elses</title><link>http://weblogs.asp.net/mehfuzh/archive/2008/07/09/podcast-lifestyle-but-sometimes-with-if-and-elses.aspx#6393261</link><pubDate>Sat, 12 Jul 2008 19:06:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6393261</guid><dc:creator>Omi Azad</dc:creator><description>&lt;p&gt;Well, I want to take part in this Microsoft and Apple game. I&amp;#39;m a typical user. I use lot&amp;#39;s of gazettes, but still I want to play with them in a simple way.&lt;/p&gt;
&lt;p&gt;I had a Zune and a iPod and also a iPhone. I did not like iPod and iPhone. In fact I did not like Zune too. Cause putting songs, videos or music in them is a pain. I always have to use the 3rd party software. iTunes always sux for me. But Zune was simpler to manage, specially the latest version. There ware some hack to put files on a Zune over WiFi. iPhone/iPod doesn&amp;#39;t have that functionality.&lt;/p&gt;
&lt;p&gt;Now some days ago I got a HTC Touch phone based on Windows Mobile 6 Professional Operating System. You won&amp;#39;t believe that still I did not put the CDs in my computer to check what the hell are there.&lt;/p&gt;
&lt;p&gt;I just pair my computer with the phone using Bluetooth and transfer files. I must tell you that I used lots of phones in my life and Windows Mobile is the simpler one. Lots of options and finally again they are simple. I know I need to learn a lot still, but it&amp;#39;s the best one can have.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6393261" width="1" height="1"&gt;</description></item></channel></rss>