by Oliver
24. August 2012 21:29
In older installations of Orchard it’s possible that the URL for the Gallery feed is not up-to-date. The Orchard project site moved to Windows Azure at the end of 2011, and the Gallery URL changed in the process. It is now: http://packages.orchardproject.net/FeedService.svc/ To change it, go to e....
[More]
by Oliver
24. August 2012 16:22
We’re still working on Marinas.info and were wondering if we should change any of the behavior that we use in Camping.info. There we allow for all kinds of unicode characters, from those in Eastern European languages such as Polish to the Cyrillic letters of the Russian alphabet – but we encode them...
[More]
by Oliver
22. August 2012 22:15
In my previous post on Writing Acceptance Tests for ASP.NET MVC, I described the setup that we got to work for us to execute automated acceptance tests for our application Marinas.info. This post provides some more background on the topic which problems we encountered and how we solved them. From M...
[More]
by Oliver
22. August 2012 13:48
When we started development on Marinas.info, we decided to write acceptance tests for all important features of our application. This decision was even more justified by the fact that a bunch of similar platforms are to follow using the same codebase. We wanted an application with less bugs and easi...
[More]
by Oliver
2. August 2012 15:19
On Camping.Info, we lately had a user report that hitting the enter key while in the login form one would be redirected to the search page instead of being logged in. This happened when the focus was still on the password text box because the “Search” button on the page was the first input element o...
[More]
by Oliver
31. July 2012 17:27
Developing our web application www.marinas.info using Orchard CMS, I often find myself at the command prompt to run different sets of build actions: in place compilation packaging for stage deploying to a local app instance running spec tests … Sometimes I have trouble remembe...
[More]
by Anton
26. July 2012 12:21
We are working with the Orchard Framework, which is itself build on top of MVC 3. We ran into some problems working with a dynamic Model and dynamic properties. Dynamic vs. Object We have search criteria in lists of sections which are being filled at runtime. using System.Collections.Gen...
[More]
by Anton
16. July 2012 00:12
Not long ago github released GitHub for Windows. They announced it on their blog, and during the past view weeks I tried it out. Design / Usability It sure looks good, and and you can use it intuitively. If you are not tech savvy, you will certainly like the user interface, compared to Git Extensi...
[More]
by Oliver
27. June 2012 14:40
This is only the beginning… Batch String replacement: http://ss64.com/nt/syntax-replace.html Date formatting T-SQL, using CONVERT or CAST: http://msdn.microsoft.com/en-us/library/ms187928.aspx .NET: Custom Date and Time Format Strings, Standard Date and Time Format Strings Windows...
[More]
by Oliver
23. June 2012 19:26
UPDATE: The SQL Server Browser is actually needed. Don’t know how it worked before without it. See below for instructions. Recently, we tried to setup a failover SQL server instance but couldn’t get out remote web servers to connect to it. The setup of our current live DB server had been done a few...
[More]