June 2011
16 posts
We need an iPhone application, but it has to be nicely designed. Best use Flash.
– (via clientsfromhell)
Quoting and citing with , , , and the cite... →
Founder's Blog - Jitbit: "90% of your users are... →
VS Shortcuts | Shortcut keys for Visual Studio →
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();
Stored Procedures: Returning Data - SQLTeam.com →
1 tag
Saturday Morning Breakfast Cereal →
You will never be happy if you continue to search for what happiness consists...
– Albert Camus
1 tag
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.
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....
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.
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