MSH Relation Calculator – My First Software

MSH Relation Calculator

This is my first software developed with Visual Basic in 2003. It is a fun software. It looks like Love Calculator, but has difference in result. It does not show percentage. It describes the relation. As I told before it is a fun software, it may not be true all the time. I shall not tell you anything more. You may try it and don’t forget to send your comment.

You can download a copy from here Download

Share

Database models – DatabaseAnswers

Many days ago I found a site that shows more than 500 data models. This site is run by Mr. Barry Williams. I found these models helpful for starting database design. And I think that anyone can learn professional database design from these models. Hope you will find something useful from this site.

So, before start designing a database visit this site. Who knows, your problem might have already been solved.

Site address: http://www.databaseanswers.org/data_models/

Share

Enabling cURL in XAMPP

By default cURL is disable in XAMPP installation. If you want to enable cURL of your XAMPP environment then uncomment the following line:

;extension=php_curl.dll

to

extension=php_curl.dll

in the C:\Program Files\xampp\apache\bin\php.ini file (assuming you have installed XAMPP in “C:\Program Files” folder).

If you plan to switch version of PHP in XAMPP you may made the change in following files (assuming you have installed XAMPP in “C:\Program Files” folder):

  • C:\Program Files\xampp\php\php5.ini
  • C:\Program Files\xampp\php\php.ini
  • C:\Program Files\xampp\php\php4\php.ini
  • C:\Program Files\xampp\php\php4\php4.ini
Share
blog