-
Recent Posts
Recent Comments
Twitter
- I just reached Level 3 of the "Fresh Brew" badge on @foursquare. I’ve checked in at 10 different coffee shops! 4sq.com/JlDbSi 4 days ago
- #removeoneletterfilm Silence of the Labs - really quiet science! 1 week ago
- Code: Flickr Developer Blog » Raising the bar on web uploads - Interesting article on the Flickr Code blog... tmblr.co/Z5A-ZyKgzs4f 2 weeks ago
- Can't remember the name of that web hosted exception reporting service for c-sharp, anyone? Exceptionator? #wpdev #dotnet 2 weeks ago
- Video: Time lapsed video of a young girl growing up from 1 week to 12 years old. As if they don’t grow up... tmblr.co/Z5A-ZyKHrQVx 3 weeks ago
Archives
- April 2012
- March 2012
- February 2012
- 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
Category Archives: Code
Flickr.Net Introduction in Spanish
Discovered a copy of my Flickr.Net beginners article in spanish portuguese on the Brasil microsoft web site today. How cool is that. Execução de Flickr com .NET: Sam Judson BT Edit: OK, so Brazilians speak portuguese, but it is available … Continue reading
Flickr.Net included in Mono source
Thanks to Nick (heatxsink) the Flickr.Net source code in now included in the latest Mono source code. That means anyone using the latest version of mono will be able to use the Flickr.Net library to interogate Flickr. Wow, its a … Continue reading
Flickr Mashups Book
Beginning Flickr Mashups, the book I worked on as Technical Editor last year is finally available for publishing. It covers a wide variety of Flickr Mashups including mixing Flickr with RSS, Technorati and Google Maps. Most of the code uses … Continue reading
Lots of Something You Should Know…
I keep my eye on http://blogs.msn.com every so often, and one of the blogs (who has long ago been added to my blogroll) that has continually produced posts of immediate relevance to me (as a .Net developer) is Irena Kennedy’s … Continue reading
Posted in Code
3 Comments
How times change…
How times change – the following is taken from some installation notes dating only back to around 2000: “Depending on the features installed on your host server, the e-Work web update could be as large as 20 MB in size. … Continue reading
Posted in Code
Leave a comment
Flickr Uploadr for Mobile Devices
OK, I’ve written a Flickr Uploader using the .Net Compact Framework 2.0 (SP1). http://www.wackylabs.net/download.php?file=FlickrUploadCF.CAB I don’t actually have a pocket PC or similar device so if you have any success, or problems then let me know. You can download the … Continue reading
Invalid Use of Default Parameter
For some unknown reason I’m connecting to a Oracle 10g database via ODBC (from .Net! don’t ask). I was adding some new code to a existing project which I’d manage to get to use IDataReader and such so that if one day I … Continue reading
Posted in Code
Leave a comment
Implement “Donut Caching” with the ASP.NET 2.0 Output Cache Substitution Feature
Scott Guthrie has produced yet another brilliant blog post on a new feature in ASP.Net. To be frank I never used the old ASP.Net 1.1 caching (bad me!) but I fully intent to use this new feature as soon … Continue reading
Posted in Code
Leave a comment
Timers and Threads in .Net
I recently came across the following ‘gotcha’ which once you know about it seems really obvious, but was driving me up the wall. Side Note: Timers in .Net In Visual Studio 2003 there are 2 timers availabe from the toolbox, … Continue reading
Posted in Code
3 Comments
Big Developer Announcements from Microsoft
Tim Heuer was the first I’ve spotted of what I’m sure will be quite a few announcements about the final release of .Net Framework 3.0. Apparently they’ve also released a small product call ‘Office 2007′ to go along with the .Net Framework, but … Continue reading
Posted in Code
Leave a comment