-
Recent Posts
Recent Comments
Twitter
- http://t.co/OSKx9YIs? Now there is a mental image I don't need... and no, I haven't checked it out! 2 weeks ago
- I am sherlocked! 1 month ago
- I just unlocked the "Superstar" badge on @foursquare! http://t.co/zlDpOxJH 2 months ago
- Thanks to @nebytes and @gillcleeren last night for an interesting talk. Sorry I had to leave early as I was enjoying #winrt. 2 months ago
- Cool #telerik stress toy. Ninja! http://t.co/lYph5z02 2 months ago
Archives
- January 2012
- December 2011
- November 2011
- July 2011
- April 2011
- August 2010
- July 2010
- June 2010
- May 2010
- March 2010
- February 2010
- December 2008
- November 2008
- August 2008
- July 2008
- May 2008
- April 2008
- March 2008
- January 2008
- November 2007
- October 2007
- September 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
Categories
Meta
Monthly Archives: June 2006
Famous photographers given the ‘Flickr’ treatment
Reading this blog post I couldn’t help but get the same feeling I get sometimes when browsing Flickr, especially some of the ‘critique’ groups. My person favourites are the Bresson, and the authors sig from the William Eggleston one (“George … Continue reading
Posted in Photos
Leave a comment
Getting the XmlEnumAttribute value for an Enum field
I recently had to convert an Enum back to its original Xml value so I thought I’d share the little method I wrote with you all incase you wondered how to do it yourself. ###Method public static string ConvertToString(Enum e) … Continue reading
WinFx June CTP Released
News arrives that the the next Community Technology Preview (CTP) of the WinFX (now know as .Net 3.0 Technologies) has been released. Download [tags]microsoft, winfx, .net[/tags]
Posted in Code
Leave a comment
Blog posts about Flickr.Net
A couple of blogs I’ve found about people trying things with the Flickr.Net API recently… ## Flickr.Net and LINQ LINQ is a new set of APIs from Microsoft for .Net Framework 2.0. It adds a load of really cool language … Continue reading
Posted in Flickr-API
Leave a comment
SQLite in .Net
After my previous post about SQL Server Everywhere I received a comment recommending SQLite as simple filebased database store (in a similar manner to Microsoft Access). There are a couple of versions of .Net wrappers for SQLite around, so depending … Continue reading
Developer Day 3 – Reading
At the start of June I travelled all the way to Reading for a Developer Day Conference. I’ll write a review of the sessions up later, but I just found this blog post from a guy I was talking to … Continue reading
Posted in Code
3 Comments
SQL Server Everywhere
Finally, a small footprint version of SQL Server, which doesn’t run as a service. Does this finally mean we have a suitable replacement for Access mdb files? Robert Burke’s Weblog : SQL Server 2005 Everywhere Edition – lightweight, flexible, free … Continue reading
Posted in Code
3 Comments
Flickr.Net API Library – 2.0.1
Just some bug fixes, plus adding a few more supported methods and parameters to the code. I also finished the code comments, so intellisense should now show up something for each method at least. [Download and Release Notes](http://www.wackylabs.net/flickr/flickr-api) [tags]flickr, flickrapi, … Continue reading
Posted in Code, Flickr-API
2 Comments