Comment by jkade on VS2010 docks code windows in the wrong place
I discovered this on my own. This was much preferably to resetting all of my settings.
View ArticleComment by jkade on Html.BeginForm in MVC3 is rendering too much
+1 to take this back into the positive. Great use of decompilation.
View ArticleComment by jkade on URL-encoded slash in URL
I am not comfortable with doing this as a general practice, especially on a public-facing website, but I did do this on an intranet webapp and don't feel too guilty about it. Thanks for pointing this...
View ArticleComment by jkade on A function I want to Spring-inject takes varargs. Should...
For what it's worth, Spring chooses the version that takes a List over the one that takes varargs, in my testing. My personal inclination is to prefer a cleaner, less confusing API (i.e. only the one...
View ArticleComment by jkade on Can I change a (Netflix) Hollow model schema's field...
Gulp. The hollow SO tag referred to in the documentation doesn't exist: hollow.how/community/#stack-overflow
View ArticleAnswer by jkade for Opening BBMaps from browser on BlackBerry OS 5+
So! The answer lies in disregarding all of that and using the BlackBerry Javascript API. Just create the address as a json object according to the spec, and call blackberry.launch.newMap like...
View ArticleOpening BBMaps from browser on BlackBerry OS 5+
I have been totally unable to open BBMaps from the BlackBerry browser from BBOS5 devices using the approach their documentation indicates. Is this functionality really broken - is the documentation...
View ArticleAnswer by jkade for Invalid object name error when trying to execute stored...
For what it's worth, I had a completely different problem on .NET 4 that produced the same exception, with little useful information to diagnose it.I updated several tables in my DBML. I may have...
View ArticleAnswer by jkade for Reading non-standard elements in a SyndicationItem with...
Whether you're retrieving the non-XML contents of extension elements or XElement items, you might want to consider using a generic helper function like:private static T...
View Article