Made to Order Software Corporation Logo

tools

LinuxWorld Conference & Expo 2008

This year, 2008, I decided to register and go to LinuxWorld. It is in August and my kids are not at school so it was easy to manage. Also, I had to go to the French consulate to get a birth certificate for my daughter. In other words, I had the chance to do two things at once!

I found it quite interesting to hear that many people were not too excited about the event. Many of the people walking around are like me: they themselves sell their own Linux solution. In other words, they are not going to be customers. I had the chance to talk with Roger Levi, the Vice President of the Open Platform ...

Amazon Checkout and Simple Pay

This week, Amazon published a brand new set of tools for merchants. We already had PayPal and Google Checkout, now we have the same with Amazon.

Google Web Tools

Today, I stumbled upon a new link in Google. A link that brought me to a page full of tools a webmaster can use to know how their website is doing according to the Google Spider (the program that search all the pages on your website.)

https://developers.google.com/search

I was not aware of the fact that you could download a CSV file (spreadsheet file compatible with Open Office and MS Excel) with all the errors last generated by the Google spider. You can also look at the errors directly in your account.

So… did I have errors? Well! Many. In part because each page is duplicated 3 ...

RPATH not working in wxWidget

At my company we have the sandbox. This uses different free libraries that we compile within a specific directory (to not have problems with the system installation of a customer.) This means you need to include an RPATH in the binary (.ELF) files.

Most of the libraries that we use have a modern configure script that uses libtool. libtool knows how to automatically add the RPATH information to the libraries and binaries generated in a project.

Cross-platform software development and engineering

Well, It certainly seems that Dell and HP are defining the trend of the future by offering their computers with Linux pre-installed. For software developers to catch up to this trend, .NET and other mono-platform development tools will not cut it! Retooling of code is inevitable so when you are faced with this crossroads do not spend the time and money on a band aid. Check out molib and sandbox and learn how your software development efforts can go cross platform once and for all! Save expensive development hours, improve the quality of your code, and make your code base more safe and secure. ...

New Professional Developer Tools

Made to Order Software Corporation is proud to present three new products, announced at the Linux on Wall Street conference in New York City, New York!

  • molib™

A robust application toolkit library, molib gives you the power to develop cross-platform applications quickly and easily. It abstracts operating system calls through C++ objects (i.e. moFile and moDirectory abstract access to the file system, moDatabase to a database of your choice and moApplication to the system environment). This lets you write code once to create applications which compile and ...