by Oliver
28. January 2014 01:20
Last year, we were looking for a developer to strengthen our team and we put the job offer on our homepage. Nothing fancy there. Booking.com found a much more interesting place to put their job offer without much noise. Look at this Fiddler screenshot: This response is from today so if you're loo...
[More]
by Oliver
17. December 2013 22:01
Today we decided that auto-updating our entries' urls when their names change is a rather good idea. Our entries are ContentItems consisting of our custom EntryPart, an AutoroutePart, and some more that are not important here. I thought it would be a matter of minutes to get this user story done. Si...
[More]
by Oliver
24. October 2013 23:03
Some facts about IE and its address bar IE can display non-ASCII characters in the address bar if you put them there by hand or click a link that contains such in unencoded form, e.g. http://marinas.info/marina/fürther-wassersportclub. IE sends a request for the correctly encoded URL, which is htt...
[More]
by Anton
9. October 2013 11:41
I haven’t been to a coding dojo for quite some time. Since I have deficiencies in JavaScript, this sounded like fun. The event was again held at Hotelplan CC Services, and Mike Bild was the one who showed us the ropes. He gave us an introduction to node.js, which is a packaged compilation of Google...
[More]
by Anton
2. October 2013 15:16
Ususally we spec out features using SpecFlow. Then we write out the step definitions and code the feature (or vice versa). When we programmed the “export entries” feature for the portal management area of discoverize, we did so using TDD (test driven development) with unit tests. Since it is an MVC ...
[More]
by Oliver
21. September 2013 11:08
In day-to-day development on discoverize, our Orchard based custom portal software, I use CompactView to look into my local instance's SQL CE database file if that's what I need to do. Dropping a Table from my Orchard.sdf Database Today, I was experimenting with some migrations code and needed to ...
[More]
by Oliver
25. July 2013 11:44
We've been working on our customizable portal software discoverize for about two years now using Orchard CMS. From the beginning we were convinced to use Specification By Example to build up a live documentation of the functionality of our software. This has been very important to us since we plan t...
[More]
by Anton
28. June 2013 01:19
In the past weeks I have worked quite a bit with JavaScript. I encountered that not all eventtracking scripts for Google Analytics have been executed. I guessed it could have something todo with registering startup scripts within an update panel. And I delved into this topic, looking for solutions o...
[More]
by Anton
25. June 2013 15:23
As you already know from reading older blog posts, Oliver and I attended the European Orchard Harvest in Amsterdam two weeks ago. In short – it was worth the trip and the time. Probably we will attend the next Orchard conference in Europe. Learning We learned quite a few things at the conference. ...
[More]
by Oliver
24. June 2013 23:08
worker_processes 1; # http://nginx.org/en/docs/ngx_core_module.html#worker_processes Thanks to http://www.theunixtips.com/how-to-find-number-of-cpus-on-unix-system for helping me find out how many processor cores our VPS is using. Fixing the painful "24: Too many open files" error in NGI...
[More]