-
Recent Posts
Recent Comments
- Anto on OAuth and Flickr – Part 2
- Vjeux » Image Layout Algorithm – Google Plus on Flickr ‘Justified’ Layout in JQuery
- KristenKri on Flickr ‘Justified’ Layout in JQuery
- KristenKri on Flickr ‘Justified’ Layout in JQuery
- KristenKri on Flickr ‘Justified’ Layout in JQuery
Twitter
- #stackoverflow have ruined the ability to google for an actual stack overflow... 1 month ago
- I just unlocked the "JetSetter" badge on @foursquare for checking in at airports! Bon Voyage! 4sq.com/ZHuHXm 2 months ago
- Impossible dice 😃 protonsforbreakfast.wordpress.com/2013/01/08/ama… 2 months ago
- Learn css... learnlayout.com sweet #css #layout 2 months ago
- AngularJS get started videos. egghead.io 2 months ago
Archives
- March 2013
- February 2013
- January 2013
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- 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
Monthly Archives: November 2006
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
Robin Returns
One of the blogs I regularily read [1] just pointed me to this article on the BBC web site. Looks like Robin Hood gets another series, hurrah! The first one has been good fun so far - very silly on … Continue reading
Posted in General
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
Flickr.Net API – Example Web Site
I've created a quick example Flickr.Net web site in Visual Studio 2005, for both VB.Net and C#. There is a simple page that performs authentication, and stores the resulting authentication details in the session variables. There is also a very … Continue reading
FlickrNet API Library updates
I've done a batch of bug fixes and updates to the FlickrNet API library, including Photos.DateAdded which tells you when a photo was added to a group, and the PhotosRecentlyUpdated method which details your recently updated photos. Download from Codeplex … Continue reading
FlickrWebCam
A new application using the Flickr.Net API Library has been launched. Basically allows easy and quick uploading of your web cam images onto Flickr! Cool or what. Possibly based on the Coding 4 Fun article that tells you how to … Continue reading
VB.Net vs C# in Visual Studio 2005
Strangely enough considering my background using Visual Basic and programming in Access (since version 1.1 no less, back in the day it was called Access Basic) and developing web sites using ASP when .Net came out I switched straight away to … Continue reading