June 2011
16 posts
“We need an iPhone application, but it has to be nicely designed. Best use Flash.”
– (via clientsfromhell)
Jun 30th
321 notes
Jun 28th
Quoting and citing with , , , and the cite... →
Jun 28th
Founder's Blog - Jitbit: "90% of your users are... →
Jun 28th
VS Shortcuts | Shortcut keys for Visual Studio →
Jun 28th
Retrieving Scalar Data from a Stored Procedure -... →
Useful for when you want to create a record with a stored procedure and then return the ID. At the end of stored procedure: SELECT SCOPE_IDENTITY() In code: sqlCommand.ExecuteScalar().ToString();
Jun 28th
Stored Procedures: Returning Data - SQLTeam.com →
Jun 28th
Jun 27th
1 tag
Saturday Morning Breakfast Cereal →
Jun 24th
“You will never be happy if you continue to search for what happiness consists...”
– Albert Camus
Jun 24th
1 tag
Jun 24th
Jun 24th
2 tags
CodeGarden 11 - The Annual Umbraco Developer... →
Umbraco CodeGarden 2011 session list with a hell of a lot of useful slideshares and video. Watching 0 to Hive in 45 now.
Jun 24th
5 tags
Forms Authentication - Change the user data in... →
Useful post about how to set the ‘UserData’ property on a FormsAuthenticationTicket. You can’t do ticket.UserData = “” because the property doesn’t have a setter, so you have to create a new ticket from the old one and include your UserData string in the constructor. I’ve been using a query string format so that I can append things to it - e.g....
Jun 24th
html5shiv - HTML5 IE enabling script - Google... →
IE doesn’t understand HTML5, so you bludgeon it into submission. Apparently, a shiv is a prison knife - fitting! Here’s a slightly friendlier ‘how-to’ for HTML5 shiv.
Jun 21st
51Degrees.mobi Foundation - our.umbraco.org →
51Degrees.mobi plugin for Umbraco - there’s one for Sitecore, too: http://sitecoresnippets.blogspot.com/2011/03/wurfl-based-mobile-detection-solution.html
Jun 21st