Some of Applications I’ve Made

Posted by: Joy  :  Category: Programming

On the last 5-6 years, i’ve been creating quite many applications, started from simple trading software which was designed for Sinar Bogor, one of personal companies in Bogor, my home city. Then continue to develope Academic Information System on STMIK Triguna Bogor, manufacturing system software for Liza Christina Garment Industry on Sukabumi, Report generator program for Solid Utama Nusantara on Depok which is called SUN Utility, including Label Price Barcode Printing, Remote PC Software and Auto Database-Backup, Inventory Control System for Prima Anjaya Santoso Jakarta, and so on.

But, recently i’m more into developing lite application, usefull tools for helping my regular job. Below are some screenshots of those applications

Read more…

Problem Restoring Big SQL File ?

Posted by: Joy  :  Category: Programming

Have you ever got a problem with importing big files? For example restoring sql file to phpMyAdmin? I have experienced that once, when i tried to make a hosting migration for our forum. They said the file imported couldn’t be more than 2mb, then how to restore my sql file which was around 25mb at that time? Copy paste the code one by one? huh?! Not recomended, it would take so much time though.

I came up with the solution by writing simple file splitter codes on vfp.
here’s the code :
Read more…