Made to Order Software Corporation Logo

code

Your Privacy

Use of Made to Order Software Corp. website

The following is our policy for the use, by you, of our website. We log a lot of information and we do not have any specific policy in place for when such data will be deleted. Financial related data is kept for a minimum of 10 years.

In all cases, we keep:

  • Your IP address and corresponding host name at the time of your connections.
  • Your browser information (name, version, computer type, etc.)
  • Save cookies in your browser.
  • Run JavaScript code on your computer.
  • The referrer URL.
  • The time and date of all ...

Training at Made to Order Software

Made to Order Software is commited in making its products easy to use and ensure maximum performance from its customers' engineers.

All of our products are documented in fine detail, ensuring that your engineers can quickly find the information they need to move forward.

In order to make sure your engineers can make full use of our tools and be able to hit the ground running, we offer tailored on-site training with a Made to Order Software certified instructor for all of our professional products.

Made to Order Software Corporation

The Logo of Made to Order Software Corporation.

Made to Order Software Corporation specializes in corporate consulting, analysis and development services, as well as cutting-edge professional developer tools, libraries, training, and support. Our team of passionate developers are dedicated to uncovering your perfect software solution to analyze, enhance, or improve your critical computer systems—large or small.

Testing PHP properly...

I have been wondering, for a little while, how can I properly test my PHP code?! Only my server can run it, right? Well, no, there is CLI. Okay, but how can I make that work in there?

The best answer I’ve got so far: simpletest. This PHP library let you write a test a la C++. You simply create a class derived from a SimpleTest class, and voilà. You are done. Well… you still have to implement test functions. But that is still a breeze.

I used this library to test the PHP eFax classes and got about 4 bugs out (not too bad, considering I wrote over 1,000 lines of code and ...

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 ...

July 2008, a new limit reached!

I heard of Voyager 2 and the fact that it was still functional: 30 years after it left Earth! Just that is amazing to me.

The craft went through the termination shock several times now (5 if I’m correct). This is far. Further away from the Sun than Pluto. And Pluto is on average around 39.5 AU from the Sun. It is even further than Eris and Eris lies at about 67 AU on average.

AJAX, CSS, HTML, XML, SOAP, LAMP… and now Web 2.0?

Dear reader,

Yes. With all these terms, it is quite easy to get lost.

As a developer, my skills are quite extensive. I started with Logo, learned assembly language, BASIC, C, C++… and all these other languages in between, those that most people pass by such as Ada, Eiffel, Icon… And the languages you kind of have to learn because you’re in it: Bourne Shell, configuration files for 100 different software, Makefile, etc.

And once you know all of these languages, you think you’re done. Well… Not quite!

The web has got it’s own set of languages! It

Pointers and proper exception handling...

Many C++ programmers have been C programmers first. Therefore, a lot of times, you find statements written this way:

ptr = new type;

if(ptr == 0) // handle error...

This is a C programmer that does not yet know that the new operator will throw an error if the allocation cannot happen. This makes a lot of sense, but what does that mean to the C++ programmer?

Order Made! v1.9 published

After adding the Menu Only option in version 1.8, we now fixed a couple of small bugs and published version 1.9 of Order Made!

At times, the toppings selection would wrap your entries in a rather ugly way. We added the necessary HTML code to avoid this problem. In some cases, your toppings sub-window will look a lot better.

PHP eFax available on our website!

 

I’m glad to announce that PHP eFax is now available for sale on our site. For only $95, you can send faxes within minutes.

It took me a whole week to program that object and a lot of testing. Yes, I sent a lot of faxes before to make it work properly.

If your company needs to send faxes via their website (or their customers website) it can easily save money here! By getting PHP eFax, you won’t need to program anything, really. All you need is to set the fax data in an object and call send(). In minutes you will be sending faxes. You can see a sample here:

...