I just finished the design of my own blog. Please let me know if you like it by clicking the ‘like’ button:-)
Clean design, clear navigation features, use of CSS and valid XHTML are keys to a succesfull website with a good ranking in Google. Reading and navigating the site must be a pleasure to your readers to keep them as returning visitors.
If you would like to have your own… Continue reading
A couple of months ago I ran into issues with Real Studio in deploying a test web application on my (hosted) webserver. The main advantage of Real Studio is that you can build web applications rapidly by simply dragging controls onto the webpage and adding (VB) code to triggers. Any code or functions made in the past, for other projects/solutions, can be re-used.
However, deploying on a hosted webserver… Continue reading
On this snow-white saturday morning, I decided to install and start to test drive NAV2009R2. This test drive will be done in several parts because it’s just too much work to cover all changes in one blogpost at once. I will share with you my thoughts about the new technologies used and the changes in strategy Microsoft has made.
Yesterday I downloaded my copy from this link, as announced by @msdyncom on Twitter. You… Continue reading
Real Studio is a rapid application development (RAD) tool, available for Windows, Apple OSX and Linux. I have been using this tool for almost 3 years now; for development of my personal desktop applications and some commercial software. I must say that I quite enjoy programming in RS.
A great feature of RS is that applications developed on my MacBook Pro (running OSX), can be cross-compiled to Windows and Linux, without changing any line of… Continue reading
This week a customer asked me to export tracking/reservation information (from table Reservation Entry) related to warehouse shipping order lines (custom table) to a file. Goal of the solution was to export shipping information to WinRoute, a third-party application for route calculation and distribution management.
Thinking about a solution reminded me of the fact that I have seen a lot of code, solving this, by simply getting the related records from the reservation entries. However,… Continue reading